ENUM
CreditCardType
The type of CreditCard
.
link GraphQL Schema definition
- enum CreditCardType {
- # Visa Electron
- # Maestro
- # Forbrugsforeningen
- # Dankort
- # Visa
- # MasterCard
- # American Express
- # Diner's Club
- # Discover
- # Union Pay
- # JCB
- }
link Require by
- AccountA customer account.
- CoreCreditCardA Sonar credit card.
- CreateTokenizedCreditCardMutationInputThe input object that defines the fields for the createTokenizedCreditCard mutation.
- CreditCardA credit card.
- CreditCardProcessorA company that processes `CreditCard` transactions.
- PaymentA payment.
- Querynull