INPUT_OBJECT
UserPaymentMethodMutation
link GraphQL Schema definition
- input UserPaymentMethodMutation {
- # Org specific payment method handle
- String! :
- # User friendly name
- String! :
- # Uuid for user payment identity
- Uuid! :
- # Provider opaque token
- String! :
- # Provider: Stripe|Paypal|ApplePay|External
- String! :
- # Client data (optional)
- String :
- # Client classification (optional)
- String :
- }