GraphQL INTERFACE
PaymentProfileInterface
Interface for the payment profile of the customer.
link Definition
- interface PaymentProfileInterface {
- #   Unique ID of the payment profile.
- : String! 
- #   Payment type.
- : PaymentType! 
- #   Is Purchase Order.
- : Boolean! 
- }
link Required by
- BoletoProfilenull
- BrazilianBankAccountProfilenull
- CreditCardProfilenull
- CustomerCustomer profile and transaction data.
- DebitCardProfilenull
- GenericPaymentProfilenull
- IdealProfilenull
- KonbiniProfilenull
- PaymentProfilePayloadPayload for payment profile update.
- PurchaseTransaction data related to the purchase.
- SepaBankAccountProfilenull