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