GraphQL OBJECT
GenericPaymentProfile
link Definition
- type GenericPaymentProfile implements PaymentProfileInterface {
- #   Unique ID of the payment profile.
- : String! 
- #   The payment type.
- : PaymentType! 
- #   Is Purchase Order.
- : Boolean! 
- }
link Required by
This element is not required by anyone