Skip to content

UpiPayment

Type: schema

Description

UPI Payment

TypeScript Definition

typescript
UpiPayment: {components["schemas"]["OrderPaymentInfo"] & {
            upi_id?: string
}

Component References

ReferenceResolves To
components["schemas"]["OrderPaymentInfo"]OrderPaymentInfo

OpenAPI Schema

json
{
  "description": "UPI Payment",
  "allOf": [
    {
      "$ref": "#/components/schemas/OrderPaymentInfo"
    },
    {
      "type": "object",
      "properties": {
        "upi_id": {
          "type": "string"
        }
      }
    }
  ],
  "title": "UpiPayment"
}

Auto-generated from OpenAPI spec and TypeScript definitions

Last updated: