INPUT_OBJECT
PaymentMethodInput
An input to use for creating or retrieving payment methods
link GraphQL Schema definition
- input PaymentMethodInput {
- # The id assigned to the payment method
- String :
- # Type of this payment method
- PaymentMethodType :
- # Name of this payment method
- String :
- # Wether this payment method should be saved for future payments
- Boolean :
- # When creating a credit card, use this field to set its info
- CreditCardCreateInput :
- # To pass when type is PAYPAL
- PaypalPaymentInput :
- }