AcceptedPaymentInput
No description
input AcceptedPaymentInput {
type: PaymentType!
cardTypes: [PaymentCardType!]
}
Fields
AcceptedPaymentInput.type
● PaymentType!
non-null enum
AcceptedPaymentInput.cardTypes
● [PaymentCardType!]
list enum
Member Of
PaymentPoliciesCreateInput
input ● PaymentPoliciesUpdateInput
input