Skip to content

JuspayCreateOrderPayload

Type: schema

TypeScript Definition

typescript
JuspayCreateOrderPayload: {{
            order_number?: string;
            return_url?: string;
        };
        /** JuspayCustomer */
}

OpenAPI Schema

json
{
  "title": "JuspayCreateOrderResponse",
  "type": "object",
  "externalDocs": {
    "url": "https://llm-docs.commercengine.io/storefront/schemas/JuspayCreateOrderPayload",
    "description": "API reference for the JuspayCreateOrderPayload schema"
  },
  "properties": {
    "order_number": {
      "type": "string"
    },
    "return_url": {
      "type": "string"
    }
  }
}

Auto-generated from OpenAPI spec and TypeScript definitions

Last updated: