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