Skip to content

PaymentGatewayParams

Type: schema

TypeScript Definition

typescript
PaymentGatewayParams: components["schemas"]["PayuPaymentGatewayParams"] | components["schemas"]["JuspayPaymentGatewayParams"]

Component References

ReferenceResolves To
components["schemas"]["PayuPaymentGatewayParams"]PayuPaymentGatewayParams
components["schemas"]["JuspayPaymentGatewayParams"]JuspayPaymentGatewayParams

OpenAPI Schema

json
{
  "externalDocs": {
    "url": "https://llm-docs.commercengine.io/storefront/schemas/PaymentGatewayParams",
    "description": "API reference for the PaymentGatewayParams schema"
  },
  "discriminator": {
    "propertyName": "payment_gateway",
    "mapping": {
      "PAYU": "#/components/schemas/PayuPaymentGatewayParams",
      "JUSPAY": "#/components/schemas/JuspayPaymentGatewayParams"
    }
  },
  "oneOf": [
    {
      "$ref": "#/components/schemas/PayuPaymentGatewayParams"
    },
    {
      "$ref": "#/components/schemas/JuspayPaymentGatewayParams"
    }
  ]
}

Auto-generated from OpenAPI spec and TypeScript definitions

Last updated: