GraphQL OBJECT
DebitCardProfile
link Definition
- type DebitCardProfile implements PaymentProfileInterface {
- # Unique ID of the payment profile.
- : String!
- # The payment type.
- : PaymentType!
- # Is Purchase Order.
- : Boolean!
- # Credit card number.
- : String!
- # Cardholder's name.
- : String!
- # Month of expiration.
- : Int!
- # Year of expiration.
- : Int!
- # Debit card's issue number
- : String!
- # Month of start of validity.
- : Int!
- # Year of start of validity.
- : Int!
- }
link Required by
This element is not required by anyone