Skip to content

JuspayUpiIntent

Type: schema

TypeScript Definition

typescript
JuspayUpiIntent: {components["schemas"]["JusPayExpressCheckoutCommonField"] & {
            /** @constant */
            payment_method_type: "UPI"
}

Component References

ReferenceResolves To
components["schemas"]["JusPayExpressCheckoutCommonField"]JusPayExpressCheckoutCommonField

OpenAPI Schema

json
{
  "title": "JuspayUpiIntent",
  "externalDocs": {
    "url": "https://llm-docs.commercengine.io/storefront/schemas/JuspayUpiIntent",
    "description": "API reference for the JuspayUpiIntent schema"
  },
  "allOf": [
    {
      "$ref": "#/components/schemas/JusPayExpressCheckoutCommonField"
    },
    {
      "type": "object",
      "properties": {
        "payment_method_type": {
          "type": "string",
          "const": "UPI"
        },
        "payment_method": {
          "type": "string",
          "const": "UPI_PAY"
        },
        "sdk_params": {
          "type": "boolean"
        },
        "upi_app": {
          "type": "string"
        }
      },
      "required": [
        "payment_method_type",
        "payment_method",
        "sdk_params",
        "upi_app"
      ]
    }
  ]
}

Auto-generated from OpenAPI spec and TypeScript definitions

Last updated: