From bd5e2a35b9b67d2fb0876f69fda8b76736607d39 Mon Sep 17 00:00:00 2001 From: "hyperswitch-bot[bot]" <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 10:50:00 +0000 Subject: [PATCH] docs(openapi): re-generate OpenAPI specification --- api-reference/openapi_spec.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/api-reference/openapi_spec.json b/api-reference/openapi_spec.json index 976140cec7fa..573dce236daf 100644 --- a/api-reference/openapi_spec.json +++ b/api-reference/openapi_spec.json @@ -16725,7 +16725,7 @@ "amount": { "type": "integer", "format": "int64", - "description": "The payment amount. Amount for the payment in the lowest denomination of the currency, (i.e) in cents for USD denomination, in yen for JPY denomination etc. E.g., Pass 100 to charge $1.00 and 1 for 1¥ since ¥ is a zero-decimal currency. Read more about [the Decimal and Non-Decimal Currencies](https://github.com/juspay/hyperswitch/wiki/Decimal-and-Non%E2%80%90Decimal-Currencies)", + "description": "The payment amount. Amount for the payment in the lowest denomination of the currency, (i.e) in cents for USD denomination, in yen for JPY denomination etc. E.g., Pass 100 to charge $1.00 and 1 for 1¥ since ¥ is a zero-decimal currency. Read more about [the Decimal and Non-Decimal Currencies](https://github.com/juspay/hyperswitch/wiki/Decimal-and-Non%E2%80%90Decimal-Currencies)\nMakes the field mandatory in PaymentsCreateRequest", "example": 6540, "nullable": true, "minimum": 0 @@ -16733,6 +16733,7 @@ "order_tax_amount": { "type": "integer", "format": "int64", + "description": "Total tax amount applicable to the order", "example": 6540, "nullable": true }, @@ -17103,12 +17104,13 @@ "amount": { "type": "integer", "format": "int64", - "description": "The payment amount. Amount for the payment in the lowest denomination of the currency, (i.e) in cents for USD denomination, in yen for JPY denomination etc. E.g., Pass 100 to charge $1.00 and 1 for 1¥ since ¥ is a zero-decimal currency. Read more about [the Decimal and Non-Decimal Currencies](https://github.com/juspay/hyperswitch/wiki/Decimal-and-Non%E2%80%90Decimal-Currencies)", + "description": "The payment amount. Amount for the payment in the lowest denomination of the currency, (i.e) in cents for USD denomination, in yen for JPY denomination etc. E.g., Pass 100 to charge $1.00 and 1 for 1¥ since ¥ is a zero-decimal currency. Read more about [the Decimal and Non-Decimal Currencies](https://github.com/juspay/hyperswitch/wiki/Decimal-and-Non%E2%80%90Decimal-Currencies)\nMakes the field mandatory in PaymentsCreateRequest", "minimum": 0 }, "order_tax_amount": { "type": "integer", "format": "int64", + "description": "Total tax amount applicable to the order", "example": 6540, "nullable": true }, @@ -18225,7 +18227,7 @@ "amount": { "type": "integer", "format": "int64", - "description": "The payment amount. Amount for the payment in the lowest denomination of the currency, (i.e) in cents for USD denomination, in yen for JPY denomination etc. E.g., Pass 100 to charge $1.00 and 1 for 1¥ since ¥ is a zero-decimal currency. Read more about [the Decimal and Non-Decimal Currencies](https://github.com/juspay/hyperswitch/wiki/Decimal-and-Non%E2%80%90Decimal-Currencies)", + "description": "The payment amount. Amount for the payment in the lowest denomination of the currency, (i.e) in cents for USD denomination, in yen for JPY denomination etc. E.g., Pass 100 to charge $1.00 and 1 for 1¥ since ¥ is a zero-decimal currency. Read more about [the Decimal and Non-Decimal Currencies](https://github.com/juspay/hyperswitch/wiki/Decimal-and-Non%E2%80%90Decimal-Currencies)\nMakes the field mandatory in PaymentsCreateRequest", "example": 6540, "nullable": true, "minimum": 0 @@ -18233,6 +18235,7 @@ "order_tax_amount": { "type": "integer", "format": "int64", + "description": "Total tax amount applicable to the order", "example": 6540, "nullable": true }, @@ -19369,7 +19372,7 @@ "amount": { "type": "integer", "format": "int64", - "description": "The payment amount. Amount for the payment in the lowest denomination of the currency, (i.e) in cents for USD denomination, in yen for JPY denomination etc. E.g., Pass 100 to charge $1.00 and 1 for 1¥ since ¥ is a zero-decimal currency. Read more about [the Decimal and Non-Decimal Currencies](https://github.com/juspay/hyperswitch/wiki/Decimal-and-Non%E2%80%90Decimal-Currencies)", + "description": "The payment amount. Amount for the payment in the lowest denomination of the currency, (i.e) in cents for USD denomination, in yen for JPY denomination etc. E.g., Pass 100 to charge $1.00 and 1 for 1¥ since ¥ is a zero-decimal currency. Read more about [the Decimal and Non-Decimal Currencies](https://github.com/juspay/hyperswitch/wiki/Decimal-and-Non%E2%80%90Decimal-Currencies)\nMakes the field mandatory in PaymentsCreateRequest", "example": 6540, "nullable": true, "minimum": 0 @@ -19377,6 +19380,7 @@ "order_tax_amount": { "type": "integer", "format": "int64", + "description": "Total tax amount applicable to the order", "example": 6540, "nullable": true },