Inputs

CheckoutUrlsInputType

No description

No description

input CheckoutUrlsInputType {
  termsPageUrl: String
  redirectUrl: String
  checkoutPageUrl: String
}

Fields

termsPageUrl ● String scalar

The absolute URL to the Terms page.

redirectUrl ● String scalar

The absolute redirect URL. This is usually the URL to which the payment provider redirects after a successful payment.

checkoutPageUrl ● String scalar

The absolute URL to the Checkout page.

Member Of

CheckoutInputType input