GraphQL OBJECT
CreditCardProfile
link Definition
- type CreditCardProfile 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!
- # Card' fiscal number.
- : String
- # Month of expiration.
- : Int!
- # Year of expiration.
- : Int!
- }
link Required by
This element is not required by anyone