diff --git a/checkout-api.yaml b/checkout-api.yaml index 8e63bcb..fd0d411 100644 --- a/checkout-api.yaml +++ b/checkout-api.yaml @@ -11,7 +11,7 @@ info: license: name: MIT url: https://opensource.org/license/mit - version: 1.1.1 + version: 1.1.2 servers: - url: https://checkout.tebex.io/api tags: diff --git a/sdks/csharp/README.md b/sdks/csharp/README.md index d713762..d723b5a 100644 --- a/sdks/csharp/README.md +++ b/sdks/csharp/README.md @@ -6,7 +6,7 @@ You must receive prior authorisation before the Checkout API is enabled on your This C# SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: -- API version: 1.1.0 +- API version: 1.1.2 - SDK version: 1.0.0 - Generator version: 7.5.0 - Build package: org.openapitools.codegen.languages.CSharpClientCodegen diff --git a/sdks/csharp/TebexCheckout.sln b/sdks/csharp/TebexCheckout.sln index 666a9c8..a158d29 100644 --- a/sdks/csharp/TebexCheckout.sln +++ b/sdks/csharp/TebexCheckout.sln @@ -2,7 +2,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2012 VisualStudioVersion = 12.0.0.0 MinimumVisualStudioVersion = 10.0.0.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TebexCheckout", "src\TebexCheckout\TebexCheckout.csproj", "{F814D78A-39DA-4930-98D6-0F55E0B50B56}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TebexCheckout", "src\TebexCheckout\TebexCheckout.csproj", "{F97C8298-B248-4C0F-9D74-9F1A99126A80}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TebexCheckout.Test", "src\TebexCheckout.Test\TebexCheckout.Test.csproj", "{19F1DEBC-DE5E-4517-8062-F000CD499087}" EndProject @@ -12,10 +12,10 @@ Global Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {F814D78A-39DA-4930-98D6-0F55E0B50B56}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {F814D78A-39DA-4930-98D6-0F55E0B50B56}.Debug|Any CPU.Build.0 = Debug|Any CPU - {F814D78A-39DA-4930-98D6-0F55E0B50B56}.Release|Any CPU.ActiveCfg = Release|Any CPU - {F814D78A-39DA-4930-98D6-0F55E0B50B56}.Release|Any CPU.Build.0 = Release|Any CPU + {F97C8298-B248-4C0F-9D74-9F1A99126A80}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F97C8298-B248-4C0F-9D74-9F1A99126A80}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F97C8298-B248-4C0F-9D74-9F1A99126A80}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F97C8298-B248-4C0F-9D74-9F1A99126A80}.Release|Any CPU.Build.0 = Release|Any CPU {19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.Build.0 = Debug|Any CPU {19F1DEBC-DE5E-4517-8062-F000CD499087}.Release|Any CPU.ActiveCfg = Release|Any CPU diff --git a/sdks/csharp/api/openapi.yaml b/sdks/csharp/api/openapi.yaml index 5162c6a..f3107f7 100644 --- a/sdks/csharp/api/openapi.yaml +++ b/sdks/csharp/api/openapi.yaml @@ -11,7 +11,7 @@ info: url: https://opensource.org/license/mit termsOfService: https://tebex.io/terms-creator-agreement title: Tebex Checkout API - version: 1.1.0 + version: 1.1.2 servers: - url: https://checkout.tebex.io/api security: @@ -1436,6 +1436,11 @@ components: with another party. See more about creator codes at https://docs.tebex.io/creators/tebex-control-panel/engagement/creator-codes type: string example: null + ip: + description: The IP address of the customer using this basket. Provide the + IP if creating a basket on your server backend. + example: 127.0.0.1 + type: string type: object BasketRow_meta_limits_user: example: diff --git a/sdks/csharp/docs/CreateBasketRequest.md b/sdks/csharp/docs/CreateBasketRequest.md index 7029305..21570c6 100644 --- a/sdks/csharp/docs/CreateBasketRequest.md +++ b/sdks/csharp/docs/CreateBasketRequest.md @@ -14,6 +14,7 @@ Name | Type | Description | Notes **CompleteAutoRedirect** | **bool** | Automatically redirect to the complete_url provided | [optional] **Country** | **string** | An ISO 3166-1 alpha-2 character code representing the customer's country. | [optional] **CreatorCode** | **string** | The creator code is used to share a percentage of the payment with another party. See more about creator codes at https://docs.tebex.io/creators/tebex-control-panel/engagement/creator-codes | [optional] +**Ip** | **string** | The IP address of the customer using this basket. Provide the IP if creating a basket on your server backend. | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/sdks/csharp/src/TebexCheckout.Test/Model/AddPackageRequestTests.cs b/sdks/csharp/src/TebexCheckout.Test/Model/AddPackageRequestTests.cs index 43be98a..5e49dc7 100644 --- a/sdks/csharp/src/TebexCheckout.Test/Model/AddPackageRequestTests.cs +++ b/sdks/csharp/src/TebexCheckout.Test/Model/AddPackageRequestTests.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout.Test/Model/AddressTests.cs b/sdks/csharp/src/TebexCheckout.Test/Model/AddressTests.cs index 0983d6f..b1c4350 100644 --- a/sdks/csharp/src/TebexCheckout.Test/Model/AddressTests.cs +++ b/sdks/csharp/src/TebexCheckout.Test/Model/AddressTests.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout.Test/Model/BasketItemTests.cs b/sdks/csharp/src/TebexCheckout.Test/Model/BasketItemTests.cs index 52198bd..bf2983b 100644 --- a/sdks/csharp/src/TebexCheckout.Test/Model/BasketItemTests.cs +++ b/sdks/csharp/src/TebexCheckout.Test/Model/BasketItemTests.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout.Test/Model/BasketLinksTests.cs b/sdks/csharp/src/TebexCheckout.Test/Model/BasketLinksTests.cs index ddfec58..1fc72ab 100644 --- a/sdks/csharp/src/TebexCheckout.Test/Model/BasketLinksTests.cs +++ b/sdks/csharp/src/TebexCheckout.Test/Model/BasketLinksTests.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout.Test/Model/BasketRowMetaLimitsTests.cs b/sdks/csharp/src/TebexCheckout.Test/Model/BasketRowMetaLimitsTests.cs index 0bcfd63..81f8149 100644 --- a/sdks/csharp/src/TebexCheckout.Test/Model/BasketRowMetaLimitsTests.cs +++ b/sdks/csharp/src/TebexCheckout.Test/Model/BasketRowMetaLimitsTests.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout.Test/Model/BasketRowMetaLimitsUserTests.cs b/sdks/csharp/src/TebexCheckout.Test/Model/BasketRowMetaLimitsUserTests.cs index cf5a042..c65b147 100644 --- a/sdks/csharp/src/TebexCheckout.Test/Model/BasketRowMetaLimitsUserTests.cs +++ b/sdks/csharp/src/TebexCheckout.Test/Model/BasketRowMetaLimitsUserTests.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout.Test/Model/BasketRowMetaTests.cs b/sdks/csharp/src/TebexCheckout.Test/Model/BasketRowMetaTests.cs index 0e72d01..3e20502 100644 --- a/sdks/csharp/src/TebexCheckout.Test/Model/BasketRowMetaTests.cs +++ b/sdks/csharp/src/TebexCheckout.Test/Model/BasketRowMetaTests.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout.Test/Model/BasketRowTests.cs b/sdks/csharp/src/TebexCheckout.Test/Model/BasketRowTests.cs index 937350f..2478dd4 100644 --- a/sdks/csharp/src/TebexCheckout.Test/Model/BasketRowTests.cs +++ b/sdks/csharp/src/TebexCheckout.Test/Model/BasketRowTests.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout.Test/Model/BasketTests.cs b/sdks/csharp/src/TebexCheckout.Test/Model/BasketTests.cs index bfe26cc..53bbdb3 100644 --- a/sdks/csharp/src/TebexCheckout.Test/Model/BasketTests.cs +++ b/sdks/csharp/src/TebexCheckout.Test/Model/BasketTests.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout.Test/Model/CheckoutItemTests.cs b/sdks/csharp/src/TebexCheckout.Test/Model/CheckoutItemTests.cs index 8ffee59..7169d65 100644 --- a/sdks/csharp/src/TebexCheckout.Test/Model/CheckoutItemTests.cs +++ b/sdks/csharp/src/TebexCheckout.Test/Model/CheckoutItemTests.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout.Test/Model/CheckoutRequestBasketTests.cs b/sdks/csharp/src/TebexCheckout.Test/Model/CheckoutRequestBasketTests.cs index 8ed68f8..692612d 100644 --- a/sdks/csharp/src/TebexCheckout.Test/Model/CheckoutRequestBasketTests.cs +++ b/sdks/csharp/src/TebexCheckout.Test/Model/CheckoutRequestBasketTests.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout.Test/Model/CheckoutRequestTests.cs b/sdks/csharp/src/TebexCheckout.Test/Model/CheckoutRequestTests.cs index be37d8b..8106ae7 100644 --- a/sdks/csharp/src/TebexCheckout.Test/Model/CheckoutRequestTests.cs +++ b/sdks/csharp/src/TebexCheckout.Test/Model/CheckoutRequestTests.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout.Test/Model/CreateBasketRequestTests.cs b/sdks/csharp/src/TebexCheckout.Test/Model/CreateBasketRequestTests.cs index 4956475..0b3bc37 100644 --- a/sdks/csharp/src/TebexCheckout.Test/Model/CreateBasketRequestTests.cs +++ b/sdks/csharp/src/TebexCheckout.Test/Model/CreateBasketRequestTests.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ @@ -144,5 +144,14 @@ public void CreatorCodeTest() { // TODO unit test for the property 'CreatorCode' } + + /// + /// Test the property 'Ip' + /// + [Fact] + public void IpTest() + { + // TODO unit test for the property 'Ip' + } } } diff --git a/sdks/csharp/src/TebexCheckout.Test/Model/ErrorResponseTests.cs b/sdks/csharp/src/TebexCheckout.Test/Model/ErrorResponseTests.cs index 65b46e6..8a1fd4d 100644 --- a/sdks/csharp/src/TebexCheckout.Test/Model/ErrorResponseTests.cs +++ b/sdks/csharp/src/TebexCheckout.Test/Model/ErrorResponseTests.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout.Test/Model/PackageTests.cs b/sdks/csharp/src/TebexCheckout.Test/Model/PackageTests.cs index 91c35af..b0fc42e 100644 --- a/sdks/csharp/src/TebexCheckout.Test/Model/PackageTests.cs +++ b/sdks/csharp/src/TebexCheckout.Test/Model/PackageTests.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout.Test/Model/PaymentCustomerTests.cs b/sdks/csharp/src/TebexCheckout.Test/Model/PaymentCustomerTests.cs index 2b81cb0..cd25b0f 100644 --- a/sdks/csharp/src/TebexCheckout.Test/Model/PaymentCustomerTests.cs +++ b/sdks/csharp/src/TebexCheckout.Test/Model/PaymentCustomerTests.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout.Test/Model/PaymentFeesGatewayTests.cs b/sdks/csharp/src/TebexCheckout.Test/Model/PaymentFeesGatewayTests.cs index 05d4ab8..f5d28ee 100644 --- a/sdks/csharp/src/TebexCheckout.Test/Model/PaymentFeesGatewayTests.cs +++ b/sdks/csharp/src/TebexCheckout.Test/Model/PaymentFeesGatewayTests.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout.Test/Model/PaymentFeesTaxTests.cs b/sdks/csharp/src/TebexCheckout.Test/Model/PaymentFeesTaxTests.cs index 8532476..4f7def5 100644 --- a/sdks/csharp/src/TebexCheckout.Test/Model/PaymentFeesTaxTests.cs +++ b/sdks/csharp/src/TebexCheckout.Test/Model/PaymentFeesTaxTests.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout.Test/Model/PaymentFeesTests.cs b/sdks/csharp/src/TebexCheckout.Test/Model/PaymentFeesTests.cs index f039f2a..e0d2e4e 100644 --- a/sdks/csharp/src/TebexCheckout.Test/Model/PaymentFeesTests.cs +++ b/sdks/csharp/src/TebexCheckout.Test/Model/PaymentFeesTests.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout.Test/Model/PaymentPriceTests.cs b/sdks/csharp/src/TebexCheckout.Test/Model/PaymentPriceTests.cs index 73b13c3..9b82ef3 100644 --- a/sdks/csharp/src/TebexCheckout.Test/Model/PaymentPriceTests.cs +++ b/sdks/csharp/src/TebexCheckout.Test/Model/PaymentPriceTests.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout.Test/Model/PaymentProductsInnerBasePriceTests.cs b/sdks/csharp/src/TebexCheckout.Test/Model/PaymentProductsInnerBasePriceTests.cs index 228dbf6..8b90b41 100644 --- a/sdks/csharp/src/TebexCheckout.Test/Model/PaymentProductsInnerBasePriceTests.cs +++ b/sdks/csharp/src/TebexCheckout.Test/Model/PaymentProductsInnerBasePriceTests.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout.Test/Model/PaymentProductsInnerPaidPriceTests.cs b/sdks/csharp/src/TebexCheckout.Test/Model/PaymentProductsInnerPaidPriceTests.cs index 298afaf..ebc1c63 100644 --- a/sdks/csharp/src/TebexCheckout.Test/Model/PaymentProductsInnerPaidPriceTests.cs +++ b/sdks/csharp/src/TebexCheckout.Test/Model/PaymentProductsInnerPaidPriceTests.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout.Test/Model/PaymentProductsInnerTests.cs b/sdks/csharp/src/TebexCheckout.Test/Model/PaymentProductsInnerTests.cs index 9ecbd16..02438cc 100644 --- a/sdks/csharp/src/TebexCheckout.Test/Model/PaymentProductsInnerTests.cs +++ b/sdks/csharp/src/TebexCheckout.Test/Model/PaymentProductsInnerTests.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout.Test/Model/PaymentStatusTests.cs b/sdks/csharp/src/TebexCheckout.Test/Model/PaymentStatusTests.cs index eefa236..6f772c0 100644 --- a/sdks/csharp/src/TebexCheckout.Test/Model/PaymentStatusTests.cs +++ b/sdks/csharp/src/TebexCheckout.Test/Model/PaymentStatusTests.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout.Test/Model/PaymentSubjectCustomerTests.cs b/sdks/csharp/src/TebexCheckout.Test/Model/PaymentSubjectCustomerTests.cs index e387de7..a34c2f6 100644 --- a/sdks/csharp/src/TebexCheckout.Test/Model/PaymentSubjectCustomerTests.cs +++ b/sdks/csharp/src/TebexCheckout.Test/Model/PaymentSubjectCustomerTests.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout.Test/Model/PaymentSubjectFeesTests.cs b/sdks/csharp/src/TebexCheckout.Test/Model/PaymentSubjectFeesTests.cs index 5e7624d..433dde6 100644 --- a/sdks/csharp/src/TebexCheckout.Test/Model/PaymentSubjectFeesTests.cs +++ b/sdks/csharp/src/TebexCheckout.Test/Model/PaymentSubjectFeesTests.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout.Test/Model/PaymentSubjectPaymentMethodTests.cs b/sdks/csharp/src/TebexCheckout.Test/Model/PaymentSubjectPaymentMethodTests.cs index 341e8a0..86e5c71 100644 --- a/sdks/csharp/src/TebexCheckout.Test/Model/PaymentSubjectPaymentMethodTests.cs +++ b/sdks/csharp/src/TebexCheckout.Test/Model/PaymentSubjectPaymentMethodTests.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout.Test/Model/PaymentSubjectPriceTests.cs b/sdks/csharp/src/TebexCheckout.Test/Model/PaymentSubjectPriceTests.cs index 1468288..cd2dd1e 100644 --- a/sdks/csharp/src/TebexCheckout.Test/Model/PaymentSubjectPriceTests.cs +++ b/sdks/csharp/src/TebexCheckout.Test/Model/PaymentSubjectPriceTests.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout.Test/Model/PaymentSubjectProductsInnerTests.cs b/sdks/csharp/src/TebexCheckout.Test/Model/PaymentSubjectProductsInnerTests.cs index d33a610..f34c9aa 100644 --- a/sdks/csharp/src/TebexCheckout.Test/Model/PaymentSubjectProductsInnerTests.cs +++ b/sdks/csharp/src/TebexCheckout.Test/Model/PaymentSubjectProductsInnerTests.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout.Test/Model/PaymentSubjectTests.cs b/sdks/csharp/src/TebexCheckout.Test/Model/PaymentSubjectTests.cs index f84e924..0d37176 100644 --- a/sdks/csharp/src/TebexCheckout.Test/Model/PaymentSubjectTests.cs +++ b/sdks/csharp/src/TebexCheckout.Test/Model/PaymentSubjectTests.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout.Test/Model/PaymentTests.cs b/sdks/csharp/src/TebexCheckout.Test/Model/PaymentTests.cs index 4181c88..8098461 100644 --- a/sdks/csharp/src/TebexCheckout.Test/Model/PaymentTests.cs +++ b/sdks/csharp/src/TebexCheckout.Test/Model/PaymentTests.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout.Test/Model/PriceDetailsTests.cs b/sdks/csharp/src/TebexCheckout.Test/Model/PriceDetailsTests.cs index 46b9743..8fa0b3d 100644 --- a/sdks/csharp/src/TebexCheckout.Test/Model/PriceDetailsTests.cs +++ b/sdks/csharp/src/TebexCheckout.Test/Model/PriceDetailsTests.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout.Test/Model/RecurringPaymentAmountTests.cs b/sdks/csharp/src/TebexCheckout.Test/Model/RecurringPaymentAmountTests.cs index 381341d..2e85069 100644 --- a/sdks/csharp/src/TebexCheckout.Test/Model/RecurringPaymentAmountTests.cs +++ b/sdks/csharp/src/TebexCheckout.Test/Model/RecurringPaymentAmountTests.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout.Test/Model/RecurringPaymentLinksTests.cs b/sdks/csharp/src/TebexCheckout.Test/Model/RecurringPaymentLinksTests.cs index a89ff2a..5fca9db 100644 --- a/sdks/csharp/src/TebexCheckout.Test/Model/RecurringPaymentLinksTests.cs +++ b/sdks/csharp/src/TebexCheckout.Test/Model/RecurringPaymentLinksTests.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout.Test/Model/RecurringPaymentStatusTests.cs b/sdks/csharp/src/TebexCheckout.Test/Model/RecurringPaymentStatusTests.cs index e8cd0df..37a788f 100644 --- a/sdks/csharp/src/TebexCheckout.Test/Model/RecurringPaymentStatusTests.cs +++ b/sdks/csharp/src/TebexCheckout.Test/Model/RecurringPaymentStatusTests.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout.Test/Model/RecurringPaymentSubjectPriceTests.cs b/sdks/csharp/src/TebexCheckout.Test/Model/RecurringPaymentSubjectPriceTests.cs index e2b63c7..e87893f 100644 --- a/sdks/csharp/src/TebexCheckout.Test/Model/RecurringPaymentSubjectPriceTests.cs +++ b/sdks/csharp/src/TebexCheckout.Test/Model/RecurringPaymentSubjectPriceTests.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout.Test/Model/RecurringPaymentSubjectStatusTests.cs b/sdks/csharp/src/TebexCheckout.Test/Model/RecurringPaymentSubjectStatusTests.cs index bd9d8cb..72256fe 100644 --- a/sdks/csharp/src/TebexCheckout.Test/Model/RecurringPaymentSubjectStatusTests.cs +++ b/sdks/csharp/src/TebexCheckout.Test/Model/RecurringPaymentSubjectStatusTests.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout.Test/Model/RecurringPaymentSubjectTests.cs b/sdks/csharp/src/TebexCheckout.Test/Model/RecurringPaymentSubjectTests.cs index 654f75f..f4795fd 100644 --- a/sdks/csharp/src/TebexCheckout.Test/Model/RecurringPaymentSubjectTests.cs +++ b/sdks/csharp/src/TebexCheckout.Test/Model/RecurringPaymentSubjectTests.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout.Test/Model/RecurringPaymentTests.cs b/sdks/csharp/src/TebexCheckout.Test/Model/RecurringPaymentTests.cs index 48951c5..fe0d1ec 100644 --- a/sdks/csharp/src/TebexCheckout.Test/Model/RecurringPaymentTests.cs +++ b/sdks/csharp/src/TebexCheckout.Test/Model/RecurringPaymentTests.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout.Test/Model/RevenueShareTests.cs b/sdks/csharp/src/TebexCheckout.Test/Model/RevenueShareTests.cs index 54cf2fd..144aa1d 100644 --- a/sdks/csharp/src/TebexCheckout.Test/Model/RevenueShareTests.cs +++ b/sdks/csharp/src/TebexCheckout.Test/Model/RevenueShareTests.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout.Test/Model/SaleTests.cs b/sdks/csharp/src/TebexCheckout.Test/Model/SaleTests.cs index 5b40b59..23e83af 100644 --- a/sdks/csharp/src/TebexCheckout.Test/Model/SaleTests.cs +++ b/sdks/csharp/src/TebexCheckout.Test/Model/SaleTests.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout.Test/Model/TebexWebhookTests.cs b/sdks/csharp/src/TebexCheckout.Test/Model/TebexWebhookTests.cs index daa124f..f42928f 100644 --- a/sdks/csharp/src/TebexCheckout.Test/Model/TebexWebhookTests.cs +++ b/sdks/csharp/src/TebexCheckout.Test/Model/TebexWebhookTests.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout.Test/Model/UpdateRecurringPaymentRequestTests.cs b/sdks/csharp/src/TebexCheckout.Test/Model/UpdateRecurringPaymentRequestTests.cs index ed57c74..1eac93d 100644 --- a/sdks/csharp/src/TebexCheckout.Test/Model/UpdateRecurringPaymentRequestTests.cs +++ b/sdks/csharp/src/TebexCheckout.Test/Model/UpdateRecurringPaymentRequestTests.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout.Test/Model/UpdateSubscriptionRequestItemsInnerTests.cs b/sdks/csharp/src/TebexCheckout.Test/Model/UpdateSubscriptionRequestItemsInnerTests.cs index a51f2c4..2895ed4 100644 --- a/sdks/csharp/src/TebexCheckout.Test/Model/UpdateSubscriptionRequestItemsInnerTests.cs +++ b/sdks/csharp/src/TebexCheckout.Test/Model/UpdateSubscriptionRequestItemsInnerTests.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout.Test/Model/UpdateSubscriptionRequestTests.cs b/sdks/csharp/src/TebexCheckout.Test/Model/UpdateSubscriptionRequestTests.cs index 25654c2..18e06b4 100644 --- a/sdks/csharp/src/TebexCheckout.Test/Model/UpdateSubscriptionRequestTests.cs +++ b/sdks/csharp/src/TebexCheckout.Test/Model/UpdateSubscriptionRequestTests.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout.Test/TebexCheckout/BasketsApiTests.cs b/sdks/csharp/src/TebexCheckout.Test/TebexCheckout/BasketsApiTests.cs index 623b1d1..23d192a 100644 --- a/sdks/csharp/src/TebexCheckout.Test/TebexCheckout/BasketsApiTests.cs +++ b/sdks/csharp/src/TebexCheckout.Test/TebexCheckout/BasketsApiTests.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout.Test/TebexCheckout/CheckoutApiTests.cs b/sdks/csharp/src/TebexCheckout.Test/TebexCheckout/CheckoutApiTests.cs index 07d1a85..b8aacf8 100644 --- a/sdks/csharp/src/TebexCheckout.Test/TebexCheckout/CheckoutApiTests.cs +++ b/sdks/csharp/src/TebexCheckout.Test/TebexCheckout/CheckoutApiTests.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout.Test/TebexCheckout/PaymentsApiTests.cs b/sdks/csharp/src/TebexCheckout.Test/TebexCheckout/PaymentsApiTests.cs index 0c5a3c6..164a44a 100644 --- a/sdks/csharp/src/TebexCheckout.Test/TebexCheckout/PaymentsApiTests.cs +++ b/sdks/csharp/src/TebexCheckout.Test/TebexCheckout/PaymentsApiTests.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout.Test/TebexCheckout/RecurringPaymentsApiTests.cs b/sdks/csharp/src/TebexCheckout.Test/TebexCheckout/RecurringPaymentsApiTests.cs index 98d820e..2692b05 100644 --- a/sdks/csharp/src/TebexCheckout.Test/TebexCheckout/RecurringPaymentsApiTests.cs +++ b/sdks/csharp/src/TebexCheckout.Test/TebexCheckout/RecurringPaymentsApiTests.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout/Client/ApiClient.cs b/sdks/csharp/src/TebexCheckout/Client/ApiClient.cs index dd11b43..8f650a4 100644 --- a/sdks/csharp/src/TebexCheckout/Client/ApiClient.cs +++ b/sdks/csharp/src/TebexCheckout/Client/ApiClient.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout/Client/ApiException.cs b/sdks/csharp/src/TebexCheckout/Client/ApiException.cs index 524d16c..cfde91e 100644 --- a/sdks/csharp/src/TebexCheckout/Client/ApiException.cs +++ b/sdks/csharp/src/TebexCheckout/Client/ApiException.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout/Client/ApiResponse.cs b/sdks/csharp/src/TebexCheckout/Client/ApiResponse.cs index 94f7ff5..26affcd 100644 --- a/sdks/csharp/src/TebexCheckout/Client/ApiResponse.cs +++ b/sdks/csharp/src/TebexCheckout/Client/ApiResponse.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout/Client/ClientUtils.cs b/sdks/csharp/src/TebexCheckout/Client/ClientUtils.cs index 5130d37..6bc0abd 100644 --- a/sdks/csharp/src/TebexCheckout/Client/ClientUtils.cs +++ b/sdks/csharp/src/TebexCheckout/Client/ClientUtils.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout/Client/Configuration.cs b/sdks/csharp/src/TebexCheckout/Client/Configuration.cs index db80815..998deb1 100644 --- a/sdks/csharp/src/TebexCheckout/Client/Configuration.cs +++ b/sdks/csharp/src/TebexCheckout/Client/Configuration.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ @@ -540,7 +540,7 @@ public static string ToDebugReport() string report = "C# SDK (TebexCheckout) Debug Report:\n"; report += " OS: " + System.Environment.OSVersion + "\n"; report += " .NET Framework Version: " + System.Environment.Version + "\n"; - report += " Version of the API: 1.1.0\n"; + report += " Version of the API: 1.1.2\n"; report += " SDK Package Version: 1.0.0\n"; return report; diff --git a/sdks/csharp/src/TebexCheckout/Client/ExceptionFactory.cs b/sdks/csharp/src/TebexCheckout/Client/ExceptionFactory.cs index f683941..e9f5209 100644 --- a/sdks/csharp/src/TebexCheckout/Client/ExceptionFactory.cs +++ b/sdks/csharp/src/TebexCheckout/Client/ExceptionFactory.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout/Client/GlobalConfiguration.cs b/sdks/csharp/src/TebexCheckout/Client/GlobalConfiguration.cs index f26ec2a..43ad8a3 100644 --- a/sdks/csharp/src/TebexCheckout/Client/GlobalConfiguration.cs +++ b/sdks/csharp/src/TebexCheckout/Client/GlobalConfiguration.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout/Client/HttpMethod.cs b/sdks/csharp/src/TebexCheckout/Client/HttpMethod.cs index ad16238..460a287 100644 --- a/sdks/csharp/src/TebexCheckout/Client/HttpMethod.cs +++ b/sdks/csharp/src/TebexCheckout/Client/HttpMethod.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout/Client/IApiAccessor.cs b/sdks/csharp/src/TebexCheckout/Client/IApiAccessor.cs index d981a17..22303bc 100644 --- a/sdks/csharp/src/TebexCheckout/Client/IApiAccessor.cs +++ b/sdks/csharp/src/TebexCheckout/Client/IApiAccessor.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout/Client/IAsynchronousClient.cs b/sdks/csharp/src/TebexCheckout/Client/IAsynchronousClient.cs index a3025ef..d71eefa 100644 --- a/sdks/csharp/src/TebexCheckout/Client/IAsynchronousClient.cs +++ b/sdks/csharp/src/TebexCheckout/Client/IAsynchronousClient.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout/Client/IReadableConfiguration.cs b/sdks/csharp/src/TebexCheckout/Client/IReadableConfiguration.cs index 6468b9f..4a51ad7 100644 --- a/sdks/csharp/src/TebexCheckout/Client/IReadableConfiguration.cs +++ b/sdks/csharp/src/TebexCheckout/Client/IReadableConfiguration.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout/Client/ISynchronousClient.cs b/sdks/csharp/src/TebexCheckout/Client/ISynchronousClient.cs index 850af78..a2b009a 100644 --- a/sdks/csharp/src/TebexCheckout/Client/ISynchronousClient.cs +++ b/sdks/csharp/src/TebexCheckout/Client/ISynchronousClient.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout/Client/Multimap.cs b/sdks/csharp/src/TebexCheckout/Client/Multimap.cs index b8ea7ba..d68c77a 100644 --- a/sdks/csharp/src/TebexCheckout/Client/Multimap.cs +++ b/sdks/csharp/src/TebexCheckout/Client/Multimap.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout/Client/OpenAPIDateConverter.cs b/sdks/csharp/src/TebexCheckout/Client/OpenAPIDateConverter.cs index ec3b2ae..518ae8d 100644 --- a/sdks/csharp/src/TebexCheckout/Client/OpenAPIDateConverter.cs +++ b/sdks/csharp/src/TebexCheckout/Client/OpenAPIDateConverter.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout/Client/RequestOptions.cs b/sdks/csharp/src/TebexCheckout/Client/RequestOptions.cs index af74686..ec60384 100644 --- a/sdks/csharp/src/TebexCheckout/Client/RequestOptions.cs +++ b/sdks/csharp/src/TebexCheckout/Client/RequestOptions.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout/Client/RetryConfiguration.cs b/sdks/csharp/src/TebexCheckout/Client/RetryConfiguration.cs index ac66075..12b6b66 100644 --- a/sdks/csharp/src/TebexCheckout/Client/RetryConfiguration.cs +++ b/sdks/csharp/src/TebexCheckout/Client/RetryConfiguration.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout/Model/AbstractOpenAPISchema.cs b/sdks/csharp/src/TebexCheckout/Model/AbstractOpenAPISchema.cs index 9c80a1a..38e2c6c 100644 --- a/sdks/csharp/src/TebexCheckout/Model/AbstractOpenAPISchema.cs +++ b/sdks/csharp/src/TebexCheckout/Model/AbstractOpenAPISchema.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout/Model/AddPackageRequest.cs b/sdks/csharp/src/TebexCheckout/Model/AddPackageRequest.cs index e0957a0..70f2886 100644 --- a/sdks/csharp/src/TebexCheckout/Model/AddPackageRequest.cs +++ b/sdks/csharp/src/TebexCheckout/Model/AddPackageRequest.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout/Model/Address.cs b/sdks/csharp/src/TebexCheckout/Model/Address.cs index 5790261..1739aed 100644 --- a/sdks/csharp/src/TebexCheckout/Model/Address.cs +++ b/sdks/csharp/src/TebexCheckout/Model/Address.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout/Model/Basket.cs b/sdks/csharp/src/TebexCheckout/Model/Basket.cs index 8c58f32..4f088ca 100644 --- a/sdks/csharp/src/TebexCheckout/Model/Basket.cs +++ b/sdks/csharp/src/TebexCheckout/Model/Basket.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout/Model/BasketItem.cs b/sdks/csharp/src/TebexCheckout/Model/BasketItem.cs index e361641..14baa88 100644 --- a/sdks/csharp/src/TebexCheckout/Model/BasketItem.cs +++ b/sdks/csharp/src/TebexCheckout/Model/BasketItem.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout/Model/BasketLinks.cs b/sdks/csharp/src/TebexCheckout/Model/BasketLinks.cs index dc7ba51..27b4265 100644 --- a/sdks/csharp/src/TebexCheckout/Model/BasketLinks.cs +++ b/sdks/csharp/src/TebexCheckout/Model/BasketLinks.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout/Model/BasketRow.cs b/sdks/csharp/src/TebexCheckout/Model/BasketRow.cs index 8ac1848..35756b5 100644 --- a/sdks/csharp/src/TebexCheckout/Model/BasketRow.cs +++ b/sdks/csharp/src/TebexCheckout/Model/BasketRow.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout/Model/BasketRowMeta.cs b/sdks/csharp/src/TebexCheckout/Model/BasketRowMeta.cs index 34abbe5..064d442 100644 --- a/sdks/csharp/src/TebexCheckout/Model/BasketRowMeta.cs +++ b/sdks/csharp/src/TebexCheckout/Model/BasketRowMeta.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout/Model/BasketRowMetaLimits.cs b/sdks/csharp/src/TebexCheckout/Model/BasketRowMetaLimits.cs index 2c37b0b..699022d 100644 --- a/sdks/csharp/src/TebexCheckout/Model/BasketRowMetaLimits.cs +++ b/sdks/csharp/src/TebexCheckout/Model/BasketRowMetaLimits.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout/Model/BasketRowMetaLimitsUser.cs b/sdks/csharp/src/TebexCheckout/Model/BasketRowMetaLimitsUser.cs index f9f7679..4758012 100644 --- a/sdks/csharp/src/TebexCheckout/Model/BasketRowMetaLimitsUser.cs +++ b/sdks/csharp/src/TebexCheckout/Model/BasketRowMetaLimitsUser.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout/Model/CheckoutItem.cs b/sdks/csharp/src/TebexCheckout/Model/CheckoutItem.cs index 80d0732..fd0cc64 100644 --- a/sdks/csharp/src/TebexCheckout/Model/CheckoutItem.cs +++ b/sdks/csharp/src/TebexCheckout/Model/CheckoutItem.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout/Model/CheckoutRequest.cs b/sdks/csharp/src/TebexCheckout/Model/CheckoutRequest.cs index ec1a737..b9ac681 100644 --- a/sdks/csharp/src/TebexCheckout/Model/CheckoutRequest.cs +++ b/sdks/csharp/src/TebexCheckout/Model/CheckoutRequest.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout/Model/CheckoutRequestBasket.cs b/sdks/csharp/src/TebexCheckout/Model/CheckoutRequestBasket.cs index fb234d2..8fa6aa0 100644 --- a/sdks/csharp/src/TebexCheckout/Model/CheckoutRequestBasket.cs +++ b/sdks/csharp/src/TebexCheckout/Model/CheckoutRequestBasket.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout/Model/CreateBasketRequest.cs b/sdks/csharp/src/TebexCheckout/Model/CreateBasketRequest.cs index 7f050a2..30e732f 100644 --- a/sdks/csharp/src/TebexCheckout/Model/CreateBasketRequest.cs +++ b/sdks/csharp/src/TebexCheckout/Model/CreateBasketRequest.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ @@ -45,7 +45,8 @@ public partial class CreateBasketRequest : IValidatableObject /// Automatically redirect to the complete_url provided. /// An ISO 3166-1 alpha-2 character code representing the customer's country.. /// The creator code is used to share a percentage of the payment with another party. See more about creator codes at https://docs.tebex.io/creators/tebex-control-panel/engagement/creator-codes. - public CreateBasketRequest(string returnUrl = default(string), string completeUrl = default(string), Object custom = default(Object), string firstName = default(string), string lastName = default(string), string email = default(string), string expiresAt = default(string), bool completeAutoRedirect = default(bool), string country = default(string), string creatorCode = default(string)) + /// The IP address of the customer using this basket. Provide the IP if creating a basket on your server backend.. + public CreateBasketRequest(string returnUrl = default(string), string completeUrl = default(string), Object custom = default(Object), string firstName = default(string), string lastName = default(string), string email = default(string), string expiresAt = default(string), bool completeAutoRedirect = default(bool), string country = default(string), string creatorCode = default(string), string ip = default(string)) { this.ReturnUrl = returnUrl; this.CompleteUrl = completeUrl; @@ -57,6 +58,7 @@ public partial class CreateBasketRequest : IValidatableObject this.CompleteAutoRedirect = completeAutoRedirect; this.Country = country; this.CreatorCode = creatorCode; + this.Ip = ip; } /// @@ -138,6 +140,14 @@ public partial class CreateBasketRequest : IValidatableObject [DataMember(Name = "creator_code", EmitDefaultValue = false)] public string CreatorCode { get; set; } + /// + /// The IP address of the customer using this basket. Provide the IP if creating a basket on your server backend. + /// + /// The IP address of the customer using this basket. Provide the IP if creating a basket on your server backend. + /// 127.0.0.1 + [DataMember(Name = "ip", EmitDefaultValue = false)] + public string Ip { get; set; } + /// /// Returns the string presentation of the object /// @@ -156,6 +166,7 @@ public override string ToString() sb.Append(" CompleteAutoRedirect: ").Append(CompleteAutoRedirect).Append("\n"); sb.Append(" Country: ").Append(Country).Append("\n"); sb.Append(" CreatorCode: ").Append(CreatorCode).Append("\n"); + sb.Append(" Ip: ").Append(Ip).Append("\n"); sb.Append("}\n"); return sb.ToString(); } diff --git a/sdks/csharp/src/TebexCheckout/Model/ErrorResponse.cs b/sdks/csharp/src/TebexCheckout/Model/ErrorResponse.cs index 19d6e82..22a796b 100644 --- a/sdks/csharp/src/TebexCheckout/Model/ErrorResponse.cs +++ b/sdks/csharp/src/TebexCheckout/Model/ErrorResponse.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout/Model/Package.cs b/sdks/csharp/src/TebexCheckout/Model/Package.cs index 6daece1..076e952 100644 --- a/sdks/csharp/src/TebexCheckout/Model/Package.cs +++ b/sdks/csharp/src/TebexCheckout/Model/Package.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout/Model/Payment.cs b/sdks/csharp/src/TebexCheckout/Model/Payment.cs index 5fda225..93d0c5c 100644 --- a/sdks/csharp/src/TebexCheckout/Model/Payment.cs +++ b/sdks/csharp/src/TebexCheckout/Model/Payment.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout/Model/PaymentCustomer.cs b/sdks/csharp/src/TebexCheckout/Model/PaymentCustomer.cs index 95e28fc..2e39e28 100644 --- a/sdks/csharp/src/TebexCheckout/Model/PaymentCustomer.cs +++ b/sdks/csharp/src/TebexCheckout/Model/PaymentCustomer.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout/Model/PaymentFees.cs b/sdks/csharp/src/TebexCheckout/Model/PaymentFees.cs index 6c67f8d..1786621 100644 --- a/sdks/csharp/src/TebexCheckout/Model/PaymentFees.cs +++ b/sdks/csharp/src/TebexCheckout/Model/PaymentFees.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout/Model/PaymentFeesGateway.cs b/sdks/csharp/src/TebexCheckout/Model/PaymentFeesGateway.cs index d2d17c6..9a56c3a 100644 --- a/sdks/csharp/src/TebexCheckout/Model/PaymentFeesGateway.cs +++ b/sdks/csharp/src/TebexCheckout/Model/PaymentFeesGateway.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout/Model/PaymentFeesTax.cs b/sdks/csharp/src/TebexCheckout/Model/PaymentFeesTax.cs index b80e9d4..1089ed8 100644 --- a/sdks/csharp/src/TebexCheckout/Model/PaymentFeesTax.cs +++ b/sdks/csharp/src/TebexCheckout/Model/PaymentFeesTax.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout/Model/PaymentPrice.cs b/sdks/csharp/src/TebexCheckout/Model/PaymentPrice.cs index bbadf9b..70c356c 100644 --- a/sdks/csharp/src/TebexCheckout/Model/PaymentPrice.cs +++ b/sdks/csharp/src/TebexCheckout/Model/PaymentPrice.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout/Model/PaymentProductsInner.cs b/sdks/csharp/src/TebexCheckout/Model/PaymentProductsInner.cs index bc8c5d1..3a36bac 100644 --- a/sdks/csharp/src/TebexCheckout/Model/PaymentProductsInner.cs +++ b/sdks/csharp/src/TebexCheckout/Model/PaymentProductsInner.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout/Model/PaymentProductsInnerBasePrice.cs b/sdks/csharp/src/TebexCheckout/Model/PaymentProductsInnerBasePrice.cs index 90bfaab..2abd219 100644 --- a/sdks/csharp/src/TebexCheckout/Model/PaymentProductsInnerBasePrice.cs +++ b/sdks/csharp/src/TebexCheckout/Model/PaymentProductsInnerBasePrice.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout/Model/PaymentProductsInnerPaidPrice.cs b/sdks/csharp/src/TebexCheckout/Model/PaymentProductsInnerPaidPrice.cs index 64ec454..1d58cba 100644 --- a/sdks/csharp/src/TebexCheckout/Model/PaymentProductsInnerPaidPrice.cs +++ b/sdks/csharp/src/TebexCheckout/Model/PaymentProductsInnerPaidPrice.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout/Model/PaymentStatus.cs b/sdks/csharp/src/TebexCheckout/Model/PaymentStatus.cs index 9b8b50f..2abe345 100644 --- a/sdks/csharp/src/TebexCheckout/Model/PaymentStatus.cs +++ b/sdks/csharp/src/TebexCheckout/Model/PaymentStatus.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout/Model/PaymentSubject.cs b/sdks/csharp/src/TebexCheckout/Model/PaymentSubject.cs index 05cac75..229d4f5 100644 --- a/sdks/csharp/src/TebexCheckout/Model/PaymentSubject.cs +++ b/sdks/csharp/src/TebexCheckout/Model/PaymentSubject.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout/Model/PaymentSubjectCustomer.cs b/sdks/csharp/src/TebexCheckout/Model/PaymentSubjectCustomer.cs index 7b30cfb..bb9b38c 100644 --- a/sdks/csharp/src/TebexCheckout/Model/PaymentSubjectCustomer.cs +++ b/sdks/csharp/src/TebexCheckout/Model/PaymentSubjectCustomer.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout/Model/PaymentSubjectFees.cs b/sdks/csharp/src/TebexCheckout/Model/PaymentSubjectFees.cs index 46f55d1..c84d754 100644 --- a/sdks/csharp/src/TebexCheckout/Model/PaymentSubjectFees.cs +++ b/sdks/csharp/src/TebexCheckout/Model/PaymentSubjectFees.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout/Model/PaymentSubjectPaymentMethod.cs b/sdks/csharp/src/TebexCheckout/Model/PaymentSubjectPaymentMethod.cs index b13246d..f330eef 100644 --- a/sdks/csharp/src/TebexCheckout/Model/PaymentSubjectPaymentMethod.cs +++ b/sdks/csharp/src/TebexCheckout/Model/PaymentSubjectPaymentMethod.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout/Model/PaymentSubjectPrice.cs b/sdks/csharp/src/TebexCheckout/Model/PaymentSubjectPrice.cs index 941a9be..1c05106 100644 --- a/sdks/csharp/src/TebexCheckout/Model/PaymentSubjectPrice.cs +++ b/sdks/csharp/src/TebexCheckout/Model/PaymentSubjectPrice.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout/Model/PaymentSubjectProductsInner.cs b/sdks/csharp/src/TebexCheckout/Model/PaymentSubjectProductsInner.cs index fe0ead1..fcb8e9a 100644 --- a/sdks/csharp/src/TebexCheckout/Model/PaymentSubjectProductsInner.cs +++ b/sdks/csharp/src/TebexCheckout/Model/PaymentSubjectProductsInner.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout/Model/PriceDetails.cs b/sdks/csharp/src/TebexCheckout/Model/PriceDetails.cs index 45de6f0..684fee8 100644 --- a/sdks/csharp/src/TebexCheckout/Model/PriceDetails.cs +++ b/sdks/csharp/src/TebexCheckout/Model/PriceDetails.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout/Model/RecurringPayment.cs b/sdks/csharp/src/TebexCheckout/Model/RecurringPayment.cs index bf74fda..5129291 100644 --- a/sdks/csharp/src/TebexCheckout/Model/RecurringPayment.cs +++ b/sdks/csharp/src/TebexCheckout/Model/RecurringPayment.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout/Model/RecurringPaymentAmount.cs b/sdks/csharp/src/TebexCheckout/Model/RecurringPaymentAmount.cs index 4e600b3..9153915 100644 --- a/sdks/csharp/src/TebexCheckout/Model/RecurringPaymentAmount.cs +++ b/sdks/csharp/src/TebexCheckout/Model/RecurringPaymentAmount.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout/Model/RecurringPaymentLinks.cs b/sdks/csharp/src/TebexCheckout/Model/RecurringPaymentLinks.cs index 180cccb..1fc1b85 100644 --- a/sdks/csharp/src/TebexCheckout/Model/RecurringPaymentLinks.cs +++ b/sdks/csharp/src/TebexCheckout/Model/RecurringPaymentLinks.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout/Model/RecurringPaymentStatus.cs b/sdks/csharp/src/TebexCheckout/Model/RecurringPaymentStatus.cs index 2a729d2..86a08c0 100644 --- a/sdks/csharp/src/TebexCheckout/Model/RecurringPaymentStatus.cs +++ b/sdks/csharp/src/TebexCheckout/Model/RecurringPaymentStatus.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout/Model/RecurringPaymentSubject.cs b/sdks/csharp/src/TebexCheckout/Model/RecurringPaymentSubject.cs index 8489b78..353737d 100644 --- a/sdks/csharp/src/TebexCheckout/Model/RecurringPaymentSubject.cs +++ b/sdks/csharp/src/TebexCheckout/Model/RecurringPaymentSubject.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout/Model/RecurringPaymentSubjectPrice.cs b/sdks/csharp/src/TebexCheckout/Model/RecurringPaymentSubjectPrice.cs index f14061d..a718385 100644 --- a/sdks/csharp/src/TebexCheckout/Model/RecurringPaymentSubjectPrice.cs +++ b/sdks/csharp/src/TebexCheckout/Model/RecurringPaymentSubjectPrice.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout/Model/RecurringPaymentSubjectStatus.cs b/sdks/csharp/src/TebexCheckout/Model/RecurringPaymentSubjectStatus.cs index 4520092..47836a0 100644 --- a/sdks/csharp/src/TebexCheckout/Model/RecurringPaymentSubjectStatus.cs +++ b/sdks/csharp/src/TebexCheckout/Model/RecurringPaymentSubjectStatus.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout/Model/RevenueShare.cs b/sdks/csharp/src/TebexCheckout/Model/RevenueShare.cs index 0d0cf34..89277d6 100644 --- a/sdks/csharp/src/TebexCheckout/Model/RevenueShare.cs +++ b/sdks/csharp/src/TebexCheckout/Model/RevenueShare.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout/Model/Sale.cs b/sdks/csharp/src/TebexCheckout/Model/Sale.cs index d8e9117..0a0f9da 100644 --- a/sdks/csharp/src/TebexCheckout/Model/Sale.cs +++ b/sdks/csharp/src/TebexCheckout/Model/Sale.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout/Model/TebexWebhook.cs b/sdks/csharp/src/TebexCheckout/Model/TebexWebhook.cs index db25f8d..29d4e41 100644 --- a/sdks/csharp/src/TebexCheckout/Model/TebexWebhook.cs +++ b/sdks/csharp/src/TebexCheckout/Model/TebexWebhook.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout/Model/UpdateRecurringPaymentRequest.cs b/sdks/csharp/src/TebexCheckout/Model/UpdateRecurringPaymentRequest.cs index b013a4c..e1d091f 100644 --- a/sdks/csharp/src/TebexCheckout/Model/UpdateRecurringPaymentRequest.cs +++ b/sdks/csharp/src/TebexCheckout/Model/UpdateRecurringPaymentRequest.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout/Model/UpdateSubscriptionRequest.cs b/sdks/csharp/src/TebexCheckout/Model/UpdateSubscriptionRequest.cs index 0df7de3..1b4b712 100644 --- a/sdks/csharp/src/TebexCheckout/Model/UpdateSubscriptionRequest.cs +++ b/sdks/csharp/src/TebexCheckout/Model/UpdateSubscriptionRequest.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout/Model/UpdateSubscriptionRequestItemsInner.cs b/sdks/csharp/src/TebexCheckout/Model/UpdateSubscriptionRequestItemsInner.cs index 2ab52b1..1999e6c 100644 --- a/sdks/csharp/src/TebexCheckout/Model/UpdateSubscriptionRequestItemsInner.cs +++ b/sdks/csharp/src/TebexCheckout/Model/UpdateSubscriptionRequestItemsInner.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout/TebexCheckout/BasketsApi.cs b/sdks/csharp/src/TebexCheckout/TebexCheckout/BasketsApi.cs index 596862a..e4167a2 100644 --- a/sdks/csharp/src/TebexCheckout/TebexCheckout/BasketsApi.cs +++ b/sdks/csharp/src/TebexCheckout/TebexCheckout/BasketsApi.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout/TebexCheckout/CheckoutApi.cs b/sdks/csharp/src/TebexCheckout/TebexCheckout/CheckoutApi.cs index d5e2c7e..03ca236 100644 --- a/sdks/csharp/src/TebexCheckout/TebexCheckout/CheckoutApi.cs +++ b/sdks/csharp/src/TebexCheckout/TebexCheckout/CheckoutApi.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout/TebexCheckout/PaymentsApi.cs b/sdks/csharp/src/TebexCheckout/TebexCheckout/PaymentsApi.cs index fab9f64..8e9454d 100644 --- a/sdks/csharp/src/TebexCheckout/TebexCheckout/PaymentsApi.cs +++ b/sdks/csharp/src/TebexCheckout/TebexCheckout/PaymentsApi.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/csharp/src/TebexCheckout/TebexCheckout/RecurringPaymentsApi.cs b/sdks/csharp/src/TebexCheckout/TebexCheckout/RecurringPaymentsApi.cs index 0210b2a..ceb245d 100644 --- a/sdks/csharp/src/TebexCheckout/TebexCheckout/RecurringPaymentsApi.cs +++ b/sdks/csharp/src/TebexCheckout/TebexCheckout/RecurringPaymentsApi.cs @@ -3,7 +3,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/sdks/java/README.md b/sdks/java/README.md index 8e270bc..9567520 100644 --- a/sdks/java/README.md +++ b/sdks/java/README.md @@ -1,8 +1,8 @@ # openapi-java-client Tebex Checkout API -- API version: 1.1.0 - - Build date: 2024-07-25T11:07:31.251589-05:00[America/Chicago] +- API version: 1.1.2 + - Build date: 2024-08-14T08:33:53.505068-05:00[America/Chicago] - Generator version: 7.5.0 The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. @@ -43,7 +43,7 @@ Add this dependency to your project's POM: org.openapitools openapi-java-client - 1.1.0 + 1.1.2 compile ``` @@ -59,7 +59,7 @@ Add this dependency to your project's build file: } dependencies { - implementation "org.openapitools:openapi-java-client:1.1.0" + implementation "org.openapitools:openapi-java-client:1.1.2" } ``` @@ -73,7 +73,7 @@ mvn clean package Then manually install the following JARs: -* `target/openapi-java-client-1.1.0.jar` +* `target/openapi-java-client-1.1.2.jar` * `target/lib/*.jar` ## Getting Started diff --git a/sdks/java/api/openapi.yaml b/sdks/java/api/openapi.yaml index cb64536..4eab19a 100644 --- a/sdks/java/api/openapi.yaml +++ b/sdks/java/api/openapi.yaml @@ -11,7 +11,7 @@ info: url: https://opensource.org/license/mit termsOfService: https://tebex.io/terms-creator-agreement title: Tebex Checkout API - version: 1.1.0 + version: 1.1.2 servers: - url: https://checkout.tebex.io/api security: @@ -1466,6 +1466,11 @@ components: with another party. See more about creator codes at https://docs.tebex.io/creators/tebex-control-panel/engagement/creator-codes type: string example: null + ip: + description: The IP address of the customer using this basket. Provide the + IP if creating a basket on your server backend. + example: 127.0.0.1 + type: string type: object BasketRow_meta_limits_user: example: diff --git a/sdks/java/build.gradle b/sdks/java/build.gradle index 28eefc8..04f3a7e 100644 --- a/sdks/java/build.gradle +++ b/sdks/java/build.gradle @@ -4,7 +4,7 @@ apply plugin: 'java' apply plugin: 'com.diffplug.spotless' group = 'org.openapitools' -version = '1.1.0' +version = '1.1.2' buildscript { repositories { diff --git a/sdks/java/build.sbt b/sdks/java/build.sbt index 0463622..d8b6416 100644 --- a/sdks/java/build.sbt +++ b/sdks/java/build.sbt @@ -2,7 +2,7 @@ lazy val root = (project in file(".")). settings( organization := "org.openapitools", name := "openapi-java-client", - version := "1.1.0", + version := "1.1.2", scalaVersion := "2.11.4", scalacOptions ++= Seq("-feature"), javacOptions in compile ++= Seq("-Xlint:deprecation"), diff --git a/sdks/java/docs/CreateBasketRequest.md b/sdks/java/docs/CreateBasketRequest.md index e270a1b..472ad08 100644 --- a/sdks/java/docs/CreateBasketRequest.md +++ b/sdks/java/docs/CreateBasketRequest.md @@ -17,6 +17,7 @@ |**completeAutoRedirect** | **Boolean** | Automatically redirect to the complete_url provided | [optional] | |**country** | **String** | An ISO 3166-1 alpha-2 character code representing the customer's country. | [optional] | |**creatorCode** | **String** | The creator code is used to share a percentage of the payment with another party. See more about creator codes at https://docs.tebex.io/creators/tebex-control-panel/engagement/creator-codes | [optional] | +|**ip** | **String** | The IP address of the customer using this basket. Provide the IP if creating a basket on your server backend. | [optional] | diff --git a/sdks/java/pom.xml b/sdks/java/pom.xml index 94d5d3b..e16279f 100644 --- a/sdks/java/pom.xml +++ b/sdks/java/pom.xml @@ -5,7 +5,7 @@ openapi-java-client jar openapi-java-client - 1.1.0 + 1.1.2 https://github.com/openapitools/openapi-generator OpenAPI Java diff --git a/sdks/java/src/main/java/TebexCheckout/ApiCallback.java b/sdks/java/src/main/java/TebexCheckout/ApiCallback.java index 81da7f3..68c8ba9 100644 --- a/sdks/java/src/main/java/TebexCheckout/ApiCallback.java +++ b/sdks/java/src/main/java/TebexCheckout/ApiCallback.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/java/src/main/java/TebexCheckout/ApiClient.java b/sdks/java/src/main/java/TebexCheckout/ApiClient.java index 8b9ac82..88324e2 100644 --- a/sdks/java/src/main/java/TebexCheckout/ApiClient.java +++ b/sdks/java/src/main/java/TebexCheckout/ApiClient.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -141,7 +141,7 @@ private void init() { json = new JSON(); // Set default User-Agent. - setUserAgent("OpenAPI-Generator/1.1.0/java"); + setUserAgent("OpenAPI-Generator/1.1.2/java"); authentications = new HashMap(); } diff --git a/sdks/java/src/main/java/TebexCheckout/ApiException.java b/sdks/java/src/main/java/TebexCheckout/ApiException.java index aa66d78..4964c3c 100644 --- a/sdks/java/src/main/java/TebexCheckout/ApiException.java +++ b/sdks/java/src/main/java/TebexCheckout/ApiException.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,7 +21,7 @@ *

ApiException class.

*/ @SuppressWarnings("serial") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-25T11:07:31.251589-05:00[America/Chicago]", comments = "Generator version: 7.5.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-14T08:33:53.505068-05:00[America/Chicago]", comments = "Generator version: 7.5.0") public class ApiException extends Exception { private static final long serialVersionUID = 1L; diff --git a/sdks/java/src/main/java/TebexCheckout/ApiResponse.java b/sdks/java/src/main/java/TebexCheckout/ApiResponse.java index 2259464..a489351 100644 --- a/sdks/java/src/main/java/TebexCheckout/ApiResponse.java +++ b/sdks/java/src/main/java/TebexCheckout/ApiResponse.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/java/src/main/java/TebexCheckout/BasketsApi.java b/sdks/java/src/main/java/TebexCheckout/BasketsApi.java index 8b72d18..6e81f9e 100644 --- a/sdks/java/src/main/java/TebexCheckout/BasketsApi.java +++ b/sdks/java/src/main/java/TebexCheckout/BasketsApi.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/java/src/main/java/TebexCheckout/CheckoutApi.java b/sdks/java/src/main/java/TebexCheckout/CheckoutApi.java index 4e5688b..a24a1ef 100644 --- a/sdks/java/src/main/java/TebexCheckout/CheckoutApi.java +++ b/sdks/java/src/main/java/TebexCheckout/CheckoutApi.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/java/src/main/java/TebexCheckout/Configuration.java b/sdks/java/src/main/java/TebexCheckout/Configuration.java index c4c6d61..18fe562 100644 --- a/sdks/java/src/main/java/TebexCheckout/Configuration.java +++ b/sdks/java/src/main/java/TebexCheckout/Configuration.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -13,9 +13,9 @@ package TebexCheckout; -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-25T11:07:31.251589-05:00[America/Chicago]", comments = "Generator version: 7.5.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-14T08:33:53.505068-05:00[America/Chicago]", comments = "Generator version: 7.5.0") public class Configuration { - public static final String VERSION = "1.1.0"; + public static final String VERSION = "1.1.2"; private static ApiClient defaultApiClient = new ApiClient(); diff --git a/sdks/java/src/main/java/TebexCheckout/GzipRequestInterceptor.java b/sdks/java/src/main/java/TebexCheckout/GzipRequestInterceptor.java index 19a9973..fa085fa 100644 --- a/sdks/java/src/main/java/TebexCheckout/GzipRequestInterceptor.java +++ b/sdks/java/src/main/java/TebexCheckout/GzipRequestInterceptor.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/java/src/main/java/TebexCheckout/JSON.java b/sdks/java/src/main/java/TebexCheckout/JSON.java index 2b50bc6..bdb5a84 100644 --- a/sdks/java/src/main/java/TebexCheckout/JSON.java +++ b/sdks/java/src/main/java/TebexCheckout/JSON.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/java/src/main/java/TebexCheckout/Pair.java b/sdks/java/src/main/java/TebexCheckout/Pair.java index f241820..2fb056a 100644 --- a/sdks/java/src/main/java/TebexCheckout/Pair.java +++ b/sdks/java/src/main/java/TebexCheckout/Pair.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -13,7 +13,7 @@ package TebexCheckout; -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-25T11:07:31.251589-05:00[America/Chicago]", comments = "Generator version: 7.5.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-14T08:33:53.505068-05:00[America/Chicago]", comments = "Generator version: 7.5.0") public class Pair { private String name = ""; private String value = ""; diff --git a/sdks/java/src/main/java/TebexCheckout/PaymentsApi.java b/sdks/java/src/main/java/TebexCheckout/PaymentsApi.java index 4b7c1ef..284c8db 100644 --- a/sdks/java/src/main/java/TebexCheckout/PaymentsApi.java +++ b/sdks/java/src/main/java/TebexCheckout/PaymentsApi.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/java/src/main/java/TebexCheckout/ProgressRequestBody.java b/sdks/java/src/main/java/TebexCheckout/ProgressRequestBody.java index c9edf38..47beec2 100644 --- a/sdks/java/src/main/java/TebexCheckout/ProgressRequestBody.java +++ b/sdks/java/src/main/java/TebexCheckout/ProgressRequestBody.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/java/src/main/java/TebexCheckout/ProgressResponseBody.java b/sdks/java/src/main/java/TebexCheckout/ProgressResponseBody.java index 6de48fa..40de978 100644 --- a/sdks/java/src/main/java/TebexCheckout/ProgressResponseBody.java +++ b/sdks/java/src/main/java/TebexCheckout/ProgressResponseBody.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/java/src/main/java/TebexCheckout/RecurringPaymentsApi.java b/sdks/java/src/main/java/TebexCheckout/RecurringPaymentsApi.java index adb3ecf..75ac20e 100644 --- a/sdks/java/src/main/java/TebexCheckout/RecurringPaymentsApi.java +++ b/sdks/java/src/main/java/TebexCheckout/RecurringPaymentsApi.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/java/src/main/java/TebexCheckout/ServerConfiguration.java b/sdks/java/src/main/java/TebexCheckout/ServerConfiguration.java index 50b1ae4..1b895a2 100644 --- a/sdks/java/src/main/java/TebexCheckout/ServerConfiguration.java +++ b/sdks/java/src/main/java/TebexCheckout/ServerConfiguration.java @@ -5,7 +5,7 @@ /** * Representing a Server configuration. */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-25T11:07:31.251589-05:00[America/Chicago]", comments = "Generator version: 7.5.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-14T08:33:53.505068-05:00[America/Chicago]", comments = "Generator version: 7.5.0") public class ServerConfiguration { public String URL; public String description; diff --git a/sdks/java/src/main/java/TebexCheckout/ServerVariable.java b/sdks/java/src/main/java/TebexCheckout/ServerVariable.java index 7dbb5de..4eeb2d7 100644 --- a/sdks/java/src/main/java/TebexCheckout/ServerVariable.java +++ b/sdks/java/src/main/java/TebexCheckout/ServerVariable.java @@ -5,7 +5,7 @@ /** * Representing a Server Variable for server URL template substitution. */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-25T11:07:31.251589-05:00[America/Chicago]", comments = "Generator version: 7.5.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-14T08:33:53.505068-05:00[America/Chicago]", comments = "Generator version: 7.5.0") public class ServerVariable { public String description; public String defaultValue; diff --git a/sdks/java/src/main/java/TebexCheckout/StringUtil.java b/sdks/java/src/main/java/TebexCheckout/StringUtil.java index 5dde3fe..15ccb79 100644 --- a/sdks/java/src/main/java/TebexCheckout/StringUtil.java +++ b/sdks/java/src/main/java/TebexCheckout/StringUtil.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import java.util.Collection; import java.util.Iterator; -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-25T11:07:31.251589-05:00[America/Chicago]", comments = "Generator version: 7.5.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-14T08:33:53.505068-05:00[America/Chicago]", comments = "Generator version: 7.5.0") public class StringUtil { /** * Check if the given array contains the given value (with case-insensitive comparison). diff --git a/sdks/java/src/main/java/TebexCheckout/auth/ApiKeyAuth.java b/sdks/java/src/main/java/TebexCheckout/auth/ApiKeyAuth.java index dfaf047..2a24fa6 100644 --- a/sdks/java/src/main/java/TebexCheckout/auth/ApiKeyAuth.java +++ b/sdks/java/src/main/java/TebexCheckout/auth/ApiKeyAuth.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -20,7 +20,7 @@ import java.util.Map; import java.util.List; -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-25T11:07:31.251589-05:00[America/Chicago]", comments = "Generator version: 7.5.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-14T08:33:53.505068-05:00[America/Chicago]", comments = "Generator version: 7.5.0") public class ApiKeyAuth implements Authentication { private final String location; private final String paramName; diff --git a/sdks/java/src/main/java/TebexCheckout/auth/Authentication.java b/sdks/java/src/main/java/TebexCheckout/auth/Authentication.java index 25629f7..edd6e03 100644 --- a/sdks/java/src/main/java/TebexCheckout/auth/Authentication.java +++ b/sdks/java/src/main/java/TebexCheckout/auth/Authentication.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/java/src/main/java/TebexCheckout/auth/HttpBasicAuth.java b/sdks/java/src/main/java/TebexCheckout/auth/HttpBasicAuth.java index 53b8a1a..246e36f 100644 --- a/sdks/java/src/main/java/TebexCheckout/auth/HttpBasicAuth.java +++ b/sdks/java/src/main/java/TebexCheckout/auth/HttpBasicAuth.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/java/src/main/java/TebexCheckout/auth/HttpBearerAuth.java b/sdks/java/src/main/java/TebexCheckout/auth/HttpBearerAuth.java index 646442c..4223a74 100644 --- a/sdks/java/src/main/java/TebexCheckout/auth/HttpBearerAuth.java +++ b/sdks/java/src/main/java/TebexCheckout/auth/HttpBearerAuth.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -22,7 +22,7 @@ import java.util.Optional; import java.util.function.Supplier; -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-25T11:07:31.251589-05:00[America/Chicago]", comments = "Generator version: 7.5.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-14T08:33:53.505068-05:00[America/Chicago]", comments = "Generator version: 7.5.0") public class HttpBearerAuth implements Authentication { private final String scheme; private Supplier tokenSupplier; diff --git a/sdks/java/src/main/java/org/openapitools/client/model/AbstractOpenApiSchema.java b/sdks/java/src/main/java/org/openapitools/client/model/AbstractOpenApiSchema.java index d5c2a70..649826f 100644 --- a/sdks/java/src/main/java/org/openapitools/client/model/AbstractOpenApiSchema.java +++ b/sdks/java/src/main/java/org/openapitools/client/model/AbstractOpenApiSchema.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,7 +21,7 @@ /** * Abstract class for oneOf,anyOf schemas defined in OpenAPI spec */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-25T11:07:31.251589-05:00[America/Chicago]", comments = "Generator version: 7.5.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-14T08:33:53.505068-05:00[America/Chicago]", comments = "Generator version: 7.5.0") public abstract class AbstractOpenApiSchema { // store the actual instance of the schema/object diff --git a/sdks/java/src/main/java/org/openapitools/client/model/AddPackageRequest.java b/sdks/java/src/main/java/org/openapitools/client/model/AddPackageRequest.java index c575bdc..229130c 100644 --- a/sdks/java/src/main/java/org/openapitools/client/model/AddPackageRequest.java +++ b/sdks/java/src/main/java/org/openapitools/client/model/AddPackageRequest.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -53,7 +53,7 @@ /** * AddPackageRequest */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-25T11:07:31.251589-05:00[America/Chicago]", comments = "Generator version: 7.5.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-14T08:33:53.505068-05:00[America/Chicago]", comments = "Generator version: 7.5.0") public class AddPackageRequest { public static final String SERIALIZED_NAME_PACKAGE = "package"; @SerializedName(SERIALIZED_NAME_PACKAGE) diff --git a/sdks/java/src/main/java/org/openapitools/client/model/Address.java b/sdks/java/src/main/java/org/openapitools/client/model/Address.java index e30fb94..bd13901 100644 --- a/sdks/java/src/main/java/org/openapitools/client/model/Address.java +++ b/sdks/java/src/main/java/org/openapitools/client/model/Address.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -50,7 +50,7 @@ /** * Address */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-25T11:07:31.251589-05:00[America/Chicago]", comments = "Generator version: 7.5.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-14T08:33:53.505068-05:00[America/Chicago]", comments = "Generator version: 7.5.0") public class Address { public static final String SERIALIZED_NAME_NAME = "name"; @SerializedName(SERIALIZED_NAME_NAME) diff --git a/sdks/java/src/main/java/org/openapitools/client/model/Basket.java b/sdks/java/src/main/java/org/openapitools/client/model/Basket.java index ca8ece1..b45ac1e 100644 --- a/sdks/java/src/main/java/org/openapitools/client/model/Basket.java +++ b/sdks/java/src/main/java/org/openapitools/client/model/Basket.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -57,7 +57,7 @@ /** * Basket */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-25T11:07:31.251589-05:00[America/Chicago]", comments = "Generator version: 7.5.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-14T08:33:53.505068-05:00[America/Chicago]", comments = "Generator version: 7.5.0") public class Basket { public static final String SERIALIZED_NAME_IDENT = "ident"; @SerializedName(SERIALIZED_NAME_IDENT) diff --git a/sdks/java/src/main/java/org/openapitools/client/model/BasketItem.java b/sdks/java/src/main/java/org/openapitools/client/model/BasketItem.java index c9bd0dc..048788b 100644 --- a/sdks/java/src/main/java/org/openapitools/client/model/BasketItem.java +++ b/sdks/java/src/main/java/org/openapitools/client/model/BasketItem.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -52,7 +52,7 @@ /** * A package within an existing basket. */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-25T11:07:31.251589-05:00[America/Chicago]", comments = "Generator version: 7.5.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-14T08:33:53.505068-05:00[America/Chicago]", comments = "Generator version: 7.5.0") public class BasketItem { public static final String SERIALIZED_NAME_QTY = "qty"; @SerializedName(SERIALIZED_NAME_QTY) diff --git a/sdks/java/src/main/java/org/openapitools/client/model/BasketLinks.java b/sdks/java/src/main/java/org/openapitools/client/model/BasketLinks.java index 812de6b..d0fa4b0 100644 --- a/sdks/java/src/main/java/org/openapitools/client/model/BasketLinks.java +++ b/sdks/java/src/main/java/org/openapitools/client/model/BasketLinks.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * BasketLinks */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-25T11:07:31.251589-05:00[America/Chicago]", comments = "Generator version: 7.5.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-14T08:33:53.505068-05:00[America/Chicago]", comments = "Generator version: 7.5.0") public class BasketLinks { public static final String SERIALIZED_NAME_PAYMENT = "payment"; @SerializedName(SERIALIZED_NAME_PAYMENT) diff --git a/sdks/java/src/main/java/org/openapitools/client/model/BasketRow.java b/sdks/java/src/main/java/org/openapitools/client/model/BasketRow.java index 58bd3bf..7ac8f05 100644 --- a/sdks/java/src/main/java/org/openapitools/client/model/BasketRow.java +++ b/sdks/java/src/main/java/org/openapitools/client/model/BasketRow.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -52,7 +52,7 @@ /** * BasketRow */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-25T11:07:31.251589-05:00[America/Chicago]", comments = "Generator version: 7.5.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-14T08:33:53.505068-05:00[America/Chicago]", comments = "Generator version: 7.5.0") public class BasketRow { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/sdks/java/src/main/java/org/openapitools/client/model/BasketRowMeta.java b/sdks/java/src/main/java/org/openapitools/client/model/BasketRowMeta.java index d5c6206..c586c69 100644 --- a/sdks/java/src/main/java/org/openapitools/client/model/BasketRowMeta.java +++ b/sdks/java/src/main/java/org/openapitools/client/model/BasketRowMeta.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -53,7 +53,7 @@ /** * BasketRowMeta */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-25T11:07:31.251589-05:00[America/Chicago]", comments = "Generator version: 7.5.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-14T08:33:53.505068-05:00[America/Chicago]", comments = "Generator version: 7.5.0") public class BasketRowMeta { public static final String SERIALIZED_NAME_NAME = "name"; @SerializedName(SERIALIZED_NAME_NAME) diff --git a/sdks/java/src/main/java/org/openapitools/client/model/BasketRowMetaLimits.java b/sdks/java/src/main/java/org/openapitools/client/model/BasketRowMetaLimits.java index a874950..d5ce532 100644 --- a/sdks/java/src/main/java/org/openapitools/client/model/BasketRowMetaLimits.java +++ b/sdks/java/src/main/java/org/openapitools/client/model/BasketRowMetaLimits.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -50,7 +50,7 @@ /** * BasketRowMetaLimits */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-25T11:07:31.251589-05:00[America/Chicago]", comments = "Generator version: 7.5.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-14T08:33:53.505068-05:00[America/Chicago]", comments = "Generator version: 7.5.0") public class BasketRowMetaLimits { public static final String SERIALIZED_NAME_USER = "user"; @SerializedName(SERIALIZED_NAME_USER) diff --git a/sdks/java/src/main/java/org/openapitools/client/model/BasketRowMetaLimitsUser.java b/sdks/java/src/main/java/org/openapitools/client/model/BasketRowMetaLimitsUser.java index d073377..a5c285a 100644 --- a/sdks/java/src/main/java/org/openapitools/client/model/BasketRowMetaLimitsUser.java +++ b/sdks/java/src/main/java/org/openapitools/client/model/BasketRowMetaLimitsUser.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * BasketRowMetaLimitsUser */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-25T11:07:31.251589-05:00[America/Chicago]", comments = "Generator version: 7.5.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-14T08:33:53.505068-05:00[America/Chicago]", comments = "Generator version: 7.5.0") public class BasketRowMetaLimitsUser { public static final String SERIALIZED_NAME_ENABLED = "enabled"; @SerializedName(SERIALIZED_NAME_ENABLED) diff --git a/sdks/java/src/main/java/org/openapitools/client/model/CheckoutItem.java b/sdks/java/src/main/java/org/openapitools/client/model/CheckoutItem.java index fcc78f2..3f21da4 100644 --- a/sdks/java/src/main/java/org/openapitools/client/model/CheckoutItem.java +++ b/sdks/java/src/main/java/org/openapitools/client/model/CheckoutItem.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -50,7 +50,7 @@ /** * An item added to a basket as part of the `/checkout` request. */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-25T11:07:31.251589-05:00[America/Chicago]", comments = "Generator version: 7.5.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-14T08:33:53.505068-05:00[America/Chicago]", comments = "Generator version: 7.5.0") public class CheckoutItem { public static final String SERIALIZED_NAME_PACKAGE = "package"; @SerializedName(SERIALIZED_NAME_PACKAGE) diff --git a/sdks/java/src/main/java/org/openapitools/client/model/CheckoutRequest.java b/sdks/java/src/main/java/org/openapitools/client/model/CheckoutRequest.java index ee2af15..b409c19 100644 --- a/sdks/java/src/main/java/org/openapitools/client/model/CheckoutRequest.java +++ b/sdks/java/src/main/java/org/openapitools/client/model/CheckoutRequest.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -54,7 +54,7 @@ /** * CheckoutRequest */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-25T11:07:31.251589-05:00[America/Chicago]", comments = "Generator version: 7.5.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-14T08:33:53.505068-05:00[America/Chicago]", comments = "Generator version: 7.5.0") public class CheckoutRequest { public static final String SERIALIZED_NAME_BASKET = "basket"; @SerializedName(SERIALIZED_NAME_BASKET) diff --git a/sdks/java/src/main/java/org/openapitools/client/model/CheckoutRequestBasket.java b/sdks/java/src/main/java/org/openapitools/client/model/CheckoutRequestBasket.java index 9904cc3..e3cce56 100644 --- a/sdks/java/src/main/java/org/openapitools/client/model/CheckoutRequestBasket.java +++ b/sdks/java/src/main/java/org/openapitools/client/model/CheckoutRequestBasket.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * An object containing the customer's information, relevant links, and any custom tracking data. */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-25T11:07:31.251589-05:00[America/Chicago]", comments = "Generator version: 7.5.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-14T08:33:53.505068-05:00[America/Chicago]", comments = "Generator version: 7.5.0") public class CheckoutRequestBasket { public static final String SERIALIZED_NAME_FIRST_NAME = "first_name"; @SerializedName(SERIALIZED_NAME_FIRST_NAME) diff --git a/sdks/java/src/main/java/org/openapitools/client/model/CreateBasketRequest.java b/sdks/java/src/main/java/org/openapitools/client/model/CreateBasketRequest.java index f7446c9..7c91485 100644 --- a/sdks/java/src/main/java/org/openapitools/client/model/CreateBasketRequest.java +++ b/sdks/java/src/main/java/org/openapitools/client/model/CreateBasketRequest.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * CreateBasketRequest */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-25T11:07:31.251589-05:00[America/Chicago]", comments = "Generator version: 7.5.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-14T08:33:53.505068-05:00[America/Chicago]", comments = "Generator version: 7.5.0") public class CreateBasketRequest { public static final String SERIALIZED_NAME_RETURN_URL = "return_url"; @SerializedName(SERIALIZED_NAME_RETURN_URL) @@ -91,6 +91,10 @@ public class CreateBasketRequest { @SerializedName(SERIALIZED_NAME_CREATOR_CODE) private String creatorCode; + public static final String SERIALIZED_NAME_IP = "ip"; + @SerializedName(SERIALIZED_NAME_IP) + private String ip; + public CreateBasketRequest() { } @@ -284,6 +288,25 @@ public void setCreatorCode(String creatorCode) { } + public CreateBasketRequest ip(String ip) { + this.ip = ip; + return this; + } + + /** + * The IP address of the customer using this basket. Provide the IP if creating a basket on your server backend. + * @return ip + **/ + @javax.annotation.Nullable + public String getIp() { + return ip; + } + + public void setIp(String ip) { + this.ip = ip; + } + + @Override public boolean equals(Object o) { @@ -303,12 +326,13 @@ public boolean equals(Object o) { Objects.equals(this.expiresAt, createBasketRequest.expiresAt) && Objects.equals(this.completeAutoRedirect, createBasketRequest.completeAutoRedirect) && Objects.equals(this.country, createBasketRequest.country) && - Objects.equals(this.creatorCode, createBasketRequest.creatorCode); + Objects.equals(this.creatorCode, createBasketRequest.creatorCode) && + Objects.equals(this.ip, createBasketRequest.ip); } @Override public int hashCode() { - return Objects.hash(returnUrl, completeUrl, custom, firstName, lastName, email, expiresAt, completeAutoRedirect, country, creatorCode); + return Objects.hash(returnUrl, completeUrl, custom, firstName, lastName, email, expiresAt, completeAutoRedirect, country, creatorCode, ip); } @Override @@ -325,6 +349,7 @@ public String toString() { sb.append(" completeAutoRedirect: ").append(toIndentedString(completeAutoRedirect)).append("\n"); sb.append(" country: ").append(toIndentedString(country)).append("\n"); sb.append(" creatorCode: ").append(toIndentedString(creatorCode)).append("\n"); + sb.append(" ip: ").append(toIndentedString(ip)).append("\n"); sb.append("}"); return sb.toString(); } @@ -357,6 +382,7 @@ private String toIndentedString(Object o) { openapiFields.add("complete_auto_redirect"); openapiFields.add("country"); openapiFields.add("creator_code"); + openapiFields.add("ip"); // a set of required properties/fields (JSON key names) openapiRequiredFields = new HashSet(); @@ -407,6 +433,9 @@ public static void validateJsonElement(JsonElement jsonElement) throws IOExcepti if ((jsonObj.get("creator_code") != null && !jsonObj.get("creator_code").isJsonNull()) && !jsonObj.get("creator_code").isJsonPrimitive()) { throw new IllegalArgumentException(String.format("Expected the field `creator_code` to be a primitive type in the JSON string but got `%s`", jsonObj.get("creator_code").toString())); } + if ((jsonObj.get("ip") != null && !jsonObj.get("ip").isJsonNull()) && !jsonObj.get("ip").isJsonPrimitive()) { + throw new IllegalArgumentException(String.format("Expected the field `ip` to be a primitive type in the JSON string but got `%s`", jsonObj.get("ip").toString())); + } } public static class CustomTypeAdapterFactory implements TypeAdapterFactory { diff --git a/sdks/java/src/main/java/org/openapitools/client/model/ErrorResponse.java b/sdks/java/src/main/java/org/openapitools/client/model/ErrorResponse.java index a4691ca..afb3503 100644 --- a/sdks/java/src/main/java/org/openapitools/client/model/ErrorResponse.java +++ b/sdks/java/src/main/java/org/openapitools/client/model/ErrorResponse.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -50,7 +50,7 @@ /** * ErrorResponse */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-25T11:07:31.251589-05:00[America/Chicago]", comments = "Generator version: 7.5.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-14T08:33:53.505068-05:00[America/Chicago]", comments = "Generator version: 7.5.0") public class ErrorResponse { public static final String SERIALIZED_NAME_TYPE = "type"; @SerializedName(SERIALIZED_NAME_TYPE) diff --git a/sdks/java/src/main/java/org/openapitools/client/model/ModelPackage.java b/sdks/java/src/main/java/org/openapitools/client/model/ModelPackage.java index 94f774f..04b3975 100644 --- a/sdks/java/src/main/java/org/openapitools/client/model/ModelPackage.java +++ b/sdks/java/src/main/java/org/openapitools/client/model/ModelPackage.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * ModelPackage */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-25T11:07:31.251589-05:00[America/Chicago]", comments = "Generator version: 7.5.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-14T08:33:53.505068-05:00[America/Chicago]", comments = "Generator version: 7.5.0") public class ModelPackage { public static final String SERIALIZED_NAME_NAME = "name"; @SerializedName(SERIALIZED_NAME_NAME) diff --git a/sdks/java/src/main/java/org/openapitools/client/model/Payment.java b/sdks/java/src/main/java/org/openapitools/client/model/Payment.java index d2c7a54..9acc508 100644 --- a/sdks/java/src/main/java/org/openapitools/client/model/Payment.java +++ b/sdks/java/src/main/java/org/openapitools/client/model/Payment.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -58,7 +58,7 @@ /** * Payment */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-25T11:07:31.251589-05:00[America/Chicago]", comments = "Generator version: 7.5.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-14T08:33:53.505068-05:00[America/Chicago]", comments = "Generator version: 7.5.0") public class Payment { public static final String SERIALIZED_NAME_TRANSACTION_ID = "transaction_id"; @SerializedName(SERIALIZED_NAME_TRANSACTION_ID) diff --git a/sdks/java/src/main/java/org/openapitools/client/model/PaymentCustomer.java b/sdks/java/src/main/java/org/openapitools/client/model/PaymentCustomer.java index 2abef7d..3f1d2d7 100644 --- a/sdks/java/src/main/java/org/openapitools/client/model/PaymentCustomer.java +++ b/sdks/java/src/main/java/org/openapitools/client/model/PaymentCustomer.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -50,7 +50,7 @@ /** * PaymentCustomer */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-25T11:07:31.251589-05:00[America/Chicago]", comments = "Generator version: 7.5.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-14T08:33:53.505068-05:00[America/Chicago]", comments = "Generator version: 7.5.0") public class PaymentCustomer { public static final String SERIALIZED_NAME_FIRST_NAME = "first_name"; @SerializedName(SERIALIZED_NAME_FIRST_NAME) diff --git a/sdks/java/src/main/java/org/openapitools/client/model/PaymentFees.java b/sdks/java/src/main/java/org/openapitools/client/model/PaymentFees.java index de9b361..d86de10 100644 --- a/sdks/java/src/main/java/org/openapitools/client/model/PaymentFees.java +++ b/sdks/java/src/main/java/org/openapitools/client/model/PaymentFees.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -51,7 +51,7 @@ /** * PaymentFees */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-25T11:07:31.251589-05:00[America/Chicago]", comments = "Generator version: 7.5.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-14T08:33:53.505068-05:00[America/Chicago]", comments = "Generator version: 7.5.0") public class PaymentFees { public static final String SERIALIZED_NAME_TAX = "tax"; @SerializedName(SERIALIZED_NAME_TAX) diff --git a/sdks/java/src/main/java/org/openapitools/client/model/PaymentFeesGateway.java b/sdks/java/src/main/java/org/openapitools/client/model/PaymentFeesGateway.java index dcb58fc..095e22e 100644 --- a/sdks/java/src/main/java/org/openapitools/client/model/PaymentFeesGateway.java +++ b/sdks/java/src/main/java/org/openapitools/client/model/PaymentFeesGateway.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * PaymentFeesGateway */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-25T11:07:31.251589-05:00[America/Chicago]", comments = "Generator version: 7.5.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-14T08:33:53.505068-05:00[America/Chicago]", comments = "Generator version: 7.5.0") public class PaymentFeesGateway { public static final String SERIALIZED_NAME_AMOUNT = "amount"; @SerializedName(SERIALIZED_NAME_AMOUNT) diff --git a/sdks/java/src/main/java/org/openapitools/client/model/PaymentFeesTax.java b/sdks/java/src/main/java/org/openapitools/client/model/PaymentFeesTax.java index caef661..49751c9 100644 --- a/sdks/java/src/main/java/org/openapitools/client/model/PaymentFeesTax.java +++ b/sdks/java/src/main/java/org/openapitools/client/model/PaymentFeesTax.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * PaymentFeesTax */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-25T11:07:31.251589-05:00[America/Chicago]", comments = "Generator version: 7.5.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-14T08:33:53.505068-05:00[America/Chicago]", comments = "Generator version: 7.5.0") public class PaymentFeesTax { public static final String SERIALIZED_NAME_AMOUNT = "amount"; @SerializedName(SERIALIZED_NAME_AMOUNT) diff --git a/sdks/java/src/main/java/org/openapitools/client/model/PaymentPrice.java b/sdks/java/src/main/java/org/openapitools/client/model/PaymentPrice.java index 147e2ff..00e3300 100644 --- a/sdks/java/src/main/java/org/openapitools/client/model/PaymentPrice.java +++ b/sdks/java/src/main/java/org/openapitools/client/model/PaymentPrice.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * PaymentPrice */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-25T11:07:31.251589-05:00[America/Chicago]", comments = "Generator version: 7.5.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-14T08:33:53.505068-05:00[America/Chicago]", comments = "Generator version: 7.5.0") public class PaymentPrice { public static final String SERIALIZED_NAME_AMOUNT = "amount"; @SerializedName(SERIALIZED_NAME_AMOUNT) diff --git a/sdks/java/src/main/java/org/openapitools/client/model/PaymentProductsInner.java b/sdks/java/src/main/java/org/openapitools/client/model/PaymentProductsInner.java index eb0f0b7..620fd39 100644 --- a/sdks/java/src/main/java/org/openapitools/client/model/PaymentProductsInner.java +++ b/sdks/java/src/main/java/org/openapitools/client/model/PaymentProductsInner.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -55,7 +55,7 @@ /** * PaymentProductsInner */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-25T11:07:31.251589-05:00[America/Chicago]", comments = "Generator version: 7.5.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-14T08:33:53.505068-05:00[America/Chicago]", comments = "Generator version: 7.5.0") public class PaymentProductsInner { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/sdks/java/src/main/java/org/openapitools/client/model/PaymentProductsInnerBasePrice.java b/sdks/java/src/main/java/org/openapitools/client/model/PaymentProductsInnerBasePrice.java index 3be1abd..c8b0b82 100644 --- a/sdks/java/src/main/java/org/openapitools/client/model/PaymentProductsInnerBasePrice.java +++ b/sdks/java/src/main/java/org/openapitools/client/model/PaymentProductsInnerBasePrice.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * PaymentProductsInnerBasePrice */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-25T11:07:31.251589-05:00[America/Chicago]", comments = "Generator version: 7.5.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-14T08:33:53.505068-05:00[America/Chicago]", comments = "Generator version: 7.5.0") public class PaymentProductsInnerBasePrice { public static final String SERIALIZED_NAME_AMOUNT = "amount"; @SerializedName(SERIALIZED_NAME_AMOUNT) diff --git a/sdks/java/src/main/java/org/openapitools/client/model/PaymentProductsInnerPaidPrice.java b/sdks/java/src/main/java/org/openapitools/client/model/PaymentProductsInnerPaidPrice.java index ac5e27f..b91692c 100644 --- a/sdks/java/src/main/java/org/openapitools/client/model/PaymentProductsInnerPaidPrice.java +++ b/sdks/java/src/main/java/org/openapitools/client/model/PaymentProductsInnerPaidPrice.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * PaymentProductsInnerPaidPrice */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-25T11:07:31.251589-05:00[America/Chicago]", comments = "Generator version: 7.5.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-14T08:33:53.505068-05:00[America/Chicago]", comments = "Generator version: 7.5.0") public class PaymentProductsInnerPaidPrice { public static final String SERIALIZED_NAME_AMOUNT = "amount"; @SerializedName(SERIALIZED_NAME_AMOUNT) diff --git a/sdks/java/src/main/java/org/openapitools/client/model/PaymentStatus.java b/sdks/java/src/main/java/org/openapitools/client/model/PaymentStatus.java index b53b461..cb1c982 100644 --- a/sdks/java/src/main/java/org/openapitools/client/model/PaymentStatus.java +++ b/sdks/java/src/main/java/org/openapitools/client/model/PaymentStatus.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * PaymentStatus */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-25T11:07:31.251589-05:00[America/Chicago]", comments = "Generator version: 7.5.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-14T08:33:53.505068-05:00[America/Chicago]", comments = "Generator version: 7.5.0") public class PaymentStatus { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/sdks/java/src/main/java/org/openapitools/client/model/PaymentSubject.java b/sdks/java/src/main/java/org/openapitools/client/model/PaymentSubject.java index 4c8fbd5..f32a6ef 100644 --- a/sdks/java/src/main/java/org/openapitools/client/model/PaymentSubject.java +++ b/sdks/java/src/main/java/org/openapitools/client/model/PaymentSubject.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -60,7 +60,7 @@ /** * PaymentSubject */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-25T11:07:31.251589-05:00[America/Chicago]", comments = "Generator version: 7.5.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-14T08:33:53.505068-05:00[America/Chicago]", comments = "Generator version: 7.5.0") public class PaymentSubject { public static final String SERIALIZED_NAME_TRANSACTION_ID = "transaction_id"; @SerializedName(SERIALIZED_NAME_TRANSACTION_ID) diff --git a/sdks/java/src/main/java/org/openapitools/client/model/PaymentSubjectCustomer.java b/sdks/java/src/main/java/org/openapitools/client/model/PaymentSubjectCustomer.java index 9af2af1..c10e88e 100644 --- a/sdks/java/src/main/java/org/openapitools/client/model/PaymentSubjectCustomer.java +++ b/sdks/java/src/main/java/org/openapitools/client/model/PaymentSubjectCustomer.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -50,7 +50,7 @@ /** * PaymentSubjectCustomer */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-25T11:07:31.251589-05:00[America/Chicago]", comments = "Generator version: 7.5.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-14T08:33:53.505068-05:00[America/Chicago]", comments = "Generator version: 7.5.0") public class PaymentSubjectCustomer { public static final String SERIALIZED_NAME_FIRST_NAME = "first_name"; @SerializedName(SERIALIZED_NAME_FIRST_NAME) diff --git a/sdks/java/src/main/java/org/openapitools/client/model/PaymentSubjectFees.java b/sdks/java/src/main/java/org/openapitools/client/model/PaymentSubjectFees.java index 5f4666b..e8ce6cd 100644 --- a/sdks/java/src/main/java/org/openapitools/client/model/PaymentSubjectFees.java +++ b/sdks/java/src/main/java/org/openapitools/client/model/PaymentSubjectFees.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -50,7 +50,7 @@ /** * PaymentSubjectFees */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-25T11:07:31.251589-05:00[America/Chicago]", comments = "Generator version: 7.5.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-14T08:33:53.505068-05:00[America/Chicago]", comments = "Generator version: 7.5.0") public class PaymentSubjectFees { public static final String SERIALIZED_NAME_TAX = "tax"; @SerializedName(SERIALIZED_NAME_TAX) diff --git a/sdks/java/src/main/java/org/openapitools/client/model/PaymentSubjectPaymentMethod.java b/sdks/java/src/main/java/org/openapitools/client/model/PaymentSubjectPaymentMethod.java index 201ef2d..4b6b555 100644 --- a/sdks/java/src/main/java/org/openapitools/client/model/PaymentSubjectPaymentMethod.java +++ b/sdks/java/src/main/java/org/openapitools/client/model/PaymentSubjectPaymentMethod.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * PaymentSubjectPaymentMethod */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-25T11:07:31.251589-05:00[America/Chicago]", comments = "Generator version: 7.5.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-14T08:33:53.505068-05:00[America/Chicago]", comments = "Generator version: 7.5.0") public class PaymentSubjectPaymentMethod { public static final String SERIALIZED_NAME_NAME = "name"; @SerializedName(SERIALIZED_NAME_NAME) diff --git a/sdks/java/src/main/java/org/openapitools/client/model/PaymentSubjectPrice.java b/sdks/java/src/main/java/org/openapitools/client/model/PaymentSubjectPrice.java index f3d5275..a908f2c 100644 --- a/sdks/java/src/main/java/org/openapitools/client/model/PaymentSubjectPrice.java +++ b/sdks/java/src/main/java/org/openapitools/client/model/PaymentSubjectPrice.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * PaymentSubjectPrice */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-25T11:07:31.251589-05:00[America/Chicago]", comments = "Generator version: 7.5.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-14T08:33:53.505068-05:00[America/Chicago]", comments = "Generator version: 7.5.0") public class PaymentSubjectPrice { public static final String SERIALIZED_NAME_AMOUNT = "amount"; @SerializedName(SERIALIZED_NAME_AMOUNT) diff --git a/sdks/java/src/main/java/org/openapitools/client/model/PaymentSubjectProductsInner.java b/sdks/java/src/main/java/org/openapitools/client/model/PaymentSubjectProductsInner.java index d8804c5..ad5257b 100644 --- a/sdks/java/src/main/java/org/openapitools/client/model/PaymentSubjectProductsInner.java +++ b/sdks/java/src/main/java/org/openapitools/client/model/PaymentSubjectProductsInner.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -55,7 +55,7 @@ /** * PaymentSubjectProductsInner */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-25T11:07:31.251589-05:00[America/Chicago]", comments = "Generator version: 7.5.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-14T08:33:53.505068-05:00[America/Chicago]", comments = "Generator version: 7.5.0") public class PaymentSubjectProductsInner { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/sdks/java/src/main/java/org/openapitools/client/model/PriceDetails.java b/sdks/java/src/main/java/org/openapitools/client/model/PriceDetails.java index 9ccc2fa..d028cb0 100644 --- a/sdks/java/src/main/java/org/openapitools/client/model/PriceDetails.java +++ b/sdks/java/src/main/java/org/openapitools/client/model/PriceDetails.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -54,7 +54,7 @@ /** * PriceDetails */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-25T11:07:31.251589-05:00[America/Chicago]", comments = "Generator version: 7.5.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-14T08:33:53.505068-05:00[America/Chicago]", comments = "Generator version: 7.5.0") public class PriceDetails { public static final String SERIALIZED_NAME_FULL_PRICE = "fullPrice"; @SerializedName(SERIALIZED_NAME_FULL_PRICE) diff --git a/sdks/java/src/main/java/org/openapitools/client/model/RecurringPayment.java b/sdks/java/src/main/java/org/openapitools/client/model/RecurringPayment.java index f1dee8c..a0cef04 100644 --- a/sdks/java/src/main/java/org/openapitools/client/model/RecurringPayment.java +++ b/sdks/java/src/main/java/org/openapitools/client/model/RecurringPayment.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -54,7 +54,7 @@ /** * RecurringPayment */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-25T11:07:31.251589-05:00[America/Chicago]", comments = "Generator version: 7.5.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-14T08:33:53.505068-05:00[America/Chicago]", comments = "Generator version: 7.5.0") public class RecurringPayment { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/sdks/java/src/main/java/org/openapitools/client/model/RecurringPaymentAmount.java b/sdks/java/src/main/java/org/openapitools/client/model/RecurringPaymentAmount.java index f0e78ad..329d299 100644 --- a/sdks/java/src/main/java/org/openapitools/client/model/RecurringPaymentAmount.java +++ b/sdks/java/src/main/java/org/openapitools/client/model/RecurringPaymentAmount.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * RecurringPaymentAmount */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-25T11:07:31.251589-05:00[America/Chicago]", comments = "Generator version: 7.5.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-14T08:33:53.505068-05:00[America/Chicago]", comments = "Generator version: 7.5.0") public class RecurringPaymentAmount { public static final String SERIALIZED_NAME_AMOUNT = "amount"; @SerializedName(SERIALIZED_NAME_AMOUNT) diff --git a/sdks/java/src/main/java/org/openapitools/client/model/RecurringPaymentLinks.java b/sdks/java/src/main/java/org/openapitools/client/model/RecurringPaymentLinks.java index 1fb1b45..27f647c 100644 --- a/sdks/java/src/main/java/org/openapitools/client/model/RecurringPaymentLinks.java +++ b/sdks/java/src/main/java/org/openapitools/client/model/RecurringPaymentLinks.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -51,7 +51,7 @@ /** * RecurringPaymentLinks */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-25T11:07:31.251589-05:00[America/Chicago]", comments = "Generator version: 7.5.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-14T08:33:53.505068-05:00[America/Chicago]", comments = "Generator version: 7.5.0") public class RecurringPaymentLinks { public static final String SERIALIZED_NAME_INITIAL_PAYMENT = "initial_payment"; @SerializedName(SERIALIZED_NAME_INITIAL_PAYMENT) diff --git a/sdks/java/src/main/java/org/openapitools/client/model/RecurringPaymentStatus.java b/sdks/java/src/main/java/org/openapitools/client/model/RecurringPaymentStatus.java index c4bf4d1..2f92fb5 100644 --- a/sdks/java/src/main/java/org/openapitools/client/model/RecurringPaymentStatus.java +++ b/sdks/java/src/main/java/org/openapitools/client/model/RecurringPaymentStatus.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * RecurringPaymentStatus */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-25T11:07:31.251589-05:00[America/Chicago]", comments = "Generator version: 7.5.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-14T08:33:53.505068-05:00[America/Chicago]", comments = "Generator version: 7.5.0") public class RecurringPaymentStatus { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/sdks/java/src/main/java/org/openapitools/client/model/RecurringPaymentSubject.java b/sdks/java/src/main/java/org/openapitools/client/model/RecurringPaymentSubject.java index df8c261..2ad1c4a 100644 --- a/sdks/java/src/main/java/org/openapitools/client/model/RecurringPaymentSubject.java +++ b/sdks/java/src/main/java/org/openapitools/client/model/RecurringPaymentSubject.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -54,7 +54,7 @@ /** * RecurringPaymentSubject */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-25T11:07:31.251589-05:00[America/Chicago]", comments = "Generator version: 7.5.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-14T08:33:53.505068-05:00[America/Chicago]", comments = "Generator version: 7.5.0") public class RecurringPaymentSubject { public static final String SERIALIZED_NAME_REFERENCE = "reference"; @SerializedName(SERIALIZED_NAME_REFERENCE) diff --git a/sdks/java/src/main/java/org/openapitools/client/model/RecurringPaymentSubjectPrice.java b/sdks/java/src/main/java/org/openapitools/client/model/RecurringPaymentSubjectPrice.java index 0aaa341..856b9c2 100644 --- a/sdks/java/src/main/java/org/openapitools/client/model/RecurringPaymentSubjectPrice.java +++ b/sdks/java/src/main/java/org/openapitools/client/model/RecurringPaymentSubjectPrice.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * RecurringPaymentSubjectPrice */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-25T11:07:31.251589-05:00[America/Chicago]", comments = "Generator version: 7.5.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-14T08:33:53.505068-05:00[America/Chicago]", comments = "Generator version: 7.5.0") public class RecurringPaymentSubjectPrice { public static final String SERIALIZED_NAME_AMOUNT = "amount"; @SerializedName(SERIALIZED_NAME_AMOUNT) diff --git a/sdks/java/src/main/java/org/openapitools/client/model/RecurringPaymentSubjectStatus.java b/sdks/java/src/main/java/org/openapitools/client/model/RecurringPaymentSubjectStatus.java index d9167e3..80795eb 100644 --- a/sdks/java/src/main/java/org/openapitools/client/model/RecurringPaymentSubjectStatus.java +++ b/sdks/java/src/main/java/org/openapitools/client/model/RecurringPaymentSubjectStatus.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * RecurringPaymentSubjectStatus */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-25T11:07:31.251589-05:00[America/Chicago]", comments = "Generator version: 7.5.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-14T08:33:53.505068-05:00[America/Chicago]", comments = "Generator version: 7.5.0") public class RecurringPaymentSubjectStatus { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/sdks/java/src/main/java/org/openapitools/client/model/RevenueShare.java b/sdks/java/src/main/java/org/openapitools/client/model/RevenueShare.java index 858a043..a011cf3 100644 --- a/sdks/java/src/main/java/org/openapitools/client/model/RevenueShare.java +++ b/sdks/java/src/main/java/org/openapitools/client/model/RevenueShare.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * RevenueShare */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-25T11:07:31.251589-05:00[America/Chicago]", comments = "Generator version: 7.5.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-14T08:33:53.505068-05:00[America/Chicago]", comments = "Generator version: 7.5.0") public class RevenueShare { public static final String SERIALIZED_NAME_WALLET_REF = "wallet_ref"; @SerializedName(SERIALIZED_NAME_WALLET_REF) diff --git a/sdks/java/src/main/java/org/openapitools/client/model/Sale.java b/sdks/java/src/main/java/org/openapitools/client/model/Sale.java index 8d403dd..e07dc0e 100644 --- a/sdks/java/src/main/java/org/openapitools/client/model/Sale.java +++ b/sdks/java/src/main/java/org/openapitools/client/model/Sale.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -50,7 +50,7 @@ /** * Sale */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-25T11:07:31.251589-05:00[America/Chicago]", comments = "Generator version: 7.5.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-14T08:33:53.505068-05:00[America/Chicago]", comments = "Generator version: 7.5.0") public class Sale { public static final String SERIALIZED_NAME_NAME = "name"; @SerializedName(SERIALIZED_NAME_NAME) diff --git a/sdks/java/src/main/java/org/openapitools/client/model/TebexWebhook.java b/sdks/java/src/main/java/org/openapitools/client/model/TebexWebhook.java index fedb32b..c7e6902 100644 --- a/sdks/java/src/main/java/org/openapitools/client/model/TebexWebhook.java +++ b/sdks/java/src/main/java/org/openapitools/client/model/TebexWebhook.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * TebexWebhook */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-25T11:07:31.251589-05:00[America/Chicago]", comments = "Generator version: 7.5.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-14T08:33:53.505068-05:00[America/Chicago]", comments = "Generator version: 7.5.0") public class TebexWebhook { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/sdks/java/src/main/java/org/openapitools/client/model/UpdateRecurringPaymentRequest.java b/sdks/java/src/main/java/org/openapitools/client/model/UpdateRecurringPaymentRequest.java index 623ff8b..6fa5d19 100644 --- a/sdks/java/src/main/java/org/openapitools/client/model/UpdateRecurringPaymentRequest.java +++ b/sdks/java/src/main/java/org/openapitools/client/model/UpdateRecurringPaymentRequest.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * UpdateRecurringPaymentRequest */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-25T11:07:31.251589-05:00[America/Chicago]", comments = "Generator version: 7.5.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-14T08:33:53.505068-05:00[America/Chicago]", comments = "Generator version: 7.5.0") public class UpdateRecurringPaymentRequest { /** * Your desired state of the recurring payment. Provide `Paused` with `paused_until` to pause a recurring payment. Otherwise, provide `Active` to resume a recurring payment. diff --git a/sdks/java/src/main/java/org/openapitools/client/model/UpdateSubscriptionRequest.java b/sdks/java/src/main/java/org/openapitools/client/model/UpdateSubscriptionRequest.java index 98db9cd..d872e68 100644 --- a/sdks/java/src/main/java/org/openapitools/client/model/UpdateSubscriptionRequest.java +++ b/sdks/java/src/main/java/org/openapitools/client/model/UpdateSubscriptionRequest.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -52,7 +52,7 @@ /** * UpdateSubscriptionRequest */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-25T11:07:31.251589-05:00[America/Chicago]", comments = "Generator version: 7.5.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-14T08:33:53.505068-05:00[America/Chicago]", comments = "Generator version: 7.5.0") public class UpdateSubscriptionRequest { public static final String SERIALIZED_NAME_ITEMS = "items"; @SerializedName(SERIALIZED_NAME_ITEMS) diff --git a/sdks/java/src/main/java/org/openapitools/client/model/UpdateSubscriptionRequestItemsInner.java b/sdks/java/src/main/java/org/openapitools/client/model/UpdateSubscriptionRequestItemsInner.java index d1c295e..136d993 100644 --- a/sdks/java/src/main/java/org/openapitools/client/model/UpdateSubscriptionRequestItemsInner.java +++ b/sdks/java/src/main/java/org/openapitools/client/model/UpdateSubscriptionRequestItemsInner.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -54,7 +54,7 @@ /** * UpdateSubscriptionRequestItemsInner */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-25T11:07:31.251589-05:00[America/Chicago]", comments = "Generator version: 7.5.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-14T08:33:53.505068-05:00[America/Chicago]", comments = "Generator version: 7.5.0") public class UpdateSubscriptionRequestItemsInner { /** * The type of payment, either `single` for one-time payments or `subscription`. diff --git a/sdks/java/src/test/java/TebexCheckout/BasketsApiTest.java b/sdks/java/src/test/java/TebexCheckout/BasketsApiTest.java index 4fd52fa..e8980c0 100644 --- a/sdks/java/src/test/java/TebexCheckout/BasketsApiTest.java +++ b/sdks/java/src/test/java/TebexCheckout/BasketsApiTest.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/java/src/test/java/TebexCheckout/CheckoutApiTest.java b/sdks/java/src/test/java/TebexCheckout/CheckoutApiTest.java index d4cee12..ef7e416 100644 --- a/sdks/java/src/test/java/TebexCheckout/CheckoutApiTest.java +++ b/sdks/java/src/test/java/TebexCheckout/CheckoutApiTest.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/java/src/test/java/TebexCheckout/PaymentsApiTest.java b/sdks/java/src/test/java/TebexCheckout/PaymentsApiTest.java index 208e093..c9a3ce7 100644 --- a/sdks/java/src/test/java/TebexCheckout/PaymentsApiTest.java +++ b/sdks/java/src/test/java/TebexCheckout/PaymentsApiTest.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/java/src/test/java/TebexCheckout/RecurringPaymentsApiTest.java b/sdks/java/src/test/java/TebexCheckout/RecurringPaymentsApiTest.java index 6050583..e20ce53 100644 --- a/sdks/java/src/test/java/TebexCheckout/RecurringPaymentsApiTest.java +++ b/sdks/java/src/test/java/TebexCheckout/RecurringPaymentsApiTest.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/java/src/test/java/org/openapitools/client/model/AddPackageRequestTest.java b/sdks/java/src/test/java/org/openapitools/client/model/AddPackageRequestTest.java index 7674185..35a6858 100644 --- a/sdks/java/src/test/java/org/openapitools/client/model/AddPackageRequestTest.java +++ b/sdks/java/src/test/java/org/openapitools/client/model/AddPackageRequestTest.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/java/src/test/java/org/openapitools/client/model/AddressTest.java b/sdks/java/src/test/java/org/openapitools/client/model/AddressTest.java index d30a8cb..1d416c1 100644 --- a/sdks/java/src/test/java/org/openapitools/client/model/AddressTest.java +++ b/sdks/java/src/test/java/org/openapitools/client/model/AddressTest.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/java/src/test/java/org/openapitools/client/model/BasketItemTest.java b/sdks/java/src/test/java/org/openapitools/client/model/BasketItemTest.java index 658a7f2..d09355b 100644 --- a/sdks/java/src/test/java/org/openapitools/client/model/BasketItemTest.java +++ b/sdks/java/src/test/java/org/openapitools/client/model/BasketItemTest.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/java/src/test/java/org/openapitools/client/model/BasketLinksTest.java b/sdks/java/src/test/java/org/openapitools/client/model/BasketLinksTest.java index d14198b..302ba75 100644 --- a/sdks/java/src/test/java/org/openapitools/client/model/BasketLinksTest.java +++ b/sdks/java/src/test/java/org/openapitools/client/model/BasketLinksTest.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/java/src/test/java/org/openapitools/client/model/BasketRowMetaLimitsTest.java b/sdks/java/src/test/java/org/openapitools/client/model/BasketRowMetaLimitsTest.java index 92cca73..b4d8993 100644 --- a/sdks/java/src/test/java/org/openapitools/client/model/BasketRowMetaLimitsTest.java +++ b/sdks/java/src/test/java/org/openapitools/client/model/BasketRowMetaLimitsTest.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/java/src/test/java/org/openapitools/client/model/BasketRowMetaLimitsUserTest.java b/sdks/java/src/test/java/org/openapitools/client/model/BasketRowMetaLimitsUserTest.java index 3fd9e85..7edf322 100644 --- a/sdks/java/src/test/java/org/openapitools/client/model/BasketRowMetaLimitsUserTest.java +++ b/sdks/java/src/test/java/org/openapitools/client/model/BasketRowMetaLimitsUserTest.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/java/src/test/java/org/openapitools/client/model/BasketRowMetaTest.java b/sdks/java/src/test/java/org/openapitools/client/model/BasketRowMetaTest.java index 9c615cd..072796b 100644 --- a/sdks/java/src/test/java/org/openapitools/client/model/BasketRowMetaTest.java +++ b/sdks/java/src/test/java/org/openapitools/client/model/BasketRowMetaTest.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/java/src/test/java/org/openapitools/client/model/BasketRowTest.java b/sdks/java/src/test/java/org/openapitools/client/model/BasketRowTest.java index 1acfb5c..4325952 100644 --- a/sdks/java/src/test/java/org/openapitools/client/model/BasketRowTest.java +++ b/sdks/java/src/test/java/org/openapitools/client/model/BasketRowTest.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/java/src/test/java/org/openapitools/client/model/BasketTest.java b/sdks/java/src/test/java/org/openapitools/client/model/BasketTest.java index 8341008..45fbcf1 100644 --- a/sdks/java/src/test/java/org/openapitools/client/model/BasketTest.java +++ b/sdks/java/src/test/java/org/openapitools/client/model/BasketTest.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/java/src/test/java/org/openapitools/client/model/CheckoutItemTest.java b/sdks/java/src/test/java/org/openapitools/client/model/CheckoutItemTest.java index a55790f..e4ff4d4 100644 --- a/sdks/java/src/test/java/org/openapitools/client/model/CheckoutItemTest.java +++ b/sdks/java/src/test/java/org/openapitools/client/model/CheckoutItemTest.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/java/src/test/java/org/openapitools/client/model/CheckoutRequestBasketTest.java b/sdks/java/src/test/java/org/openapitools/client/model/CheckoutRequestBasketTest.java index 97bb16f..084d54a 100644 --- a/sdks/java/src/test/java/org/openapitools/client/model/CheckoutRequestBasketTest.java +++ b/sdks/java/src/test/java/org/openapitools/client/model/CheckoutRequestBasketTest.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/java/src/test/java/org/openapitools/client/model/CheckoutRequestTest.java b/sdks/java/src/test/java/org/openapitools/client/model/CheckoutRequestTest.java index 768a3e6..2a1c93c 100644 --- a/sdks/java/src/test/java/org/openapitools/client/model/CheckoutRequestTest.java +++ b/sdks/java/src/test/java/org/openapitools/client/model/CheckoutRequestTest.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/java/src/test/java/org/openapitools/client/model/CreateBasketRequestTest.java b/sdks/java/src/test/java/org/openapitools/client/model/CreateBasketRequestTest.java index c90518d..442395f 100644 --- a/sdks/java/src/test/java/org/openapitools/client/model/CreateBasketRequestTest.java +++ b/sdks/java/src/test/java/org/openapitools/client/model/CreateBasketRequestTest.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -117,4 +117,12 @@ public void creatorCodeTest() { // TODO: test creatorCode } + /** + * Test the property 'ip' + */ + @Test + public void ipTest() { + // TODO: test ip + } + } diff --git a/sdks/java/src/test/java/org/openapitools/client/model/ErrorResponseTest.java b/sdks/java/src/test/java/org/openapitools/client/model/ErrorResponseTest.java index 9432047..2afbe85 100644 --- a/sdks/java/src/test/java/org/openapitools/client/model/ErrorResponseTest.java +++ b/sdks/java/src/test/java/org/openapitools/client/model/ErrorResponseTest.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/java/src/test/java/org/openapitools/client/model/ModelPackageTest.java b/sdks/java/src/test/java/org/openapitools/client/model/ModelPackageTest.java index a33ada3..04bc735 100644 --- a/sdks/java/src/test/java/org/openapitools/client/model/ModelPackageTest.java +++ b/sdks/java/src/test/java/org/openapitools/client/model/ModelPackageTest.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/java/src/test/java/org/openapitools/client/model/PaymentCustomerTest.java b/sdks/java/src/test/java/org/openapitools/client/model/PaymentCustomerTest.java index 116053b..ac65dc4 100644 --- a/sdks/java/src/test/java/org/openapitools/client/model/PaymentCustomerTest.java +++ b/sdks/java/src/test/java/org/openapitools/client/model/PaymentCustomerTest.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/java/src/test/java/org/openapitools/client/model/PaymentFeesGatewayTest.java b/sdks/java/src/test/java/org/openapitools/client/model/PaymentFeesGatewayTest.java index 1c0e9bf..b407e91 100644 --- a/sdks/java/src/test/java/org/openapitools/client/model/PaymentFeesGatewayTest.java +++ b/sdks/java/src/test/java/org/openapitools/client/model/PaymentFeesGatewayTest.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/java/src/test/java/org/openapitools/client/model/PaymentFeesTaxTest.java b/sdks/java/src/test/java/org/openapitools/client/model/PaymentFeesTaxTest.java index de41d80..7037f69 100644 --- a/sdks/java/src/test/java/org/openapitools/client/model/PaymentFeesTaxTest.java +++ b/sdks/java/src/test/java/org/openapitools/client/model/PaymentFeesTaxTest.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/java/src/test/java/org/openapitools/client/model/PaymentFeesTest.java b/sdks/java/src/test/java/org/openapitools/client/model/PaymentFeesTest.java index f6ed3b5..76572b7 100644 --- a/sdks/java/src/test/java/org/openapitools/client/model/PaymentFeesTest.java +++ b/sdks/java/src/test/java/org/openapitools/client/model/PaymentFeesTest.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/java/src/test/java/org/openapitools/client/model/PaymentPriceTest.java b/sdks/java/src/test/java/org/openapitools/client/model/PaymentPriceTest.java index a3ea0ef..6f9c18b 100644 --- a/sdks/java/src/test/java/org/openapitools/client/model/PaymentPriceTest.java +++ b/sdks/java/src/test/java/org/openapitools/client/model/PaymentPriceTest.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/java/src/test/java/org/openapitools/client/model/PaymentProductsInnerBasePriceTest.java b/sdks/java/src/test/java/org/openapitools/client/model/PaymentProductsInnerBasePriceTest.java index 78c4389..1bc35cd 100644 --- a/sdks/java/src/test/java/org/openapitools/client/model/PaymentProductsInnerBasePriceTest.java +++ b/sdks/java/src/test/java/org/openapitools/client/model/PaymentProductsInnerBasePriceTest.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/java/src/test/java/org/openapitools/client/model/PaymentProductsInnerPaidPriceTest.java b/sdks/java/src/test/java/org/openapitools/client/model/PaymentProductsInnerPaidPriceTest.java index 88b8256..16db5b2 100644 --- a/sdks/java/src/test/java/org/openapitools/client/model/PaymentProductsInnerPaidPriceTest.java +++ b/sdks/java/src/test/java/org/openapitools/client/model/PaymentProductsInnerPaidPriceTest.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/java/src/test/java/org/openapitools/client/model/PaymentProductsInnerTest.java b/sdks/java/src/test/java/org/openapitools/client/model/PaymentProductsInnerTest.java index 6591fea..6ec3118 100644 --- a/sdks/java/src/test/java/org/openapitools/client/model/PaymentProductsInnerTest.java +++ b/sdks/java/src/test/java/org/openapitools/client/model/PaymentProductsInnerTest.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/java/src/test/java/org/openapitools/client/model/PaymentStatusTest.java b/sdks/java/src/test/java/org/openapitools/client/model/PaymentStatusTest.java index 0b8536b..ac8e843 100644 --- a/sdks/java/src/test/java/org/openapitools/client/model/PaymentStatusTest.java +++ b/sdks/java/src/test/java/org/openapitools/client/model/PaymentStatusTest.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/java/src/test/java/org/openapitools/client/model/PaymentSubjectCustomerTest.java b/sdks/java/src/test/java/org/openapitools/client/model/PaymentSubjectCustomerTest.java index c276ab7..4e8ba8d 100644 --- a/sdks/java/src/test/java/org/openapitools/client/model/PaymentSubjectCustomerTest.java +++ b/sdks/java/src/test/java/org/openapitools/client/model/PaymentSubjectCustomerTest.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/java/src/test/java/org/openapitools/client/model/PaymentSubjectFeesTest.java b/sdks/java/src/test/java/org/openapitools/client/model/PaymentSubjectFeesTest.java index 63b1dbb..5654d38 100644 --- a/sdks/java/src/test/java/org/openapitools/client/model/PaymentSubjectFeesTest.java +++ b/sdks/java/src/test/java/org/openapitools/client/model/PaymentSubjectFeesTest.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/java/src/test/java/org/openapitools/client/model/PaymentSubjectPaymentMethodTest.java b/sdks/java/src/test/java/org/openapitools/client/model/PaymentSubjectPaymentMethodTest.java index b06abac..a45e65b 100644 --- a/sdks/java/src/test/java/org/openapitools/client/model/PaymentSubjectPaymentMethodTest.java +++ b/sdks/java/src/test/java/org/openapitools/client/model/PaymentSubjectPaymentMethodTest.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/java/src/test/java/org/openapitools/client/model/PaymentSubjectPriceTest.java b/sdks/java/src/test/java/org/openapitools/client/model/PaymentSubjectPriceTest.java index fb9527b..edf99e7 100644 --- a/sdks/java/src/test/java/org/openapitools/client/model/PaymentSubjectPriceTest.java +++ b/sdks/java/src/test/java/org/openapitools/client/model/PaymentSubjectPriceTest.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/java/src/test/java/org/openapitools/client/model/PaymentSubjectProductsInnerTest.java b/sdks/java/src/test/java/org/openapitools/client/model/PaymentSubjectProductsInnerTest.java index 9f387ed..ca3d0d1 100644 --- a/sdks/java/src/test/java/org/openapitools/client/model/PaymentSubjectProductsInnerTest.java +++ b/sdks/java/src/test/java/org/openapitools/client/model/PaymentSubjectProductsInnerTest.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/java/src/test/java/org/openapitools/client/model/PaymentSubjectTest.java b/sdks/java/src/test/java/org/openapitools/client/model/PaymentSubjectTest.java index eed83d8..0e92947 100644 --- a/sdks/java/src/test/java/org/openapitools/client/model/PaymentSubjectTest.java +++ b/sdks/java/src/test/java/org/openapitools/client/model/PaymentSubjectTest.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/java/src/test/java/org/openapitools/client/model/PaymentTest.java b/sdks/java/src/test/java/org/openapitools/client/model/PaymentTest.java index 8fb8e68..c1a812b 100644 --- a/sdks/java/src/test/java/org/openapitools/client/model/PaymentTest.java +++ b/sdks/java/src/test/java/org/openapitools/client/model/PaymentTest.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/java/src/test/java/org/openapitools/client/model/PriceDetailsTest.java b/sdks/java/src/test/java/org/openapitools/client/model/PriceDetailsTest.java index ef4af04..9cd9393 100644 --- a/sdks/java/src/test/java/org/openapitools/client/model/PriceDetailsTest.java +++ b/sdks/java/src/test/java/org/openapitools/client/model/PriceDetailsTest.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/java/src/test/java/org/openapitools/client/model/RecurringPaymentAmountTest.java b/sdks/java/src/test/java/org/openapitools/client/model/RecurringPaymentAmountTest.java index bbe0b2f..e18e062 100644 --- a/sdks/java/src/test/java/org/openapitools/client/model/RecurringPaymentAmountTest.java +++ b/sdks/java/src/test/java/org/openapitools/client/model/RecurringPaymentAmountTest.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/java/src/test/java/org/openapitools/client/model/RecurringPaymentLinksTest.java b/sdks/java/src/test/java/org/openapitools/client/model/RecurringPaymentLinksTest.java index 388e848..f6a8add 100644 --- a/sdks/java/src/test/java/org/openapitools/client/model/RecurringPaymentLinksTest.java +++ b/sdks/java/src/test/java/org/openapitools/client/model/RecurringPaymentLinksTest.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/java/src/test/java/org/openapitools/client/model/RecurringPaymentStatusTest.java b/sdks/java/src/test/java/org/openapitools/client/model/RecurringPaymentStatusTest.java index e959ec6..7c1ca33 100644 --- a/sdks/java/src/test/java/org/openapitools/client/model/RecurringPaymentStatusTest.java +++ b/sdks/java/src/test/java/org/openapitools/client/model/RecurringPaymentStatusTest.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/java/src/test/java/org/openapitools/client/model/RecurringPaymentSubjectPriceTest.java b/sdks/java/src/test/java/org/openapitools/client/model/RecurringPaymentSubjectPriceTest.java index 31d5f8c..5ed0889 100644 --- a/sdks/java/src/test/java/org/openapitools/client/model/RecurringPaymentSubjectPriceTest.java +++ b/sdks/java/src/test/java/org/openapitools/client/model/RecurringPaymentSubjectPriceTest.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/java/src/test/java/org/openapitools/client/model/RecurringPaymentSubjectStatusTest.java b/sdks/java/src/test/java/org/openapitools/client/model/RecurringPaymentSubjectStatusTest.java index 11d5282..7178f1c 100644 --- a/sdks/java/src/test/java/org/openapitools/client/model/RecurringPaymentSubjectStatusTest.java +++ b/sdks/java/src/test/java/org/openapitools/client/model/RecurringPaymentSubjectStatusTest.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/java/src/test/java/org/openapitools/client/model/RecurringPaymentSubjectTest.java b/sdks/java/src/test/java/org/openapitools/client/model/RecurringPaymentSubjectTest.java index 59131d9..790dbe3 100644 --- a/sdks/java/src/test/java/org/openapitools/client/model/RecurringPaymentSubjectTest.java +++ b/sdks/java/src/test/java/org/openapitools/client/model/RecurringPaymentSubjectTest.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/java/src/test/java/org/openapitools/client/model/RecurringPaymentTest.java b/sdks/java/src/test/java/org/openapitools/client/model/RecurringPaymentTest.java index e09a9d8..300b9b0 100644 --- a/sdks/java/src/test/java/org/openapitools/client/model/RecurringPaymentTest.java +++ b/sdks/java/src/test/java/org/openapitools/client/model/RecurringPaymentTest.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/java/src/test/java/org/openapitools/client/model/RevenueShareTest.java b/sdks/java/src/test/java/org/openapitools/client/model/RevenueShareTest.java index a9fb1d1..7513bcf 100644 --- a/sdks/java/src/test/java/org/openapitools/client/model/RevenueShareTest.java +++ b/sdks/java/src/test/java/org/openapitools/client/model/RevenueShareTest.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/java/src/test/java/org/openapitools/client/model/SaleTest.java b/sdks/java/src/test/java/org/openapitools/client/model/SaleTest.java index 25ab26c..d5c2d2e 100644 --- a/sdks/java/src/test/java/org/openapitools/client/model/SaleTest.java +++ b/sdks/java/src/test/java/org/openapitools/client/model/SaleTest.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/java/src/test/java/org/openapitools/client/model/TebexWebhookTest.java b/sdks/java/src/test/java/org/openapitools/client/model/TebexWebhookTest.java index 1997413..970ccc4 100644 --- a/sdks/java/src/test/java/org/openapitools/client/model/TebexWebhookTest.java +++ b/sdks/java/src/test/java/org/openapitools/client/model/TebexWebhookTest.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/java/src/test/java/org/openapitools/client/model/UpdateRecurringPaymentRequestTest.java b/sdks/java/src/test/java/org/openapitools/client/model/UpdateRecurringPaymentRequestTest.java index d6a3fed..6547808 100644 --- a/sdks/java/src/test/java/org/openapitools/client/model/UpdateRecurringPaymentRequestTest.java +++ b/sdks/java/src/test/java/org/openapitools/client/model/UpdateRecurringPaymentRequestTest.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/java/src/test/java/org/openapitools/client/model/UpdateSubscriptionRequestItemsInnerTest.java b/sdks/java/src/test/java/org/openapitools/client/model/UpdateSubscriptionRequestItemsInnerTest.java index 1904d82..53ac561 100644 --- a/sdks/java/src/test/java/org/openapitools/client/model/UpdateSubscriptionRequestItemsInnerTest.java +++ b/sdks/java/src/test/java/org/openapitools/client/model/UpdateSubscriptionRequestItemsInnerTest.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/java/src/test/java/org/openapitools/client/model/UpdateSubscriptionRequestTest.java b/sdks/java/src/test/java/org/openapitools/client/model/UpdateSubscriptionRequestTest.java index 6df0192..296a2af 100644 --- a/sdks/java/src/test/java/org/openapitools/client/model/UpdateSubscriptionRequestTest.java +++ b/sdks/java/src/test/java/org/openapitools/client/model/UpdateSubscriptionRequestTest.java @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/markdown/Models/createBasket_request.md b/sdks/markdown/Models/createBasket_request.md index 8e569a9..01f223f 100644 --- a/sdks/markdown/Models/createBasket_request.md +++ b/sdks/markdown/Models/createBasket_request.md @@ -13,6 +13,7 @@ | **complete\_auto\_redirect** | **Boolean** | Automatically redirect to the complete_url provided | [optional] [default to null] | | **country** | **String** | An ISO 3166-1 alpha-2 character code representing the customer's country. | [optional] [default to null] | | **creator\_code** | **String** | The creator code is used to share a percentage of the payment with another party. See more about creator codes at https://docs.tebex.io/creators/tebex-control-panel/engagement/creator-codes | [optional] [default to null] | +| **ip** | **String** | The IP address of the customer using this basket. Provide the IP if creating a basket on your server backend. | [optional] [default to null] | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/sdks/nodejs/README.md b/sdks/nodejs/README.md index 1b1d374..a7a51e0 100644 --- a/sdks/nodejs/README.md +++ b/sdks/nodejs/README.md @@ -6,8 +6,8 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout f You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: -- API version: 1.1.0 -- Package version: 1.1.0 +- API version: 1.1.2 +- Package version: 1.1.2 - Generator version: 7.5.0 - Build package: org.openapitools.codegen.languages.JavascriptClientCodegen diff --git a/sdks/nodejs/docs/CreateBasketRequest.md b/sdks/nodejs/docs/CreateBasketRequest.md index 76012f3..784b050 100644 --- a/sdks/nodejs/docs/CreateBasketRequest.md +++ b/sdks/nodejs/docs/CreateBasketRequest.md @@ -14,5 +14,6 @@ Name | Type | Description | Notes **completeAutoRedirect** | **Boolean** | Automatically redirect to the complete_url provided | [optional] **country** | **String** | An ISO 3166-1 alpha-2 character code representing the customer's country. | [optional] **creatorCode** | **String** | The creator code is used to share a percentage of the payment with another party. See more about creator codes at https://docs.tebex.io/creators/tebex-control-panel/engagement/creator-codes | [optional] +**ip** | **String** | The IP address of the customer using this basket. Provide the IP if creating a basket on your server backend. | [optional] diff --git a/sdks/nodejs/package.json b/sdks/nodejs/package.json index b8be0b8..6d05fa0 100644 --- a/sdks/nodejs/package.json +++ b/sdks/nodejs/package.json @@ -1,6 +1,6 @@ { "name": "tebex_checkout_api", - "version": "1.1.0", + "version": "1.1.2", "description": "The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration.", "license": "MIT", "main": "dist/TebexCheckout/index.js", diff --git a/sdks/nodejs/src/TebexCheckout/ApiClient.js b/sdks/nodejs/src/TebexCheckout/ApiClient.js index b986d9b..01f2e14 100644 --- a/sdks/nodejs/src/TebexCheckout/ApiClient.js +++ b/sdks/nodejs/src/TebexCheckout/ApiClient.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import querystring from "querystring"; /** * @module TebexCheckout/ApiClient -* @version 1.1.0 +* @version 1.1.2 */ /** @@ -55,7 +55,7 @@ class ApiClient { * @default {} */ this.defaultHeaders = { - 'User-Agent': 'OpenAPI-Generator/1.1.0/Javascript' + 'User-Agent': 'OpenAPI-Generator/1.1.2/Javascript' }; /** diff --git a/sdks/nodejs/src/TebexCheckout/TebexCheckout/BasketsApi.js b/sdks/nodejs/src/TebexCheckout/TebexCheckout/BasketsApi.js index 467312f..39cc72c 100644 --- a/sdks/nodejs/src/TebexCheckout/TebexCheckout/BasketsApi.js +++ b/sdks/nodejs/src/TebexCheckout/TebexCheckout/BasketsApi.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,7 +21,7 @@ import Sale from '../model/Sale'; /** * Baskets service. * @module TebexCheckout/TebexCheckout/BasketsApi -* @version 1.1.0 +* @version 1.1.2 */ export default class BasketsApi { diff --git a/sdks/nodejs/src/TebexCheckout/TebexCheckout/CheckoutApi.js b/sdks/nodejs/src/TebexCheckout/TebexCheckout/CheckoutApi.js index 501b67f..7156ce2 100644 --- a/sdks/nodejs/src/TebexCheckout/TebexCheckout/CheckoutApi.js +++ b/sdks/nodejs/src/TebexCheckout/TebexCheckout/CheckoutApi.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,7 +19,7 @@ import CheckoutRequest from '../model/CheckoutRequest'; /** * Checkout service. * @module TebexCheckout/TebexCheckout/CheckoutApi -* @version 1.1.0 +* @version 1.1.2 */ export default class CheckoutApi { diff --git a/sdks/nodejs/src/TebexCheckout/TebexCheckout/PaymentsApi.js b/sdks/nodejs/src/TebexCheckout/TebexCheckout/PaymentsApi.js index 446b3e7..78e82b7 100644 --- a/sdks/nodejs/src/TebexCheckout/TebexCheckout/PaymentsApi.js +++ b/sdks/nodejs/src/TebexCheckout/TebexCheckout/PaymentsApi.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -18,7 +18,7 @@ import Payment from '../model/Payment'; /** * Payments service. * @module TebexCheckout/TebexCheckout/PaymentsApi -* @version 1.1.0 +* @version 1.1.2 */ export default class PaymentsApi { diff --git a/sdks/nodejs/src/TebexCheckout/TebexCheckout/RecurringPaymentsApi.js b/sdks/nodejs/src/TebexCheckout/TebexCheckout/RecurringPaymentsApi.js index 4a61514..871121d 100644 --- a/sdks/nodejs/src/TebexCheckout/TebexCheckout/RecurringPaymentsApi.js +++ b/sdks/nodejs/src/TebexCheckout/TebexCheckout/RecurringPaymentsApi.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -20,7 +20,7 @@ import UpdateSubscriptionRequest from '../model/UpdateSubscriptionRequest'; /** * RecurringPayments service. * @module TebexCheckout/TebexCheckout/RecurringPaymentsApi -* @version 1.1.0 +* @version 1.1.2 */ export default class RecurringPaymentsApi { diff --git a/sdks/nodejs/src/TebexCheckout/index.js b/sdks/nodejs/src/TebexCheckout/index.js index 8b80b96..46dd061 100644 --- a/sdks/nodejs/src/TebexCheckout/index.js +++ b/sdks/nodejs/src/TebexCheckout/index.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -93,7 +93,7 @@ import RecurringPaymentsApi from './TebexCheckout/RecurringPaymentsApi'; * *

* @module TebexCheckout/index -* @version 1.1.0 +* @version 1.1.2 */ export { /** diff --git a/sdks/nodejs/src/TebexCheckout/model/AddPackageRequest.js b/sdks/nodejs/src/TebexCheckout/model/AddPackageRequest.js index 985a00b..dc4e2ac 100644 --- a/sdks/nodejs/src/TebexCheckout/model/AddPackageRequest.js +++ b/sdks/nodejs/src/TebexCheckout/model/AddPackageRequest.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -18,7 +18,7 @@ import RevenueShare from './RevenueShare'; /** * The AddPackageRequest model module. * @module TebexCheckout/model/AddPackageRequest - * @version 1.1.0 + * @version 1.1.2 */ class AddPackageRequest { /** diff --git a/sdks/nodejs/src/TebexCheckout/model/Address.js b/sdks/nodejs/src/TebexCheckout/model/Address.js index 46a715c..c3cc1a7 100644 --- a/sdks/nodejs/src/TebexCheckout/model/Address.js +++ b/sdks/nodejs/src/TebexCheckout/model/Address.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The Address model module. * @module TebexCheckout/model/Address - * @version 1.1.0 + * @version 1.1.2 */ class Address { /** diff --git a/sdks/nodejs/src/TebexCheckout/model/Basket.js b/sdks/nodejs/src/TebexCheckout/model/Basket.js index e62e69f..0f7c302 100644 --- a/sdks/nodejs/src/TebexCheckout/model/Basket.js +++ b/sdks/nodejs/src/TebexCheckout/model/Basket.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -20,7 +20,7 @@ import PriceDetails from './PriceDetails'; /** * The Basket model module. * @module TebexCheckout/model/Basket - * @version 1.1.0 + * @version 1.1.2 */ class Basket { /** diff --git a/sdks/nodejs/src/TebexCheckout/model/BasketItem.js b/sdks/nodejs/src/TebexCheckout/model/BasketItem.js index 086b20c..f6dfd7e 100644 --- a/sdks/nodejs/src/TebexCheckout/model/BasketItem.js +++ b/sdks/nodejs/src/TebexCheckout/model/BasketItem.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import RevenueShare from './RevenueShare'; /** * The BasketItem model module. * @module TebexCheckout/model/BasketItem - * @version 1.1.0 + * @version 1.1.2 */ class BasketItem { /** diff --git a/sdks/nodejs/src/TebexCheckout/model/BasketLinks.js b/sdks/nodejs/src/TebexCheckout/model/BasketLinks.js index c97faaa..e77a7fb 100644 --- a/sdks/nodejs/src/TebexCheckout/model/BasketLinks.js +++ b/sdks/nodejs/src/TebexCheckout/model/BasketLinks.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The BasketLinks model module. * @module TebexCheckout/model/BasketLinks - * @version 1.1.0 + * @version 1.1.2 */ class BasketLinks { /** diff --git a/sdks/nodejs/src/TebexCheckout/model/BasketRow.js b/sdks/nodejs/src/TebexCheckout/model/BasketRow.js index 1f89f68..e5052f6 100644 --- a/sdks/nodejs/src/TebexCheckout/model/BasketRow.js +++ b/sdks/nodejs/src/TebexCheckout/model/BasketRow.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import BasketRowMeta from './BasketRowMeta'; /** * The BasketRow model module. * @module TebexCheckout/model/BasketRow - * @version 1.1.0 + * @version 1.1.2 */ class BasketRow { /** diff --git a/sdks/nodejs/src/TebexCheckout/model/BasketRowMeta.js b/sdks/nodejs/src/TebexCheckout/model/BasketRowMeta.js index 92712b4..aee578b 100644 --- a/sdks/nodejs/src/TebexCheckout/model/BasketRowMeta.js +++ b/sdks/nodejs/src/TebexCheckout/model/BasketRowMeta.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import BasketRowMetaLimits from './BasketRowMetaLimits'; /** * The BasketRowMeta model module. * @module TebexCheckout/model/BasketRowMeta - * @version 1.1.0 + * @version 1.1.2 */ class BasketRowMeta { /** diff --git a/sdks/nodejs/src/TebexCheckout/model/BasketRowMetaLimits.js b/sdks/nodejs/src/TebexCheckout/model/BasketRowMetaLimits.js index 877fa04..35e17d3 100644 --- a/sdks/nodejs/src/TebexCheckout/model/BasketRowMetaLimits.js +++ b/sdks/nodejs/src/TebexCheckout/model/BasketRowMetaLimits.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import BasketRowMetaLimitsUser from './BasketRowMetaLimitsUser'; /** * The BasketRowMetaLimits model module. * @module TebexCheckout/model/BasketRowMetaLimits - * @version 1.1.0 + * @version 1.1.2 */ class BasketRowMetaLimits { /** diff --git a/sdks/nodejs/src/TebexCheckout/model/BasketRowMetaLimitsUser.js b/sdks/nodejs/src/TebexCheckout/model/BasketRowMetaLimitsUser.js index c123453..9b17c1f 100644 --- a/sdks/nodejs/src/TebexCheckout/model/BasketRowMetaLimitsUser.js +++ b/sdks/nodejs/src/TebexCheckout/model/BasketRowMetaLimitsUser.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The BasketRowMetaLimitsUser model module. * @module TebexCheckout/model/BasketRowMetaLimitsUser - * @version 1.1.0 + * @version 1.1.2 */ class BasketRowMetaLimitsUser { /** diff --git a/sdks/nodejs/src/TebexCheckout/model/CheckoutItem.js b/sdks/nodejs/src/TebexCheckout/model/CheckoutItem.js index 8bb0fb7..e03e9b2 100644 --- a/sdks/nodejs/src/TebexCheckout/model/CheckoutItem.js +++ b/sdks/nodejs/src/TebexCheckout/model/CheckoutItem.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import Package from './Package'; /** * The CheckoutItem model module. * @module TebexCheckout/model/CheckoutItem - * @version 1.1.0 + * @version 1.1.2 */ class CheckoutItem { /** diff --git a/sdks/nodejs/src/TebexCheckout/model/CheckoutRequest.js b/sdks/nodejs/src/TebexCheckout/model/CheckoutRequest.js index 5da2f9e..0fabb7e 100644 --- a/sdks/nodejs/src/TebexCheckout/model/CheckoutRequest.js +++ b/sdks/nodejs/src/TebexCheckout/model/CheckoutRequest.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,7 +19,7 @@ import Sale from './Sale'; /** * The CheckoutRequest model module. * @module TebexCheckout/model/CheckoutRequest - * @version 1.1.0 + * @version 1.1.2 */ class CheckoutRequest { /** diff --git a/sdks/nodejs/src/TebexCheckout/model/CheckoutRequestBasket.js b/sdks/nodejs/src/TebexCheckout/model/CheckoutRequestBasket.js index d9d10ee..d7fe8c1 100644 --- a/sdks/nodejs/src/TebexCheckout/model/CheckoutRequestBasket.js +++ b/sdks/nodejs/src/TebexCheckout/model/CheckoutRequestBasket.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The CheckoutRequestBasket model module. * @module TebexCheckout/model/CheckoutRequestBasket - * @version 1.1.0 + * @version 1.1.2 */ class CheckoutRequestBasket { /** diff --git a/sdks/nodejs/src/TebexCheckout/model/CreateBasketRequest.js b/sdks/nodejs/src/TebexCheckout/model/CreateBasketRequest.js index c7ec60c..5589fef 100644 --- a/sdks/nodejs/src/TebexCheckout/model/CreateBasketRequest.js +++ b/sdks/nodejs/src/TebexCheckout/model/CreateBasketRequest.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The CreateBasketRequest model module. * @module TebexCheckout/model/CreateBasketRequest - * @version 1.1.0 + * @version 1.1.2 */ class CreateBasketRequest { /** @@ -77,6 +77,9 @@ class CreateBasketRequest { if (data.hasOwnProperty('creator_code')) { obj['creator_code'] = ApiClient.convertToType(data['creator_code'], 'String'); } + if (data.hasOwnProperty('ip')) { + obj['ip'] = ApiClient.convertToType(data['ip'], 'String'); + } } return obj; } @@ -119,6 +122,10 @@ class CreateBasketRequest { if (data['creator_code'] && !(typeof data['creator_code'] === 'string' || data['creator_code'] instanceof String)) { throw new Error("Expected the field `creator_code` to be a primitive type in the JSON string but got " + data['creator_code']); } + // ensure the json data is a string + if (data['ip'] && !(typeof data['ip'] === 'string' || data['ip'] instanceof String)) { + throw new Error("Expected the field `ip` to be a primitive type in the JSON string but got " + data['ip']); + } return true; } @@ -188,6 +195,12 @@ CreateBasketRequest.prototype['country'] = undefined; */ CreateBasketRequest.prototype['creator_code'] = undefined; +/** + * The IP address of the customer using this basket. Provide the IP if creating a basket on your server backend. + * @member {String} ip + */ +CreateBasketRequest.prototype['ip'] = undefined; + diff --git a/sdks/nodejs/src/TebexCheckout/model/ErrorResponse.js b/sdks/nodejs/src/TebexCheckout/model/ErrorResponse.js index 28276f0..68e88fa 100644 --- a/sdks/nodejs/src/TebexCheckout/model/ErrorResponse.js +++ b/sdks/nodejs/src/TebexCheckout/model/ErrorResponse.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The ErrorResponse model module. * @module TebexCheckout/model/ErrorResponse - * @version 1.1.0 + * @version 1.1.2 */ class ErrorResponse { /** diff --git a/sdks/nodejs/src/TebexCheckout/model/Package.js b/sdks/nodejs/src/TebexCheckout/model/Package.js index 77ef875..6b4fecb 100644 --- a/sdks/nodejs/src/TebexCheckout/model/Package.js +++ b/sdks/nodejs/src/TebexCheckout/model/Package.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The Package model module. * @module TebexCheckout/model/Package - * @version 1.1.0 + * @version 1.1.2 */ class Package { /** diff --git a/sdks/nodejs/src/TebexCheckout/model/Payment.js b/sdks/nodejs/src/TebexCheckout/model/Payment.js index 7d0bb05..e3eccfc 100644 --- a/sdks/nodejs/src/TebexCheckout/model/Payment.js +++ b/sdks/nodejs/src/TebexCheckout/model/Payment.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,7 +21,7 @@ import PaymentStatus from './PaymentStatus'; /** * The Payment model module. * @module TebexCheckout/model/Payment - * @version 1.1.0 + * @version 1.1.2 */ class Payment { /** diff --git a/sdks/nodejs/src/TebexCheckout/model/PaymentCustomer.js b/sdks/nodejs/src/TebexCheckout/model/PaymentCustomer.js index 0e7fe59..b1dc5d6 100644 --- a/sdks/nodejs/src/TebexCheckout/model/PaymentCustomer.js +++ b/sdks/nodejs/src/TebexCheckout/model/PaymentCustomer.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The PaymentCustomer model module. * @module TebexCheckout/model/PaymentCustomer - * @version 1.1.0 + * @version 1.1.2 */ class PaymentCustomer { /** diff --git a/sdks/nodejs/src/TebexCheckout/model/PaymentFees.js b/sdks/nodejs/src/TebexCheckout/model/PaymentFees.js index 2956857..0fa1e31 100644 --- a/sdks/nodejs/src/TebexCheckout/model/PaymentFees.js +++ b/sdks/nodejs/src/TebexCheckout/model/PaymentFees.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -18,7 +18,7 @@ import PaymentFeesTax from './PaymentFeesTax'; /** * The PaymentFees model module. * @module TebexCheckout/model/PaymentFees - * @version 1.1.0 + * @version 1.1.2 */ class PaymentFees { /** diff --git a/sdks/nodejs/src/TebexCheckout/model/PaymentFeesGateway.js b/sdks/nodejs/src/TebexCheckout/model/PaymentFeesGateway.js index f5b538f..dfe388e 100644 --- a/sdks/nodejs/src/TebexCheckout/model/PaymentFeesGateway.js +++ b/sdks/nodejs/src/TebexCheckout/model/PaymentFeesGateway.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The PaymentFeesGateway model module. * @module TebexCheckout/model/PaymentFeesGateway - * @version 1.1.0 + * @version 1.1.2 */ class PaymentFeesGateway { /** diff --git a/sdks/nodejs/src/TebexCheckout/model/PaymentFeesTax.js b/sdks/nodejs/src/TebexCheckout/model/PaymentFeesTax.js index 5b4d1c3..c1206e1 100644 --- a/sdks/nodejs/src/TebexCheckout/model/PaymentFeesTax.js +++ b/sdks/nodejs/src/TebexCheckout/model/PaymentFeesTax.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The PaymentFeesTax model module. * @module TebexCheckout/model/PaymentFeesTax - * @version 1.1.0 + * @version 1.1.2 */ class PaymentFeesTax { /** diff --git a/sdks/nodejs/src/TebexCheckout/model/PaymentPrice.js b/sdks/nodejs/src/TebexCheckout/model/PaymentPrice.js index c59a204..a5d007a 100644 --- a/sdks/nodejs/src/TebexCheckout/model/PaymentPrice.js +++ b/sdks/nodejs/src/TebexCheckout/model/PaymentPrice.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The PaymentPrice model module. * @module TebexCheckout/model/PaymentPrice - * @version 1.1.0 + * @version 1.1.2 */ class PaymentPrice { /** diff --git a/sdks/nodejs/src/TebexCheckout/model/PaymentProductsInner.js b/sdks/nodejs/src/TebexCheckout/model/PaymentProductsInner.js index 94dcfb8..12bcbf9 100644 --- a/sdks/nodejs/src/TebexCheckout/model/PaymentProductsInner.js +++ b/sdks/nodejs/src/TebexCheckout/model/PaymentProductsInner.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -18,7 +18,7 @@ import PaymentProductsInnerPaidPrice from './PaymentProductsInnerPaidPrice'; /** * The PaymentProductsInner model module. * @module TebexCheckout/model/PaymentProductsInner - * @version 1.1.0 + * @version 1.1.2 */ class PaymentProductsInner { /** diff --git a/sdks/nodejs/src/TebexCheckout/model/PaymentProductsInnerBasePrice.js b/sdks/nodejs/src/TebexCheckout/model/PaymentProductsInnerBasePrice.js index 384a2aa..bfa7e09 100644 --- a/sdks/nodejs/src/TebexCheckout/model/PaymentProductsInnerBasePrice.js +++ b/sdks/nodejs/src/TebexCheckout/model/PaymentProductsInnerBasePrice.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The PaymentProductsInnerBasePrice model module. * @module TebexCheckout/model/PaymentProductsInnerBasePrice - * @version 1.1.0 + * @version 1.1.2 */ class PaymentProductsInnerBasePrice { /** diff --git a/sdks/nodejs/src/TebexCheckout/model/PaymentProductsInnerPaidPrice.js b/sdks/nodejs/src/TebexCheckout/model/PaymentProductsInnerPaidPrice.js index d95204f..4a2fee3 100644 --- a/sdks/nodejs/src/TebexCheckout/model/PaymentProductsInnerPaidPrice.js +++ b/sdks/nodejs/src/TebexCheckout/model/PaymentProductsInnerPaidPrice.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The PaymentProductsInnerPaidPrice model module. * @module TebexCheckout/model/PaymentProductsInnerPaidPrice - * @version 1.1.0 + * @version 1.1.2 */ class PaymentProductsInnerPaidPrice { /** diff --git a/sdks/nodejs/src/TebexCheckout/model/PaymentStatus.js b/sdks/nodejs/src/TebexCheckout/model/PaymentStatus.js index 79c73e2..ba7e4fe 100644 --- a/sdks/nodejs/src/TebexCheckout/model/PaymentStatus.js +++ b/sdks/nodejs/src/TebexCheckout/model/PaymentStatus.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The PaymentStatus model module. * @module TebexCheckout/model/PaymentStatus - * @version 1.1.0 + * @version 1.1.2 */ class PaymentStatus { /** diff --git a/sdks/nodejs/src/TebexCheckout/model/PaymentSubject.js b/sdks/nodejs/src/TebexCheckout/model/PaymentSubject.js index 715db6f..18cc163 100644 --- a/sdks/nodejs/src/TebexCheckout/model/PaymentSubject.js +++ b/sdks/nodejs/src/TebexCheckout/model/PaymentSubject.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,7 +23,7 @@ import RevenueShare from './RevenueShare'; /** * The PaymentSubject model module. * @module TebexCheckout/model/PaymentSubject - * @version 1.1.0 + * @version 1.1.2 */ class PaymentSubject { /** diff --git a/sdks/nodejs/src/TebexCheckout/model/PaymentSubjectCustomer.js b/sdks/nodejs/src/TebexCheckout/model/PaymentSubjectCustomer.js index f4e1fa6..93ea695 100644 --- a/sdks/nodejs/src/TebexCheckout/model/PaymentSubjectCustomer.js +++ b/sdks/nodejs/src/TebexCheckout/model/PaymentSubjectCustomer.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The PaymentSubjectCustomer model module. * @module TebexCheckout/model/PaymentSubjectCustomer - * @version 1.1.0 + * @version 1.1.2 */ class PaymentSubjectCustomer { /** diff --git a/sdks/nodejs/src/TebexCheckout/model/PaymentSubjectFees.js b/sdks/nodejs/src/TebexCheckout/model/PaymentSubjectFees.js index 29b7658..8f0690a 100644 --- a/sdks/nodejs/src/TebexCheckout/model/PaymentSubjectFees.js +++ b/sdks/nodejs/src/TebexCheckout/model/PaymentSubjectFees.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import PaymentSubjectPrice from './PaymentSubjectPrice'; /** * The PaymentSubjectFees model module. * @module TebexCheckout/model/PaymentSubjectFees - * @version 1.1.0 + * @version 1.1.2 */ class PaymentSubjectFees { /** diff --git a/sdks/nodejs/src/TebexCheckout/model/PaymentSubjectPaymentMethod.js b/sdks/nodejs/src/TebexCheckout/model/PaymentSubjectPaymentMethod.js index 2ac98c9..8121e7d 100644 --- a/sdks/nodejs/src/TebexCheckout/model/PaymentSubjectPaymentMethod.js +++ b/sdks/nodejs/src/TebexCheckout/model/PaymentSubjectPaymentMethod.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The PaymentSubjectPaymentMethod model module. * @module TebexCheckout/model/PaymentSubjectPaymentMethod - * @version 1.1.0 + * @version 1.1.2 */ class PaymentSubjectPaymentMethod { /** diff --git a/sdks/nodejs/src/TebexCheckout/model/PaymentSubjectPrice.js b/sdks/nodejs/src/TebexCheckout/model/PaymentSubjectPrice.js index ec5983e..660fa39 100644 --- a/sdks/nodejs/src/TebexCheckout/model/PaymentSubjectPrice.js +++ b/sdks/nodejs/src/TebexCheckout/model/PaymentSubjectPrice.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The PaymentSubjectPrice model module. * @module TebexCheckout/model/PaymentSubjectPrice - * @version 1.1.0 + * @version 1.1.2 */ class PaymentSubjectPrice { /** diff --git a/sdks/nodejs/src/TebexCheckout/model/PaymentSubjectProductsInner.js b/sdks/nodejs/src/TebexCheckout/model/PaymentSubjectProductsInner.js index efe39a1..747ccd2 100644 --- a/sdks/nodejs/src/TebexCheckout/model/PaymentSubjectProductsInner.js +++ b/sdks/nodejs/src/TebexCheckout/model/PaymentSubjectProductsInner.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -18,7 +18,7 @@ import PaymentSubjectPrice from './PaymentSubjectPrice'; /** * The PaymentSubjectProductsInner model module. * @module TebexCheckout/model/PaymentSubjectProductsInner - * @version 1.1.0 + * @version 1.1.2 */ class PaymentSubjectProductsInner { /** diff --git a/sdks/nodejs/src/TebexCheckout/model/PriceDetails.js b/sdks/nodejs/src/TebexCheckout/model/PriceDetails.js index e78b1de..7357fb0 100644 --- a/sdks/nodejs/src/TebexCheckout/model/PriceDetails.js +++ b/sdks/nodejs/src/TebexCheckout/model/PriceDetails.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import Sale from './Sale'; /** * The PriceDetails model module. * @module TebexCheckout/model/PriceDetails - * @version 1.1.0 + * @version 1.1.2 */ class PriceDetails { /** diff --git a/sdks/nodejs/src/TebexCheckout/model/RecurringPayment.js b/sdks/nodejs/src/TebexCheckout/model/RecurringPayment.js index b4c499b..4d119bf 100644 --- a/sdks/nodejs/src/TebexCheckout/model/RecurringPayment.js +++ b/sdks/nodejs/src/TebexCheckout/model/RecurringPayment.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,7 +19,7 @@ import RecurringPaymentStatus from './RecurringPaymentStatus'; /** * The RecurringPayment model module. * @module TebexCheckout/model/RecurringPayment - * @version 1.1.0 + * @version 1.1.2 */ class RecurringPayment { /** diff --git a/sdks/nodejs/src/TebexCheckout/model/RecurringPaymentAmount.js b/sdks/nodejs/src/TebexCheckout/model/RecurringPaymentAmount.js index 585a1a3..95d5ef9 100644 --- a/sdks/nodejs/src/TebexCheckout/model/RecurringPaymentAmount.js +++ b/sdks/nodejs/src/TebexCheckout/model/RecurringPaymentAmount.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The RecurringPaymentAmount model module. * @module TebexCheckout/model/RecurringPaymentAmount - * @version 1.1.0 + * @version 1.1.2 */ class RecurringPaymentAmount { /** diff --git a/sdks/nodejs/src/TebexCheckout/model/RecurringPaymentLinks.js b/sdks/nodejs/src/TebexCheckout/model/RecurringPaymentLinks.js index ec0c87d..6ff32e9 100644 --- a/sdks/nodejs/src/TebexCheckout/model/RecurringPaymentLinks.js +++ b/sdks/nodejs/src/TebexCheckout/model/RecurringPaymentLinks.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The RecurringPaymentLinks model module. * @module TebexCheckout/model/RecurringPaymentLinks - * @version 1.1.0 + * @version 1.1.2 */ class RecurringPaymentLinks { /** diff --git a/sdks/nodejs/src/TebexCheckout/model/RecurringPaymentStatus.js b/sdks/nodejs/src/TebexCheckout/model/RecurringPaymentStatus.js index e902a30..3c53250 100644 --- a/sdks/nodejs/src/TebexCheckout/model/RecurringPaymentStatus.js +++ b/sdks/nodejs/src/TebexCheckout/model/RecurringPaymentStatus.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The RecurringPaymentStatus model module. * @module TebexCheckout/model/RecurringPaymentStatus - * @version 1.1.0 + * @version 1.1.2 */ class RecurringPaymentStatus { /** diff --git a/sdks/nodejs/src/TebexCheckout/model/RecurringPaymentSubject.js b/sdks/nodejs/src/TebexCheckout/model/RecurringPaymentSubject.js index a973272..a844ab5 100644 --- a/sdks/nodejs/src/TebexCheckout/model/RecurringPaymentSubject.js +++ b/sdks/nodejs/src/TebexCheckout/model/RecurringPaymentSubject.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,7 +19,7 @@ import RecurringPaymentSubjectStatus from './RecurringPaymentSubjectStatus'; /** * The RecurringPaymentSubject model module. * @module TebexCheckout/model/RecurringPaymentSubject - * @version 1.1.0 + * @version 1.1.2 */ class RecurringPaymentSubject { /** diff --git a/sdks/nodejs/src/TebexCheckout/model/RecurringPaymentSubjectPrice.js b/sdks/nodejs/src/TebexCheckout/model/RecurringPaymentSubjectPrice.js index 6ba1df1..4686345 100644 --- a/sdks/nodejs/src/TebexCheckout/model/RecurringPaymentSubjectPrice.js +++ b/sdks/nodejs/src/TebexCheckout/model/RecurringPaymentSubjectPrice.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The RecurringPaymentSubjectPrice model module. * @module TebexCheckout/model/RecurringPaymentSubjectPrice - * @version 1.1.0 + * @version 1.1.2 */ class RecurringPaymentSubjectPrice { /** diff --git a/sdks/nodejs/src/TebexCheckout/model/RecurringPaymentSubjectStatus.js b/sdks/nodejs/src/TebexCheckout/model/RecurringPaymentSubjectStatus.js index 14ebe1a..2f8548c 100644 --- a/sdks/nodejs/src/TebexCheckout/model/RecurringPaymentSubjectStatus.js +++ b/sdks/nodejs/src/TebexCheckout/model/RecurringPaymentSubjectStatus.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The RecurringPaymentSubjectStatus model module. * @module TebexCheckout/model/RecurringPaymentSubjectStatus - * @version 1.1.0 + * @version 1.1.2 */ class RecurringPaymentSubjectStatus { /** diff --git a/sdks/nodejs/src/TebexCheckout/model/RevenueShare.js b/sdks/nodejs/src/TebexCheckout/model/RevenueShare.js index b80a53b..5f9f830 100644 --- a/sdks/nodejs/src/TebexCheckout/model/RevenueShare.js +++ b/sdks/nodejs/src/TebexCheckout/model/RevenueShare.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The RevenueShare model module. * @module TebexCheckout/model/RevenueShare - * @version 1.1.0 + * @version 1.1.2 */ class RevenueShare { /** diff --git a/sdks/nodejs/src/TebexCheckout/model/Sale.js b/sdks/nodejs/src/TebexCheckout/model/Sale.js index 7151dea..a28f742 100644 --- a/sdks/nodejs/src/TebexCheckout/model/Sale.js +++ b/sdks/nodejs/src/TebexCheckout/model/Sale.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The Sale model module. * @module TebexCheckout/model/Sale - * @version 1.1.0 + * @version 1.1.2 */ class Sale { /** diff --git a/sdks/nodejs/src/TebexCheckout/model/TebexWebhook.js b/sdks/nodejs/src/TebexCheckout/model/TebexWebhook.js index 3e61df4..4b6a09c 100644 --- a/sdks/nodejs/src/TebexCheckout/model/TebexWebhook.js +++ b/sdks/nodejs/src/TebexCheckout/model/TebexWebhook.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The TebexWebhook model module. * @module TebexCheckout/model/TebexWebhook - * @version 1.1.0 + * @version 1.1.2 */ class TebexWebhook { /** diff --git a/sdks/nodejs/src/TebexCheckout/model/UpdateRecurringPaymentRequest.js b/sdks/nodejs/src/TebexCheckout/model/UpdateRecurringPaymentRequest.js index 67b59f4..31a7c0e 100644 --- a/sdks/nodejs/src/TebexCheckout/model/UpdateRecurringPaymentRequest.js +++ b/sdks/nodejs/src/TebexCheckout/model/UpdateRecurringPaymentRequest.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The UpdateRecurringPaymentRequest model module. * @module TebexCheckout/model/UpdateRecurringPaymentRequest - * @version 1.1.0 + * @version 1.1.2 */ class UpdateRecurringPaymentRequest { /** diff --git a/sdks/nodejs/src/TebexCheckout/model/UpdateSubscriptionRequest.js b/sdks/nodejs/src/TebexCheckout/model/UpdateSubscriptionRequest.js index 8e37aca..4144637 100644 --- a/sdks/nodejs/src/TebexCheckout/model/UpdateSubscriptionRequest.js +++ b/sdks/nodejs/src/TebexCheckout/model/UpdateSubscriptionRequest.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import UpdateSubscriptionRequestItemsInner from './UpdateSubscriptionRequestItem /** * The UpdateSubscriptionRequest model module. * @module TebexCheckout/model/UpdateSubscriptionRequest - * @version 1.1.0 + * @version 1.1.2 */ class UpdateSubscriptionRequest { /** diff --git a/sdks/nodejs/src/TebexCheckout/model/UpdateSubscriptionRequestItemsInner.js b/sdks/nodejs/src/TebexCheckout/model/UpdateSubscriptionRequestItemsInner.js index 0d0ae12..4ba7a9a 100644 --- a/sdks/nodejs/src/TebexCheckout/model/UpdateSubscriptionRequestItemsInner.js +++ b/sdks/nodejs/src/TebexCheckout/model/UpdateSubscriptionRequestItemsInner.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import Package from './Package'; /** * The UpdateSubscriptionRequestItemsInner model module. * @module TebexCheckout/model/UpdateSubscriptionRequestItemsInner - * @version 1.1.0 + * @version 1.1.2 */ class UpdateSubscriptionRequestItemsInner { /** diff --git a/sdks/nodejs/test/TebexCheckout/api/BasketsApi.spec.js b/sdks/nodejs/test/TebexCheckout/api/BasketsApi.spec.js index 7235088..7bb484e 100644 --- a/sdks/nodejs/test/TebexCheckout/api/BasketsApi.spec.js +++ b/sdks/nodejs/test/TebexCheckout/api/BasketsApi.spec.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/nodejs/test/TebexCheckout/api/CheckoutApi.spec.js b/sdks/nodejs/test/TebexCheckout/api/CheckoutApi.spec.js index 931cacc..9d1caf8 100644 --- a/sdks/nodejs/test/TebexCheckout/api/CheckoutApi.spec.js +++ b/sdks/nodejs/test/TebexCheckout/api/CheckoutApi.spec.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/nodejs/test/TebexCheckout/api/PaymentsApi.spec.js b/sdks/nodejs/test/TebexCheckout/api/PaymentsApi.spec.js index 8362e09..b81d7f8 100644 --- a/sdks/nodejs/test/TebexCheckout/api/PaymentsApi.spec.js +++ b/sdks/nodejs/test/TebexCheckout/api/PaymentsApi.spec.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/nodejs/test/TebexCheckout/api/RecurringPaymentsApi.spec.js b/sdks/nodejs/test/TebexCheckout/api/RecurringPaymentsApi.spec.js index ffb5358..09333db 100644 --- a/sdks/nodejs/test/TebexCheckout/api/RecurringPaymentsApi.spec.js +++ b/sdks/nodejs/test/TebexCheckout/api/RecurringPaymentsApi.spec.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/nodejs/test/TebexCheckout/model/AddPackageRequest.spec.js b/sdks/nodejs/test/TebexCheckout/model/AddPackageRequest.spec.js index e92b0f3..236c290 100644 --- a/sdks/nodejs/test/TebexCheckout/model/AddPackageRequest.spec.js +++ b/sdks/nodejs/test/TebexCheckout/model/AddPackageRequest.spec.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/nodejs/test/TebexCheckout/model/Address.spec.js b/sdks/nodejs/test/TebexCheckout/model/Address.spec.js index ca0a054..5dac835 100644 --- a/sdks/nodejs/test/TebexCheckout/model/Address.spec.js +++ b/sdks/nodejs/test/TebexCheckout/model/Address.spec.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/nodejs/test/TebexCheckout/model/Basket.spec.js b/sdks/nodejs/test/TebexCheckout/model/Basket.spec.js index f955c25..00637c9 100644 --- a/sdks/nodejs/test/TebexCheckout/model/Basket.spec.js +++ b/sdks/nodejs/test/TebexCheckout/model/Basket.spec.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/nodejs/test/TebexCheckout/model/BasketItem.spec.js b/sdks/nodejs/test/TebexCheckout/model/BasketItem.spec.js index 0773acc..87855e9 100644 --- a/sdks/nodejs/test/TebexCheckout/model/BasketItem.spec.js +++ b/sdks/nodejs/test/TebexCheckout/model/BasketItem.spec.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/nodejs/test/TebexCheckout/model/BasketLinks.spec.js b/sdks/nodejs/test/TebexCheckout/model/BasketLinks.spec.js index 532fd6f..752f415 100644 --- a/sdks/nodejs/test/TebexCheckout/model/BasketLinks.spec.js +++ b/sdks/nodejs/test/TebexCheckout/model/BasketLinks.spec.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/nodejs/test/TebexCheckout/model/BasketRow.spec.js b/sdks/nodejs/test/TebexCheckout/model/BasketRow.spec.js index 2a2be21..6af5282 100644 --- a/sdks/nodejs/test/TebexCheckout/model/BasketRow.spec.js +++ b/sdks/nodejs/test/TebexCheckout/model/BasketRow.spec.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/nodejs/test/TebexCheckout/model/BasketRowMeta.spec.js b/sdks/nodejs/test/TebexCheckout/model/BasketRowMeta.spec.js index 3f5d8bf..89ffafa 100644 --- a/sdks/nodejs/test/TebexCheckout/model/BasketRowMeta.spec.js +++ b/sdks/nodejs/test/TebexCheckout/model/BasketRowMeta.spec.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/nodejs/test/TebexCheckout/model/BasketRowMetaLimits.spec.js b/sdks/nodejs/test/TebexCheckout/model/BasketRowMetaLimits.spec.js index 5f247c6..10ef2d0 100644 --- a/sdks/nodejs/test/TebexCheckout/model/BasketRowMetaLimits.spec.js +++ b/sdks/nodejs/test/TebexCheckout/model/BasketRowMetaLimits.spec.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/nodejs/test/TebexCheckout/model/BasketRowMetaLimitsUser.spec.js b/sdks/nodejs/test/TebexCheckout/model/BasketRowMetaLimitsUser.spec.js index 6c6e2ec..3b47135 100644 --- a/sdks/nodejs/test/TebexCheckout/model/BasketRowMetaLimitsUser.spec.js +++ b/sdks/nodejs/test/TebexCheckout/model/BasketRowMetaLimitsUser.spec.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/nodejs/test/TebexCheckout/model/CheckoutItem.spec.js b/sdks/nodejs/test/TebexCheckout/model/CheckoutItem.spec.js index 1a0ece9..00f85bf 100644 --- a/sdks/nodejs/test/TebexCheckout/model/CheckoutItem.spec.js +++ b/sdks/nodejs/test/TebexCheckout/model/CheckoutItem.spec.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/nodejs/test/TebexCheckout/model/CheckoutRequest.spec.js b/sdks/nodejs/test/TebexCheckout/model/CheckoutRequest.spec.js index b18de63..965c874 100644 --- a/sdks/nodejs/test/TebexCheckout/model/CheckoutRequest.spec.js +++ b/sdks/nodejs/test/TebexCheckout/model/CheckoutRequest.spec.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/nodejs/test/TebexCheckout/model/CheckoutRequestBasket.spec.js b/sdks/nodejs/test/TebexCheckout/model/CheckoutRequestBasket.spec.js index 934203f..9ba6a53 100644 --- a/sdks/nodejs/test/TebexCheckout/model/CheckoutRequestBasket.spec.js +++ b/sdks/nodejs/test/TebexCheckout/model/CheckoutRequestBasket.spec.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/nodejs/test/TebexCheckout/model/CreateBasketRequest.spec.js b/sdks/nodejs/test/TebexCheckout/model/CreateBasketRequest.spec.js index 716f949..96cbed4 100644 --- a/sdks/nodejs/test/TebexCheckout/model/CreateBasketRequest.spec.js +++ b/sdks/nodejs/test/TebexCheckout/model/CreateBasketRequest.spec.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -114,6 +114,12 @@ //expect(instance).to.be(); }); + it('should have the property ip (base name: "ip")', function() { + // uncomment below and update the code to test the property ip + //var instance = new TebexCheckoutApi.CreateBasketRequest(); + //expect(instance).to.be(); + }); + }); })); diff --git a/sdks/nodejs/test/TebexCheckout/model/ErrorResponse.spec.js b/sdks/nodejs/test/TebexCheckout/model/ErrorResponse.spec.js index 6cd8cef..4574a79 100644 --- a/sdks/nodejs/test/TebexCheckout/model/ErrorResponse.spec.js +++ b/sdks/nodejs/test/TebexCheckout/model/ErrorResponse.spec.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/nodejs/test/TebexCheckout/model/Package.spec.js b/sdks/nodejs/test/TebexCheckout/model/Package.spec.js index f777f7b..7f3f56e 100644 --- a/sdks/nodejs/test/TebexCheckout/model/Package.spec.js +++ b/sdks/nodejs/test/TebexCheckout/model/Package.spec.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/nodejs/test/TebexCheckout/model/Payment.spec.js b/sdks/nodejs/test/TebexCheckout/model/Payment.spec.js index f5bbd3d..e139b70 100644 --- a/sdks/nodejs/test/TebexCheckout/model/Payment.spec.js +++ b/sdks/nodejs/test/TebexCheckout/model/Payment.spec.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/nodejs/test/TebexCheckout/model/PaymentCustomer.spec.js b/sdks/nodejs/test/TebexCheckout/model/PaymentCustomer.spec.js index 2f1d814..00bd0d7 100644 --- a/sdks/nodejs/test/TebexCheckout/model/PaymentCustomer.spec.js +++ b/sdks/nodejs/test/TebexCheckout/model/PaymentCustomer.spec.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/nodejs/test/TebexCheckout/model/PaymentFees.spec.js b/sdks/nodejs/test/TebexCheckout/model/PaymentFees.spec.js index af39331..91c6958 100644 --- a/sdks/nodejs/test/TebexCheckout/model/PaymentFees.spec.js +++ b/sdks/nodejs/test/TebexCheckout/model/PaymentFees.spec.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/nodejs/test/TebexCheckout/model/PaymentFeesGateway.spec.js b/sdks/nodejs/test/TebexCheckout/model/PaymentFeesGateway.spec.js index 98182f0..7b921be 100644 --- a/sdks/nodejs/test/TebexCheckout/model/PaymentFeesGateway.spec.js +++ b/sdks/nodejs/test/TebexCheckout/model/PaymentFeesGateway.spec.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/nodejs/test/TebexCheckout/model/PaymentFeesTax.spec.js b/sdks/nodejs/test/TebexCheckout/model/PaymentFeesTax.spec.js index 0fe2adb..6960539 100644 --- a/sdks/nodejs/test/TebexCheckout/model/PaymentFeesTax.spec.js +++ b/sdks/nodejs/test/TebexCheckout/model/PaymentFeesTax.spec.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/nodejs/test/TebexCheckout/model/PaymentPrice.spec.js b/sdks/nodejs/test/TebexCheckout/model/PaymentPrice.spec.js index 9ee1dfc..85859b7 100644 --- a/sdks/nodejs/test/TebexCheckout/model/PaymentPrice.spec.js +++ b/sdks/nodejs/test/TebexCheckout/model/PaymentPrice.spec.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/nodejs/test/TebexCheckout/model/PaymentProductsInner.spec.js b/sdks/nodejs/test/TebexCheckout/model/PaymentProductsInner.spec.js index a631733..075763a 100644 --- a/sdks/nodejs/test/TebexCheckout/model/PaymentProductsInner.spec.js +++ b/sdks/nodejs/test/TebexCheckout/model/PaymentProductsInner.spec.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/nodejs/test/TebexCheckout/model/PaymentProductsInnerBasePrice.spec.js b/sdks/nodejs/test/TebexCheckout/model/PaymentProductsInnerBasePrice.spec.js index c651602..d2001c7 100644 --- a/sdks/nodejs/test/TebexCheckout/model/PaymentProductsInnerBasePrice.spec.js +++ b/sdks/nodejs/test/TebexCheckout/model/PaymentProductsInnerBasePrice.spec.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/nodejs/test/TebexCheckout/model/PaymentProductsInnerPaidPrice.spec.js b/sdks/nodejs/test/TebexCheckout/model/PaymentProductsInnerPaidPrice.spec.js index 7bd0655..0d232a5 100644 --- a/sdks/nodejs/test/TebexCheckout/model/PaymentProductsInnerPaidPrice.spec.js +++ b/sdks/nodejs/test/TebexCheckout/model/PaymentProductsInnerPaidPrice.spec.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/nodejs/test/TebexCheckout/model/PaymentStatus.spec.js b/sdks/nodejs/test/TebexCheckout/model/PaymentStatus.spec.js index 558e7e6..14ee49d 100644 --- a/sdks/nodejs/test/TebexCheckout/model/PaymentStatus.spec.js +++ b/sdks/nodejs/test/TebexCheckout/model/PaymentStatus.spec.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/nodejs/test/TebexCheckout/model/PaymentSubject.spec.js b/sdks/nodejs/test/TebexCheckout/model/PaymentSubject.spec.js index d1e4dc1..897ba36 100644 --- a/sdks/nodejs/test/TebexCheckout/model/PaymentSubject.spec.js +++ b/sdks/nodejs/test/TebexCheckout/model/PaymentSubject.spec.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/nodejs/test/TebexCheckout/model/PaymentSubjectCustomer.spec.js b/sdks/nodejs/test/TebexCheckout/model/PaymentSubjectCustomer.spec.js index 88a2f04..2759b0c 100644 --- a/sdks/nodejs/test/TebexCheckout/model/PaymentSubjectCustomer.spec.js +++ b/sdks/nodejs/test/TebexCheckout/model/PaymentSubjectCustomer.spec.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/nodejs/test/TebexCheckout/model/PaymentSubjectFees.spec.js b/sdks/nodejs/test/TebexCheckout/model/PaymentSubjectFees.spec.js index 9424d33..1c8d407 100644 --- a/sdks/nodejs/test/TebexCheckout/model/PaymentSubjectFees.spec.js +++ b/sdks/nodejs/test/TebexCheckout/model/PaymentSubjectFees.spec.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/nodejs/test/TebexCheckout/model/PaymentSubjectPaymentMethod.spec.js b/sdks/nodejs/test/TebexCheckout/model/PaymentSubjectPaymentMethod.spec.js index ed51cc9..c542e6d 100644 --- a/sdks/nodejs/test/TebexCheckout/model/PaymentSubjectPaymentMethod.spec.js +++ b/sdks/nodejs/test/TebexCheckout/model/PaymentSubjectPaymentMethod.spec.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/nodejs/test/TebexCheckout/model/PaymentSubjectPrice.spec.js b/sdks/nodejs/test/TebexCheckout/model/PaymentSubjectPrice.spec.js index 3e80428..98862a8 100644 --- a/sdks/nodejs/test/TebexCheckout/model/PaymentSubjectPrice.spec.js +++ b/sdks/nodejs/test/TebexCheckout/model/PaymentSubjectPrice.spec.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/nodejs/test/TebexCheckout/model/PaymentSubjectProductsInner.spec.js b/sdks/nodejs/test/TebexCheckout/model/PaymentSubjectProductsInner.spec.js index a9664d1..9c95069 100644 --- a/sdks/nodejs/test/TebexCheckout/model/PaymentSubjectProductsInner.spec.js +++ b/sdks/nodejs/test/TebexCheckout/model/PaymentSubjectProductsInner.spec.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/nodejs/test/TebexCheckout/model/PriceDetails.spec.js b/sdks/nodejs/test/TebexCheckout/model/PriceDetails.spec.js index 2d287cb..71cccc5 100644 --- a/sdks/nodejs/test/TebexCheckout/model/PriceDetails.spec.js +++ b/sdks/nodejs/test/TebexCheckout/model/PriceDetails.spec.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/nodejs/test/TebexCheckout/model/RecurringPayment.spec.js b/sdks/nodejs/test/TebexCheckout/model/RecurringPayment.spec.js index c28d02a..e1f1f30 100644 --- a/sdks/nodejs/test/TebexCheckout/model/RecurringPayment.spec.js +++ b/sdks/nodejs/test/TebexCheckout/model/RecurringPayment.spec.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/nodejs/test/TebexCheckout/model/RecurringPaymentAmount.spec.js b/sdks/nodejs/test/TebexCheckout/model/RecurringPaymentAmount.spec.js index e75182b..0a3a33d 100644 --- a/sdks/nodejs/test/TebexCheckout/model/RecurringPaymentAmount.spec.js +++ b/sdks/nodejs/test/TebexCheckout/model/RecurringPaymentAmount.spec.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/nodejs/test/TebexCheckout/model/RecurringPaymentLinks.spec.js b/sdks/nodejs/test/TebexCheckout/model/RecurringPaymentLinks.spec.js index fd29568..96f85fd 100644 --- a/sdks/nodejs/test/TebexCheckout/model/RecurringPaymentLinks.spec.js +++ b/sdks/nodejs/test/TebexCheckout/model/RecurringPaymentLinks.spec.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/nodejs/test/TebexCheckout/model/RecurringPaymentStatus.spec.js b/sdks/nodejs/test/TebexCheckout/model/RecurringPaymentStatus.spec.js index 443d640..cd4b0bf 100644 --- a/sdks/nodejs/test/TebexCheckout/model/RecurringPaymentStatus.spec.js +++ b/sdks/nodejs/test/TebexCheckout/model/RecurringPaymentStatus.spec.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/nodejs/test/TebexCheckout/model/RecurringPaymentSubject.spec.js b/sdks/nodejs/test/TebexCheckout/model/RecurringPaymentSubject.spec.js index 51fb527..a3a32a4 100644 --- a/sdks/nodejs/test/TebexCheckout/model/RecurringPaymentSubject.spec.js +++ b/sdks/nodejs/test/TebexCheckout/model/RecurringPaymentSubject.spec.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/nodejs/test/TebexCheckout/model/RecurringPaymentSubjectPrice.spec.js b/sdks/nodejs/test/TebexCheckout/model/RecurringPaymentSubjectPrice.spec.js index da76066..29ceeff 100644 --- a/sdks/nodejs/test/TebexCheckout/model/RecurringPaymentSubjectPrice.spec.js +++ b/sdks/nodejs/test/TebexCheckout/model/RecurringPaymentSubjectPrice.spec.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/nodejs/test/TebexCheckout/model/RecurringPaymentSubjectStatus.spec.js b/sdks/nodejs/test/TebexCheckout/model/RecurringPaymentSubjectStatus.spec.js index d24bcc8..dfe211d 100644 --- a/sdks/nodejs/test/TebexCheckout/model/RecurringPaymentSubjectStatus.spec.js +++ b/sdks/nodejs/test/TebexCheckout/model/RecurringPaymentSubjectStatus.spec.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/nodejs/test/TebexCheckout/model/RevenueShare.spec.js b/sdks/nodejs/test/TebexCheckout/model/RevenueShare.spec.js index 084a24c..bf48c51 100644 --- a/sdks/nodejs/test/TebexCheckout/model/RevenueShare.spec.js +++ b/sdks/nodejs/test/TebexCheckout/model/RevenueShare.spec.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/nodejs/test/TebexCheckout/model/Sale.spec.js b/sdks/nodejs/test/TebexCheckout/model/Sale.spec.js index 5bbca7c..1518b55 100644 --- a/sdks/nodejs/test/TebexCheckout/model/Sale.spec.js +++ b/sdks/nodejs/test/TebexCheckout/model/Sale.spec.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/nodejs/test/TebexCheckout/model/TebexWebhook.spec.js b/sdks/nodejs/test/TebexCheckout/model/TebexWebhook.spec.js index 89e648d..5dbde60 100644 --- a/sdks/nodejs/test/TebexCheckout/model/TebexWebhook.spec.js +++ b/sdks/nodejs/test/TebexCheckout/model/TebexWebhook.spec.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/nodejs/test/TebexCheckout/model/UpdateRecurringPaymentRequest.spec.js b/sdks/nodejs/test/TebexCheckout/model/UpdateRecurringPaymentRequest.spec.js index c3eefc4..d3da3a4 100644 --- a/sdks/nodejs/test/TebexCheckout/model/UpdateRecurringPaymentRequest.spec.js +++ b/sdks/nodejs/test/TebexCheckout/model/UpdateRecurringPaymentRequest.spec.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/nodejs/test/TebexCheckout/model/UpdateSubscriptionRequest.spec.js b/sdks/nodejs/test/TebexCheckout/model/UpdateSubscriptionRequest.spec.js index f55a483..824f3a8 100644 --- a/sdks/nodejs/test/TebexCheckout/model/UpdateSubscriptionRequest.spec.js +++ b/sdks/nodejs/test/TebexCheckout/model/UpdateSubscriptionRequest.spec.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/nodejs/test/TebexCheckout/model/UpdateSubscriptionRequestItemsInner.spec.js b/sdks/nodejs/test/TebexCheckout/model/UpdateSubscriptionRequestItemsInner.spec.js index 1245f0b..792031c 100644 --- a/sdks/nodejs/test/TebexCheckout/model/UpdateSubscriptionRequestItemsInner.spec.js +++ b/sdks/nodejs/test/TebexCheckout/model/UpdateSubscriptionRequestItemsInner.spec.js @@ -2,7 +2,7 @@ * Tebex Checkout API * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/sdks/openapi-yaml/openapi/openapi.yaml b/sdks/openapi-yaml/openapi/openapi.yaml index 7652eee..eba3264 100644 --- a/sdks/openapi-yaml/openapi/openapi.yaml +++ b/sdks/openapi-yaml/openapi/openapi.yaml @@ -11,7 +11,7 @@ info: url: https://opensource.org/license/mit termsOfService: https://tebex.io/terms-creator-agreement title: Tebex Checkout API - version: 1.1.0 + version: 1.1.2 servers: - url: https://checkout.tebex.io/api security: @@ -1436,6 +1436,11 @@ components: with another party. See more about creator codes at https://docs.tebex.io/creators/tebex-control-panel/engagement/creator-codes type: string example: null + ip: + description: The IP address of the customer using this basket. Provide the + IP if creating a basket on your server backend. + example: 127.0.0.1 + type: string type: object BasketRow_meta_limits_user: example: diff --git a/sdks/openapi/openapi.json b/sdks/openapi/openapi.json index 861c1b7..1278156 100644 --- a/sdks/openapi/openapi.json +++ b/sdks/openapi/openapi.json @@ -11,7 +11,7 @@ }, "termsOfService" : "https://tebex.io/terms-creator-agreement", "title" : "Tebex Checkout API", - "version" : "1.1.0" + "version" : "1.1.2" }, "servers" : [ { "url" : "https://checkout.tebex.io/api" @@ -1437,6 +1437,11 @@ "description" : "The creator code is used to share a percentage of the payment with another party. See more about creator codes at https://docs.tebex.io/creators/tebex-control-panel/engagement/creator-codes", "type" : "string", "example" : null + }, + "ip" : { + "description" : "The IP address of the customer using this basket. Provide the IP if creating a basket on your server backend.", + "example" : "127.0.0.1", + "type" : "string" } }, "type" : "object" diff --git a/sdks/php/README.md b/sdks/php/README.md index af6f0c5..3c26c68 100644 --- a/sdks/php/README.md +++ b/sdks/php/README.md @@ -166,6 +166,6 @@ tebex-integrations@overwolf.com This PHP package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: -- API version: `1.1.0` +- API version: `1.1.2` - Generator version: `7.5.0` - Build package: `org.openapitools.codegen.languages.PhpClientCodegen` diff --git a/sdks/php/docs/Model/CreateBasketRequest.md b/sdks/php/docs/Model/CreateBasketRequest.md index ae0b41e..65ea6fb 100644 --- a/sdks/php/docs/Model/CreateBasketRequest.md +++ b/sdks/php/docs/Model/CreateBasketRequest.md @@ -14,5 +14,6 @@ Name | Type | Description | Notes **complete_auto_redirect** | **bool** | Automatically redirect to the complete_url provided | [optional] **country** | **string** | An ISO 3166-1 alpha-2 character code representing the customer's country. | [optional] **creator_code** | **string** | The creator code is used to share a percentage of the payment with another party. See more about creator codes at https://docs.tebex.io/creators/tebex-control-panel/engagement/creator-codes | [optional] +**ip** | **string** | The IP address of the customer using this basket. Provide the IP if creating a basket on your server backend. | [optional] [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/sdks/php/lib/ApiException.php b/sdks/php/lib/ApiException.php index a980ba4..ceae8f2 100644 --- a/sdks/php/lib/ApiException.php +++ b/sdks/php/lib/ApiException.php @@ -14,7 +14,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/lib/BasketsApi.php b/sdks/php/lib/BasketsApi.php index d5412b2..58acaef 100644 --- a/sdks/php/lib/BasketsApi.php +++ b/sdks/php/lib/BasketsApi.php @@ -14,7 +14,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/lib/CheckoutApi.php b/sdks/php/lib/CheckoutApi.php index 713c8b6..b589315 100644 --- a/sdks/php/lib/CheckoutApi.php +++ b/sdks/php/lib/CheckoutApi.php @@ -14,7 +14,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/lib/Configuration.php b/sdks/php/lib/Configuration.php index b006a30..577df19 100644 --- a/sdks/php/lib/Configuration.php +++ b/sdks/php/lib/Configuration.php @@ -14,7 +14,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 @@ -433,7 +433,7 @@ public static function toDebugReport() $report = 'PHP SDK (TebexCheckout) Debug Report:' . PHP_EOL; $report .= ' OS: ' . php_uname() . PHP_EOL; $report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL; - $report .= ' The version of the OpenAPI document: 1.1.0' . PHP_EOL; + $report .= ' The version of the OpenAPI document: 1.1.2' . PHP_EOL; $report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL; return $report; diff --git a/sdks/php/lib/HeaderSelector.php b/sdks/php/lib/HeaderSelector.php index a2be5e2..a819592 100644 --- a/sdks/php/lib/HeaderSelector.php +++ b/sdks/php/lib/HeaderSelector.php @@ -14,7 +14,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/lib/Model/AddPackageRequest.php b/sdks/php/lib/Model/AddPackageRequest.php index 95cd0e4..8acfebb 100644 --- a/sdks/php/lib/Model/AddPackageRequest.php +++ b/sdks/php/lib/Model/AddPackageRequest.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/lib/Model/Address.php b/sdks/php/lib/Model/Address.php index 7b7ec0f..0377931 100644 --- a/sdks/php/lib/Model/Address.php +++ b/sdks/php/lib/Model/Address.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/lib/Model/Basket.php b/sdks/php/lib/Model/Basket.php index b1c29f3..726b6f5 100644 --- a/sdks/php/lib/Model/Basket.php +++ b/sdks/php/lib/Model/Basket.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/lib/Model/BasketItem.php b/sdks/php/lib/Model/BasketItem.php index 15d258c..9ef0afd 100644 --- a/sdks/php/lib/Model/BasketItem.php +++ b/sdks/php/lib/Model/BasketItem.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/lib/Model/BasketLinks.php b/sdks/php/lib/Model/BasketLinks.php index d9e6949..cfec02d 100644 --- a/sdks/php/lib/Model/BasketLinks.php +++ b/sdks/php/lib/Model/BasketLinks.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/lib/Model/BasketRow.php b/sdks/php/lib/Model/BasketRow.php index 4d14a83..90ae372 100644 --- a/sdks/php/lib/Model/BasketRow.php +++ b/sdks/php/lib/Model/BasketRow.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/lib/Model/BasketRowMeta.php b/sdks/php/lib/Model/BasketRowMeta.php index f07c658..a8e6289 100644 --- a/sdks/php/lib/Model/BasketRowMeta.php +++ b/sdks/php/lib/Model/BasketRowMeta.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/lib/Model/BasketRowMetaLimits.php b/sdks/php/lib/Model/BasketRowMetaLimits.php index 924c8dc..dc4975f 100644 --- a/sdks/php/lib/Model/BasketRowMetaLimits.php +++ b/sdks/php/lib/Model/BasketRowMetaLimits.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/lib/Model/BasketRowMetaLimitsUser.php b/sdks/php/lib/Model/BasketRowMetaLimitsUser.php index 0f4398a..b6d7997 100644 --- a/sdks/php/lib/Model/BasketRowMetaLimitsUser.php +++ b/sdks/php/lib/Model/BasketRowMetaLimitsUser.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/lib/Model/CheckoutItem.php b/sdks/php/lib/Model/CheckoutItem.php index 4fbc69a..77d3cff 100644 --- a/sdks/php/lib/Model/CheckoutItem.php +++ b/sdks/php/lib/Model/CheckoutItem.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/lib/Model/CheckoutRequest.php b/sdks/php/lib/Model/CheckoutRequest.php index 166ab5f..f77792d 100644 --- a/sdks/php/lib/Model/CheckoutRequest.php +++ b/sdks/php/lib/Model/CheckoutRequest.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/lib/Model/CheckoutRequestBasket.php b/sdks/php/lib/Model/CheckoutRequestBasket.php index 650646c..2a800a6 100644 --- a/sdks/php/lib/Model/CheckoutRequestBasket.php +++ b/sdks/php/lib/Model/CheckoutRequestBasket.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/lib/Model/CreateBasketRequest.php b/sdks/php/lib/Model/CreateBasketRequest.php index 5894430..bbfcbce 100644 --- a/sdks/php/lib/Model/CreateBasketRequest.php +++ b/sdks/php/lib/Model/CreateBasketRequest.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 @@ -67,7 +67,8 @@ class CreateBasketRequest implements ModelInterface, ArrayAccess, \JsonSerializa 'expires_at' => 'string', 'complete_auto_redirect' => 'bool', 'country' => 'string', - 'creator_code' => 'string' + 'creator_code' => 'string', + 'ip' => 'string' ]; /** @@ -87,7 +88,8 @@ class CreateBasketRequest implements ModelInterface, ArrayAccess, \JsonSerializa 'expires_at' => null, 'complete_auto_redirect' => null, 'country' => null, - 'creator_code' => null + 'creator_code' => null, + 'ip' => null ]; /** @@ -105,7 +107,8 @@ class CreateBasketRequest implements ModelInterface, ArrayAccess, \JsonSerializa 'expires_at' => false, 'complete_auto_redirect' => false, 'country' => false, - 'creator_code' => false + 'creator_code' => false, + 'ip' => false ]; /** @@ -203,7 +206,8 @@ public function isNullableSetToNull(string $property): bool 'expires_at' => 'expires_at', 'complete_auto_redirect' => 'complete_auto_redirect', 'country' => 'country', - 'creator_code' => 'creator_code' + 'creator_code' => 'creator_code', + 'ip' => 'ip' ]; /** @@ -221,7 +225,8 @@ public function isNullableSetToNull(string $property): bool 'expires_at' => 'setExpiresAt', 'complete_auto_redirect' => 'setCompleteAutoRedirect', 'country' => 'setCountry', - 'creator_code' => 'setCreatorCode' + 'creator_code' => 'setCreatorCode', + 'ip' => 'setIp' ]; /** @@ -239,7 +244,8 @@ public function isNullableSetToNull(string $property): bool 'expires_at' => 'getExpiresAt', 'complete_auto_redirect' => 'getCompleteAutoRedirect', 'country' => 'getCountry', - 'creator_code' => 'getCreatorCode' + 'creator_code' => 'getCreatorCode', + 'ip' => 'getIp' ]; /** @@ -309,6 +315,7 @@ public function __construct(array $data = null) $this->setIfExists('complete_auto_redirect', $data ?? [], null); $this->setIfExists('country', $data ?? [], null); $this->setIfExists('creator_code', $data ?? [], null); + $this->setIfExists('ip', $data ?? [], null); } /** @@ -622,6 +629,33 @@ public function setCreatorCode($creator_code) return $this; } + + /** + * Gets ip + * + * @return string|null + */ + public function getIp() + { + return $this->container['ip']; + } + + /** + * Sets ip + * + * @param string|null $ip The IP address of the customer using this basket. Provide the IP if creating a basket on your server backend. + * + * @return self + */ + public function setIp($ip) + { + if (is_null($ip)) { + throw new \InvalidArgumentException('non-nullable ip cannot be null'); + } + $this->container['ip'] = $ip; + + return $this; + } /** * Returns true if offset exists. False otherwise. * diff --git a/sdks/php/lib/Model/ErrorResponse.php b/sdks/php/lib/Model/ErrorResponse.php index 164f7f2..5b53533 100644 --- a/sdks/php/lib/Model/ErrorResponse.php +++ b/sdks/php/lib/Model/ErrorResponse.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/lib/Model/ModelInterface.php b/sdks/php/lib/Model/ModelInterface.php index b5f5889..73675a4 100644 --- a/sdks/php/lib/Model/ModelInterface.php +++ b/sdks/php/lib/Model/ModelInterface.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/lib/Model/Package.php b/sdks/php/lib/Model/Package.php index bc2eb1b..b4e58c4 100644 --- a/sdks/php/lib/Model/Package.php +++ b/sdks/php/lib/Model/Package.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/lib/Model/Payment.php b/sdks/php/lib/Model/Payment.php index c098e8f..2cdee96 100644 --- a/sdks/php/lib/Model/Payment.php +++ b/sdks/php/lib/Model/Payment.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/lib/Model/PaymentCustomer.php b/sdks/php/lib/Model/PaymentCustomer.php index a734486..301152a 100644 --- a/sdks/php/lib/Model/PaymentCustomer.php +++ b/sdks/php/lib/Model/PaymentCustomer.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/lib/Model/PaymentFees.php b/sdks/php/lib/Model/PaymentFees.php index 94e36a0..98221e2 100644 --- a/sdks/php/lib/Model/PaymentFees.php +++ b/sdks/php/lib/Model/PaymentFees.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/lib/Model/PaymentFeesGateway.php b/sdks/php/lib/Model/PaymentFeesGateway.php index 817c0b5..20e2218 100644 --- a/sdks/php/lib/Model/PaymentFeesGateway.php +++ b/sdks/php/lib/Model/PaymentFeesGateway.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/lib/Model/PaymentFeesTax.php b/sdks/php/lib/Model/PaymentFeesTax.php index 36f497c..f7ad8dc 100644 --- a/sdks/php/lib/Model/PaymentFeesTax.php +++ b/sdks/php/lib/Model/PaymentFeesTax.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/lib/Model/PaymentPrice.php b/sdks/php/lib/Model/PaymentPrice.php index 21110e3..f016fac 100644 --- a/sdks/php/lib/Model/PaymentPrice.php +++ b/sdks/php/lib/Model/PaymentPrice.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/lib/Model/PaymentProductsInner.php b/sdks/php/lib/Model/PaymentProductsInner.php index 6aa6443..b554a5e 100644 --- a/sdks/php/lib/Model/PaymentProductsInner.php +++ b/sdks/php/lib/Model/PaymentProductsInner.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/lib/Model/PaymentProductsInnerBasePrice.php b/sdks/php/lib/Model/PaymentProductsInnerBasePrice.php index c9ff033..21f6d0c 100644 --- a/sdks/php/lib/Model/PaymentProductsInnerBasePrice.php +++ b/sdks/php/lib/Model/PaymentProductsInnerBasePrice.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/lib/Model/PaymentProductsInnerPaidPrice.php b/sdks/php/lib/Model/PaymentProductsInnerPaidPrice.php index c8d03d8..687e6e5 100644 --- a/sdks/php/lib/Model/PaymentProductsInnerPaidPrice.php +++ b/sdks/php/lib/Model/PaymentProductsInnerPaidPrice.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/lib/Model/PaymentStatus.php b/sdks/php/lib/Model/PaymentStatus.php index 9734c72..d791976 100644 --- a/sdks/php/lib/Model/PaymentStatus.php +++ b/sdks/php/lib/Model/PaymentStatus.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/lib/Model/PaymentSubject.php b/sdks/php/lib/Model/PaymentSubject.php index 564de06..d1a21ff 100644 --- a/sdks/php/lib/Model/PaymentSubject.php +++ b/sdks/php/lib/Model/PaymentSubject.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/lib/Model/PaymentSubjectCustomer.php b/sdks/php/lib/Model/PaymentSubjectCustomer.php index 922e6af..dc43e1b 100644 --- a/sdks/php/lib/Model/PaymentSubjectCustomer.php +++ b/sdks/php/lib/Model/PaymentSubjectCustomer.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/lib/Model/PaymentSubjectFees.php b/sdks/php/lib/Model/PaymentSubjectFees.php index 23aecab..92cb60e 100644 --- a/sdks/php/lib/Model/PaymentSubjectFees.php +++ b/sdks/php/lib/Model/PaymentSubjectFees.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/lib/Model/PaymentSubjectPaymentMethod.php b/sdks/php/lib/Model/PaymentSubjectPaymentMethod.php index 0c2431a..100d86a 100644 --- a/sdks/php/lib/Model/PaymentSubjectPaymentMethod.php +++ b/sdks/php/lib/Model/PaymentSubjectPaymentMethod.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/lib/Model/PaymentSubjectPrice.php b/sdks/php/lib/Model/PaymentSubjectPrice.php index 996241a..26e9fb6 100644 --- a/sdks/php/lib/Model/PaymentSubjectPrice.php +++ b/sdks/php/lib/Model/PaymentSubjectPrice.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/lib/Model/PaymentSubjectProductsInner.php b/sdks/php/lib/Model/PaymentSubjectProductsInner.php index 9ec9612..ddd8858 100644 --- a/sdks/php/lib/Model/PaymentSubjectProductsInner.php +++ b/sdks/php/lib/Model/PaymentSubjectProductsInner.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/lib/Model/PriceDetails.php b/sdks/php/lib/Model/PriceDetails.php index 1b7d8f5..7534887 100644 --- a/sdks/php/lib/Model/PriceDetails.php +++ b/sdks/php/lib/Model/PriceDetails.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/lib/Model/RecurringPayment.php b/sdks/php/lib/Model/RecurringPayment.php index 37d535e..4388d8e 100644 --- a/sdks/php/lib/Model/RecurringPayment.php +++ b/sdks/php/lib/Model/RecurringPayment.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/lib/Model/RecurringPaymentAmount.php b/sdks/php/lib/Model/RecurringPaymentAmount.php index c11d819..be56299 100644 --- a/sdks/php/lib/Model/RecurringPaymentAmount.php +++ b/sdks/php/lib/Model/RecurringPaymentAmount.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/lib/Model/RecurringPaymentLinks.php b/sdks/php/lib/Model/RecurringPaymentLinks.php index 1cc8648..2617ad6 100644 --- a/sdks/php/lib/Model/RecurringPaymentLinks.php +++ b/sdks/php/lib/Model/RecurringPaymentLinks.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/lib/Model/RecurringPaymentStatus.php b/sdks/php/lib/Model/RecurringPaymentStatus.php index c11c6b1..3108d88 100644 --- a/sdks/php/lib/Model/RecurringPaymentStatus.php +++ b/sdks/php/lib/Model/RecurringPaymentStatus.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/lib/Model/RecurringPaymentSubject.php b/sdks/php/lib/Model/RecurringPaymentSubject.php index 03b480a..0e1f213 100644 --- a/sdks/php/lib/Model/RecurringPaymentSubject.php +++ b/sdks/php/lib/Model/RecurringPaymentSubject.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/lib/Model/RecurringPaymentSubjectPrice.php b/sdks/php/lib/Model/RecurringPaymentSubjectPrice.php index 43d2752..9d1dc64 100644 --- a/sdks/php/lib/Model/RecurringPaymentSubjectPrice.php +++ b/sdks/php/lib/Model/RecurringPaymentSubjectPrice.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/lib/Model/RecurringPaymentSubjectStatus.php b/sdks/php/lib/Model/RecurringPaymentSubjectStatus.php index 0720ac7..1f368c2 100644 --- a/sdks/php/lib/Model/RecurringPaymentSubjectStatus.php +++ b/sdks/php/lib/Model/RecurringPaymentSubjectStatus.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/lib/Model/RevenueShare.php b/sdks/php/lib/Model/RevenueShare.php index 5d4ba81..3e0a42b 100644 --- a/sdks/php/lib/Model/RevenueShare.php +++ b/sdks/php/lib/Model/RevenueShare.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/lib/Model/Sale.php b/sdks/php/lib/Model/Sale.php index 5818822..5770b72 100644 --- a/sdks/php/lib/Model/Sale.php +++ b/sdks/php/lib/Model/Sale.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/lib/Model/TebexWebhook.php b/sdks/php/lib/Model/TebexWebhook.php index 1b002ef..3e7fc0d 100644 --- a/sdks/php/lib/Model/TebexWebhook.php +++ b/sdks/php/lib/Model/TebexWebhook.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/lib/Model/UpdateRecurringPaymentRequest.php b/sdks/php/lib/Model/UpdateRecurringPaymentRequest.php index 1e0567a..1a3e53d 100644 --- a/sdks/php/lib/Model/UpdateRecurringPaymentRequest.php +++ b/sdks/php/lib/Model/UpdateRecurringPaymentRequest.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/lib/Model/UpdateSubscriptionRequest.php b/sdks/php/lib/Model/UpdateSubscriptionRequest.php index 17af9a8..5abfb87 100644 --- a/sdks/php/lib/Model/UpdateSubscriptionRequest.php +++ b/sdks/php/lib/Model/UpdateSubscriptionRequest.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/lib/Model/UpdateSubscriptionRequestItemsInner.php b/sdks/php/lib/Model/UpdateSubscriptionRequestItemsInner.php index 4b74795..f9e5646 100644 --- a/sdks/php/lib/Model/UpdateSubscriptionRequestItemsInner.php +++ b/sdks/php/lib/Model/UpdateSubscriptionRequestItemsInner.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/lib/ObjectSerializer.php b/sdks/php/lib/ObjectSerializer.php index 3d7dd8f..812e6a7 100644 --- a/sdks/php/lib/ObjectSerializer.php +++ b/sdks/php/lib/ObjectSerializer.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/lib/PaymentsApi.php b/sdks/php/lib/PaymentsApi.php index ddef1c9..c7f7116 100644 --- a/sdks/php/lib/PaymentsApi.php +++ b/sdks/php/lib/PaymentsApi.php @@ -14,7 +14,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/lib/RecurringPaymentsApi.php b/sdks/php/lib/RecurringPaymentsApi.php index d628720..6e1db6e 100644 --- a/sdks/php/lib/RecurringPaymentsApi.php +++ b/sdks/php/lib/RecurringPaymentsApi.php @@ -14,7 +14,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/test/Api/BasketsApiTest.php b/sdks/php/test/Api/BasketsApiTest.php index fa4e6db..146a755 100644 --- a/sdks/php/test/Api/BasketsApiTest.php +++ b/sdks/php/test/Api/BasketsApiTest.php @@ -14,7 +14,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/test/Api/CheckoutApiTest.php b/sdks/php/test/Api/CheckoutApiTest.php index 75e7ce3..2275c25 100644 --- a/sdks/php/test/Api/CheckoutApiTest.php +++ b/sdks/php/test/Api/CheckoutApiTest.php @@ -14,7 +14,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/test/Api/PaymentsApiTest.php b/sdks/php/test/Api/PaymentsApiTest.php index 4ef5e6f..4488005 100644 --- a/sdks/php/test/Api/PaymentsApiTest.php +++ b/sdks/php/test/Api/PaymentsApiTest.php @@ -14,7 +14,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/test/Api/RecurringPaymentsApiTest.php b/sdks/php/test/Api/RecurringPaymentsApiTest.php index fc2ec14..c3bc8da 100644 --- a/sdks/php/test/Api/RecurringPaymentsApiTest.php +++ b/sdks/php/test/Api/RecurringPaymentsApiTest.php @@ -14,7 +14,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/test/Model/AddPackageRequestTest.php b/sdks/php/test/Model/AddPackageRequestTest.php index 55f636c..369f530 100644 --- a/sdks/php/test/Model/AddPackageRequestTest.php +++ b/sdks/php/test/Model/AddPackageRequestTest.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/test/Model/AddressTest.php b/sdks/php/test/Model/AddressTest.php index 1d07325..2a961de 100644 --- a/sdks/php/test/Model/AddressTest.php +++ b/sdks/php/test/Model/AddressTest.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/test/Model/BasketItemTest.php b/sdks/php/test/Model/BasketItemTest.php index 9788fd2..8b39b2c 100644 --- a/sdks/php/test/Model/BasketItemTest.php +++ b/sdks/php/test/Model/BasketItemTest.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/test/Model/BasketLinksTest.php b/sdks/php/test/Model/BasketLinksTest.php index 6be4a98..c80a5ba 100644 --- a/sdks/php/test/Model/BasketLinksTest.php +++ b/sdks/php/test/Model/BasketLinksTest.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/test/Model/BasketRowMetaLimitsTest.php b/sdks/php/test/Model/BasketRowMetaLimitsTest.php index 07446a2..ff12ba8 100644 --- a/sdks/php/test/Model/BasketRowMetaLimitsTest.php +++ b/sdks/php/test/Model/BasketRowMetaLimitsTest.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/test/Model/BasketRowMetaLimitsUserTest.php b/sdks/php/test/Model/BasketRowMetaLimitsUserTest.php index 6e804a5..28c5812 100644 --- a/sdks/php/test/Model/BasketRowMetaLimitsUserTest.php +++ b/sdks/php/test/Model/BasketRowMetaLimitsUserTest.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/test/Model/BasketRowMetaTest.php b/sdks/php/test/Model/BasketRowMetaTest.php index daf057d..da33de1 100644 --- a/sdks/php/test/Model/BasketRowMetaTest.php +++ b/sdks/php/test/Model/BasketRowMetaTest.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/test/Model/BasketRowTest.php b/sdks/php/test/Model/BasketRowTest.php index aeacd91..813443d 100644 --- a/sdks/php/test/Model/BasketRowTest.php +++ b/sdks/php/test/Model/BasketRowTest.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/test/Model/BasketTest.php b/sdks/php/test/Model/BasketTest.php index ffe17b9..2f8eb6d 100644 --- a/sdks/php/test/Model/BasketTest.php +++ b/sdks/php/test/Model/BasketTest.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/test/Model/CheckoutItemTest.php b/sdks/php/test/Model/CheckoutItemTest.php index 7f3ac1d..a69dd8c 100644 --- a/sdks/php/test/Model/CheckoutItemTest.php +++ b/sdks/php/test/Model/CheckoutItemTest.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/test/Model/CheckoutRequestBasketTest.php b/sdks/php/test/Model/CheckoutRequestBasketTest.php index f24ede9..c20e07d 100644 --- a/sdks/php/test/Model/CheckoutRequestBasketTest.php +++ b/sdks/php/test/Model/CheckoutRequestBasketTest.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/test/Model/CheckoutRequestTest.php b/sdks/php/test/Model/CheckoutRequestTest.php index b0a13af..2f6b94f 100644 --- a/sdks/php/test/Model/CheckoutRequestTest.php +++ b/sdks/php/test/Model/CheckoutRequestTest.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/test/Model/CreateBasketRequestTest.php b/sdks/php/test/Model/CreateBasketRequestTest.php index e6c880e..b95ad06 100644 --- a/sdks/php/test/Model/CreateBasketRequestTest.php +++ b/sdks/php/test/Model/CreateBasketRequestTest.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 @@ -169,4 +169,13 @@ public function testPropertyCreatorCode() // TODO: implement self::markTestIncomplete('Not implemented'); } + + /** + * Test attribute "ip" + */ + public function testPropertyIp() + { + // TODO: implement + self::markTestIncomplete('Not implemented'); + } } diff --git a/sdks/php/test/Model/ErrorResponseTest.php b/sdks/php/test/Model/ErrorResponseTest.php index 0de053c..f464eb5 100644 --- a/sdks/php/test/Model/ErrorResponseTest.php +++ b/sdks/php/test/Model/ErrorResponseTest.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/test/Model/PackageTest.php b/sdks/php/test/Model/PackageTest.php index 534bb6a..a630f5b 100644 --- a/sdks/php/test/Model/PackageTest.php +++ b/sdks/php/test/Model/PackageTest.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/test/Model/PaymentCustomerTest.php b/sdks/php/test/Model/PaymentCustomerTest.php index 9117d75..2014a7c 100644 --- a/sdks/php/test/Model/PaymentCustomerTest.php +++ b/sdks/php/test/Model/PaymentCustomerTest.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/test/Model/PaymentFeesGatewayTest.php b/sdks/php/test/Model/PaymentFeesGatewayTest.php index 1dcd5b9..4efc703 100644 --- a/sdks/php/test/Model/PaymentFeesGatewayTest.php +++ b/sdks/php/test/Model/PaymentFeesGatewayTest.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/test/Model/PaymentFeesTaxTest.php b/sdks/php/test/Model/PaymentFeesTaxTest.php index 9214989..c06dc9b 100644 --- a/sdks/php/test/Model/PaymentFeesTaxTest.php +++ b/sdks/php/test/Model/PaymentFeesTaxTest.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/test/Model/PaymentFeesTest.php b/sdks/php/test/Model/PaymentFeesTest.php index c468367..45e4cc5 100644 --- a/sdks/php/test/Model/PaymentFeesTest.php +++ b/sdks/php/test/Model/PaymentFeesTest.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/test/Model/PaymentPriceTest.php b/sdks/php/test/Model/PaymentPriceTest.php index b90d2f1..573a0ac 100644 --- a/sdks/php/test/Model/PaymentPriceTest.php +++ b/sdks/php/test/Model/PaymentPriceTest.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/test/Model/PaymentProductsInnerBasePriceTest.php b/sdks/php/test/Model/PaymentProductsInnerBasePriceTest.php index 5756856..ecda963 100644 --- a/sdks/php/test/Model/PaymentProductsInnerBasePriceTest.php +++ b/sdks/php/test/Model/PaymentProductsInnerBasePriceTest.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/test/Model/PaymentProductsInnerPaidPriceTest.php b/sdks/php/test/Model/PaymentProductsInnerPaidPriceTest.php index 065b94b..2dbc154 100644 --- a/sdks/php/test/Model/PaymentProductsInnerPaidPriceTest.php +++ b/sdks/php/test/Model/PaymentProductsInnerPaidPriceTest.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/test/Model/PaymentProductsInnerTest.php b/sdks/php/test/Model/PaymentProductsInnerTest.php index ab0afa1..e81abff 100644 --- a/sdks/php/test/Model/PaymentProductsInnerTest.php +++ b/sdks/php/test/Model/PaymentProductsInnerTest.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/test/Model/PaymentStatusTest.php b/sdks/php/test/Model/PaymentStatusTest.php index 2c51c33..53b49d5 100644 --- a/sdks/php/test/Model/PaymentStatusTest.php +++ b/sdks/php/test/Model/PaymentStatusTest.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/test/Model/PaymentSubjectCustomerTest.php b/sdks/php/test/Model/PaymentSubjectCustomerTest.php index c913fc3..bdcaa3a 100644 --- a/sdks/php/test/Model/PaymentSubjectCustomerTest.php +++ b/sdks/php/test/Model/PaymentSubjectCustomerTest.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/test/Model/PaymentSubjectFeesTest.php b/sdks/php/test/Model/PaymentSubjectFeesTest.php index 1ea4d6c..c5c33f4 100644 --- a/sdks/php/test/Model/PaymentSubjectFeesTest.php +++ b/sdks/php/test/Model/PaymentSubjectFeesTest.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/test/Model/PaymentSubjectPaymentMethodTest.php b/sdks/php/test/Model/PaymentSubjectPaymentMethodTest.php index ab786ff..0f59ebf 100644 --- a/sdks/php/test/Model/PaymentSubjectPaymentMethodTest.php +++ b/sdks/php/test/Model/PaymentSubjectPaymentMethodTest.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/test/Model/PaymentSubjectPriceTest.php b/sdks/php/test/Model/PaymentSubjectPriceTest.php index aff962f..39f344e 100644 --- a/sdks/php/test/Model/PaymentSubjectPriceTest.php +++ b/sdks/php/test/Model/PaymentSubjectPriceTest.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/test/Model/PaymentSubjectProductsInnerTest.php b/sdks/php/test/Model/PaymentSubjectProductsInnerTest.php index bd79723..acd13f9 100644 --- a/sdks/php/test/Model/PaymentSubjectProductsInnerTest.php +++ b/sdks/php/test/Model/PaymentSubjectProductsInnerTest.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/test/Model/PaymentSubjectTest.php b/sdks/php/test/Model/PaymentSubjectTest.php index 03b3078..e90fddf 100644 --- a/sdks/php/test/Model/PaymentSubjectTest.php +++ b/sdks/php/test/Model/PaymentSubjectTest.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/test/Model/PaymentTest.php b/sdks/php/test/Model/PaymentTest.php index eb49990..cb67d9e 100644 --- a/sdks/php/test/Model/PaymentTest.php +++ b/sdks/php/test/Model/PaymentTest.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/test/Model/PriceDetailsTest.php b/sdks/php/test/Model/PriceDetailsTest.php index 83bedd4..5a2560f 100644 --- a/sdks/php/test/Model/PriceDetailsTest.php +++ b/sdks/php/test/Model/PriceDetailsTest.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/test/Model/RecurringPaymentAmountTest.php b/sdks/php/test/Model/RecurringPaymentAmountTest.php index c9a34cc..2e4c8fa 100644 --- a/sdks/php/test/Model/RecurringPaymentAmountTest.php +++ b/sdks/php/test/Model/RecurringPaymentAmountTest.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/test/Model/RecurringPaymentLinksTest.php b/sdks/php/test/Model/RecurringPaymentLinksTest.php index 4e3c1b5..0567af7 100644 --- a/sdks/php/test/Model/RecurringPaymentLinksTest.php +++ b/sdks/php/test/Model/RecurringPaymentLinksTest.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/test/Model/RecurringPaymentStatusTest.php b/sdks/php/test/Model/RecurringPaymentStatusTest.php index 501a533..903561b 100644 --- a/sdks/php/test/Model/RecurringPaymentStatusTest.php +++ b/sdks/php/test/Model/RecurringPaymentStatusTest.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/test/Model/RecurringPaymentSubjectPriceTest.php b/sdks/php/test/Model/RecurringPaymentSubjectPriceTest.php index e966ece..60a6f67 100644 --- a/sdks/php/test/Model/RecurringPaymentSubjectPriceTest.php +++ b/sdks/php/test/Model/RecurringPaymentSubjectPriceTest.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/test/Model/RecurringPaymentSubjectStatusTest.php b/sdks/php/test/Model/RecurringPaymentSubjectStatusTest.php index af7dd91..671e7f3 100644 --- a/sdks/php/test/Model/RecurringPaymentSubjectStatusTest.php +++ b/sdks/php/test/Model/RecurringPaymentSubjectStatusTest.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/test/Model/RecurringPaymentSubjectTest.php b/sdks/php/test/Model/RecurringPaymentSubjectTest.php index c5b565c..ea9d07a 100644 --- a/sdks/php/test/Model/RecurringPaymentSubjectTest.php +++ b/sdks/php/test/Model/RecurringPaymentSubjectTest.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/test/Model/RecurringPaymentTest.php b/sdks/php/test/Model/RecurringPaymentTest.php index f1765b8..1b695f5 100644 --- a/sdks/php/test/Model/RecurringPaymentTest.php +++ b/sdks/php/test/Model/RecurringPaymentTest.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/test/Model/RevenueShareTest.php b/sdks/php/test/Model/RevenueShareTest.php index 21fbb1e..9d0271a 100644 --- a/sdks/php/test/Model/RevenueShareTest.php +++ b/sdks/php/test/Model/RevenueShareTest.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/test/Model/SaleTest.php b/sdks/php/test/Model/SaleTest.php index 7a15c7e..c6bc1d8 100644 --- a/sdks/php/test/Model/SaleTest.php +++ b/sdks/php/test/Model/SaleTest.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/test/Model/TebexWebhookTest.php b/sdks/php/test/Model/TebexWebhookTest.php index 067944b..7349586 100644 --- a/sdks/php/test/Model/TebexWebhookTest.php +++ b/sdks/php/test/Model/TebexWebhookTest.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/test/Model/UpdateRecurringPaymentRequestTest.php b/sdks/php/test/Model/UpdateRecurringPaymentRequestTest.php index c9ff2c4..ac1b370 100644 --- a/sdks/php/test/Model/UpdateRecurringPaymentRequestTest.php +++ b/sdks/php/test/Model/UpdateRecurringPaymentRequestTest.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/test/Model/UpdateSubscriptionRequestItemsInnerTest.php b/sdks/php/test/Model/UpdateSubscriptionRequestItemsInnerTest.php index 6bcbf75..3ac369b 100644 --- a/sdks/php/test/Model/UpdateSubscriptionRequestItemsInnerTest.php +++ b/sdks/php/test/Model/UpdateSubscriptionRequestItemsInnerTest.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/php/test/Model/UpdateSubscriptionRequestTest.php b/sdks/php/test/Model/UpdateSubscriptionRequestTest.php index 3b659d8..2ff312b 100644 --- a/sdks/php/test/Model/UpdateSubscriptionRequestTest.php +++ b/sdks/php/test/Model/UpdateSubscriptionRequestTest.php @@ -15,7 +15,7 @@ * * The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. * - * The version of the OpenAPI document: 1.1.0 + * The version of the OpenAPI document: 1.1.2 * Contact: tebex-integrations@overwolf.com * Generated by: https://openapi-generator.tech * Generator version: 7.5.0 diff --git a/sdks/postman/postman.json b/sdks/postman/postman.json index be888da..55e5ccc 100644 --- a/sdks/postman/postman.json +++ b/sdks/postman/postman.json @@ -5,7 +5,7 @@ "content": "The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options.\n\nYou must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration.", "type": "text/markdown" }, - "version": "1.1.0", + "version": "1.1.2", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, "item": [ @@ -90,7 +90,7 @@ ], "body": { "mode": "raw", - "raw": "{\n \"return_url\": \"\",\n \"complete_url\": \"\",\n \"custom\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"expires_at\": \"\",\n \"complete_auto_redirect\": \"\",\n \"country\": \"\",\n \"creator_code\": \"\"\n}", + "raw": "{\n \"return_url\": \"\",\n \"complete_url\": \"\",\n \"custom\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"expires_at\": \"\",\n \"complete_auto_redirect\": \"\",\n \"country\": \"\",\n \"creator_code\": \"\",\n \"ip\": \"\"\n}", "options": { "raw": { "language": "json" diff --git a/sdks/python/.openapi-generator/FILES b/sdks/python/.openapi-generator/FILES index 2910a59..2ee8ef6 100644 --- a/sdks/python/.openapi-generator/FILES +++ b/sdks/python/.openapi-generator/FILES @@ -1,6 +1,7 @@ .github/workflows/python.yml .gitignore .gitlab-ci.yml +.openapi-generator-ignore .travis.yml README.md TebexCheckout/TebexCheckout/__init__.py @@ -117,27 +118,44 @@ setup.cfg setup.py test-requirements.txt test/__init__.py +test/test_add_package_request.py test/test_address.py test/test_basket.py test/test_basket_item.py test/test_basket_links.py +test/test_basket_row.py test/test_basket_row_meta.py +test/test_basket_row_meta_limits.py test/test_basket_row_meta_limits_user.py +test/test_baskets_api.py test/test_checkout_item.py test/test_checkout_request.py +test/test_checkout_request_basket.py +test/test_create_basket_request.py +test/test_error_response.py +test/test_package.py test/test_payment.py +test/test_payment_customer.py +test/test_payment_fees.py test/test_payment_fees_gateway.py -test/test_payment_products_inner_base_price.py -test/test_payment_products_inner_paid_price.py -test/test_payment_status.py +test/test_payment_fees_tax.py +test/test_payment_price.py test/test_payment_subject.py test/test_payment_subject_customer.py -test/test_payment_subject_fees.py test/test_payment_subject_payment_method.py +test/test_payment_subject_price.py +test/test_payments_api.py test/test_price_details.py test/test_recurring_payment.py +test/test_recurring_payment_amount.py +test/test_recurring_payment_links.py test/test_recurring_payment_status.py test/test_recurring_payment_subject.py +test/test_recurring_payment_subject_price.py +test/test_recurring_payments_api.py +test/test_sale.py test/test_tebex_webhook.py +test/test_update_recurring_payment_request.py +test/test_update_subscription_request.py test/test_update_subscription_request_items_inner.py tox.ini diff --git a/sdks/python/README.md b/sdks/python/README.md index 3729d59..c79be67 100644 --- a/sdks/python/README.md +++ b/sdks/python/README.md @@ -5,7 +5,7 @@ You must receive prior authorisation before the Checkout API is enabled on your This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: -- API version: 1.1.0 +- API version: 1.1.2 - Package version: 1.0.0 - Generator version: 7.5.0 - Build package: org.openapitools.codegen.languages.PythonClientCodegen diff --git a/sdks/python/TebexCheckout/TebexCheckout/baskets_api.py b/sdks/python/TebexCheckout/TebexCheckout/baskets_api.py index d956269..cec3bd1 100644 --- a/sdks/python/TebexCheckout/TebexCheckout/baskets_api.py +++ b/sdks/python/TebexCheckout/TebexCheckout/baskets_api.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/TebexCheckout/TebexCheckout/checkout_api.py b/sdks/python/TebexCheckout/TebexCheckout/checkout_api.py index f88f85b..70ba1ba 100644 --- a/sdks/python/TebexCheckout/TebexCheckout/checkout_api.py +++ b/sdks/python/TebexCheckout/TebexCheckout/checkout_api.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/TebexCheckout/TebexCheckout/payments_api.py b/sdks/python/TebexCheckout/TebexCheckout/payments_api.py index 99a057e..0976a0f 100644 --- a/sdks/python/TebexCheckout/TebexCheckout/payments_api.py +++ b/sdks/python/TebexCheckout/TebexCheckout/payments_api.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/TebexCheckout/TebexCheckout/recurring_payments_api.py b/sdks/python/TebexCheckout/TebexCheckout/recurring_payments_api.py index ecd7296..883bc85 100644 --- a/sdks/python/TebexCheckout/TebexCheckout/recurring_payments_api.py +++ b/sdks/python/TebexCheckout/TebexCheckout/recurring_payments_api.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/TebexCheckout/__init__.py b/sdks/python/TebexCheckout/__init__.py index 4b0b651..eb30837 100644 --- a/sdks/python/TebexCheckout/__init__.py +++ b/sdks/python/TebexCheckout/__init__.py @@ -7,7 +7,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/TebexCheckout/api_client.py b/sdks/python/TebexCheckout/api_client.py index 06ffb37..00f7181 100644 --- a/sdks/python/TebexCheckout/api_client.py +++ b/sdks/python/TebexCheckout/api_client.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/TebexCheckout/configuration.py b/sdks/python/TebexCheckout/configuration.py index ee06574..26bd13e 100644 --- a/sdks/python/TebexCheckout/configuration.py +++ b/sdks/python/TebexCheckout/configuration.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -394,7 +394,7 @@ def to_debug_report(self): return "Python SDK Debug Report:\n"\ "OS: {env}\n"\ "Python Version: {pyversion}\n"\ - "Version of the API: 1.1.0\n"\ + "Version of the API: 1.1.2\n"\ "SDK Package Version: 1.0.0".\ format(env=sys.platform, pyversion=sys.version) diff --git a/sdks/python/TebexCheckout/exceptions.py b/sdks/python/TebexCheckout/exceptions.py index 6ca6e83..29f8902 100644 --- a/sdks/python/TebexCheckout/exceptions.py +++ b/sdks/python/TebexCheckout/exceptions.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/TebexCheckout/models/__init__.py b/sdks/python/TebexCheckout/models/__init__.py index 92de4cf..502b8a5 100644 --- a/sdks/python/TebexCheckout/models/__init__.py +++ b/sdks/python/TebexCheckout/models/__init__.py @@ -6,7 +6,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/TebexCheckout/models/add_package_request.py b/sdks/python/TebexCheckout/models/add_package_request.py index c58365f..948f595 100644 --- a/sdks/python/TebexCheckout/models/add_package_request.py +++ b/sdks/python/TebexCheckout/models/add_package_request.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/TebexCheckout/models/address.py b/sdks/python/TebexCheckout/models/address.py index f6a9333..db38f19 100644 --- a/sdks/python/TebexCheckout/models/address.py +++ b/sdks/python/TebexCheckout/models/address.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/TebexCheckout/models/basket.py b/sdks/python/TebexCheckout/models/basket.py index 78f870e..c8b4f49 100644 --- a/sdks/python/TebexCheckout/models/basket.py +++ b/sdks/python/TebexCheckout/models/basket.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/TebexCheckout/models/basket_item.py b/sdks/python/TebexCheckout/models/basket_item.py index 0941cf4..1db4976 100644 --- a/sdks/python/TebexCheckout/models/basket_item.py +++ b/sdks/python/TebexCheckout/models/basket_item.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/TebexCheckout/models/basket_links.py b/sdks/python/TebexCheckout/models/basket_links.py index cb09728..d2ccd87 100644 --- a/sdks/python/TebexCheckout/models/basket_links.py +++ b/sdks/python/TebexCheckout/models/basket_links.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/TebexCheckout/models/basket_row.py b/sdks/python/TebexCheckout/models/basket_row.py index 41ee394..99a0cb5 100644 --- a/sdks/python/TebexCheckout/models/basket_row.py +++ b/sdks/python/TebexCheckout/models/basket_row.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/TebexCheckout/models/basket_row_meta.py b/sdks/python/TebexCheckout/models/basket_row_meta.py index 0b94ef3..23df69f 100644 --- a/sdks/python/TebexCheckout/models/basket_row_meta.py +++ b/sdks/python/TebexCheckout/models/basket_row_meta.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/TebexCheckout/models/basket_row_meta_limits.py b/sdks/python/TebexCheckout/models/basket_row_meta_limits.py index 282a8f7..eac3ce6 100644 --- a/sdks/python/TebexCheckout/models/basket_row_meta_limits.py +++ b/sdks/python/TebexCheckout/models/basket_row_meta_limits.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/TebexCheckout/models/basket_row_meta_limits_user.py b/sdks/python/TebexCheckout/models/basket_row_meta_limits_user.py index 5ad018f..dfadede 100644 --- a/sdks/python/TebexCheckout/models/basket_row_meta_limits_user.py +++ b/sdks/python/TebexCheckout/models/basket_row_meta_limits_user.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/TebexCheckout/models/checkout_item.py b/sdks/python/TebexCheckout/models/checkout_item.py index 73f8650..686bc49 100644 --- a/sdks/python/TebexCheckout/models/checkout_item.py +++ b/sdks/python/TebexCheckout/models/checkout_item.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/TebexCheckout/models/checkout_request.py b/sdks/python/TebexCheckout/models/checkout_request.py index 8904298..3ba2908 100644 --- a/sdks/python/TebexCheckout/models/checkout_request.py +++ b/sdks/python/TebexCheckout/models/checkout_request.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/TebexCheckout/models/checkout_request_basket.py b/sdks/python/TebexCheckout/models/checkout_request_basket.py index 43b206f..2c85015 100644 --- a/sdks/python/TebexCheckout/models/checkout_request_basket.py +++ b/sdks/python/TebexCheckout/models/checkout_request_basket.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/TebexCheckout/models/create_basket_request.py b/sdks/python/TebexCheckout/models/create_basket_request.py index ae576bc..a5b2ac4 100644 --- a/sdks/python/TebexCheckout/models/create_basket_request.py +++ b/sdks/python/TebexCheckout/models/create_basket_request.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -37,7 +37,8 @@ class CreateBasketRequest(BaseModel): complete_auto_redirect: Optional[StrictBool] = Field(default=None, description="Automatically redirect to the complete_url provided") country: Optional[StrictStr] = Field(default=None, description="An ISO 3166-1 alpha-2 character code representing the customer's country.") creator_code: Optional[StrictStr] = Field(default=None, description="The creator code is used to share a percentage of the payment with another party. See more about creator codes at https://docs.tebex.io/creators/tebex-control-panel/engagement/creator-codes") - __properties: ClassVar[List[str]] = ["return_url", "complete_url", "custom", "first_name", "last_name", "email", "expires_at", "complete_auto_redirect", "country", "creator_code"] + ip: Optional[StrictStr] = Field(default=None, description="The IP address of the customer using this basket. Provide the IP if creating a basket on your server backend.") + __properties: ClassVar[List[str]] = ["return_url", "complete_url", "custom", "first_name", "last_name", "email", "expires_at", "complete_auto_redirect", "country", "creator_code", "ip"] model_config = ConfigDict( populate_by_name=True, @@ -99,7 +100,8 @@ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: "expires_at": obj.get("expires_at"), "complete_auto_redirect": obj.get("complete_auto_redirect"), "country": obj.get("country"), - "creator_code": obj.get("creator_code") + "creator_code": obj.get("creator_code"), + "ip": obj.get("ip") }) return _obj diff --git a/sdks/python/TebexCheckout/models/error_response.py b/sdks/python/TebexCheckout/models/error_response.py index 31e1c6d..8bb0f65 100644 --- a/sdks/python/TebexCheckout/models/error_response.py +++ b/sdks/python/TebexCheckout/models/error_response.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/TebexCheckout/models/package.py b/sdks/python/TebexCheckout/models/package.py index 23caa4e..a0b1907 100644 --- a/sdks/python/TebexCheckout/models/package.py +++ b/sdks/python/TebexCheckout/models/package.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/TebexCheckout/models/payment.py b/sdks/python/TebexCheckout/models/payment.py index 39f0b5b..e63f3b6 100644 --- a/sdks/python/TebexCheckout/models/payment.py +++ b/sdks/python/TebexCheckout/models/payment.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/TebexCheckout/models/payment_customer.py b/sdks/python/TebexCheckout/models/payment_customer.py index d8cf294..ffc717e 100644 --- a/sdks/python/TebexCheckout/models/payment_customer.py +++ b/sdks/python/TebexCheckout/models/payment_customer.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/TebexCheckout/models/payment_fees.py b/sdks/python/TebexCheckout/models/payment_fees.py index 0435faf..61ca4d1 100644 --- a/sdks/python/TebexCheckout/models/payment_fees.py +++ b/sdks/python/TebexCheckout/models/payment_fees.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/TebexCheckout/models/payment_fees_gateway.py b/sdks/python/TebexCheckout/models/payment_fees_gateway.py index dc22317..23cbe49 100644 --- a/sdks/python/TebexCheckout/models/payment_fees_gateway.py +++ b/sdks/python/TebexCheckout/models/payment_fees_gateway.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/TebexCheckout/models/payment_fees_tax.py b/sdks/python/TebexCheckout/models/payment_fees_tax.py index 3251cbd..9b261f1 100644 --- a/sdks/python/TebexCheckout/models/payment_fees_tax.py +++ b/sdks/python/TebexCheckout/models/payment_fees_tax.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/TebexCheckout/models/payment_price.py b/sdks/python/TebexCheckout/models/payment_price.py index 769a558..86457bd 100644 --- a/sdks/python/TebexCheckout/models/payment_price.py +++ b/sdks/python/TebexCheckout/models/payment_price.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/TebexCheckout/models/payment_products_inner.py b/sdks/python/TebexCheckout/models/payment_products_inner.py index c5f6ee3..2e44d08 100644 --- a/sdks/python/TebexCheckout/models/payment_products_inner.py +++ b/sdks/python/TebexCheckout/models/payment_products_inner.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/TebexCheckout/models/payment_products_inner_base_price.py b/sdks/python/TebexCheckout/models/payment_products_inner_base_price.py index 4ef06af..2bb9566 100644 --- a/sdks/python/TebexCheckout/models/payment_products_inner_base_price.py +++ b/sdks/python/TebexCheckout/models/payment_products_inner_base_price.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/TebexCheckout/models/payment_products_inner_paid_price.py b/sdks/python/TebexCheckout/models/payment_products_inner_paid_price.py index dabe86d..6f29b4e 100644 --- a/sdks/python/TebexCheckout/models/payment_products_inner_paid_price.py +++ b/sdks/python/TebexCheckout/models/payment_products_inner_paid_price.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/TebexCheckout/models/payment_status.py b/sdks/python/TebexCheckout/models/payment_status.py index 47d4bd9..cd4fb92 100644 --- a/sdks/python/TebexCheckout/models/payment_status.py +++ b/sdks/python/TebexCheckout/models/payment_status.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/TebexCheckout/models/payment_subject.py b/sdks/python/TebexCheckout/models/payment_subject.py index a348271..f245e6d 100644 --- a/sdks/python/TebexCheckout/models/payment_subject.py +++ b/sdks/python/TebexCheckout/models/payment_subject.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/TebexCheckout/models/payment_subject_customer.py b/sdks/python/TebexCheckout/models/payment_subject_customer.py index 2b0f797..eaeccde 100644 --- a/sdks/python/TebexCheckout/models/payment_subject_customer.py +++ b/sdks/python/TebexCheckout/models/payment_subject_customer.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/TebexCheckout/models/payment_subject_fees.py b/sdks/python/TebexCheckout/models/payment_subject_fees.py index e52ef0e..1148ffe 100644 --- a/sdks/python/TebexCheckout/models/payment_subject_fees.py +++ b/sdks/python/TebexCheckout/models/payment_subject_fees.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/TebexCheckout/models/payment_subject_payment_method.py b/sdks/python/TebexCheckout/models/payment_subject_payment_method.py index 5a60efe..c62f23b 100644 --- a/sdks/python/TebexCheckout/models/payment_subject_payment_method.py +++ b/sdks/python/TebexCheckout/models/payment_subject_payment_method.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/TebexCheckout/models/payment_subject_price.py b/sdks/python/TebexCheckout/models/payment_subject_price.py index 393e7b9..912e5a5 100644 --- a/sdks/python/TebexCheckout/models/payment_subject_price.py +++ b/sdks/python/TebexCheckout/models/payment_subject_price.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/TebexCheckout/models/payment_subject_products_inner.py b/sdks/python/TebexCheckout/models/payment_subject_products_inner.py index 7ce63c4..00e4521 100644 --- a/sdks/python/TebexCheckout/models/payment_subject_products_inner.py +++ b/sdks/python/TebexCheckout/models/payment_subject_products_inner.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/TebexCheckout/models/price_details.py b/sdks/python/TebexCheckout/models/price_details.py index 0403848..df7ccca 100644 --- a/sdks/python/TebexCheckout/models/price_details.py +++ b/sdks/python/TebexCheckout/models/price_details.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/TebexCheckout/models/recurring_payment.py b/sdks/python/TebexCheckout/models/recurring_payment.py index c73b051..f880608 100644 --- a/sdks/python/TebexCheckout/models/recurring_payment.py +++ b/sdks/python/TebexCheckout/models/recurring_payment.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/TebexCheckout/models/recurring_payment_amount.py b/sdks/python/TebexCheckout/models/recurring_payment_amount.py index ba223d4..7136bcf 100644 --- a/sdks/python/TebexCheckout/models/recurring_payment_amount.py +++ b/sdks/python/TebexCheckout/models/recurring_payment_amount.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/TebexCheckout/models/recurring_payment_links.py b/sdks/python/TebexCheckout/models/recurring_payment_links.py index 1019b61..5c473fc 100644 --- a/sdks/python/TebexCheckout/models/recurring_payment_links.py +++ b/sdks/python/TebexCheckout/models/recurring_payment_links.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/TebexCheckout/models/recurring_payment_status.py b/sdks/python/TebexCheckout/models/recurring_payment_status.py index f61363d..5602f77 100644 --- a/sdks/python/TebexCheckout/models/recurring_payment_status.py +++ b/sdks/python/TebexCheckout/models/recurring_payment_status.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/TebexCheckout/models/recurring_payment_subject.py b/sdks/python/TebexCheckout/models/recurring_payment_subject.py index f6d057d..b5cdd73 100644 --- a/sdks/python/TebexCheckout/models/recurring_payment_subject.py +++ b/sdks/python/TebexCheckout/models/recurring_payment_subject.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/TebexCheckout/models/recurring_payment_subject_price.py b/sdks/python/TebexCheckout/models/recurring_payment_subject_price.py index 55b4230..27c298c 100644 --- a/sdks/python/TebexCheckout/models/recurring_payment_subject_price.py +++ b/sdks/python/TebexCheckout/models/recurring_payment_subject_price.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/TebexCheckout/models/recurring_payment_subject_status.py b/sdks/python/TebexCheckout/models/recurring_payment_subject_status.py index 093d12b..8b7797c 100644 --- a/sdks/python/TebexCheckout/models/recurring_payment_subject_status.py +++ b/sdks/python/TebexCheckout/models/recurring_payment_subject_status.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/TebexCheckout/models/revenue_share.py b/sdks/python/TebexCheckout/models/revenue_share.py index fc1d12f..c82c9ae 100644 --- a/sdks/python/TebexCheckout/models/revenue_share.py +++ b/sdks/python/TebexCheckout/models/revenue_share.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/TebexCheckout/models/sale.py b/sdks/python/TebexCheckout/models/sale.py index 493e1ec..ec59737 100644 --- a/sdks/python/TebexCheckout/models/sale.py +++ b/sdks/python/TebexCheckout/models/sale.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/TebexCheckout/models/tebex_webhook.py b/sdks/python/TebexCheckout/models/tebex_webhook.py index 632c22e..1812089 100644 --- a/sdks/python/TebexCheckout/models/tebex_webhook.py +++ b/sdks/python/TebexCheckout/models/tebex_webhook.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/TebexCheckout/models/update_recurring_payment_request.py b/sdks/python/TebexCheckout/models/update_recurring_payment_request.py index f39b342..8daba83 100644 --- a/sdks/python/TebexCheckout/models/update_recurring_payment_request.py +++ b/sdks/python/TebexCheckout/models/update_recurring_payment_request.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/TebexCheckout/models/update_subscription_request.py b/sdks/python/TebexCheckout/models/update_subscription_request.py index b571c90..c05e863 100644 --- a/sdks/python/TebexCheckout/models/update_subscription_request.py +++ b/sdks/python/TebexCheckout/models/update_subscription_request.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/TebexCheckout/models/update_subscription_request_items_inner.py b/sdks/python/TebexCheckout/models/update_subscription_request_items_inner.py index b7a27e4..ba6ecea 100644 --- a/sdks/python/TebexCheckout/models/update_subscription_request_items_inner.py +++ b/sdks/python/TebexCheckout/models/update_subscription_request_items_inner.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/TebexCheckout/rest.py b/sdks/python/TebexCheckout/rest.py index 4c1f375..d188bb4 100644 --- a/sdks/python/TebexCheckout/rest.py +++ b/sdks/python/TebexCheckout/rest.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/docs/CreateBasketRequest.md b/sdks/python/docs/CreateBasketRequest.md index 7695039..4827ab5 100644 --- a/sdks/python/docs/CreateBasketRequest.md +++ b/sdks/python/docs/CreateBasketRequest.md @@ -15,6 +15,7 @@ Name | Type | Description | Notes **complete_auto_redirect** | **bool** | Automatically redirect to the complete_url provided | [optional] **country** | **str** | An ISO 3166-1 alpha-2 character code representing the customer's country. | [optional] **creator_code** | **str** | The creator code is used to share a percentage of the payment with another party. See more about creator codes at https://docs.tebex.io/creators/tebex-control-panel/engagement/creator-codes | [optional] +**ip** | **str** | The IP address of the customer using this basket. Provide the IP if creating a basket on your server backend. | [optional] ## Example diff --git a/sdks/python/setup.py b/sdks/python/setup.py index fff4a81..1874611 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/test/test_add_package_request.py b/sdks/python/test/test_add_package_request.py index 199c809..bbcacf0 100644 --- a/sdks/python/test/test_add_package_request.py +++ b/sdks/python/test/test_add_package_request.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/test/test_address.py b/sdks/python/test/test_address.py index 14ebf4c..85b15cb 100644 --- a/sdks/python/test/test_address.py +++ b/sdks/python/test/test_address.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/test/test_basket.py b/sdks/python/test/test_basket.py index 04930e7..450959d 100644 --- a/sdks/python/test/test_basket.py +++ b/sdks/python/test/test_basket.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/test/test_basket_item.py b/sdks/python/test/test_basket_item.py index 3dc7df3..18e56e4 100644 --- a/sdks/python/test/test_basket_item.py +++ b/sdks/python/test/test_basket_item.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/test/test_basket_links.py b/sdks/python/test/test_basket_links.py index d459b04..d146d00 100644 --- a/sdks/python/test/test_basket_links.py +++ b/sdks/python/test/test_basket_links.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/test/test_basket_row.py b/sdks/python/test/test_basket_row.py index 10d938e..606dc46 100644 --- a/sdks/python/test/test_basket_row.py +++ b/sdks/python/test/test_basket_row.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/test/test_basket_row_meta.py b/sdks/python/test/test_basket_row_meta.py index 7ddaae8..b9afb79 100644 --- a/sdks/python/test/test_basket_row_meta.py +++ b/sdks/python/test/test_basket_row_meta.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/test/test_basket_row_meta_limits.py b/sdks/python/test/test_basket_row_meta_limits.py index 62121ba..ba02c98 100644 --- a/sdks/python/test/test_basket_row_meta_limits.py +++ b/sdks/python/test/test_basket_row_meta_limits.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/test/test_basket_row_meta_limits_user.py b/sdks/python/test/test_basket_row_meta_limits_user.py index b0fe194..8c889ba 100644 --- a/sdks/python/test/test_basket_row_meta_limits_user.py +++ b/sdks/python/test/test_basket_row_meta_limits_user.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/test/test_baskets_api.py b/sdks/python/test/test_baskets_api.py index c576e3c..4efa234 100644 --- a/sdks/python/test/test_baskets_api.py +++ b/sdks/python/test/test_baskets_api.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/test/test_checkout_api.py b/sdks/python/test/test_checkout_api.py index d0bef5e..4f696e2 100644 --- a/sdks/python/test/test_checkout_api.py +++ b/sdks/python/test/test_checkout_api.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/test/test_checkout_item.py b/sdks/python/test/test_checkout_item.py index 513a021..41a4e1b 100644 --- a/sdks/python/test/test_checkout_item.py +++ b/sdks/python/test/test_checkout_item.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/test/test_checkout_request.py b/sdks/python/test/test_checkout_request.py index 162baa7..5910402 100644 --- a/sdks/python/test/test_checkout_request.py +++ b/sdks/python/test/test_checkout_request.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/test/test_checkout_request_basket.py b/sdks/python/test/test_checkout_request_basket.py index caf0479..f853bba 100644 --- a/sdks/python/test/test_checkout_request_basket.py +++ b/sdks/python/test/test_checkout_request_basket.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/test/test_create_basket_request.py b/sdks/python/test/test_create_basket_request.py index c5274f2..807c7c4 100644 --- a/sdks/python/test/test_create_basket_request.py +++ b/sdks/python/test/test_create_basket_request.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -45,7 +45,8 @@ def make_instance(self, include_optional) -> CreateBasketRequest: expires_at = '2025-01-27T18:09:51Z', complete_auto_redirect = True, country = 'US', - creator_code = '' + creator_code = '', + ip = '127.0.0.1' ) else: return CreateBasketRequest( diff --git a/sdks/python/test/test_error_response.py b/sdks/python/test/test_error_response.py index 100e5ff..a8c11b7 100644 --- a/sdks/python/test/test_error_response.py +++ b/sdks/python/test/test_error_response.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/test/test_package.py b/sdks/python/test/test_package.py index b5c43be..6a077a7 100644 --- a/sdks/python/test/test_package.py +++ b/sdks/python/test/test_package.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/test/test_payment.py b/sdks/python/test/test_payment.py index 45dc118..50bb402 100644 --- a/sdks/python/test/test_payment.py +++ b/sdks/python/test/test_payment.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/test/test_payment_customer.py b/sdks/python/test/test_payment_customer.py index ec30347..bd8a7a2 100644 --- a/sdks/python/test/test_payment_customer.py +++ b/sdks/python/test/test_payment_customer.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/test/test_payment_fees.py b/sdks/python/test/test_payment_fees.py index 56df4c7..17387a9 100644 --- a/sdks/python/test/test_payment_fees.py +++ b/sdks/python/test/test_payment_fees.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/test/test_payment_fees_gateway.py b/sdks/python/test/test_payment_fees_gateway.py index 011a572..75009e9 100644 --- a/sdks/python/test/test_payment_fees_gateway.py +++ b/sdks/python/test/test_payment_fees_gateway.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/test/test_payment_fees_tax.py b/sdks/python/test/test_payment_fees_tax.py index 0d623c9..4aa0ba1 100644 --- a/sdks/python/test/test_payment_fees_tax.py +++ b/sdks/python/test/test_payment_fees_tax.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/test/test_payment_price.py b/sdks/python/test/test_payment_price.py index 4cf7cef..2d8247b 100644 --- a/sdks/python/test/test_payment_price.py +++ b/sdks/python/test/test_payment_price.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/test/test_payment_products_inner.py b/sdks/python/test/test_payment_products_inner.py index ae2931d..18e32a8 100644 --- a/sdks/python/test/test_payment_products_inner.py +++ b/sdks/python/test/test_payment_products_inner.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/test/test_payment_products_inner_base_price.py b/sdks/python/test/test_payment_products_inner_base_price.py index ec586ca..68d4b9c 100644 --- a/sdks/python/test/test_payment_products_inner_base_price.py +++ b/sdks/python/test/test_payment_products_inner_base_price.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/test/test_payment_products_inner_paid_price.py b/sdks/python/test/test_payment_products_inner_paid_price.py index 48dcfbb..2dd0d60 100644 --- a/sdks/python/test/test_payment_products_inner_paid_price.py +++ b/sdks/python/test/test_payment_products_inner_paid_price.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/test/test_payment_status.py b/sdks/python/test/test_payment_status.py index 8c4e26e..6dca97d 100644 --- a/sdks/python/test/test_payment_status.py +++ b/sdks/python/test/test_payment_status.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/test/test_payment_subject.py b/sdks/python/test/test_payment_subject.py index 9e2f890..e80ff2e 100644 --- a/sdks/python/test/test_payment_subject.py +++ b/sdks/python/test/test_payment_subject.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/test/test_payment_subject_customer.py b/sdks/python/test/test_payment_subject_customer.py index 7e3afdc..549abc0 100644 --- a/sdks/python/test/test_payment_subject_customer.py +++ b/sdks/python/test/test_payment_subject_customer.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/test/test_payment_subject_fees.py b/sdks/python/test/test_payment_subject_fees.py index 72b36c7..78371f0 100644 --- a/sdks/python/test/test_payment_subject_fees.py +++ b/sdks/python/test/test_payment_subject_fees.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/test/test_payment_subject_payment_method.py b/sdks/python/test/test_payment_subject_payment_method.py index 82f69f9..83a62db 100644 --- a/sdks/python/test/test_payment_subject_payment_method.py +++ b/sdks/python/test/test_payment_subject_payment_method.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/test/test_payment_subject_price.py b/sdks/python/test/test_payment_subject_price.py index dbf8f27..013214c 100644 --- a/sdks/python/test/test_payment_subject_price.py +++ b/sdks/python/test/test_payment_subject_price.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/test/test_payment_subject_products_inner.py b/sdks/python/test/test_payment_subject_products_inner.py index 46cb0db..18a9c37 100644 --- a/sdks/python/test/test_payment_subject_products_inner.py +++ b/sdks/python/test/test_payment_subject_products_inner.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/test/test_payments_api.py b/sdks/python/test/test_payments_api.py index 46e868d..2a9fc7e 100644 --- a/sdks/python/test/test_payments_api.py +++ b/sdks/python/test/test_payments_api.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/test/test_price_details.py b/sdks/python/test/test_price_details.py index 121797d..d40de6c 100644 --- a/sdks/python/test/test_price_details.py +++ b/sdks/python/test/test_price_details.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/test/test_recurring_payment.py b/sdks/python/test/test_recurring_payment.py index 4500a46..76a8ea1 100644 --- a/sdks/python/test/test_recurring_payment.py +++ b/sdks/python/test/test_recurring_payment.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/test/test_recurring_payment_amount.py b/sdks/python/test/test_recurring_payment_amount.py index 06f2afb..010ee45 100644 --- a/sdks/python/test/test_recurring_payment_amount.py +++ b/sdks/python/test/test_recurring_payment_amount.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/test/test_recurring_payment_links.py b/sdks/python/test/test_recurring_payment_links.py index 3866783..1230d69 100644 --- a/sdks/python/test/test_recurring_payment_links.py +++ b/sdks/python/test/test_recurring_payment_links.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/test/test_recurring_payment_status.py b/sdks/python/test/test_recurring_payment_status.py index 6973f63..cf4ef32 100644 --- a/sdks/python/test/test_recurring_payment_status.py +++ b/sdks/python/test/test_recurring_payment_status.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/test/test_recurring_payment_subject.py b/sdks/python/test/test_recurring_payment_subject.py index 7594b7b..90c9b51 100644 --- a/sdks/python/test/test_recurring_payment_subject.py +++ b/sdks/python/test/test_recurring_payment_subject.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/test/test_recurring_payment_subject_price.py b/sdks/python/test/test_recurring_payment_subject_price.py index 63a649a..adabbad 100644 --- a/sdks/python/test/test_recurring_payment_subject_price.py +++ b/sdks/python/test/test_recurring_payment_subject_price.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/test/test_recurring_payment_subject_status.py b/sdks/python/test/test_recurring_payment_subject_status.py index ee09fdf..cb19a9f 100644 --- a/sdks/python/test/test_recurring_payment_subject_status.py +++ b/sdks/python/test/test_recurring_payment_subject_status.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/test/test_recurring_payments_api.py b/sdks/python/test/test_recurring_payments_api.py index 7f1972d..808ecd6 100644 --- a/sdks/python/test/test_recurring_payments_api.py +++ b/sdks/python/test/test_recurring_payments_api.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/test/test_revenue_share.py b/sdks/python/test/test_revenue_share.py index 32e42ab..ff436c2 100644 --- a/sdks/python/test/test_revenue_share.py +++ b/sdks/python/test/test_revenue_share.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/test/test_sale.py b/sdks/python/test/test_sale.py index 1e87bd9..a3b8c66 100644 --- a/sdks/python/test/test_sale.py +++ b/sdks/python/test/test_sale.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/test/test_tebex_webhook.py b/sdks/python/test/test_tebex_webhook.py index 2c5c76e..96d4edf 100644 --- a/sdks/python/test/test_tebex_webhook.py +++ b/sdks/python/test/test_tebex_webhook.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/test/test_update_recurring_payment_request.py b/sdks/python/test/test_update_recurring_payment_request.py index 477796c..ed2af62 100644 --- a/sdks/python/test/test_update_recurring_payment_request.py +++ b/sdks/python/test/test_update_recurring_payment_request.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/test/test_update_subscription_request.py b/sdks/python/test/test_update_subscription_request.py index df59fbc..158b236 100644 --- a/sdks/python/test/test_update_subscription_request.py +++ b/sdks/python/test/test_update_subscription_request.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/sdks/python/test/test_update_subscription_request_items_inner.py b/sdks/python/test/test_update_subscription_request_items_inner.py index caec758..2a84236 100644 --- a/sdks/python/test/test_update_subscription_request_items_inner.py +++ b/sdks/python/test/test_update_subscription_request_items_inner.py @@ -5,7 +5,7 @@ The Checkout APIs are designed to allow our creators to use the Tebex Checkout flow and payment acceptance capabilities without the need to set up a Tebex-powered webstore. Using these APIs allows you to create baskets with custom products (as opposed to pre-created products on our webstore platform), and send customers directly to the checkout flow to proceed with payment options. You must receive prior authorisation before the Checkout API is enabled on your account. Please contact customer support or your account manager to discover if you qualify to use the Checkout API before beginning integration. - The version of the OpenAPI document: 1.1.0 + The version of the OpenAPI document: 1.1.2 Contact: tebex-integrations@overwolf.com Generated by OpenAPI Generator (https://openapi-generator.tech)