INPUT_OBJECT
UserPaymentMutation
link GraphQL Schema definition
- input UserPaymentMutation {
- # Org specific payment method handle
- : String!
- # Uuid for user payment identity (persistent methods)
- : String
- # Uuid for user payment method (persistent methods)
- : String
- # Token from payment provider (ephemeral methods)
- : String
- # Amount (integer CCY)
- : Int!
- # CCY code
- : String!
- # Tracker id for dispatch
- : Uuid!
- # Text body for dispatch
- : String!
- # Product SKU
- : String
- # Description for transaction
- : String
- # Subscription: none | month
- : String
- # Source id for reconciliation
- : String
- # Shipping address
- : Uuid
- # Account beneficiary token (if applicable)
- : String
- # Account beneficiary amount (integer CCY)
- : Int
- # Payment coupon
- : Uuid
- }