INPUT_OBJECT
RedirectConfirmationInput
Properties for only redirect confirmation payment provider.
link GraphQL Schema definition
- input RedirectConfirmationInput {
- # The payment provider used to pay for the order
- PaymentProviderEnum! :
- # The token that is generated by a payment provider
- String! :
- }