GraphQL OBJECT
PaymentType
Type of payment that the customer used during the purchase process.
link Definition
- type PaymentType {
- # Payment type code.
- PaymentTypeEnum! :
- # Payment type name.
- String! :
- # Category of payment type.
- PaymentTypeCategory :
- }
link Required by
- BoletoProfilenull
- BrazilianBankAccountProfilenull
- CreditCardProfilenull
- DebitCardProfilenull
- GenericPaymentProfilenull
- IdealProfilenull
- KonbiniProfilenull
- PaymentProfileInterfaceInterface for the payment profile of the customer.
- PaymentTransaction Payment information for the purchase transaction.
- PurchaseSearchResultItemPurchase that matches the search parameters.
- SepaBankAccountProfilenull