From 8ea6a832e0634ad1b3111a1d995704195cfc4c5e Mon Sep 17 00:00:00 2001 From: Dmitriy Nevzorov Date: Wed, 3 May 2023 12:56:44 +0200 Subject: [PATCH] add WHATSAPP channel and PAYOUT transaction type --- lib/Api/ApplePayDomainApi.php | 2 +- lib/Api/PaymentsApi.php | 2 +- lib/Api/SubscriptionsApi.php | 2 +- lib/ApiException.php | 2 +- lib/Configuration.php | 4 ++-- lib/HeaderSelector.php | 2 +- lib/Model/ActivateSubscriptionRequest.php | 2 +- lib/Model/Address.php | 2 +- lib/Model/CancelPaymentRequest.php | 2 +- lib/Model/CancelSubscriptionRequest.php | 2 +- lib/Model/CapturePaymentRequest.php | 2 +- lib/Model/ConfirmPaymentRequest.php | 2 +- .../ConfirmPaymentRequestPaymentMethod.php | 2 +- ...ConfirmPaymentRequestPaymentMethodCard.php | 2 +- lib/Model/CreatePaymentRequest.php | 2 +- lib/Model/CreateSubscriptionRequest.php | 23 ++++++------------- lib/Model/DomainRegister200Response.php | 2 +- lib/Model/Error.php | 2 +- lib/Model/ModelInterface.php | 2 +- lib/Model/PauseSubscriptionRequest.php | 2 +- lib/Model/Payment.php | 2 +- lib/Model/PaymentBillingDetails.php | 2 +- lib/Model/PaymentCancellationReason.php | 2 +- lib/Model/PaymentCustomer.php | 2 +- lib/Model/PaymentLastRefundReason.php | 2 +- lib/Model/PaymentMessageChannel.php | 7 ++++-- lib/Model/PaymentMessageLanguage.php | 2 +- lib/Model/PaymentNextAction.php | 2 +- lib/Model/PaymentPaymentMethod.php | 2 +- lib/Model/PaymentPaymentMethodBizum.php | 2 +- lib/Model/PaymentPaymentMethodBizumInput.php | 2 +- lib/Model/PaymentPaymentMethodCard.php | 2 +- lib/Model/PaymentPaymentMethodCardInput.php | 2 +- lib/Model/PaymentPaymentMethodCofidis.php | 2 +- lib/Model/PaymentPaymentMethodInput.php | 2 +- lib/Model/PaymentPaymentMethodPaypal.php | 2 +- lib/Model/PaymentRefundReason.php | 2 +- lib/Model/PaymentSequence.php | 2 +- lib/Model/PaymentSequenceRecurring.php | 2 +- lib/Model/PaymentSessionDetails.php | 2 +- lib/Model/PaymentShippingDetails.php | 2 +- lib/Model/PaymentShop.php | 2 +- lib/Model/PaymentStatus.php | 2 +- lib/Model/PaymentTraceDetails.php | 2 +- lib/Model/PaymentTransactionType.php | 9 +++++--- lib/Model/RecurringPaymentRequest.php | 2 +- lib/Model/RefundPaymentRequest.php | 2 +- lib/Model/RegisterDomainRequest.php | 2 +- lib/Model/SendPaymentLinkRequest.php | 2 +- lib/Model/SendPaymentReceiptRequest.php | 2 +- lib/Model/Subscription.php | 2 +- lib/Model/SubscriptionInterval.php | 2 +- lib/Model/SubscriptionLastPayment.php | 2 +- lib/Model/SubscriptionPaymentMethod.php | 2 +- lib/Model/SubscriptionPaymentMethodCard.php | 2 +- lib/Model/SubscriptionStatus.php | 2 +- lib/Model/UpdateSubscriptionRequest.php | 2 +- lib/ObjectSerializer.php | 2 +- 58 files changed, 74 insertions(+), 77 deletions(-) diff --git a/lib/Api/ApplePayDomainApi.php b/lib/Api/ApplePayDomainApi.php index d3a8488..03dd9b5 100644 --- a/lib/Api/ApplePayDomainApi.php +++ b/lib/Api/ApplePayDomainApi.php @@ -14,7 +14,7 @@ * *

The MONEI API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

Base URL:

https://api.monei.com/v1

Client libraries:

Important:

If you are not using our official SDKs, you need to provide a valid User-Agent header in each request, otherwise your requests will be rejected.

* - * The version of the OpenAPI document: 1.3.1 + * The version of the OpenAPI document: 1.3.3 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.1 */ diff --git a/lib/Api/PaymentsApi.php b/lib/Api/PaymentsApi.php index 75fb0b7..efd7946 100644 --- a/lib/Api/PaymentsApi.php +++ b/lib/Api/PaymentsApi.php @@ -14,7 +14,7 @@ * *

The MONEI API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

Base URL:

https://api.monei.com/v1

Client libraries:

Important:

If you are not using our official SDKs, you need to provide a valid User-Agent header in each request, otherwise your requests will be rejected.

* - * The version of the OpenAPI document: 1.3.1 + * The version of the OpenAPI document: 1.3.3 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.1 */ diff --git a/lib/Api/SubscriptionsApi.php b/lib/Api/SubscriptionsApi.php index ef98b6f..3372ea3 100644 --- a/lib/Api/SubscriptionsApi.php +++ b/lib/Api/SubscriptionsApi.php @@ -14,7 +14,7 @@ * *

The MONEI API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

Base URL:

https://api.monei.com/v1

Client libraries:

Important:

If you are not using our official SDKs, you need to provide a valid User-Agent header in each request, otherwise your requests will be rejected.

* - * The version of the OpenAPI document: 1.3.1 + * The version of the OpenAPI document: 1.3.3 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.1 */ diff --git a/lib/ApiException.php b/lib/ApiException.php index 302edef..5b31064 100644 --- a/lib/ApiException.php +++ b/lib/ApiException.php @@ -14,7 +14,7 @@ * *

The MONEI API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

Base URL:

https://api.monei.com/v1

Client libraries:

Important:

If you are not using our official SDKs, you need to provide a valid User-Agent header in each request, otherwise your requests will be rejected.

* - * The version of the OpenAPI document: 1.3.1 + * The version of the OpenAPI document: 1.3.3 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.1 */ diff --git a/lib/Configuration.php b/lib/Configuration.php index d233742..80a260c 100644 --- a/lib/Configuration.php +++ b/lib/Configuration.php @@ -14,7 +14,7 @@ * *

The MONEI API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

Base URL:

https://api.monei.com/v1

Client libraries:

Important:

If you are not using our official SDKs, you need to provide a valid User-Agent header in each request, otherwise your requests will be rejected.

* - * The version of the OpenAPI document: 1.3.1 + * The version of the OpenAPI document: 1.3.3 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.1 */ @@ -432,7 +432,7 @@ public static function toDebugReport() $report = 'PHP SDK (OpenAPI\Client) 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.3.1' . PHP_EOL; + $report .= ' The version of the OpenAPI document: 1.3.3' . PHP_EOL; $report .= ' SDK Package Version: 2.1.1' . PHP_EOL; $report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL; diff --git a/lib/HeaderSelector.php b/lib/HeaderSelector.php index 092359a..e42df94 100644 --- a/lib/HeaderSelector.php +++ b/lib/HeaderSelector.php @@ -14,7 +14,7 @@ * *

The MONEI API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

Base URL:

https://api.monei.com/v1

Client libraries:

Important:

If you are not using our official SDKs, you need to provide a valid User-Agent header in each request, otherwise your requests will be rejected.

* - * The version of the OpenAPI document: 1.3.1 + * The version of the OpenAPI document: 1.3.3 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.1 */ diff --git a/lib/Model/ActivateSubscriptionRequest.php b/lib/Model/ActivateSubscriptionRequest.php index 38d8e92..ecea7f5 100644 --- a/lib/Model/ActivateSubscriptionRequest.php +++ b/lib/Model/ActivateSubscriptionRequest.php @@ -15,7 +15,7 @@ * *

The MONEI API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

Base URL:

https://api.monei.com/v1

Client libraries:

Important:

If you are not using our official SDKs, you need to provide a valid User-Agent header in each request, otherwise your requests will be rejected.

* - * The version of the OpenAPI document: 1.3.1 + * The version of the OpenAPI document: 1.3.3 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.1 */ diff --git a/lib/Model/Address.php b/lib/Model/Address.php index 59a31e3..7bc6a7c 100644 --- a/lib/Model/Address.php +++ b/lib/Model/Address.php @@ -15,7 +15,7 @@ * *

The MONEI API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

Base URL:

https://api.monei.com/v1

Client libraries:

Important:

If you are not using our official SDKs, you need to provide a valid User-Agent header in each request, otherwise your requests will be rejected.

* - * The version of the OpenAPI document: 1.3.1 + * The version of the OpenAPI document: 1.3.3 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.1 */ diff --git a/lib/Model/CancelPaymentRequest.php b/lib/Model/CancelPaymentRequest.php index 4d92559..e2a4e61 100644 --- a/lib/Model/CancelPaymentRequest.php +++ b/lib/Model/CancelPaymentRequest.php @@ -15,7 +15,7 @@ * *

The MONEI API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

Base URL:

https://api.monei.com/v1

Client libraries:

Important:

If you are not using our official SDKs, you need to provide a valid User-Agent header in each request, otherwise your requests will be rejected.

* - * The version of the OpenAPI document: 1.3.1 + * The version of the OpenAPI document: 1.3.3 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.1 */ diff --git a/lib/Model/CancelSubscriptionRequest.php b/lib/Model/CancelSubscriptionRequest.php index f017b20..245aff2 100644 --- a/lib/Model/CancelSubscriptionRequest.php +++ b/lib/Model/CancelSubscriptionRequest.php @@ -15,7 +15,7 @@ * *

The MONEI API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

Base URL:

https://api.monei.com/v1

Client libraries:

Important:

If you are not using our official SDKs, you need to provide a valid User-Agent header in each request, otherwise your requests will be rejected.

* - * The version of the OpenAPI document: 1.3.1 + * The version of the OpenAPI document: 1.3.3 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.1 */ diff --git a/lib/Model/CapturePaymentRequest.php b/lib/Model/CapturePaymentRequest.php index a7f2d8a..1187057 100644 --- a/lib/Model/CapturePaymentRequest.php +++ b/lib/Model/CapturePaymentRequest.php @@ -15,7 +15,7 @@ * *

The MONEI API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

Base URL:

https://api.monei.com/v1

Client libraries:

Important:

If you are not using our official SDKs, you need to provide a valid User-Agent header in each request, otherwise your requests will be rejected.

* - * The version of the OpenAPI document: 1.3.1 + * The version of the OpenAPI document: 1.3.3 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.1 */ diff --git a/lib/Model/ConfirmPaymentRequest.php b/lib/Model/ConfirmPaymentRequest.php index ce47a24..8536a6a 100644 --- a/lib/Model/ConfirmPaymentRequest.php +++ b/lib/Model/ConfirmPaymentRequest.php @@ -15,7 +15,7 @@ * *

The MONEI API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

Base URL:

https://api.monei.com/v1

Client libraries:

Important:

If you are not using our official SDKs, you need to provide a valid User-Agent header in each request, otherwise your requests will be rejected.

* - * The version of the OpenAPI document: 1.3.1 + * The version of the OpenAPI document: 1.3.3 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.1 */ diff --git a/lib/Model/ConfirmPaymentRequestPaymentMethod.php b/lib/Model/ConfirmPaymentRequestPaymentMethod.php index bd947b5..e843c01 100644 --- a/lib/Model/ConfirmPaymentRequestPaymentMethod.php +++ b/lib/Model/ConfirmPaymentRequestPaymentMethod.php @@ -15,7 +15,7 @@ * *

The MONEI API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

Base URL:

https://api.monei.com/v1

Client libraries:

Important:

If you are not using our official SDKs, you need to provide a valid User-Agent header in each request, otherwise your requests will be rejected.

* - * The version of the OpenAPI document: 1.3.1 + * The version of the OpenAPI document: 1.3.3 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.1 */ diff --git a/lib/Model/ConfirmPaymentRequestPaymentMethodCard.php b/lib/Model/ConfirmPaymentRequestPaymentMethodCard.php index ceff433..d9f84a7 100644 --- a/lib/Model/ConfirmPaymentRequestPaymentMethodCard.php +++ b/lib/Model/ConfirmPaymentRequestPaymentMethodCard.php @@ -15,7 +15,7 @@ * *

The MONEI API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

Base URL:

https://api.monei.com/v1

Client libraries:

Important:

If you are not using our official SDKs, you need to provide a valid User-Agent header in each request, otherwise your requests will be rejected.

* - * The version of the OpenAPI document: 1.3.1 + * The version of the OpenAPI document: 1.3.3 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.1 */ diff --git a/lib/Model/CreatePaymentRequest.php b/lib/Model/CreatePaymentRequest.php index a8945c4..8c41d84 100644 --- a/lib/Model/CreatePaymentRequest.php +++ b/lib/Model/CreatePaymentRequest.php @@ -15,7 +15,7 @@ * *

The MONEI API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

Base URL:

https://api.monei.com/v1

Client libraries:

Important:

If you are not using our official SDKs, you need to provide a valid User-Agent header in each request, otherwise your requests will be rejected.

* - * The version of the OpenAPI document: 1.3.1 + * The version of the OpenAPI document: 1.3.3 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.1 */ diff --git a/lib/Model/CreateSubscriptionRequest.php b/lib/Model/CreateSubscriptionRequest.php index 6551efe..5f58b43 100644 --- a/lib/Model/CreateSubscriptionRequest.php +++ b/lib/Model/CreateSubscriptionRequest.php @@ -15,7 +15,7 @@ * *

The MONEI API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

Base URL:

https://api.monei.com/v1

Client libraries:

Important:

If you are not using our official SDKs, you need to provide a valid User-Agent header in each request, otherwise your requests will be rejected.

* - * The version of the OpenAPI document: 1.3.1 + * The version of the OpenAPI document: 1.3.3 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.1 */ @@ -263,15 +263,6 @@ public function listInvalidProperties() if ($this->container['interval'] === null) { $invalidProperties[] = "'interval' can't be null"; } - if ($this->container['interval_count'] === null) { - $invalidProperties[] = "'interval_count' can't be null"; - } - if ($this->container['callback_url'] === null) { - $invalidProperties[] = "'callback_url' can't be null"; - } - if ($this->container['payment_callback_url'] === null) { - $invalidProperties[] = "'payment_callback_url' can't be null"; - } return $invalidProperties; } @@ -362,7 +353,7 @@ public function setInterval($interval) /** * Gets interval_count * - * @return int + * @return int|null */ public function getIntervalCount() { @@ -372,7 +363,7 @@ public function getIntervalCount() /** * Sets interval_count * - * @param int $interval_count Number of intervals between subscription payments. + * @param int|null $interval_count Number of intervals between subscription payments. * * @return self */ @@ -530,7 +521,7 @@ public function setTrialPeriodDays($trial_period_days) /** * Gets callback_url * - * @return string + * @return string|null */ public function getCallbackUrl() { @@ -540,7 +531,7 @@ public function getCallbackUrl() /** * Sets callback_url * - * @param string $callback_url The URL will be called each time subscription status changes. + * @param string|null $callback_url The URL will be called each time subscription status changes. * * @return self */ @@ -554,7 +545,7 @@ public function setCallbackUrl($callback_url) /** * Gets payment_callback_url * - * @return string + * @return string|null */ public function getPaymentCallbackUrl() { @@ -564,7 +555,7 @@ public function getPaymentCallbackUrl() /** * Sets payment_callback_url * - * @param string $payment_callback_url The URL will be called each time subscription creates a new payments. + * @param string|null $payment_callback_url The URL will be called each time subscription creates a new payments. * * @return self */ diff --git a/lib/Model/DomainRegister200Response.php b/lib/Model/DomainRegister200Response.php index 107d999..e19bc89 100644 --- a/lib/Model/DomainRegister200Response.php +++ b/lib/Model/DomainRegister200Response.php @@ -15,7 +15,7 @@ * *

The MONEI API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

Base URL:

https://api.monei.com/v1

Client libraries:

Important:

If you are not using our official SDKs, you need to provide a valid User-Agent header in each request, otherwise your requests will be rejected.

* - * The version of the OpenAPI document: 1.3.1 + * The version of the OpenAPI document: 1.3.3 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.1 */ diff --git a/lib/Model/Error.php b/lib/Model/Error.php index aa61568..c4d7c08 100644 --- a/lib/Model/Error.php +++ b/lib/Model/Error.php @@ -15,7 +15,7 @@ * *

The MONEI API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

Base URL:

https://api.monei.com/v1

Client libraries:

Important:

If you are not using our official SDKs, you need to provide a valid User-Agent header in each request, otherwise your requests will be rejected.

* - * The version of the OpenAPI document: 1.3.1 + * The version of the OpenAPI document: 1.3.3 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.1 */ diff --git a/lib/Model/ModelInterface.php b/lib/Model/ModelInterface.php index c561d87..7926dae 100644 --- a/lib/Model/ModelInterface.php +++ b/lib/Model/ModelInterface.php @@ -15,7 +15,7 @@ * *

The MONEI API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

Base URL:

https://api.monei.com/v1

Client libraries:

Important:

If you are not using our official SDKs, you need to provide a valid User-Agent header in each request, otherwise your requests will be rejected.

* - * The version of the OpenAPI document: 1.3.1 + * The version of the OpenAPI document: 1.3.3 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.1 */ diff --git a/lib/Model/PauseSubscriptionRequest.php b/lib/Model/PauseSubscriptionRequest.php index 31ca8c8..e4a97a7 100644 --- a/lib/Model/PauseSubscriptionRequest.php +++ b/lib/Model/PauseSubscriptionRequest.php @@ -15,7 +15,7 @@ * *

The MONEI API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

Base URL:

https://api.monei.com/v1

Client libraries:

Important:

If you are not using our official SDKs, you need to provide a valid User-Agent header in each request, otherwise your requests will be rejected.

* - * The version of the OpenAPI document: 1.3.1 + * The version of the OpenAPI document: 1.3.3 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.1 */ diff --git a/lib/Model/Payment.php b/lib/Model/Payment.php index 598a1f1..7d14244 100644 --- a/lib/Model/Payment.php +++ b/lib/Model/Payment.php @@ -15,7 +15,7 @@ * *

The MONEI API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

Base URL:

https://api.monei.com/v1

Client libraries:

Important:

If you are not using our official SDKs, you need to provide a valid User-Agent header in each request, otherwise your requests will be rejected.

* - * The version of the OpenAPI document: 1.3.1 + * The version of the OpenAPI document: 1.3.3 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.1 */ diff --git a/lib/Model/PaymentBillingDetails.php b/lib/Model/PaymentBillingDetails.php index 6ec2be4..7d3552a 100644 --- a/lib/Model/PaymentBillingDetails.php +++ b/lib/Model/PaymentBillingDetails.php @@ -15,7 +15,7 @@ * *

The MONEI API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

Base URL:

https://api.monei.com/v1

Client libraries:

Important:

If you are not using our official SDKs, you need to provide a valid User-Agent header in each request, otherwise your requests will be rejected.

* - * The version of the OpenAPI document: 1.3.1 + * The version of the OpenAPI document: 1.3.3 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.1 */ diff --git a/lib/Model/PaymentCancellationReason.php b/lib/Model/PaymentCancellationReason.php index b67f706..e0b6fbe 100644 --- a/lib/Model/PaymentCancellationReason.php +++ b/lib/Model/PaymentCancellationReason.php @@ -15,7 +15,7 @@ * *

The MONEI API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

Base URL:

https://api.monei.com/v1

Client libraries:

Important:

If you are not using our official SDKs, you need to provide a valid User-Agent header in each request, otherwise your requests will be rejected.

* - * The version of the OpenAPI document: 1.3.1 + * The version of the OpenAPI document: 1.3.3 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.1 */ diff --git a/lib/Model/PaymentCustomer.php b/lib/Model/PaymentCustomer.php index 6c724ce..09389ca 100644 --- a/lib/Model/PaymentCustomer.php +++ b/lib/Model/PaymentCustomer.php @@ -15,7 +15,7 @@ * *

The MONEI API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

Base URL:

https://api.monei.com/v1

Client libraries:

Important:

If you are not using our official SDKs, you need to provide a valid User-Agent header in each request, otherwise your requests will be rejected.

* - * The version of the OpenAPI document: 1.3.1 + * The version of the OpenAPI document: 1.3.3 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.1 */ diff --git a/lib/Model/PaymentLastRefundReason.php b/lib/Model/PaymentLastRefundReason.php index 3d35101..49a0376 100644 --- a/lib/Model/PaymentLastRefundReason.php +++ b/lib/Model/PaymentLastRefundReason.php @@ -15,7 +15,7 @@ * *

The MONEI API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

Base URL:

https://api.monei.com/v1

Client libraries:

Important:

If you are not using our official SDKs, you need to provide a valid User-Agent header in each request, otherwise your requests will be rejected.

* - * The version of the OpenAPI document: 1.3.1 + * The version of the OpenAPI document: 1.3.3 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.1 */ diff --git a/lib/Model/PaymentMessageChannel.php b/lib/Model/PaymentMessageChannel.php index cc89b7b..bb682f0 100644 --- a/lib/Model/PaymentMessageChannel.php +++ b/lib/Model/PaymentMessageChannel.php @@ -15,7 +15,7 @@ * *

The MONEI API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

Base URL:

https://api.monei.com/v1

Client libraries:

Important:

If you are not using our official SDKs, you need to provide a valid User-Agent header in each request, otherwise your requests will be rejected.

* - * The version of the OpenAPI document: 1.3.1 + * The version of the OpenAPI document: 1.3.3 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.1 */ @@ -33,7 +33,7 @@ * PaymentMessageChannel Class Doc Comment * * @category Class - * @description The channel used to send the payment message. if `customerEmail` or `customerPhone` is provided this parameter is ignored. + * @description The channel used to send the payment message. * @package OpenAPI\Client * @author OpenAPI Generator team * @link https://openapi-generator.tech @@ -45,6 +45,8 @@ class PaymentMessageChannel */ public const EMAIL = 'EMAIL'; + public const WHATSAPP = 'WHATSAPP'; + public const SMS = 'SMS'; /** @@ -55,6 +57,7 @@ public static function getAllowableEnumValues() { return [ self::EMAIL, + self::WHATSAPP, self::SMS ]; } diff --git a/lib/Model/PaymentMessageLanguage.php b/lib/Model/PaymentMessageLanguage.php index ba0b44a..8f7bb5d 100644 --- a/lib/Model/PaymentMessageLanguage.php +++ b/lib/Model/PaymentMessageLanguage.php @@ -15,7 +15,7 @@ * *

The MONEI API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

Base URL:

https://api.monei.com/v1

Client libraries:

Important:

If you are not using our official SDKs, you need to provide a valid User-Agent header in each request, otherwise your requests will be rejected.

* - * The version of the OpenAPI document: 1.3.1 + * The version of the OpenAPI document: 1.3.3 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.1 */ diff --git a/lib/Model/PaymentNextAction.php b/lib/Model/PaymentNextAction.php index f36b18b..fc8734a 100644 --- a/lib/Model/PaymentNextAction.php +++ b/lib/Model/PaymentNextAction.php @@ -15,7 +15,7 @@ * *

The MONEI API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

Base URL:

https://api.monei.com/v1

Client libraries:

Important:

If you are not using our official SDKs, you need to provide a valid User-Agent header in each request, otherwise your requests will be rejected.

* - * The version of the OpenAPI document: 1.3.1 + * The version of the OpenAPI document: 1.3.3 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.1 */ diff --git a/lib/Model/PaymentPaymentMethod.php b/lib/Model/PaymentPaymentMethod.php index 7c91d82..eca5138 100644 --- a/lib/Model/PaymentPaymentMethod.php +++ b/lib/Model/PaymentPaymentMethod.php @@ -15,7 +15,7 @@ * *

The MONEI API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

Base URL:

https://api.monei.com/v1

Client libraries:

Important:

If you are not using our official SDKs, you need to provide a valid User-Agent header in each request, otherwise your requests will be rejected.

* - * The version of the OpenAPI document: 1.3.1 + * The version of the OpenAPI document: 1.3.3 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.1 */ diff --git a/lib/Model/PaymentPaymentMethodBizum.php b/lib/Model/PaymentPaymentMethodBizum.php index b66ba50..b0b259a 100644 --- a/lib/Model/PaymentPaymentMethodBizum.php +++ b/lib/Model/PaymentPaymentMethodBizum.php @@ -15,7 +15,7 @@ * *

The MONEI API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

Base URL:

https://api.monei.com/v1

Client libraries:

Important:

If you are not using our official SDKs, you need to provide a valid User-Agent header in each request, otherwise your requests will be rejected.

* - * The version of the OpenAPI document: 1.3.1 + * The version of the OpenAPI document: 1.3.3 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.1 */ diff --git a/lib/Model/PaymentPaymentMethodBizumInput.php b/lib/Model/PaymentPaymentMethodBizumInput.php index c5e1dcb..fb705d5 100644 --- a/lib/Model/PaymentPaymentMethodBizumInput.php +++ b/lib/Model/PaymentPaymentMethodBizumInput.php @@ -15,7 +15,7 @@ * *

The MONEI API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

Base URL:

https://api.monei.com/v1

Client libraries:

Important:

If you are not using our official SDKs, you need to provide a valid User-Agent header in each request, otherwise your requests will be rejected.

* - * The version of the OpenAPI document: 1.3.1 + * The version of the OpenAPI document: 1.3.3 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.1 */ diff --git a/lib/Model/PaymentPaymentMethodCard.php b/lib/Model/PaymentPaymentMethodCard.php index 4afa4a7..1b49376 100644 --- a/lib/Model/PaymentPaymentMethodCard.php +++ b/lib/Model/PaymentPaymentMethodCard.php @@ -15,7 +15,7 @@ * *

The MONEI API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

Base URL:

https://api.monei.com/v1

Client libraries:

Important:

If you are not using our official SDKs, you need to provide a valid User-Agent header in each request, otherwise your requests will be rejected.

* - * The version of the OpenAPI document: 1.3.1 + * The version of the OpenAPI document: 1.3.3 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.1 */ diff --git a/lib/Model/PaymentPaymentMethodCardInput.php b/lib/Model/PaymentPaymentMethodCardInput.php index c366768..75f86f6 100644 --- a/lib/Model/PaymentPaymentMethodCardInput.php +++ b/lib/Model/PaymentPaymentMethodCardInput.php @@ -15,7 +15,7 @@ * *

The MONEI API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

Base URL:

https://api.monei.com/v1

Client libraries:

Important:

If you are not using our official SDKs, you need to provide a valid User-Agent header in each request, otherwise your requests will be rejected.

* - * The version of the OpenAPI document: 1.3.1 + * The version of the OpenAPI document: 1.3.3 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.1 */ diff --git a/lib/Model/PaymentPaymentMethodCofidis.php b/lib/Model/PaymentPaymentMethodCofidis.php index 8c334d3..eb6e9ba 100644 --- a/lib/Model/PaymentPaymentMethodCofidis.php +++ b/lib/Model/PaymentPaymentMethodCofidis.php @@ -15,7 +15,7 @@ * *

The MONEI API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

Base URL:

https://api.monei.com/v1

Client libraries:

Important:

If you are not using our official SDKs, you need to provide a valid User-Agent header in each request, otherwise your requests will be rejected.

* - * The version of the OpenAPI document: 1.3.1 + * The version of the OpenAPI document: 1.3.3 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.1 */ diff --git a/lib/Model/PaymentPaymentMethodInput.php b/lib/Model/PaymentPaymentMethodInput.php index 639cd10..c3c1dd2 100644 --- a/lib/Model/PaymentPaymentMethodInput.php +++ b/lib/Model/PaymentPaymentMethodInput.php @@ -15,7 +15,7 @@ * *

The MONEI API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

Base URL:

https://api.monei.com/v1

Client libraries:

Important:

If you are not using our official SDKs, you need to provide a valid User-Agent header in each request, otherwise your requests will be rejected.

* - * The version of the OpenAPI document: 1.3.1 + * The version of the OpenAPI document: 1.3.3 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.1 */ diff --git a/lib/Model/PaymentPaymentMethodPaypal.php b/lib/Model/PaymentPaymentMethodPaypal.php index f49dda2..12a2078 100644 --- a/lib/Model/PaymentPaymentMethodPaypal.php +++ b/lib/Model/PaymentPaymentMethodPaypal.php @@ -15,7 +15,7 @@ * *

The MONEI API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

Base URL:

https://api.monei.com/v1

Client libraries:

Important:

If you are not using our official SDKs, you need to provide a valid User-Agent header in each request, otherwise your requests will be rejected.

* - * The version of the OpenAPI document: 1.3.1 + * The version of the OpenAPI document: 1.3.3 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.1 */ diff --git a/lib/Model/PaymentRefundReason.php b/lib/Model/PaymentRefundReason.php index 97964a3..605ba7a 100644 --- a/lib/Model/PaymentRefundReason.php +++ b/lib/Model/PaymentRefundReason.php @@ -15,7 +15,7 @@ * *

The MONEI API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

Base URL:

https://api.monei.com/v1

Client libraries:

Important:

If you are not using our official SDKs, you need to provide a valid User-Agent header in each request, otherwise your requests will be rejected.

* - * The version of the OpenAPI document: 1.3.1 + * The version of the OpenAPI document: 1.3.3 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.1 */ diff --git a/lib/Model/PaymentSequence.php b/lib/Model/PaymentSequence.php index fc53e08..9b82b62 100644 --- a/lib/Model/PaymentSequence.php +++ b/lib/Model/PaymentSequence.php @@ -15,7 +15,7 @@ * *

The MONEI API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

Base URL:

https://api.monei.com/v1

Client libraries:

Important:

If you are not using our official SDKs, you need to provide a valid User-Agent header in each request, otherwise your requests will be rejected.

* - * The version of the OpenAPI document: 1.3.1 + * The version of the OpenAPI document: 1.3.3 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.1 */ diff --git a/lib/Model/PaymentSequenceRecurring.php b/lib/Model/PaymentSequenceRecurring.php index 58ebc2e..acb93e1 100644 --- a/lib/Model/PaymentSequenceRecurring.php +++ b/lib/Model/PaymentSequenceRecurring.php @@ -15,7 +15,7 @@ * *

The MONEI API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

Base URL:

https://api.monei.com/v1

Client libraries:

Important:

If you are not using our official SDKs, you need to provide a valid User-Agent header in each request, otherwise your requests will be rejected.

* - * The version of the OpenAPI document: 1.3.1 + * The version of the OpenAPI document: 1.3.3 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.1 */ diff --git a/lib/Model/PaymentSessionDetails.php b/lib/Model/PaymentSessionDetails.php index a9024b1..365ada2 100644 --- a/lib/Model/PaymentSessionDetails.php +++ b/lib/Model/PaymentSessionDetails.php @@ -15,7 +15,7 @@ * *

The MONEI API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

Base URL:

https://api.monei.com/v1

Client libraries:

Important:

If you are not using our official SDKs, you need to provide a valid User-Agent header in each request, otherwise your requests will be rejected.

* - * The version of the OpenAPI document: 1.3.1 + * The version of the OpenAPI document: 1.3.3 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.1 */ diff --git a/lib/Model/PaymentShippingDetails.php b/lib/Model/PaymentShippingDetails.php index 8f05f37..46ffc97 100644 --- a/lib/Model/PaymentShippingDetails.php +++ b/lib/Model/PaymentShippingDetails.php @@ -15,7 +15,7 @@ * *

The MONEI API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

Base URL:

https://api.monei.com/v1

Client libraries:

Important:

If you are not using our official SDKs, you need to provide a valid User-Agent header in each request, otherwise your requests will be rejected.

* - * The version of the OpenAPI document: 1.3.1 + * The version of the OpenAPI document: 1.3.3 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.1 */ diff --git a/lib/Model/PaymentShop.php b/lib/Model/PaymentShop.php index 65629d8..68e4e7a 100644 --- a/lib/Model/PaymentShop.php +++ b/lib/Model/PaymentShop.php @@ -15,7 +15,7 @@ * *

The MONEI API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

Base URL:

https://api.monei.com/v1

Client libraries:

Important:

If you are not using our official SDKs, you need to provide a valid User-Agent header in each request, otherwise your requests will be rejected.

* - * The version of the OpenAPI document: 1.3.1 + * The version of the OpenAPI document: 1.3.3 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.1 */ diff --git a/lib/Model/PaymentStatus.php b/lib/Model/PaymentStatus.php index 6a745f6..8511767 100644 --- a/lib/Model/PaymentStatus.php +++ b/lib/Model/PaymentStatus.php @@ -15,7 +15,7 @@ * *

The MONEI API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

Base URL:

https://api.monei.com/v1

Client libraries:

Important:

If you are not using our official SDKs, you need to provide a valid User-Agent header in each request, otherwise your requests will be rejected.

* - * The version of the OpenAPI document: 1.3.1 + * The version of the OpenAPI document: 1.3.3 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.1 */ diff --git a/lib/Model/PaymentTraceDetails.php b/lib/Model/PaymentTraceDetails.php index ba8918d..a983a16 100644 --- a/lib/Model/PaymentTraceDetails.php +++ b/lib/Model/PaymentTraceDetails.php @@ -15,7 +15,7 @@ * *

The MONEI API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

Base URL:

https://api.monei.com/v1

Client libraries:

Important:

If you are not using our official SDKs, you need to provide a valid User-Agent header in each request, otherwise your requests will be rejected.

* - * The version of the OpenAPI document: 1.3.1 + * The version of the OpenAPI document: 1.3.3 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.1 */ diff --git a/lib/Model/PaymentTransactionType.php b/lib/Model/PaymentTransactionType.php index 29e3c02..d7881da 100644 --- a/lib/Model/PaymentTransactionType.php +++ b/lib/Model/PaymentTransactionType.php @@ -15,7 +15,7 @@ * *

The MONEI API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

Base URL:

https://api.monei.com/v1

Client libraries:

Important:

If you are not using our official SDKs, you need to provide a valid User-Agent header in each request, otherwise your requests will be rejected.

* - * The version of the OpenAPI document: 1.3.1 + * The version of the OpenAPI document: 1.3.3 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.1 */ @@ -33,7 +33,7 @@ * PaymentTransactionType Class Doc Comment * * @category Class - * @description Controls when the funds will be captured. - `SALE` - **Default**. MONEI automatically captures funds when the customer authorizes the payment. - `AUTH` - Place a hold on the funds when the customer authorizes the payment, but don’t capture the funds until later. + * @description Controls when the funds will be captured. - `SALE` - **Default**. MONEI automatically captures funds when the customer authorizes the payment. - `AUTH` - Place a hold on the funds when the customer authorizes the payment, but don’t capture the funds until later. - `PAYOUT` - Send funds to the customer * @package OpenAPI\Client * @author OpenAPI Generator team * @link https://openapi-generator.tech @@ -47,6 +47,8 @@ class PaymentTransactionType public const AUTH = 'AUTH'; + public const PAYOUT = 'PAYOUT'; + /** * Gets allowable values of the enum * @return string[] @@ -55,7 +57,8 @@ public static function getAllowableEnumValues() { return [ self::SALE, - self::AUTH + self::AUTH, + self::PAYOUT ]; } } diff --git a/lib/Model/RecurringPaymentRequest.php b/lib/Model/RecurringPaymentRequest.php index c81a5a3..28af1c0 100644 --- a/lib/Model/RecurringPaymentRequest.php +++ b/lib/Model/RecurringPaymentRequest.php @@ -15,7 +15,7 @@ * *

The MONEI API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

Base URL:

https://api.monei.com/v1

Client libraries:

Important:

If you are not using our official SDKs, you need to provide a valid User-Agent header in each request, otherwise your requests will be rejected.

* - * The version of the OpenAPI document: 1.3.1 + * The version of the OpenAPI document: 1.3.3 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.1 */ diff --git a/lib/Model/RefundPaymentRequest.php b/lib/Model/RefundPaymentRequest.php index a8ff0cc..6126f9b 100644 --- a/lib/Model/RefundPaymentRequest.php +++ b/lib/Model/RefundPaymentRequest.php @@ -15,7 +15,7 @@ * *

The MONEI API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

Base URL:

https://api.monei.com/v1

Client libraries:

Important:

If you are not using our official SDKs, you need to provide a valid User-Agent header in each request, otherwise your requests will be rejected.

* - * The version of the OpenAPI document: 1.3.1 + * The version of the OpenAPI document: 1.3.3 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.1 */ diff --git a/lib/Model/RegisterDomainRequest.php b/lib/Model/RegisterDomainRequest.php index 08ac47d..cd4f9bd 100644 --- a/lib/Model/RegisterDomainRequest.php +++ b/lib/Model/RegisterDomainRequest.php @@ -15,7 +15,7 @@ * *

The MONEI API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

Base URL:

https://api.monei.com/v1

Client libraries:

Important:

If you are not using our official SDKs, you need to provide a valid User-Agent header in each request, otherwise your requests will be rejected.

* - * The version of the OpenAPI document: 1.3.1 + * The version of the OpenAPI document: 1.3.3 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.1 */ diff --git a/lib/Model/SendPaymentLinkRequest.php b/lib/Model/SendPaymentLinkRequest.php index 19085f6..812f137 100644 --- a/lib/Model/SendPaymentLinkRequest.php +++ b/lib/Model/SendPaymentLinkRequest.php @@ -15,7 +15,7 @@ * *

The MONEI API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

Base URL:

https://api.monei.com/v1

Client libraries:

Important:

If you are not using our official SDKs, you need to provide a valid User-Agent header in each request, otherwise your requests will be rejected.

* - * The version of the OpenAPI document: 1.3.1 + * The version of the OpenAPI document: 1.3.3 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.1 */ diff --git a/lib/Model/SendPaymentReceiptRequest.php b/lib/Model/SendPaymentReceiptRequest.php index d03e41b..4f40983 100644 --- a/lib/Model/SendPaymentReceiptRequest.php +++ b/lib/Model/SendPaymentReceiptRequest.php @@ -15,7 +15,7 @@ * *

The MONEI API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

Base URL:

https://api.monei.com/v1

Client libraries:

Important:

If you are not using our official SDKs, you need to provide a valid User-Agent header in each request, otherwise your requests will be rejected.

* - * The version of the OpenAPI document: 1.3.1 + * The version of the OpenAPI document: 1.3.3 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.1 */ diff --git a/lib/Model/Subscription.php b/lib/Model/Subscription.php index 09d2e4f..741f603 100644 --- a/lib/Model/Subscription.php +++ b/lib/Model/Subscription.php @@ -15,7 +15,7 @@ * *

The MONEI API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

Base URL:

https://api.monei.com/v1

Client libraries:

Important:

If you are not using our official SDKs, you need to provide a valid User-Agent header in each request, otherwise your requests will be rejected.

* - * The version of the OpenAPI document: 1.3.1 + * The version of the OpenAPI document: 1.3.3 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.1 */ diff --git a/lib/Model/SubscriptionInterval.php b/lib/Model/SubscriptionInterval.php index 379b1af..de41ec4 100644 --- a/lib/Model/SubscriptionInterval.php +++ b/lib/Model/SubscriptionInterval.php @@ -15,7 +15,7 @@ * *

The MONEI API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

Base URL:

https://api.monei.com/v1

Client libraries:

Important:

If you are not using our official SDKs, you need to provide a valid User-Agent header in each request, otherwise your requests will be rejected.

* - * The version of the OpenAPI document: 1.3.1 + * The version of the OpenAPI document: 1.3.3 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.1 */ diff --git a/lib/Model/SubscriptionLastPayment.php b/lib/Model/SubscriptionLastPayment.php index ed37d26..d363dd8 100644 --- a/lib/Model/SubscriptionLastPayment.php +++ b/lib/Model/SubscriptionLastPayment.php @@ -15,7 +15,7 @@ * *

The MONEI API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

Base URL:

https://api.monei.com/v1

Client libraries:

Important:

If you are not using our official SDKs, you need to provide a valid User-Agent header in each request, otherwise your requests will be rejected.

* - * The version of the OpenAPI document: 1.3.1 + * The version of the OpenAPI document: 1.3.3 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.1 */ diff --git a/lib/Model/SubscriptionPaymentMethod.php b/lib/Model/SubscriptionPaymentMethod.php index b17d3ea..d329f04 100644 --- a/lib/Model/SubscriptionPaymentMethod.php +++ b/lib/Model/SubscriptionPaymentMethod.php @@ -15,7 +15,7 @@ * *

The MONEI API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

Base URL:

https://api.monei.com/v1

Client libraries:

Important:

If you are not using our official SDKs, you need to provide a valid User-Agent header in each request, otherwise your requests will be rejected.

* - * The version of the OpenAPI document: 1.3.1 + * The version of the OpenAPI document: 1.3.3 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.1 */ diff --git a/lib/Model/SubscriptionPaymentMethodCard.php b/lib/Model/SubscriptionPaymentMethodCard.php index f9abf4d..7752162 100644 --- a/lib/Model/SubscriptionPaymentMethodCard.php +++ b/lib/Model/SubscriptionPaymentMethodCard.php @@ -15,7 +15,7 @@ * *

The MONEI API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

Base URL:

https://api.monei.com/v1

Client libraries:

Important:

If you are not using our official SDKs, you need to provide a valid User-Agent header in each request, otherwise your requests will be rejected.

* - * The version of the OpenAPI document: 1.3.1 + * The version of the OpenAPI document: 1.3.3 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.1 */ diff --git a/lib/Model/SubscriptionStatus.php b/lib/Model/SubscriptionStatus.php index f81753a..e43d674 100644 --- a/lib/Model/SubscriptionStatus.php +++ b/lib/Model/SubscriptionStatus.php @@ -15,7 +15,7 @@ * *

The MONEI API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

Base URL:

https://api.monei.com/v1

Client libraries:

Important:

If you are not using our official SDKs, you need to provide a valid User-Agent header in each request, otherwise your requests will be rejected.

* - * The version of the OpenAPI document: 1.3.1 + * The version of the OpenAPI document: 1.3.3 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.1 */ diff --git a/lib/Model/UpdateSubscriptionRequest.php b/lib/Model/UpdateSubscriptionRequest.php index 15d0353..bc3914e 100644 --- a/lib/Model/UpdateSubscriptionRequest.php +++ b/lib/Model/UpdateSubscriptionRequest.php @@ -15,7 +15,7 @@ * *

The MONEI API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

Base URL:

https://api.monei.com/v1

Client libraries:

Important:

If you are not using our official SDKs, you need to provide a valid User-Agent header in each request, otherwise your requests will be rejected.

* - * The version of the OpenAPI document: 1.3.1 + * The version of the OpenAPI document: 1.3.3 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.1 */ diff --git a/lib/ObjectSerializer.php b/lib/ObjectSerializer.php index a2c2dd5..05e79fb 100644 --- a/lib/ObjectSerializer.php +++ b/lib/ObjectSerializer.php @@ -15,7 +15,7 @@ * *

The MONEI API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

Base URL:

https://api.monei.com/v1

Client libraries:

Important:

If you are not using our official SDKs, you need to provide a valid User-Agent header in each request, otherwise your requests will be rejected.

* - * The version of the OpenAPI document: 1.3.1 + * The version of the OpenAPI document: 1.3.3 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.1 */