GraphQL OBJECT
ActivePaymentType
Type of payment that the customer used during the purchase process.
link Definition
- type ActivePaymentType {
- # Payment type code.
- ActivePaymentTypeEnum! :
- # Payment type name.
- String! :
- # Category of payment type.
- PaymentTypeCategory :
- }