GraphQL INPUT_OBJECT
CreatePaymentOptionInputGraphType
Input for a new payment option.
link Definition
- input CreatePaymentOptionInputGraphType {
- # Unique ID of the paymentType.
- ActivePaymentTypeEnum! :
- # Payment option with Brazilian bank account data.
- CreateBrazilianBankAccountInput :
- # Payment option with SEPA bank account data.
- CreateSepaBankAccountInput :
- }