diff --git a/LICENSE b/LICENSE index b9181f7..0fe655c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,28 +1,35 @@ -License: -======== -The MIT License (MIT) -http://opensource.org/licenses/MIT +The PayPal Server SDK is released under the following license: -Copyright (c) 2014 - 2024 APIMATIC Limited + Copyright (c) 2024 PAYPAL, INC. -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: + SDK LICENSE -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. +NOTICE TO USER: PayPal, Inc. is providing the Software and Documentation for use under the terms of this Agreement. Any use, reproduction, modification or distribution of the Software or Documentation, or any derivatives or portions hereof, constitutes your acceptance of this Agreement. +As used in this Agreement, "PayPal" means PayPal, Inc. "Software" means the software code accompanying this agreement. "Documentation" means the documents, specifications and all other items accompanying this Agreement other than the Software. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. +1. LICENSE GRANT +Subject to the terms of this Agreement, PayPal hereby grants you a non-exclusive, worldwide, royalty free license to use, reproduce, prepare derivative works from, publicly display, publicly perform, distribute and sublicense the Software for any purpose, other than perpetration of any fraud or violation of any law, statute, ordinance, or regulation (for example, those governing financial services, consumer protections, unfair competition, anti-discrimination or false advertising), provided the copyright notice below appears in a conspicuous location within the source code of the distributed Software and this license is distributed in the supporting documentation of the Software you distribute. Furthermore, you must comply with all third party licenses in order to use the third party software contained in the Software. +Subject to the terms of this Agreement, PayPal hereby grants you a non-exclusive, worldwide, royalty free license to use, reproduce, publicly display, publicly perform, distribute and sublicense the Documentation for any purpose, other than perpetration of any fraud or violation of any law, statute, ordinance, or regulation (for example, those governing financial services, consumer protections, unfair competition, anti-discrimination or false advertising). You may not modify the Documentation. +No title to the intellectual property in the Software or Documentation is transferred to you under the terms of this Agreement. You do not acquire any rights to the Software or the Documentation except as expressly set forth in this Agreement. +Nothing in this Agreement provides you with any right, title, or license to use PayPal’s or any third party’s copyright, patent, trademark, trade secret, or other intellectual property rights, or rights of publicity or privacy, beyond the rights specifically granted herein. You may not infringe PayPal’s or any third party’s copyright, patent, trademark, trade secret, or other intellectual property rights, or rights of publicity or privacy. +If you choose to distribute the Software in a commercial product, you do so with the understanding that you agree to defend, indemnify and hold harmless PayPal and its suppliers against any losses, damages and costs arising from the claims, lawsuits or other legal actions arising out of such distribution. You may distribute the Software in object code form under your own license, provided that your license agreement: + (a) complies with the terms and conditions of this license agreement; + (b) effectively disclaims all warranties and conditions, express or implied, on behalf of PayPal; + (c) effectively excludes all liability for damages on behalf of PayPal; + (d) states that any provisions that differ from this Agreement are offered by you alone and not PayPal; and + (e) states that the Software is available from you or PayPal and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange. -Trade Mark: -========== -APIMATIC is a trade mark for APIMATIC Limited \ No newline at end of file +2. DISCLAIMER OF WARRANTY +PAYPAL LICENSES THE SOFTWARE AND DOCUMENTATION TO YOU ONLY ON AN "AS IS" BASIS WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. PAYPAL MAKES NO WARRANTY THAT THE SOFTWARE OR DOCUMENTATION WILL BE ERROR-FREE. Each user of the Software or Documentation is solely responsible for determining the appropriateness of using and distributing the Software and Documentation and assumes all risks associated with its exercise of rights under this Agreement, including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs, or equipment, and unavailability or interruption of operations. Use of the Software and Documentation is made with the understanding that PayPal will not provide you with any technical or customer support or maintenance. Some states or jurisdictions do not allow the exclusion of implied warranties or limitations on how long an implied warranty may last, so the above limitations may not apply to you. To the extent permissible, any implied warranties are limited to ninety (90) days. + +3. LIMITATION OF LIABILITY +PAYPAL AND ITS SUPPLIERS SHALL NOT BE LIABLE FOR LOSS OR DAMAGE ARISING OUT OF THIS AGREEMENT OR FROM THE USE OF THE SOFTWARE OR DOCUMENTATION. IN NO EVENT WILL PAYPAL OR ITS SUPPLIERS BE LIABLE TO YOU OR ANY THIRD PARTY FOR ANY DIRECT, INDIRECT, CONSEQUENTIAL, INCIDENTAL, OR SPECIAL DAMAGES INCLUDING LOST PROFITS, LOST SAVINGS, COSTS, FEES, OR EXPENSES OF ANY KIND ARISING OUT OF ANY PROVISION OF THIS AGREEMENT OR THE USE OR THE INABILITY TO USE THE SOFTWARE OR DOCUMENTATION, HOWEVER CAUSED AND UNDER ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY OR TORT INCLUDING NEGLIGENCE (OR OTHERWISE), EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. PAYPAL'S AGGREGATE LIABILITY AND THAT OF ITS SUPPLIERS UNDER OR IN CONNECTION WITH THIS AGREEMENT SHALL BE LIMITED TO THE AMOUNT PAID BY YOU FOR THE SOFTWARE AND DOCUMENTATION. + +4. TRADEMARK USAGE +PayPal is a trademark PayPal, Inc. in the United States and other countries. Such trademarks may not be used to endorse or promote any product unless expressly permitted under separate agreement with PayPal. + +5. TERM +Your rights under this Agreement shall terminate if you fail to comply with any of the material terms or conditions of this Agreement and do not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all your rights under this Agreement terminate, you agree to cease use and distribution of the Software and Documentation as soon as reasonably practicable. + +6. GOVERNING LAW AND JURISDICTION. +This Agreement is governed by the statutes and laws of the State of California, without regard to the conflicts of law principles thereof. If any part of this Agreement is found void and unenforceable, it will not affect the validity of the balance of the Agreement, which shall remain valid and enforceable according to its terms. Any dispute arising out of or related to this Agreement shall be brought in the courts of Santa Clara County, California, USA. \ No newline at end of file diff --git a/README.md b/README.md index 766ee6c..fa3b70a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# Getting Started with PayPal REST APIs +# Getting Started with paypal server sdk ## Introduction @@ -12,23 +12,23 @@ Find out more here: [https://developer.paypal.com/docs/api/orders/v2/](https://d Run the following command to install the package and automatically add the dependency to your composer.json file: ```php -composer require "paypal/paypal-server-sdk:0.4.0" +composer require "paypal/paypal-server-sdk:0.5.0" ``` Or add it to the composer.json file manually as given below: ```php "require": { - "paypal/paypal-server-sdk": "0.4.0" + "paypal/paypal-server-sdk": "0.5.0" } ``` You can also view the package at: -https://packagist.org/packages/paypal/paypal-server-sdk#0.4.0 +https://packagist.org/packages/paypal/paypal-server-sdk#0.5.0 ## Initialize the API Client -**_Note:_** Documentation for the client can be found [here.](https://www.github.com/paypal/PayPal-PHP-Server-SDK/tree/0.4.0/doc/client.md) +**_Note:_** Documentation for the client can be found [here.](https://www.github.com/paypal/PayPal-PHP-Server-SDK/tree/0.5.0/doc/client.md) The following parameters are configurable for the API Client: @@ -44,20 +44,20 @@ The following parameters are configurable for the API Client: | `retryOnTimeout` | `bool` | Whether to retry on request timeout.
*Default*: `true` | | `httpStatusCodesToRetry` | `array` | Http status codes to retry against.
*Default*: `408, 413, 429, 500, 502, 503, 504, 521, 522, 524` | | `httpMethodsToRetry` | `array` | Http methods to retry against.
*Default*: `'GET', 'PUT'` | -| `loggingConfiguration` | [`LoggingConfigurationBuilder`](https://www.github.com/paypal/PayPal-PHP-Server-SDK/tree/0.4.0/doc/logging-configuration-builder.md) | Represents the logging configurations for API calls | -| `clientCredentialsAuth` | [`ClientCredentialsAuth`](https://www.github.com/paypal/PayPal-PHP-Server-SDK/tree/0.4.0/doc/auth/oauth-2-client-credentials-grant.md) | The Credentials Setter for OAuth 2 Client Credentials Grant | +| `loggingConfiguration` | [`LoggingConfigurationBuilder`](https://www.github.com/paypal/PayPal-PHP-Server-SDK/tree/0.5.0/doc/logging-configuration-builder.md) | Represents the logging configurations for API calls | +| `clientCredentialsAuth` | [`ClientCredentialsAuth`](https://www.github.com/paypal/PayPal-PHP-Server-SDK/tree/0.5.0/doc/auth/oauth-2-client-credentials-grant.md) | The Credentials Setter for OAuth 2 Client Credentials Grant | The API client can be initialized as follows: ```php -$client = PayPalRESTAPIsClientBuilder::init() +$client = PaypalServerSdkClientBuilder::init() ->clientCredentialsAuthCredentials( ClientCredentialsAuthCredentialsBuilder::init( 'OAuthClientId', 'OAuthClientSecret' ) ) - ->environment('Sandbox') + ->environment(Environment::SANDBOX) ->loggingConfiguration( LoggingConfigurationBuilder::init() ->level(LogLevel::INFO) @@ -90,20 +90,20 @@ The SDK can be configured to use a different environment for making API calls. A This API uses the following authentication schemes. -* [`Oauth2 (OAuth 2 Client Credentials Grant)`](https://www.github.com/paypal/PayPal-PHP-Server-SDK/tree/0.4.0/doc/auth/oauth-2-client-credentials-grant.md) +* [`Oauth2 (OAuth 2 Client Credentials Grant)`](https://www.github.com/paypal/PayPal-PHP-Server-SDK/tree/0.5.0/doc/auth/oauth-2-client-credentials-grant.md) ## List of APIs -* [Orders](https://www.github.com/paypal/PayPal-PHP-Server-SDK/tree/0.4.0/doc/controllers/orders.md) -* [Payments](https://www.github.com/paypal/PayPal-PHP-Server-SDK/tree/0.4.0/doc/controllers/payments.md) -* [Vault](https://www.github.com/paypal/PayPal-PHP-Server-SDK/tree/0.4.0/doc/controllers/vault.md) +* [Orders](https://www.github.com/paypal/PayPal-PHP-Server-SDK/tree/0.5.0/doc/controllers/orders.md) +* [Payments](https://www.github.com/paypal/PayPal-PHP-Server-SDK/tree/0.5.0/doc/controllers/payments.md) +* [Vault](https://www.github.com/paypal/PayPal-PHP-Server-SDK/tree/0.5.0/doc/controllers/vault.md) ## Classes Documentation -* [ApiException](https://www.github.com/paypal/PayPal-PHP-Server-SDK/tree/0.4.0/doc/api-exception.md) -* [HttpRequest](https://www.github.com/paypal/PayPal-PHP-Server-SDK/tree/0.4.0/doc/http-request.md) -* [HttpResponse](https://www.github.com/paypal/PayPal-PHP-Server-SDK/tree/0.4.0/doc/http-response.md) -* [LoggingConfigurationBuilder](https://www.github.com/paypal/PayPal-PHP-Server-SDK/tree/0.4.0/doc/logging-configuration-builder.md) -* [RequestLoggingConfigurationBuilder](https://www.github.com/paypal/PayPal-PHP-Server-SDK/tree/0.4.0/doc/request-logging-configuration-builder.md) -* [ResponseLoggingConfigurationBuilder](https://www.github.com/paypal/PayPal-PHP-Server-SDK/tree/0.4.0/doc/response-logging-configuration-builder.md) +* [ApiException](https://www.github.com/paypal/PayPal-PHP-Server-SDK/tree/0.5.0/doc/api-exception.md) +* [HttpRequest](https://www.github.com/paypal/PayPal-PHP-Server-SDK/tree/0.5.0/doc/http-request.md) +* [HttpResponse](https://www.github.com/paypal/PayPal-PHP-Server-SDK/tree/0.5.0/doc/http-response.md) +* [LoggingConfigurationBuilder](https://www.github.com/paypal/PayPal-PHP-Server-SDK/tree/0.5.0/doc/logging-configuration-builder.md) +* [RequestLoggingConfigurationBuilder](https://www.github.com/paypal/PayPal-PHP-Server-SDK/tree/0.5.0/doc/request-logging-configuration-builder.md) +* [ResponseLoggingConfigurationBuilder](https://www.github.com/paypal/PayPal-PHP-Server-SDK/tree/0.5.0/doc/response-logging-configuration-builder.md) diff --git a/composer.json b/composer.json index 64f5388..31237b3 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "PayPal's SDK for interacting with the REST APIs", "type": "library", "keywords": [], - "homepage": "https://www.apimatic.io", + "homepage": "https://github.com/paypal/PayPal-PHP-Server-SDK", "license": [ "MIT" ], @@ -22,12 +22,12 @@ }, "autoload": { "psr-4": { - "PayPalRESTAPIsLib\\": "src/" + "PaypalServerSdkLib\\": "src/" } }, "autoload-dev": { "psr-4": { - "PayPalRESTAPIsLib\\Tests\\": "tests/" + "PaypalServerSdkLib\\Tests\\": "tests/" } }, "scripts": { diff --git a/doc/auth/oauth-2-client-credentials-grant.md b/doc/auth/oauth-2-client-credentials-grant.md index 9005855..b7daa57 100644 --- a/doc/auth/oauth-2-client-credentials-grant.md +++ b/doc/auth/oauth-2-client-credentials-grant.md @@ -27,7 +27,7 @@ Documentation for accessing and setting credentials for Oauth2. You must initialize the client with *OAuth 2.0 Client Credentials Grant* credentials as shown in the following code snippet. This will fetch the OAuth token automatically when any of the endpoints, requiring *OAuth 2.0 Client Credentials Grant* autentication, are called. ```php -$client = PayPalRESTAPIsClientBuilder::init() +$client = PaypalServerSdkClientBuilder::init() ->clientCredentialsAuthCredentials( ClientCredentialsAuthCredentialsBuilder::init( 'OAuthClientId', @@ -46,7 +46,7 @@ Your application can also manually provide an OAuthToken using the setter `oAuth Whenever the OAuth Token gets updated, the provided callback implementation will be executed. For instance, you may use it to store your access token whenever it gets updated. ```php -$client = PayPalRESTAPIsClientBuilder::init() +$client = PaypalServerSdkClientBuilder::init() ->clientCredentialsAuthCredentials( ClientCredentialsAuthCredentialsBuilder::init( 'OAuthClientId', @@ -68,7 +68,7 @@ $client = PayPalRESTAPIsClientBuilder::init() To authorize a client using a stored access token, set up the `oAuthTokenProvider` in `ClientCredentialsAuthCredentialsBuilder` along with the other auth parameters before creating the client: ```php -$client = PayPalRESTAPIsClientBuilder::init() +$client = PaypalServerSdkClientBuilder::init() ->clientCredentialsAuthCredentials( ClientCredentialsAuthCredentialsBuilder::init( 'OAuthClientId', diff --git a/doc/client.md b/doc/client.md index 7be271f..54fd071 100644 --- a/doc/client.md +++ b/doc/client.md @@ -21,14 +21,14 @@ The following parameters are configurable for the API Client: The API client can be initialized as follows: ```php -$client = PayPalRESTAPIsClientBuilder::init() +$client = PaypalServerSdkClientBuilder::init() ->clientCredentialsAuthCredentials( ClientCredentialsAuthCredentialsBuilder::init( 'OAuthClientId', 'OAuthClientSecret' ) ) - ->environment('Sandbox') + ->environment(Environment::SANDBOX) ->loggingConfiguration( LoggingConfigurationBuilder::init() ->level(LogLevel::INFO) @@ -46,7 +46,7 @@ API calls return an `ApiResponse` object that includes the following fields: | `getHeaders` | Headers of the HTTP response as a Hash | | `getResult` | The deserialized body of the HTTP response as a String | -## PayPal REST APIs Client +## paypal server sdk Client The gateway for the SDK. This class acts as a factory for the Controllers and also holds the configuration of the SDK. diff --git a/doc/controllers/orders.md b/doc/controllers/orders.md index b9caa77..1667ba9 100644 --- a/doc/controllers/orders.md +++ b/doc/controllers/orders.md @@ -35,14 +35,14 @@ function ordersCreate(array $options): ApiResponse | Parameter | Type | Tags | Description | | --- | --- | --- | --- | | `body` | [`OrderRequest`](../../doc/models/order-request.md) | Body, Required | - | -| `payPalRequestId` | `?string` | Header, Optional | The server stores keys for 6 hours. The API callers can request the times to up to 72 hours by speaking to their Account Manager. | -| `payPalPartnerAttributionId` | `?string` | Header, Optional | - | -| `payPalClientMetadataId` | `?string` | Header, Optional | - | -| `prefer` | `?string` | Header, Optional | The preferred server response upon successful completion of the request. Value is: | +| `payPalRequestId` | `?string` | Header, Optional | The server stores keys for 6 hours. The API callers can request the times to up to 72 hours by speaking to their Account Manager.
**Constraints**: *Minimum Length*: `1`, *Maximum Length*: `108` | +| `payPalPartnerAttributionId` | `?string` | Header, Optional | **Constraints**: *Minimum Length*: `1`, *Maximum Length*: `36` | +| `payPalClientMetadataId` | `?string` | Header, Optional | **Constraints**: *Minimum Length*: `1`, *Maximum Length*: `36` | +| `prefer` | `?string` | Header, Optional | The preferred server response upon successful completion of the request. Value is:
**Default**: `'return=minimal'`
**Constraints**: *Minimum Length*: `1`, *Maximum Length*: `25`, *Pattern*: `^[a-zA-Z=,-]*$` | ## Response Type -This method returns a `PayPalRESTAPIsLib\Utils\ApiResponse` instance. The `getResult()` method on this instance returns the response data which is of type [`Order`](../../doc/models/order.md). +This method returns a `PaypalServerSdkLib\Utils\ApiResponse` instance. The `getResult()` method on this instance returns the response data which is of type [`Order`](../../doc/models/order.md). ## Example Usage @@ -87,12 +87,12 @@ function ordersGet(array $options): ApiResponse | Parameter | Type | Tags | Description | | --- | --- | --- | --- | -| `id` | `string` | Template, Required | The ID of the order for which to show details. | -| `fields` | `?string` | Query, Optional | A comma-separated list of fields that should be returned for the order. Valid filter field is `payment_source`. | +| `id` | `string` | Template, Required | The ID of the order for which to show details.
**Constraints**: *Minimum Length*: `1`, *Maximum Length*: `36`, *Pattern*: `^[A-Z0-9]+$` | +| `fields` | `?string` | Query, Optional | A comma-separated list of fields that should be returned for the order. Valid filter field is `payment_source`.
**Constraints**: *Pattern*: `^[a-z_]*$` | ## Response Type -This method returns a `PayPalRESTAPIsLib\Utils\ApiResponse` instance. The `getResult()` method on this instance returns the response data which is of type [`Order`](../../doc/models/order.md). +This method returns a `PaypalServerSdkLib\Utils\ApiResponse` instance. The `getResult()` method on this instance returns the response data which is of type [`Order`](../../doc/models/order.md). ## Example Usage @@ -125,12 +125,12 @@ function ordersPatch(array $options): ApiResponse | Parameter | Type | Tags | Description | | --- | --- | --- | --- | -| `id` | `string` | Template, Required | The ID of the order to update. | +| `id` | `string` | Template, Required | The ID of the order to update.
**Constraints**: *Minimum Length*: `1`, *Maximum Length*: `36`, *Pattern*: `^[A-Z0-9]+$` | | `body` | [`?(Patch[])`](../../doc/models/patch.md) | Body, Optional | - | ## Response Type -This method returns a `PayPalRESTAPIsLib\Utils\ApiResponse` instance. +This method returns a `PaypalServerSdkLib\Utils\ApiResponse` instance. ## Example Usage @@ -170,14 +170,14 @@ function ordersConfirm(array $options): ApiResponse | Parameter | Type | Tags | Description | | --- | --- | --- | --- | -| `id` | `string` | Template, Required | The ID of the order for which the payer confirms their intent to pay. | -| `payPalClientMetadataId` | `?string` | Header, Optional | - | -| `prefer` | `?string` | Header, Optional | The preferred server response upon successful completion of the request. Value is: | +| `id` | `string` | Template, Required | The ID of the order for which the payer confirms their intent to pay.
**Constraints**: *Minimum Length*: `1`, *Maximum Length*: `36`, *Pattern*: `^[A-Z0-9]+$` | +| `payPalClientMetadataId` | `?string` | Header, Optional | **Constraints**: *Minimum Length*: `1`, *Maximum Length*: `36` | +| `prefer` | `?string` | Header, Optional | The preferred server response upon successful completion of the request. Value is:
**Default**: `'return=minimal'`
**Constraints**: *Minimum Length*: `1`, *Maximum Length*: `25`, *Pattern*: `^[a-zA-Z=]*$` | | `body` | [`?ConfirmOrderRequest`](../../doc/models/confirm-order-request.md) | Body, Optional | - | ## Response Type -This method returns a `PayPalRESTAPIsLib\Utils\ApiResponse` instance. The `getResult()` method on this instance returns the response data which is of type [`Order`](../../doc/models/order.md). +This method returns a `PaypalServerSdkLib\Utils\ApiResponse` instance. The `getResult()` method on this instance returns the response data which is of type [`Order`](../../doc/models/order.md). ## Example Usage @@ -218,16 +218,16 @@ function ordersAuthorize(array $options): ApiResponse | Parameter | Type | Tags | Description | | --- | --- | --- | --- | -| `id` | `string` | Template, Required | The ID of the order for which to authorize. | -| `payPalRequestId` | `?string` | Header, Optional | The server stores keys for 6 hours. The API callers can request the times to up to 72 hours by speaking to their Account Manager. | -| `prefer` | `?string` | Header, Optional | The preferred server response upon successful completion of the request. Value is: | -| `payPalClientMetadataId` | `?string` | Header, Optional | - | +| `id` | `string` | Template, Required | The ID of the order for which to authorize.
**Constraints**: *Minimum Length*: `1`, *Maximum Length*: `36`, *Pattern*: `^[A-Z0-9]+$` | +| `payPalRequestId` | `?string` | Header, Optional | The server stores keys for 6 hours. The API callers can request the times to up to 72 hours by speaking to their Account Manager.
**Constraints**: *Minimum Length*: `1`, *Maximum Length*: `108` | +| `prefer` | `?string` | Header, Optional | The preferred server response upon successful completion of the request. Value is:
**Default**: `'return=minimal'`
**Constraints**: *Minimum Length*: `1`, *Maximum Length*: `25`, *Pattern*: `^[a-zA-Z=,-]*$` | +| `payPalClientMetadataId` | `?string` | Header, Optional | **Constraints**: *Minimum Length*: `1`, *Maximum Length*: `36` | | `payPalAuthAssertion` | `?string` | Header, Optional | An API-caller-provided JSON Web Token (JWT) assertion that identifies the merchant. For details, see PayPal-Auth-Assertion. | | `body` | [`?OrderAuthorizeRequest`](../../doc/models/order-authorize-request.md) | Body, Optional | - | ## Response Type -This method returns a `PayPalRESTAPIsLib\Utils\ApiResponse` instance. The `getResult()` method on this instance returns the response data which is of type [`OrderAuthorizeResponse`](../../doc/models/order-authorize-response.md). +This method returns a `PaypalServerSdkLib\Utils\ApiResponse` instance. The `getResult()` method on this instance returns the response data which is of type [`OrderAuthorizeResponse`](../../doc/models/order-authorize-response.md). ## Example Usage @@ -265,16 +265,16 @@ function ordersCapture(array $options): ApiResponse | Parameter | Type | Tags | Description | | --- | --- | --- | --- | -| `id` | `string` | Template, Required | The ID of the order for which to capture a payment. | -| `payPalRequestId` | `?string` | Header, Optional | The server stores keys for 6 hours. The API callers can request the times to up to 72 hours by speaking to their Account Manager. | -| `prefer` | `?string` | Header, Optional | The preferred server response upon successful completion of the request. Value is: | -| `payPalClientMetadataId` | `?string` | Header, Optional | - | +| `id` | `string` | Template, Required | The ID of the order for which to capture a payment.
**Constraints**: *Minimum Length*: `1`, *Maximum Length*: `36`, *Pattern*: `^[A-Z0-9]+$` | +| `payPalRequestId` | `?string` | Header, Optional | The server stores keys for 6 hours. The API callers can request the times to up to 72 hours by speaking to their Account Manager.
**Constraints**: *Minimum Length*: `1`, *Maximum Length*: `108` | +| `prefer` | `?string` | Header, Optional | The preferred server response upon successful completion of the request. Value is:
**Default**: `'return=minimal'`
**Constraints**: *Minimum Length*: `1`, *Maximum Length*: `25`, *Pattern*: `^[a-zA-Z=,-]*$` | +| `payPalClientMetadataId` | `?string` | Header, Optional | **Constraints**: *Minimum Length*: `1`, *Maximum Length*: `36` | | `payPalAuthAssertion` | `?string` | Header, Optional | An API-caller-provided JSON Web Token (JWT) assertion that identifies the merchant. For details, see PayPal-Auth-Assertion. | | `body` | [`?OrderCaptureRequest`](../../doc/models/order-capture-request.md) | Body, Optional | - | ## Response Type -This method returns a `PayPalRESTAPIsLib\Utils\ApiResponse` instance. The `getResult()` method on this instance returns the response data which is of type [`Order`](../../doc/models/order.md). +This method returns a `PaypalServerSdkLib\Utils\ApiResponse` instance. The `getResult()` method on this instance returns the response data which is of type [`Order`](../../doc/models/order.md). ## Example Usage @@ -312,13 +312,13 @@ function ordersTrackCreate(array $options): ApiResponse | Parameter | Type | Tags | Description | | --- | --- | --- | --- | -| `id` | `string` | Template, Required | The ID of the order that the tracking information is associated with. | +| `id` | `string` | Template, Required | The ID of the order that the tracking information is associated with.
**Constraints**: *Minimum Length*: `1`, *Maximum Length*: `36`, *Pattern*: `^[A-Z0-9]+$` | | `body` | [`OrderTrackerRequest`](../../doc/models/order-tracker-request.md) | Body, Required | - | | `payPalAuthAssertion` | `?string` | Header, Optional | An API-caller-provided JSON Web Token (JWT) assertion that identifies the merchant. For details, see PayPal-Auth-Assertion. | ## Response Type -This method returns a `PayPalRESTAPIsLib\Utils\ApiResponse` instance. The `getResult()` method on this instance returns the response data which is of type [`Order`](../../doc/models/order.md). +This method returns a `PaypalServerSdkLib\Utils\ApiResponse` instance. The `getResult()` method on this instance returns the response data which is of type [`Order`](../../doc/models/order.md). ## Example Usage @@ -359,13 +359,13 @@ function ordersTrackersPatch(array $options): ApiResponse | Parameter | Type | Tags | Description | | --- | --- | --- | --- | -| `id` | `string` | Template, Required | The ID of the order that the tracking information is associated with. | -| `trackerId` | `string` | Template, Required | The order tracking ID. | +| `id` | `string` | Template, Required | The ID of the order that the tracking information is associated with.
**Constraints**: *Minimum Length*: `1`, *Maximum Length*: `36`, *Pattern*: `^[A-Z0-9]+$` | +| `trackerId` | `string` | Template, Required | The order tracking ID.
**Constraints**: *Minimum Length*: `1`, *Maximum Length*: `36`, *Pattern*: `^[A-Z0-9]+$` | | `body` | [`?(Patch[])`](../../doc/models/patch.md) | Body, Optional | - | ## Response Type -This method returns a `PayPalRESTAPIsLib\Utils\ApiResponse` instance. +This method returns a `PaypalServerSdkLib\Utils\ApiResponse` instance. ## Example Usage diff --git a/doc/controllers/payments.md b/doc/controllers/payments.md index 9f9e424..684fe69 100644 --- a/doc/controllers/payments.md +++ b/doc/controllers/payments.md @@ -37,7 +37,7 @@ function authorizationsGet(string $authorizationId): ApiResponse ## Response Type -This method returns a `PayPalRESTAPIsLib\Utils\ApiResponse` instance. The `getResult()` method on this instance returns the response data which is of type [`PaymentAuthorization`](../../doc/models/payment-authorization.md). +This method returns a `PaypalServerSdkLib\Utils\ApiResponse` instance. The `getResult()` method on this instance returns the response data which is of type [`PaymentAuthorization`](../../doc/models/payment-authorization.md). ## Example Usage @@ -72,12 +72,12 @@ function authorizationsCapture(array $options): ApiResponse | --- | --- | --- | --- | | `authorizationId` | `string` | Template, Required | The PayPal-generated ID for the authorized payment to capture. | | `payPalRequestId` | `?string` | Header, Optional | The server stores keys for 45 days. | -| `prefer` | `?string` | Header, Optional | The preferred server response upon successful completion of the request. Value is: | +| `prefer` | `?string` | Header, Optional | The preferred server response upon successful completion of the request. Value is:
**Default**: `'return=minimal'` | | `body` | [`?CaptureRequest`](../../doc/models/capture-request.md) | Body, Optional | - | ## Response Type -This method returns a `PayPalRESTAPIsLib\Utils\ApiResponse` instance. The `getResult()` method on this instance returns the response data which is of type [`CapturedPayment`](../../doc/models/captured-payment.md). +This method returns a `PaypalServerSdkLib\Utils\ApiResponse` instance. The `getResult()` method on this instance returns the response data which is of type [`CapturedPayment`](../../doc/models/captured-payment.md). ## Example Usage @@ -121,12 +121,12 @@ function authorizationsReauthorize(array $options): ApiResponse | --- | --- | --- | --- | | `authorizationId` | `string` | Template, Required | The PayPal-generated ID for the authorized payment to reauthorize. | | `payPalRequestId` | `?string` | Header, Optional | The server stores keys for 45 days. | -| `prefer` | `?string` | Header, Optional | The preferred server response upon successful completion of the request. Value is: | +| `prefer` | `?string` | Header, Optional | The preferred server response upon successful completion of the request. Value is:
**Default**: `'return=minimal'` | | `body` | [`?ReauthorizeRequest`](../../doc/models/reauthorize-request.md) | Body, Optional | - | ## Response Type -This method returns a `PayPalRESTAPIsLib\Utils\ApiResponse` instance. The `getResult()` method on this instance returns the response data which is of type [`PaymentAuthorization`](../../doc/models/payment-authorization.md). +This method returns a `PaypalServerSdkLib\Utils\ApiResponse` instance. The `getResult()` method on this instance returns the response data which is of type [`PaymentAuthorization`](../../doc/models/payment-authorization.md). ## Example Usage @@ -166,11 +166,11 @@ function authorizationsVoid(array $options): ApiResponse | --- | --- | --- | --- | | `authorizationId` | `string` | Template, Required | The PayPal-generated ID for the authorized payment to void. | | `payPalAuthAssertion` | `?string` | Header, Optional | An API-caller-provided JSON Web Token (JWT) assertion that identifies the merchant. For details, see [PayPal-Auth-Assertion](/docs/api/reference/api-requests/#paypal-auth-assertion).
Note:For three party transactions in which a partner is managing the API calls on behalf of a merchant, the partner must identify the merchant using either a PayPal-Auth-Assertion header or an access token with target_subject.
| -| `prefer` | `?string` | Header, Optional | The preferred server response upon successful completion of the request. Value is: | +| `prefer` | `?string` | Header, Optional | The preferred server response upon successful completion of the request. Value is:
**Default**: `'return=minimal'` | ## Response Type -This method returns a `PayPalRESTAPIsLib\Utils\ApiResponse` instance. The `getResult()` method on this instance returns the response data which is of type [`?PaymentAuthorization`](../../doc/models/payment-authorization.md). +This method returns a `PaypalServerSdkLib\Utils\ApiResponse` instance. The `getResult()` method on this instance returns the response data which is of type [`?PaymentAuthorization`](../../doc/models/payment-authorization.md). ## Example Usage @@ -213,7 +213,7 @@ function capturesGet(string $captureId): ApiResponse ## Response Type -This method returns a `PayPalRESTAPIsLib\Utils\ApiResponse` instance. The `getResult()` method on this instance returns the response data which is of type [`CapturedPayment`](../../doc/models/captured-payment.md). +This method returns a `PaypalServerSdkLib\Utils\ApiResponse` instance. The `getResult()` method on this instance returns the response data which is of type [`CapturedPayment`](../../doc/models/captured-payment.md). ## Example Usage @@ -248,13 +248,13 @@ function capturesRefund(array $options): ApiResponse | --- | --- | --- | --- | | `captureId` | `string` | Template, Required | The PayPal-generated ID for the captured payment to refund. | | `payPalRequestId` | `?string` | Header, Optional | The server stores keys for 45 days. | -| `prefer` | `?string` | Header, Optional | The preferred server response upon successful completion of the request. Value is: | +| `prefer` | `?string` | Header, Optional | The preferred server response upon successful completion of the request. Value is:
**Default**: `'return=minimal'` | | `payPalAuthAssertion` | `?string` | Header, Optional | An API-caller-provided JSON Web Token (JWT) assertion that identifies the merchant. For details, see [PayPal-Auth-Assertion](/docs/api/reference/api-requests/#paypal-auth-assertion).
Note:For three party transactions in which a partner is managing the API calls on behalf of a merchant, the partner must identify the merchant using either a PayPal-Auth-Assertion header or an access token with target_subject.
| | `body` | [`?RefundRequest`](../../doc/models/refund-request.md) | Body, Optional | - | ## Response Type -This method returns a `PayPalRESTAPIsLib\Utils\ApiResponse` instance. The `getResult()` method on this instance returns the response data which is of type [`Refund`](../../doc/models/refund.md). +This method returns a `PaypalServerSdkLib\Utils\ApiResponse` instance. The `getResult()` method on this instance returns the response data which is of type [`Refund`](../../doc/models/refund.md). ## Example Usage @@ -297,7 +297,7 @@ function refundsGet(string $refundId): ApiResponse ## Response Type -This method returns a `PayPalRESTAPIsLib\Utils\ApiResponse` instance. The `getResult()` method on this instance returns the response data which is of type [`Refund`](../../doc/models/refund.md). +This method returns a `PaypalServerSdkLib\Utils\ApiResponse` instance. The `getResult()` method on this instance returns the response data which is of type [`Refund`](../../doc/models/refund.md). ## Example Usage diff --git a/doc/controllers/vault.md b/doc/controllers/vault.md index b066516..06f847b 100644 --- a/doc/controllers/vault.md +++ b/doc/controllers/vault.md @@ -37,7 +37,7 @@ function paymentTokensCreate(array $options): ApiResponse ## Response Type -This method returns a `PayPalRESTAPIsLib\Utils\ApiResponse` instance. The `getResult()` method on this instance returns the response data which is of type [`PaymentTokenResponse`](../../doc/models/payment-token-response.md). +This method returns a `PaypalServerSdkLib\Utils\ApiResponse` instance. The `getResult()` method on this instance returns the response data which is of type [`PaymentTokenResponse`](../../doc/models/payment-token-response.md). ## Example Usage @@ -75,14 +75,14 @@ function customerPaymentTokensGet(array $options): ApiResponse | Parameter | Type | Tags | Description | | --- | --- | --- | --- | -| `customerId` | `string` | Query, Required | A unique identifier representing a specific customer in merchant's/partner's system or records. | -| `pageSize` | `?int` | Query, Optional | A non-negative, non-zero integer indicating the maximum number of results to return at one time. | -| `page` | `?int` | Query, Optional | A non-negative, non-zero integer representing the page of the results. | -| `totalRequired` | `?bool` | Query, Optional | A boolean indicating total number of items (total_items) and pages (total_pages) are expected to be returned in the response. | +| `customerId` | `string` | Query, Required | A unique identifier representing a specific customer in merchant's/partner's system or records.
**Constraints**: *Minimum Length*: `7`, *Maximum Length*: `36`, *Pattern*: `^[0-9a-zA-Z_-]+$` | +| `pageSize` | `?int` | Query, Optional | A non-negative, non-zero integer indicating the maximum number of results to return at one time.
**Default**: `5`
**Constraints**: `>= 1` | +| `page` | `?int` | Query, Optional | A non-negative, non-zero integer representing the page of the results.
**Default**: `1`
**Constraints**: `>= 1` | +| `totalRequired` | `?bool` | Query, Optional | A boolean indicating total number of items (total_items) and pages (total_pages) are expected to be returned in the response.
**Default**: `false` | ## Response Type -This method returns a `PayPalRESTAPIsLib\Utils\ApiResponse` instance. The `getResult()` method on this instance returns the response data which is of type [`CustomerVaultPaymentTokensResponse`](../../doc/models/customer-vault-payment-tokens-response.md). +This method returns a `PaypalServerSdkLib\Utils\ApiResponse` instance. The `getResult()` method on this instance returns the response data which is of type [`CustomerVaultPaymentTokensResponse`](../../doc/models/customer-vault-payment-tokens-response.md). ## Example Usage @@ -118,11 +118,11 @@ function paymentTokensGet(string $id): ApiResponse | Parameter | Type | Tags | Description | | --- | --- | --- | --- | -| `id` | `string` | Template, Required | ID of the payment token. | +| `id` | `string` | Template, Required | ID of the payment token.
**Constraints**: *Maximum Length*: `36`, *Pattern*: `^[0-9a-zA-Z_-]+$` | ## Response Type -This method returns a `PayPalRESTAPIsLib\Utils\ApiResponse` instance. The `getResult()` method on this instance returns the response data which is of type [`PaymentTokenResponse`](../../doc/models/payment-token-response.md). +This method returns a `PaypalServerSdkLib\Utils\ApiResponse` instance. The `getResult()` method on this instance returns the response data which is of type [`PaymentTokenResponse`](../../doc/models/payment-token-response.md). ## Example Usage @@ -154,11 +154,11 @@ function paymentTokensDelete(string $id): ApiResponse | Parameter | Type | Tags | Description | | --- | --- | --- | --- | -| `id` | `string` | Template, Required | ID of the payment token. | +| `id` | `string` | Template, Required | ID of the payment token.
**Constraints**: *Maximum Length*: `36`, *Pattern*: `^[0-9a-zA-Z_-]+$` | ## Response Type -This method returns a `PayPalRESTAPIsLib\Utils\ApiResponse` instance. +This method returns a `PaypalServerSdkLib\Utils\ApiResponse` instance. ## Example Usage @@ -194,7 +194,7 @@ function setupTokensCreate(array $options): ApiResponse ## Response Type -This method returns a `PayPalRESTAPIsLib\Utils\ApiResponse` instance. The `getResult()` method on this instance returns the response data which is of type [`SetupTokenResponse`](../../doc/models/setup-token-response.md). +This method returns a `PaypalServerSdkLib\Utils\ApiResponse` instance. The `getResult()` method on this instance returns the response data which is of type [`SetupTokenResponse`](../../doc/models/setup-token-response.md). ## Example Usage @@ -231,11 +231,11 @@ function setupTokensGet(string $id): ApiResponse | Parameter | Type | Tags | Description | | --- | --- | --- | --- | -| `id` | `string` | Template, Required | ID of the setup token. | +| `id` | `string` | Template, Required | ID of the setup token.
**Constraints**: *Minimum Length*: `7`, *Maximum Length*: `36`, *Pattern*: `^[0-9a-zA-Z_-]+$` | ## Response Type -This method returns a `PayPalRESTAPIsLib\Utils\ApiResponse` instance. The `getResult()` method on this instance returns the response data which is of type [`SetupTokenResponse`](../../doc/models/setup-token-response.md). +This method returns a `PaypalServerSdkLib\Utils\ApiResponse` instance. The `getResult()` method on this instance returns the response data which is of type [`SetupTokenResponse`](../../doc/models/setup-token-response.md). ## Example Usage diff --git a/doc/logging-configuration-builder.md b/doc/logging-configuration-builder.md index 160fb56..d9c1270 100644 --- a/doc/logging-configuration-builder.md +++ b/doc/logging-configuration-builder.md @@ -19,25 +19,25 @@ Represents the logging configurations for API calls. Create instance using `Logg In order to provide custom logger, any implementation of the `Psr\Log\LoggerInterface` can be used so that you can override the `log` behavior and provide its instance directly in the SDK client initialization. -The following example uses `Monolog\Logger` implementation of `Psr\Log\LoggerInterface` for PayPalRESTAPIsClient initialization. +The following example uses `Monolog\Logger` implementation of `Psr\Log\LoggerInterface` for PaypalServerSdkClient initialization. ```php pushHandler(new StreamHandler(__DIR__ . '/api_data.log')); // initialize the sdk client using this logger -$client = PayPalRESTAPIsClientBuilder::init() +$client = PaypalServerSdkClientBuilder::init() ->loggingConfiguration( LoggingConfigurationBuilder::init() ->logger($logger) diff --git a/doc/models/apple-pay-payment-object.md b/doc/models/apple-pay-payment-object.md index b994c46..be19731 100644 --- a/doc/models/apple-pay-payment-object.md +++ b/doc/models/apple-pay-payment-object.md @@ -14,7 +14,7 @@ Information needed to pay using ApplePay. | `id` | `?string` | Optional | ApplePay transaction identifier, this will be the unique identifier for this transaction provided by Apple. The pattern is defined by an external party and supports Unicode.
**Constraints**: *Minimum Length*: `1`, *Maximum Length*: `250`, *Pattern*: `^.*$` | getId(): ?string | setId(?string id): void | | `token` | `?string` | Optional | Encrypted ApplePay token, containing card information. This token would be base64encoded. The pattern is defined by an external party and supports Unicode.
**Constraints**: *Minimum Length*: `1`, *Maximum Length*: `10000`, *Pattern*: `^.*$` | getToken(): ?string | setToken(?string token): void | | `name` | `?string` | Optional | The full name representation like Mr J Smith.
**Constraints**: *Minimum Length*: `3`, *Maximum Length*: `300` | getName(): ?string | setName(?string name): void | -| `emailAddress` | `?string` | Optional | The internationalized email address.
Note: Up to 64 characters are allowed before and 255 characters are allowed after the @ sign. However, the generally accepted maximum length for an email address is 254 characters. The pattern verifies that an unquoted @ sign exists.

**Constraints**: *Minimum Length*: `3`, *Maximum Length*: `254`, *Pattern*: `^(?:[A-Za-z0-9!#$%&'*+/=?^_`{\|}~-]+(?:\.[A-Za-z0-9!#$%&'*+/=?^_`{\|}~-]+)*\|"(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]\|\\[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[A-Za-z0-9](?:[A-Za-z0-9-]*[A-Za-z0-9])?\.)+[A-Za-z0-9](?:[A-Za-z0-9-]*[A-Za-z0-9])?\|\[(?:(?:25[0-5]\|2[0-4][0-9]\|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]\|2[0-4][0-9]\|[01]?[0-9][0-9]?\|[A-Za-z0-9-]*[A-Za-z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]\|\\[\x01-\x09\x0b\x0c\x0e-\x7f])+)\])$` | getEmailAddress(): ?string | setEmailAddress(?string emailAddress): void | +| `emailAddress` | `?string` | Optional | The internationalized email address.
Note: Up to 64 characters are allowed before and 255 characters are allowed after the @ sign. However, the generally accepted maximum length for an email address is 254 characters. The pattern verifies that an unquoted @ sign exists.

**Constraints**: *Minimum Length*: `3`, *Maximum Length*: `254`, *Pattern*: ``^(?:[A-Za-z0-9!#$%&'*+/=?^_`{\|}~-]+(?:\.[A-Za-z0-9!#$%&'*+/=?^_`{\|}~-]+)*\|"(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]\|\\[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[A-Za-z0-9](?:[A-Za-z0-9-]*[A-Za-z0-9])?\.)+[A-Za-z0-9](?:[A-Za-z0-9-]*[A-Za-z0-9])?\|\[(?:(?:25[0-5]\|2[0-4][0-9]\|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]\|2[0-4][0-9]\|[01]?[0-9][0-9]?\|[A-Za-z0-9-]*[A-Za-z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]\|\\[\x01-\x09\x0b\x0c\x0e-\x7f])+)\])$`` | getEmailAddress(): ?string | setEmailAddress(?string emailAddress): void | | `phoneNumber` | [`?PhoneNumber`](../../doc/models/phone-number.md) | Optional | The phone number in its canonical international [E.164 numbering plan format](https://www.itu.int/rec/T-REC-E.164/en). | getPhoneNumber(): ?PhoneNumber | setPhoneNumber(?PhoneNumber phoneNumber): void | | `card` | [`?ApplePayCardResponse`](../../doc/models/apple-pay-card-response.md) | Optional | The Card from Apple Pay Wallet used to fund the payment. | getCard(): ?ApplePayCardResponse | setCard(?ApplePayCardResponse card): void | | `attributes` | [`?ApplePayAttributesResponse`](../../doc/models/apple-pay-attributes-response.md) | Optional | Additional attributes associated with the use of Apple Pay. | getAttributes(): ?ApplePayAttributesResponse | setAttributes(?ApplePayAttributesResponse attributes): void | diff --git a/doc/models/apple-pay-request.md b/doc/models/apple-pay-request.md index 405ad96..9132302 100644 --- a/doc/models/apple-pay-request.md +++ b/doc/models/apple-pay-request.md @@ -13,7 +13,7 @@ Information needed to pay using ApplePay. | --- | --- | --- | --- | --- | --- | | `id` | `?string` | Optional | ApplePay transaction identifier, this will be the unique identifier for this transaction provided by Apple. The pattern is defined by an external party and supports Unicode.
**Constraints**: *Minimum Length*: `1`, *Maximum Length*: `250`, *Pattern*: `^.*$` | getId(): ?string | setId(?string id): void | | `name` | `?string` | Optional | The full name representation like Mr J Smith.
**Constraints**: *Minimum Length*: `3`, *Maximum Length*: `300` | getName(): ?string | setName(?string name): void | -| `emailAddress` | `?string` | Optional | The internationalized email address.
Note: Up to 64 characters are allowed before and 255 characters are allowed after the @ sign. However, the generally accepted maximum length for an email address is 254 characters. The pattern verifies that an unquoted @ sign exists.

**Constraints**: *Minimum Length*: `3`, *Maximum Length*: `254`, *Pattern*: `^(?:[A-Za-z0-9!#$%&'*+/=?^_`{\|}~-]+(?:\.[A-Za-z0-9!#$%&'*+/=?^_`{\|}~-]+)*\|"(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]\|\\[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[A-Za-z0-9](?:[A-Za-z0-9-]*[A-Za-z0-9])?\.)+[A-Za-z0-9](?:[A-Za-z0-9-]*[A-Za-z0-9])?\|\[(?:(?:25[0-5]\|2[0-4][0-9]\|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]\|2[0-4][0-9]\|[01]?[0-9][0-9]?\|[A-Za-z0-9-]*[A-Za-z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]\|\\[\x01-\x09\x0b\x0c\x0e-\x7f])+)\])$` | getEmailAddress(): ?string | setEmailAddress(?string emailAddress): void | +| `emailAddress` | `?string` | Optional | The internationalized email address.
Note: Up to 64 characters are allowed before and 255 characters are allowed after the @ sign. However, the generally accepted maximum length for an email address is 254 characters. The pattern verifies that an unquoted @ sign exists.

**Constraints**: *Minimum Length*: `3`, *Maximum Length*: `254`, *Pattern*: ``^(?:[A-Za-z0-9!#$%&'*+/=?^_`{\|}~-]+(?:\.[A-Za-z0-9!#$%&'*+/=?^_`{\|}~-]+)*\|"(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]\|\\[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[A-Za-z0-9](?:[A-Za-z0-9-]*[A-Za-z0-9])?\.)+[A-Za-z0-9](?:[A-Za-z0-9-]*[A-Za-z0-9])?\|\[(?:(?:25[0-5]\|2[0-4][0-9]\|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]\|2[0-4][0-9]\|[01]?[0-9][0-9]?\|[A-Za-z0-9-]*[A-Za-z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]\|\\[\x01-\x09\x0b\x0c\x0e-\x7f])+)\])$`` | getEmailAddress(): ?string | setEmailAddress(?string emailAddress): void | | `phoneNumber` | [`?PhoneNumber`](../../doc/models/phone-number.md) | Optional | The phone number in its canonical international [E.164 numbering plan format](https://www.itu.int/rec/T-REC-E.164/en). | getPhoneNumber(): ?PhoneNumber | setPhoneNumber(?PhoneNumber phoneNumber): void | | `decryptedToken` | [`?ApplePayDecryptedTokenData`](../../doc/models/apple-pay-decrypted-token-data.md) | Optional | Information about the Payment data obtained by decrypting Apple Pay token. | getDecryptedToken(): ?ApplePayDecryptedTokenData | setDecryptedToken(?ApplePayDecryptedTokenData decryptedToken): void | | `storedCredential` | [`?CardStoredCredential`](../../doc/models/card-stored-credential.md) | Optional | Provides additional details to process a payment using a `card` that has been stored or is intended to be stored (also referred to as stored_credential or card-on-file).
Parameter compatibility:
| getStoredCredential(): ?CardStoredCredential | setStoredCredential(?CardStoredCredential storedCredential): void | diff --git a/doc/models/blik-payment-object.md b/doc/models/blik-payment-object.md index c1643aa..533b90a 100644 --- a/doc/models/blik-payment-object.md +++ b/doc/models/blik-payment-object.md @@ -13,7 +13,7 @@ Information used to pay using BLIK. | --- | --- | --- | --- | --- | --- | | `name` | `?string` | Optional | The full name representation like Mr J Smith.
**Constraints**: *Minimum Length*: `3`, *Maximum Length*: `300` | getName(): ?string | setName(?string name): void | | `countryCode` | `?string` | Optional | The [two-character ISO 3166-1 code](/api/rest/reference/country-codes/) that identifies the country or region.
Note: The country code for Great Britain is GB and not UK as used in the top-level domain names for that country. Use the `C2` country code for China worldwide for comparable uncontrolled price (CUP) method, bank card, and cross-border transactions.

**Constraints**: *Minimum Length*: `2`, *Maximum Length*: `2`, *Pattern*: `^([A-Z]{2}\|C2)$` | getCountryCode(): ?string | setCountryCode(?string countryCode): void | -| `email` | `?string` | Optional | The internationalized email address.
Note: Up to 64 characters are allowed before and 255 characters are allowed after the @ sign. However, the generally accepted maximum length for an email address is 254 characters. The pattern verifies that an unquoted @ sign exists.

**Constraints**: *Minimum Length*: `3`, *Maximum Length*: `254`, *Pattern*: `^(?:[A-Za-z0-9!#$%&'*+/=?^_`{\|}~-]+(?:\.[A-Za-z0-9!#$%&'*+/=?^_`{\|}~-]+)*\|"(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]\|\\[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[A-Za-z0-9](?:[A-Za-z0-9-]*[A-Za-z0-9])?\.)+[A-Za-z0-9](?:[A-Za-z0-9-]*[A-Za-z0-9])?\|\[(?:(?:25[0-5]\|2[0-4][0-9]\|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]\|2[0-4][0-9]\|[01]?[0-9][0-9]?\|[A-Za-z0-9-]*[A-Za-z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]\|\\[\x01-\x09\x0b\x0c\x0e-\x7f])+)\])$` | getEmail(): ?string | setEmail(?string email): void | +| `email` | `?string` | Optional | The internationalized email address.
Note: Up to 64 characters are allowed before and 255 characters are allowed after the @ sign. However, the generally accepted maximum length for an email address is 254 characters. The pattern verifies that an unquoted @ sign exists.

**Constraints**: *Minimum Length*: `3`, *Maximum Length*: `254`, *Pattern*: ``^(?:[A-Za-z0-9!#$%&'*+/=?^_`{\|}~-]+(?:\.[A-Za-z0-9!#$%&'*+/=?^_`{\|}~-]+)*\|"(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]\|\\[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[A-Za-z0-9](?:[A-Za-z0-9-]*[A-Za-z0-9])?\.)+[A-Za-z0-9](?:[A-Za-z0-9-]*[A-Za-z0-9])?\|\[(?:(?:25[0-5]\|2[0-4][0-9]\|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]\|2[0-4][0-9]\|[01]?[0-9][0-9]?\|[A-Za-z0-9-]*[A-Za-z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]\|\\[\x01-\x09\x0b\x0c\x0e-\x7f])+)\])$`` | getEmail(): ?string | setEmail(?string email): void | | `oneClick` | [`?BLIKOneClickPaymentObject`](../../doc/models/blik-one-click-payment-object.md) | Optional | Information used to pay using BLIK one-click flow. | getOneClick(): ?BLIKOneClickPaymentObject | setOneClick(?BLIKOneClickPaymentObject oneClick): void | ## Example (as JSON) diff --git a/doc/models/blik-payment-request.md b/doc/models/blik-payment-request.md index 17eb7a7..68da783 100644 --- a/doc/models/blik-payment-request.md +++ b/doc/models/blik-payment-request.md @@ -13,7 +13,7 @@ Information needed to pay using BLIK. | --- | --- | --- | --- | --- | --- | | `name` | `string` | Required | The full name representation like Mr J Smith.
**Constraints**: *Minimum Length*: `3`, *Maximum Length*: `300` | getName(): string | setName(string name): void | | `countryCode` | `string` | Required | The [two-character ISO 3166-1 code](/api/rest/reference/country-codes/) that identifies the country or region.
Note: The country code for Great Britain is GB and not UK as used in the top-level domain names for that country. Use the `C2` country code for China worldwide for comparable uncontrolled price (CUP) method, bank card, and cross-border transactions.

**Constraints**: *Minimum Length*: `2`, *Maximum Length*: `2`, *Pattern*: `^([A-Z]{2}\|C2)$` | getCountryCode(): string | setCountryCode(string countryCode): void | -| `email` | `?string` | Optional | The internationalized email address.
Note: Up to 64 characters are allowed before and 255 characters are allowed after the @ sign. However, the generally accepted maximum length for an email address is 254 characters. The pattern verifies that an unquoted @ sign exists.

**Constraints**: *Minimum Length*: `3`, *Maximum Length*: `254`, *Pattern*: `^(?:[A-Za-z0-9!#$%&'*+/=?^_`{\|}~-]+(?:\.[A-Za-z0-9!#$%&'*+/=?^_`{\|}~-]+)*\|"(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]\|\\[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[A-Za-z0-9](?:[A-Za-z0-9-]*[A-Za-z0-9])?\.)+[A-Za-z0-9](?:[A-Za-z0-9-]*[A-Za-z0-9])?\|\[(?:(?:25[0-5]\|2[0-4][0-9]\|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]\|2[0-4][0-9]\|[01]?[0-9][0-9]?\|[A-Za-z0-9-]*[A-Za-z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]\|\\[\x01-\x09\x0b\x0c\x0e-\x7f])+)\])$` | getEmail(): ?string | setEmail(?string email): void | +| `email` | `?string` | Optional | The internationalized email address.
Note: Up to 64 characters are allowed before and 255 characters are allowed after the @ sign. However, the generally accepted maximum length for an email address is 254 characters. The pattern verifies that an unquoted @ sign exists.

**Constraints**: *Minimum Length*: `3`, *Maximum Length*: `254`, *Pattern*: ``^(?:[A-Za-z0-9!#$%&'*+/=?^_`{\|}~-]+(?:\.[A-Za-z0-9!#$%&'*+/=?^_`{\|}~-]+)*\|"(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]\|\\[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[A-Za-z0-9](?:[A-Za-z0-9-]*[A-Za-z0-9])?\.)+[A-Za-z0-9](?:[A-Za-z0-9-]*[A-Za-z0-9])?\|\[(?:(?:25[0-5]\|2[0-4][0-9]\|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]\|2[0-4][0-9]\|[01]?[0-9][0-9]?\|[A-Za-z0-9-]*[A-Za-z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]\|\\[\x01-\x09\x0b\x0c\x0e-\x7f])+)\])$`` | getEmail(): ?string | setEmail(?string email): void | | `experienceContext` | [`?BLIKExperienceContext`](../../doc/models/blik-experience-context.md) | Optional | Customizes the payer experience during the approval process for the BLIK payment. | getExperienceContext(): ?BLIKExperienceContext | setExperienceContext(?BLIKExperienceContext experienceContext): void | | `level0` | [`?BLIKLevel0PaymentObject`](../../doc/models/blik-level-0-payment-object.md) | Optional | Information used to pay using BLIK level_0 flow. | getLevel0(): ?BLIKLevel0PaymentObject | setLevel0(?BLIKLevel0PaymentObject level0): void | | `oneClick` | [`?BLIKOneClickPaymentRequest`](../../doc/models/blik-one-click-payment-request.md) | Optional | Information used to pay using BLIK one-click flow. | getOneClick(): ?BLIKOneClickPaymentRequest | setOneClick(?BLIKOneClickPaymentRequest oneClick): void | diff --git a/doc/models/card-customer-information.md b/doc/models/card-customer-information.md index 2f55ae5..63b9402 100644 --- a/doc/models/card-customer-information.md +++ b/doc/models/card-customer-information.md @@ -12,7 +12,7 @@ The details about a customer in PayPal's system of record. | Name | Type | Tags | Description | Getter | Setter | | --- | --- | --- | --- | --- | --- | | `id` | `?string` | Optional | The unique ID for a customer generated by PayPal.
**Constraints**: *Minimum Length*: `1`, *Maximum Length*: `22`, *Pattern*: `^[0-9a-zA-Z_-]+$` | getId(): ?string | setId(?string id): void | -| `emailAddress` | `?string` | Optional | The internationalized email address.
Note: Up to 64 characters are allowed before and 255 characters are allowed after the @ sign. However, the generally accepted maximum length for an email address is 254 characters. The pattern verifies that an unquoted @ sign exists.

**Constraints**: *Minimum Length*: `3`, *Maximum Length*: `254`, *Pattern*: `(?:[a-zA-Z0-9!#$%&'*+/=?^_`{\|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{\|}~-]+)*\|(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]\|\[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\.)+[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\|\[(?:(?:(2(5[0-5]\|[0-4][0-9])\|1[0-9][0-9]\|[1-9]?[0-9]))\.){3}(?:(2(5[0-5]\|[0-4][0-9])\|1[0-9][0-9]\|[1-9]?[0-9])\|[a-zA-Z0-9-]*[a-zA-Z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]\|\[\x01-\x09\x0b\x0c\x0e-\x7f])+)\])` | getEmailAddress(): ?string | setEmailAddress(?string emailAddress): void | +| `emailAddress` | `?string` | Optional | The internationalized email address.
Note: Up to 64 characters are allowed before and 255 characters are allowed after the @ sign. However, the generally accepted maximum length for an email address is 254 characters. The pattern verifies that an unquoted @ sign exists.

**Constraints**: *Minimum Length*: `3`, *Maximum Length*: `254`, *Pattern*: ``(?:[a-zA-Z0-9!#$%&'*+/=?^_`{\|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{\|}~-]+)*\|(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]\|\[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\.)+[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\|\[(?:(?:(2(5[0-5]\|[0-4][0-9])\|1[0-9][0-9]\|[1-9]?[0-9]))\.){3}(?:(2(5[0-5]\|[0-4][0-9])\|1[0-9][0-9]\|[1-9]?[0-9])\|[a-zA-Z0-9-]*[a-zA-Z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]\|\[\x01-\x09\x0b\x0c\x0e-\x7f])+)\])`` | getEmailAddress(): ?string | setEmailAddress(?string emailAddress): void | | `phone` | [`?PhoneWithType`](../../doc/models/phone-with-type.md) | Optional | The phone information. | getPhone(): ?PhoneWithType | setPhone(?PhoneWithType phone): void | | `merchantCustomerId` | `?string` | Optional | Merchants and partners may already have a data-store where their customer information is persisted. Use merchant_customer_id to associate the PayPal-generated customer.id to your representation of a customer.
**Constraints**: *Minimum Length*: `1`, *Maximum Length*: `64`, *Pattern*: `^[0-9a-zA-Z-_.^*$@#]+$` | getMerchantCustomerId(): ?string | setMerchantCustomerId(?string merchantCustomerId): void | diff --git a/doc/models/customer-information.md b/doc/models/customer-information.md index 5cf92e8..d29ca6e 100644 --- a/doc/models/customer-information.md +++ b/doc/models/customer-information.md @@ -12,7 +12,7 @@ The details about a customer in PayPal's system of record. | Name | Type | Tags | Description | Getter | Setter | | --- | --- | --- | --- | --- | --- | | `id` | `?string` | Optional | The unique ID for a customer generated by PayPal.
**Constraints**: *Minimum Length*: `1`, *Maximum Length*: `22`, *Pattern*: `^[0-9a-zA-Z_-]+$` | getId(): ?string | setId(?string id): void | -| `emailAddress` | `?string` | Optional | The internationalized email address.
Note: Up to 64 characters are allowed before and 255 characters are allowed after the @ sign. However, the generally accepted maximum length for an email address is 254 characters. The pattern verifies that an unquoted @ sign exists.

**Constraints**: *Minimum Length*: `3`, *Maximum Length*: `254`, *Pattern*: `(?:[a-zA-Z0-9!#$%&'*+/=?^_`{\|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{\|}~-]+)*\|(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]\|\[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\.)+[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\|\[(?:(?:(2(5[0-5]\|[0-4][0-9])\|1[0-9][0-9]\|[1-9]?[0-9]))\.){3}(?:(2(5[0-5]\|[0-4][0-9])\|1[0-9][0-9]\|[1-9]?[0-9])\|[a-zA-Z0-9-]*[a-zA-Z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]\|\[\x01-\x09\x0b\x0c\x0e-\x7f])+)\])` | getEmailAddress(): ?string | setEmailAddress(?string emailAddress): void | +| `emailAddress` | `?string` | Optional | The internationalized email address.
Note: Up to 64 characters are allowed before and 255 characters are allowed after the @ sign. However, the generally accepted maximum length for an email address is 254 characters. The pattern verifies that an unquoted @ sign exists.

**Constraints**: *Minimum Length*: `3`, *Maximum Length*: `254`, *Pattern*: ``(?:[a-zA-Z0-9!#$%&'*+/=?^_`{\|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{\|}~-]+)*\|(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]\|\[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\.)+[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\|\[(?:(?:(2(5[0-5]\|[0-4][0-9])\|1[0-9][0-9]\|[1-9]?[0-9]))\.){3}(?:(2(5[0-5]\|[0-4][0-9])\|1[0-9][0-9]\|[1-9]?[0-9])\|[a-zA-Z0-9-]*[a-zA-Z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]\|\[\x01-\x09\x0b\x0c\x0e-\x7f])+)\])`` | getEmailAddress(): ?string | setEmailAddress(?string emailAddress): void | | `phone` | [`?PhoneWithType`](../../doc/models/phone-with-type.md) | Optional | The phone information. | getPhone(): ?PhoneWithType | setPhone(?PhoneWithType phone): void | ## Example (as JSON) diff --git a/doc/models/google-pay-request.md b/doc/models/google-pay-request.md index ebd4235..aa6eed4 100644 --- a/doc/models/google-pay-request.md +++ b/doc/models/google-pay-request.md @@ -12,7 +12,7 @@ Information needed to pay using Google Pay. | Name | Type | Tags | Description | Getter | Setter | | --- | --- | --- | --- | --- | --- | | `name` | `?string` | Optional | The full name representation like Mr J Smith.
**Constraints**: *Minimum Length*: `3`, *Maximum Length*: `300` | getName(): ?string | setName(?string name): void | -| `emailAddress` | `?string` | Optional | The internationalized email address.
Note: Up to 64 characters are allowed before and 255 characters are allowed after the @ sign. However, the generally accepted maximum length for an email address is 254 characters. The pattern verifies that an unquoted @ sign exists.

**Constraints**: *Minimum Length*: `3`, *Maximum Length*: `254`, *Pattern*: `^(?:[A-Za-z0-9!#$%&'*+/=?^_`{\|}~-]+(?:\.[A-Za-z0-9!#$%&'*+/=?^_`{\|}~-]+)*\|"(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]\|\\[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[A-Za-z0-9](?:[A-Za-z0-9-]*[A-Za-z0-9])?\.)+[A-Za-z0-9](?:[A-Za-z0-9-]*[A-Za-z0-9])?\|\[(?:(?:25[0-5]\|2[0-4][0-9]\|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]\|2[0-4][0-9]\|[01]?[0-9][0-9]?\|[A-Za-z0-9-]*[A-Za-z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]\|\\[\x01-\x09\x0b\x0c\x0e-\x7f])+)\])$` | getEmailAddress(): ?string | setEmailAddress(?string emailAddress): void | +| `emailAddress` | `?string` | Optional | The internationalized email address.
Note: Up to 64 characters are allowed before and 255 characters are allowed after the @ sign. However, the generally accepted maximum length for an email address is 254 characters. The pattern verifies that an unquoted @ sign exists.

**Constraints**: *Minimum Length*: `3`, *Maximum Length*: `254`, *Pattern*: ``^(?:[A-Za-z0-9!#$%&'*+/=?^_`{\|}~-]+(?:\.[A-Za-z0-9!#$%&'*+/=?^_`{\|}~-]+)*\|"(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]\|\\[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[A-Za-z0-9](?:[A-Za-z0-9-]*[A-Za-z0-9])?\.)+[A-Za-z0-9](?:[A-Za-z0-9-]*[A-Za-z0-9])?\|\[(?:(?:25[0-5]\|2[0-4][0-9]\|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]\|2[0-4][0-9]\|[01]?[0-9][0-9]?\|[A-Za-z0-9-]*[A-Za-z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]\|\\[\x01-\x09\x0b\x0c\x0e-\x7f])+)\])$`` | getEmailAddress(): ?string | setEmailAddress(?string emailAddress): void | | `phoneNumber` | [`?PhoneNumberWithCountryCode`](../../doc/models/phone-number-with-country-code.md) | Optional | The phone number in its canonical international [E.164 numbering plan format](https://www.itu.int/rec/T-REC-E.164/en). | getPhoneNumber(): ?PhoneNumberWithCountryCode | setPhoneNumber(?PhoneNumberWithCountryCode phoneNumber): void | | `card` | [`?GooglePayRequestCard`](../../doc/models/google-pay-request-card.md) | Optional | The payment card used to fund a Google Pay payment. Can be a credit or debit card. | getCard(): ?GooglePayRequestCard | setCard(?GooglePayRequestCard card): void | | `decryptedToken` | [`?GooglePayDecryptedTokenData`](../../doc/models/google-pay-decrypted-token-data.md) | Optional | Details shared by Google for the merchant to be shared with PayPal. This is required to process the transaction using the Google Pay payment method. | getDecryptedToken(): ?GooglePayDecryptedTokenData | setDecryptedToken(?GooglePayDecryptedTokenData decryptedToken): void | diff --git a/doc/models/google-pay-wallet-response.md b/doc/models/google-pay-wallet-response.md index 839ac2b..a3275f0 100644 --- a/doc/models/google-pay-wallet-response.md +++ b/doc/models/google-pay-wallet-response.md @@ -12,7 +12,7 @@ Google Pay Wallet payment data. | Name | Type | Tags | Description | Getter | Setter | | --- | --- | --- | --- | --- | --- | | `name` | `?string` | Optional | The full name representation like Mr J Smith.
**Constraints**: *Minimum Length*: `3`, *Maximum Length*: `300` | getName(): ?string | setName(?string name): void | -| `emailAddress` | `?string` | Optional | The internationalized email address.
Note: Up to 64 characters are allowed before and 255 characters are allowed after the @ sign. However, the generally accepted maximum length for an email address is 254 characters. The pattern verifies that an unquoted @ sign exists.

**Constraints**: *Minimum Length*: `3`, *Maximum Length*: `254`, *Pattern*: `^(?:[A-Za-z0-9!#$%&'*+/=?^_`{\|}~-]+(?:\.[A-Za-z0-9!#$%&'*+/=?^_`{\|}~-]+)*\|"(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]\|\\[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[A-Za-z0-9](?:[A-Za-z0-9-]*[A-Za-z0-9])?\.)+[A-Za-z0-9](?:[A-Za-z0-9-]*[A-Za-z0-9])?\|\[(?:(?:25[0-5]\|2[0-4][0-9]\|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]\|2[0-4][0-9]\|[01]?[0-9][0-9]?\|[A-Za-z0-9-]*[A-Za-z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]\|\\[\x01-\x09\x0b\x0c\x0e-\x7f])+)\])$` | getEmailAddress(): ?string | setEmailAddress(?string emailAddress): void | +| `emailAddress` | `?string` | Optional | The internationalized email address.
Note: Up to 64 characters are allowed before and 255 characters are allowed after the @ sign. However, the generally accepted maximum length for an email address is 254 characters. The pattern verifies that an unquoted @ sign exists.

**Constraints**: *Minimum Length*: `3`, *Maximum Length*: `254`, *Pattern*: ``^(?:[A-Za-z0-9!#$%&'*+/=?^_`{\|}~-]+(?:\.[A-Za-z0-9!#$%&'*+/=?^_`{\|}~-]+)*\|"(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]\|\\[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[A-Za-z0-9](?:[A-Za-z0-9-]*[A-Za-z0-9])?\.)+[A-Za-z0-9](?:[A-Za-z0-9-]*[A-Za-z0-9])?\|\[(?:(?:25[0-5]\|2[0-4][0-9]\|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]\|2[0-4][0-9]\|[01]?[0-9][0-9]?\|[A-Za-z0-9-]*[A-Za-z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]\|\\[\x01-\x09\x0b\x0c\x0e-\x7f])+)\])$`` | getEmailAddress(): ?string | setEmailAddress(?string emailAddress): void | | `phoneNumber` | [`?PhoneNumberWithCountryCode`](../../doc/models/phone-number-with-country-code.md) | Optional | The phone number in its canonical international [E.164 numbering plan format](https://www.itu.int/rec/T-REC-E.164/en). | getPhoneNumber(): ?PhoneNumberWithCountryCode | setPhoneNumber(?PhoneNumberWithCountryCode phoneNumber): void | | `card` | [`?GooglePayCardResponse`](../../doc/models/google-pay-card-response.md) | Optional | The payment card to use to fund a Google Pay payment response. Can be a credit or debit card. | getCard(): ?GooglePayCardResponse | setCard(?GooglePayCardResponse card): void | diff --git a/doc/models/p24-payment-object.md b/doc/models/p24-payment-object.md index caad8dd..b7514da 100644 --- a/doc/models/p24-payment-object.md +++ b/doc/models/p24-payment-object.md @@ -12,7 +12,7 @@ Information used to pay using P24(Przelewy24). | Name | Type | Tags | Description | Getter | Setter | | --- | --- | --- | --- | --- | --- | | `name` | `?string` | Optional | The full name representation like Mr J Smith.
**Constraints**: *Minimum Length*: `3`, *Maximum Length*: `300` | getName(): ?string | setName(?string name): void | -| `email` | `?string` | Optional | The internationalized email address.
Note: Up to 64 characters are allowed before and 255 characters are allowed after the @ sign. However, the generally accepted maximum length for an email address is 254 characters. The pattern verifies that an unquoted @ sign exists.

**Constraints**: *Minimum Length*: `3`, *Maximum Length*: `254`, *Pattern*: `^(?:[A-Za-z0-9!#$%&'*+/=?^_`{\|}~-]+(?:\.[A-Za-z0-9!#$%&'*+/=?^_`{\|}~-]+)*\|"(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]\|\\[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[A-Za-z0-9](?:[A-Za-z0-9-]*[A-Za-z0-9])?\.)+[A-Za-z0-9](?:[A-Za-z0-9-]*[A-Za-z0-9])?\|\[(?:(?:25[0-5]\|2[0-4][0-9]\|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]\|2[0-4][0-9]\|[01]?[0-9][0-9]?\|[A-Za-z0-9-]*[A-Za-z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]\|\\[\x01-\x09\x0b\x0c\x0e-\x7f])+)\])$` | getEmail(): ?string | setEmail(?string email): void | +| `email` | `?string` | Optional | The internationalized email address.
Note: Up to 64 characters are allowed before and 255 characters are allowed after the @ sign. However, the generally accepted maximum length for an email address is 254 characters. The pattern verifies that an unquoted @ sign exists.

**Constraints**: *Minimum Length*: `3`, *Maximum Length*: `254`, *Pattern*: ``^(?:[A-Za-z0-9!#$%&'*+/=?^_`{\|}~-]+(?:\.[A-Za-z0-9!#$%&'*+/=?^_`{\|}~-]+)*\|"(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]\|\\[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[A-Za-z0-9](?:[A-Za-z0-9-]*[A-Za-z0-9])?\.)+[A-Za-z0-9](?:[A-Za-z0-9-]*[A-Za-z0-9])?\|\[(?:(?:25[0-5]\|2[0-4][0-9]\|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]\|2[0-4][0-9]\|[01]?[0-9][0-9]?\|[A-Za-z0-9-]*[A-Za-z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]\|\\[\x01-\x09\x0b\x0c\x0e-\x7f])+)\])$`` | getEmail(): ?string | setEmail(?string email): void | | `countryCode` | `?string` | Optional | The [two-character ISO 3166-1 code](/api/rest/reference/country-codes/) that identifies the country or region.
Note: The country code for Great Britain is GB and not UK as used in the top-level domain names for that country. Use the `C2` country code for China worldwide for comparable uncontrolled price (CUP) method, bank card, and cross-border transactions.

**Constraints**: *Minimum Length*: `2`, *Maximum Length*: `2`, *Pattern*: `^([A-Z]{2}\|C2)$` | getCountryCode(): ?string | setCountryCode(?string countryCode): void | | `paymentDescriptor` | `?string` | Optional | P24 generated payment description.
**Constraints**: *Minimum Length*: `1`, *Maximum Length*: `2000` | getPaymentDescriptor(): ?string | setPaymentDescriptor(?string paymentDescriptor): void | | `methodId` | `?string` | Optional | Numeric identifier of the payment scheme or bank used for the payment.
**Constraints**: *Minimum Length*: `1`, *Maximum Length*: `300` | getMethodId(): ?string | setMethodId(?string methodId): void | diff --git a/doc/models/p24-payment-request.md b/doc/models/p24-payment-request.md index 9ddf73b..9d7713c 100644 --- a/doc/models/p24-payment-request.md +++ b/doc/models/p24-payment-request.md @@ -12,7 +12,7 @@ Information needed to pay using P24 (Przelewy24). | Name | Type | Tags | Description | Getter | Setter | | --- | --- | --- | --- | --- | --- | | `name` | `string` | Required | The full name representation like Mr J Smith.
**Constraints**: *Minimum Length*: `3`, *Maximum Length*: `300` | getName(): string | setName(string name): void | -| `email` | `string` | Required | The internationalized email address.
Note: Up to 64 characters are allowed before and 255 characters are allowed after the @ sign. However, the generally accepted maximum length for an email address is 254 characters. The pattern verifies that an unquoted @ sign exists.

**Constraints**: *Minimum Length*: `3`, *Maximum Length*: `254`, *Pattern*: `^(?:[A-Za-z0-9!#$%&'*+/=?^_`{\|}~-]+(?:\.[A-Za-z0-9!#$%&'*+/=?^_`{\|}~-]+)*\|"(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]\|\\[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[A-Za-z0-9](?:[A-Za-z0-9-]*[A-Za-z0-9])?\.)+[A-Za-z0-9](?:[A-Za-z0-9-]*[A-Za-z0-9])?\|\[(?:(?:25[0-5]\|2[0-4][0-9]\|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]\|2[0-4][0-9]\|[01]?[0-9][0-9]?\|[A-Za-z0-9-]*[A-Za-z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]\|\\[\x01-\x09\x0b\x0c\x0e-\x7f])+)\])$` | getEmail(): string | setEmail(string email): void | +| `email` | `string` | Required | The internationalized email address.
Note: Up to 64 characters are allowed before and 255 characters are allowed after the @ sign. However, the generally accepted maximum length for an email address is 254 characters. The pattern verifies that an unquoted @ sign exists.

**Constraints**: *Minimum Length*: `3`, *Maximum Length*: `254`, *Pattern*: ``^(?:[A-Za-z0-9!#$%&'*+/=?^_`{\|}~-]+(?:\.[A-Za-z0-9!#$%&'*+/=?^_`{\|}~-]+)*\|"(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]\|\\[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[A-Za-z0-9](?:[A-Za-z0-9-]*[A-Za-z0-9])?\.)+[A-Za-z0-9](?:[A-Za-z0-9-]*[A-Za-z0-9])?\|\[(?:(?:25[0-5]\|2[0-4][0-9]\|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]\|2[0-4][0-9]\|[01]?[0-9][0-9]?\|[A-Za-z0-9-]*[A-Za-z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]\|\\[\x01-\x09\x0b\x0c\x0e-\x7f])+)\])$`` | getEmail(): string | setEmail(string email): void | | `countryCode` | `string` | Required | The [two-character ISO 3166-1 code](/api/rest/reference/country-codes/) that identifies the country or region.
Note: The country code for Great Britain is GB and not UK as used in the top-level domain names for that country. Use the `C2` country code for China worldwide for comparable uncontrolled price (CUP) method, bank card, and cross-border transactions.

**Constraints**: *Minimum Length*: `2`, *Maximum Length*: `2`, *Pattern*: `^([A-Z]{2}\|C2)$` | getCountryCode(): string | setCountryCode(string countryCode): void | | `experienceContext` | [`?ExperienceContext`](../../doc/models/experience-context.md) | Optional | Customizes the payer experience during the approval process for the payment. | getExperienceContext(): ?ExperienceContext | setExperienceContext(?ExperienceContext experienceContext): void | diff --git a/doc/models/pay-pal-payment-token.md b/doc/models/pay-pal-payment-token.md index 4cc5b20..47421be 100644 --- a/doc/models/pay-pal-payment-token.md +++ b/doc/models/pay-pal-payment-token.md @@ -14,7 +14,7 @@ | `permitMultiplePaymentTokens` | `?bool` | Optional | Create multiple payment tokens for the same payer, merchant/platform combination. Use this when the customer has not logged in at merchant/platform. The payment token thus generated, can then also be used to create the customer account at merchant/platform. Use this also when multiple payment tokens are required for the same payer, different customer at merchant/platform. This helps to identify customers distinctly even though they may share the same PayPal account. This only applies to PayPal payment source.
**Default**: `false` | getPermitMultiplePaymentTokens(): ?bool | setPermitMultiplePaymentTokens(?bool permitMultiplePaymentTokens): void | | `usageType` | `?string` | Optional | The usage type associated with a digital wallet payment token.
**Constraints**: *Minimum Length*: `1`, *Maximum Length*: `255`, *Pattern*: `^[0-9A-Z_]+$` | getUsageType(): ?string | setUsageType(?string usageType): void | | `customerType` | `?string` | Optional | The customer type associated with a digital wallet payment token. This is to indicate whether the customer acting on the merchant / platform is either a business or a consumer.
**Constraints**: *Minimum Length*: `1`, *Maximum Length*: `255`, *Pattern*: `^[0-9A-Z_]+$` | getCustomerType(): ?string | setCustomerType(?string customerType): void | -| `emailAddress` | `?string` | Optional | The internationalized email address.
Note: Up to 64 characters are allowed before and 255 characters are allowed after the @ sign. However, the generally accepted maximum length for an email address is 254 characters. The pattern verifies that an unquoted @ sign exists.

**Constraints**: *Minimum Length*: `3`, *Maximum Length*: `254`, *Pattern*: `(?:[a-zA-Z0-9!#$%&'*+/=?^_`{\|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{\|}~-]+)*\|(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]\|\[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\.)+[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\|\[(?:(?:(2(5[0-5]\|[0-4][0-9])\|1[0-9][0-9]\|[1-9]?[0-9]))\.){3}(?:(2(5[0-5]\|[0-4][0-9])\|1[0-9][0-9]\|[1-9]?[0-9])\|[a-zA-Z0-9-]*[a-zA-Z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]\|\[\x01-\x09\x0b\x0c\x0e-\x7f])+)\])` | getEmailAddress(): ?string | setEmailAddress(?string emailAddress): void | +| `emailAddress` | `?string` | Optional | The internationalized email address.
Note: Up to 64 characters are allowed before and 255 characters are allowed after the @ sign. However, the generally accepted maximum length for an email address is 254 characters. The pattern verifies that an unquoted @ sign exists.

**Constraints**: *Minimum Length*: `3`, *Maximum Length*: `254`, *Pattern*: ``(?:[a-zA-Z0-9!#$%&'*+/=?^_`{\|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{\|}~-]+)*\|(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]\|\[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\.)+[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\|\[(?:(?:(2(5[0-5]\|[0-4][0-9])\|1[0-9][0-9]\|[1-9]?[0-9]))\.){3}(?:(2(5[0-5]\|[0-4][0-9])\|1[0-9][0-9]\|[1-9]?[0-9])\|[a-zA-Z0-9-]*[a-zA-Z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]\|\[\x01-\x09\x0b\x0c\x0e-\x7f])+)\])`` | getEmailAddress(): ?string | setEmailAddress(?string emailAddress): void | | `payerId` | `?string` | Optional | The account identifier for a PayPal account.
**Constraints**: *Minimum Length*: `13`, *Maximum Length*: `13`, *Pattern*: `^[2-9A-HJ-NP-Z]{13}$` | getPayerId(): ?string | setPayerId(?string payerId): void | | `name` | [`?Name`](../../doc/models/name.md) | Optional | The name of the party. | getName(): ?Name | setName(?Name name): void | | `phone` | [`?PhoneWithType`](../../doc/models/phone-with-type.md) | Optional | The phone information. | getPhone(): ?PhoneWithType | setPhone(?PhoneWithType phone): void | diff --git a/doc/models/pay-pal-wallet-customer-request.md b/doc/models/pay-pal-wallet-customer-request.md index d07019e..6bab016 100644 --- a/doc/models/pay-pal-wallet-customer-request.md +++ b/doc/models/pay-pal-wallet-customer-request.md @@ -10,7 +10,7 @@ | Name | Type | Tags | Description | Getter | Setter | | --- | --- | --- | --- | --- | --- | | `id` | `?string` | Optional | The unique ID for a customer generated by PayPal.
**Constraints**: *Minimum Length*: `1`, *Maximum Length*: `22`, *Pattern*: `^[0-9a-zA-Z_-]+$` | getId(): ?string | setId(?string id): void | -| `emailAddress` | `?string` | Optional | The internationalized email address.
Note: Up to 64 characters are allowed before and 255 characters are allowed after the @ sign. However, the generally accepted maximum length for an email address is 254 characters. The pattern verifies that an unquoted @ sign exists.

**Constraints**: *Minimum Length*: `3`, *Maximum Length*: `254`, *Pattern*: `(?:[a-zA-Z0-9!#$%&'*+/=?^_`{\|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{\|}~-]+)*\|(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]\|\[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\.)+[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\|\[(?:(?:(2(5[0-5]\|[0-4][0-9])\|1[0-9][0-9]\|[1-9]?[0-9]))\.){3}(?:(2(5[0-5]\|[0-4][0-9])\|1[0-9][0-9]\|[1-9]?[0-9])\|[a-zA-Z0-9-]*[a-zA-Z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]\|\[\x01-\x09\x0b\x0c\x0e-\x7f])+)\])` | getEmailAddress(): ?string | setEmailAddress(?string emailAddress): void | +| `emailAddress` | `?string` | Optional | The internationalized email address.
Note: Up to 64 characters are allowed before and 255 characters are allowed after the @ sign. However, the generally accepted maximum length for an email address is 254 characters. The pattern verifies that an unquoted @ sign exists.

**Constraints**: *Minimum Length*: `3`, *Maximum Length*: `254`, *Pattern*: ``(?:[a-zA-Z0-9!#$%&'*+/=?^_`{\|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{\|}~-]+)*\|(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]\|\[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\.)+[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\|\[(?:(?:(2(5[0-5]\|[0-4][0-9])\|1[0-9][0-9]\|[1-9]?[0-9]))\.){3}(?:(2(5[0-5]\|[0-4][0-9])\|1[0-9][0-9]\|[1-9]?[0-9])\|[a-zA-Z0-9-]*[a-zA-Z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]\|\[\x01-\x09\x0b\x0c\x0e-\x7f])+)\])`` | getEmailAddress(): ?string | setEmailAddress(?string emailAddress): void | | `phone` | [`?PhoneWithType`](../../doc/models/phone-with-type.md) | Optional | The phone information. | getPhone(): ?PhoneWithType | setPhone(?PhoneWithType phone): void | | `merchantCustomerId` | `?string` | Optional | Merchants and partners may already have a data-store where their customer information is persisted. Use merchant_customer_id to associate the PayPal-generated customer.id to your representation of a customer.
**Constraints**: *Minimum Length*: `1`, *Maximum Length*: `64`, *Pattern*: `^[0-9a-zA-Z-_.^*$@#]+$` | getMerchantCustomerId(): ?string | setMerchantCustomerId(?string merchantCustomerId): void | diff --git a/doc/models/pay-pal-wallet-customer.md b/doc/models/pay-pal-wallet-customer.md index 817e3c9..df1ca00 100644 --- a/doc/models/pay-pal-wallet-customer.md +++ b/doc/models/pay-pal-wallet-customer.md @@ -12,7 +12,7 @@ The details about a customer in PayPal's system of record. | Name | Type | Tags | Description | Getter | Setter | | --- | --- | --- | --- | --- | --- | | `id` | `?string` | Optional | The unique ID for a customer generated by PayPal.
**Constraints**: *Minimum Length*: `1`, *Maximum Length*: `22`, *Pattern*: `^[0-9a-zA-Z_-]+$` | getId(): ?string | setId(?string id): void | -| `emailAddress` | `?string` | Optional | The internationalized email address.
Note: Up to 64 characters are allowed before and 255 characters are allowed after the @ sign. However, the generally accepted maximum length for an email address is 254 characters. The pattern verifies that an unquoted @ sign exists.

**Constraints**: *Minimum Length*: `3`, *Maximum Length*: `254`, *Pattern*: `(?:[a-zA-Z0-9!#$%&'*+/=?^_`{\|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{\|}~-]+)*\|(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]\|\[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\.)+[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\|\[(?:(?:(2(5[0-5]\|[0-4][0-9])\|1[0-9][0-9]\|[1-9]?[0-9]))\.){3}(?:(2(5[0-5]\|[0-4][0-9])\|1[0-9][0-9]\|[1-9]?[0-9])\|[a-zA-Z0-9-]*[a-zA-Z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]\|\[\x01-\x09\x0b\x0c\x0e-\x7f])+)\])` | getEmailAddress(): ?string | setEmailAddress(?string emailAddress): void | +| `emailAddress` | `?string` | Optional | The internationalized email address.
Note: Up to 64 characters are allowed before and 255 characters are allowed after the @ sign. However, the generally accepted maximum length for an email address is 254 characters. The pattern verifies that an unquoted @ sign exists.

**Constraints**: *Minimum Length*: `3`, *Maximum Length*: `254`, *Pattern*: ``(?:[a-zA-Z0-9!#$%&'*+/=?^_`{\|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{\|}~-]+)*\|(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]\|\[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\.)+[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\|\[(?:(?:(2(5[0-5]\|[0-4][0-9])\|1[0-9][0-9]\|[1-9]?[0-9]))\.){3}(?:(2(5[0-5]\|[0-4][0-9])\|1[0-9][0-9]\|[1-9]?[0-9])\|[a-zA-Z0-9-]*[a-zA-Z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]\|\[\x01-\x09\x0b\x0c\x0e-\x7f])+)\])`` | getEmailAddress(): ?string | setEmailAddress(?string emailAddress): void | | `phone` | [`?PhoneWithType`](../../doc/models/phone-with-type.md) | Optional | The phone information. | getPhone(): ?PhoneWithType | setPhone(?PhoneWithType phone): void | | `merchantCustomerId` | `?string` | Optional | Merchants and partners may already have a data-store where their customer information is persisted. Use merchant_customer_id to associate the PayPal-generated customer.id to your representation of a customer.
**Constraints**: *Minimum Length*: `1`, *Maximum Length*: `64`, *Pattern*: `^[0-9a-zA-Z-_.^*$@#]+$` | getMerchantCustomerId(): ?string | setMerchantCustomerId(?string merchantCustomerId): void | diff --git a/doc/models/pay-pal-wallet-response.md b/doc/models/pay-pal-wallet-response.md index b370d2e..55854e7 100644 --- a/doc/models/pay-pal-wallet-response.md +++ b/doc/models/pay-pal-wallet-response.md @@ -11,7 +11,7 @@ The PayPal Wallet response. | Name | Type | Tags | Description | Getter | Setter | | --- | --- | --- | --- | --- | --- | -| `emailAddress` | `?string` | Optional | The internationalized email address.
Note: Up to 64 characters are allowed before and 255 characters are allowed after the @ sign. However, the generally accepted maximum length for an email address is 254 characters. The pattern verifies that an unquoted @ sign exists.

**Constraints**: *Minimum Length*: `3`, *Maximum Length*: `254`, *Pattern*: `(?:[a-zA-Z0-9!#$%&'*+/=?^_`{\|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{\|}~-]+)*\|(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]\|\[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\.)+[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\|\[(?:(?:(2(5[0-5]\|[0-4][0-9])\|1[0-9][0-9]\|[1-9]?[0-9]))\.){3}(?:(2(5[0-5]\|[0-4][0-9])\|1[0-9][0-9]\|[1-9]?[0-9])\|[a-zA-Z0-9-]*[a-zA-Z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]\|\[\x01-\x09\x0b\x0c\x0e-\x7f])+)\])` | getEmailAddress(): ?string | setEmailAddress(?string emailAddress): void | +| `emailAddress` | `?string` | Optional | The internationalized email address.
Note: Up to 64 characters are allowed before and 255 characters are allowed after the @ sign. However, the generally accepted maximum length for an email address is 254 characters. The pattern verifies that an unquoted @ sign exists.

**Constraints**: *Minimum Length*: `3`, *Maximum Length*: `254`, *Pattern*: ``(?:[a-zA-Z0-9!#$%&'*+/=?^_`{\|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{\|}~-]+)*\|(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]\|\[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\.)+[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\|\[(?:(?:(2(5[0-5]\|[0-4][0-9])\|1[0-9][0-9]\|[1-9]?[0-9]))\.){3}(?:(2(5[0-5]\|[0-4][0-9])\|1[0-9][0-9]\|[1-9]?[0-9])\|[a-zA-Z0-9-]*[a-zA-Z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]\|\[\x01-\x09\x0b\x0c\x0e-\x7f])+)\])`` | getEmailAddress(): ?string | setEmailAddress(?string emailAddress): void | | `accountId` | `?string` | Optional | The PayPal payer ID, which is a masked version of the PayPal account number intended for use with third parties. The account number is reversibly encrypted and a proprietary variant of Base32 is used to encode the result.
**Constraints**: *Minimum Length*: `13`, *Maximum Length*: `13`, *Pattern*: `^[2-9A-HJ-NP-Z]{13}$` | getAccountId(): ?string | setAccountId(?string accountId): void | | `accountStatus` | [`?string(PayPalWalletAccountVerificationStatus)`](../../doc/models/pay-pal-wallet-account-verification-status.md) | Optional | The account status indicates whether the buyer has verified the financial details associated with their PayPal account.
**Constraints**: *Minimum Length*: `1`, *Maximum Length*: `255`, *Pattern*: `^[A-Z_]+$` | getAccountStatus(): ?string | setAccountStatus(?string accountStatus): void | | `name` | [`?Name`](../../doc/models/name.md) | Optional | The name of the party. | getName(): ?Name | setName(?Name name): void | diff --git a/doc/models/pay-pal-wallet.md b/doc/models/pay-pal-wallet.md index bace786..c2eca12 100644 --- a/doc/models/pay-pal-wallet.md +++ b/doc/models/pay-pal-wallet.md @@ -12,7 +12,7 @@ A resource that identifies a PayPal Wallet is used for payment. | Name | Type | Tags | Description | Getter | Setter | | --- | --- | --- | --- | --- | --- | | `vaultId` | `?string` | Optional | The PayPal-generated ID for the vaulted payment source. This ID should be stored on the merchant's server so the saved payment source can be used for future transactions.
**Constraints**: *Minimum Length*: `1`, *Maximum Length*: `255`, *Pattern*: `^[0-9a-zA-Z_-]+$` | getVaultId(): ?string | setVaultId(?string vaultId): void | -| `emailAddress` | `?string` | Optional | The internationalized email address.
Note: Up to 64 characters are allowed before and 255 characters are allowed after the @ sign. However, the generally accepted maximum length for an email address is 254 characters. The pattern verifies that an unquoted @ sign exists.

**Constraints**: *Minimum Length*: `3`, *Maximum Length*: `254`, *Pattern*: `(?:[a-zA-Z0-9!#$%&'*+/=?^_`{\|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{\|}~-]+)*\|(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]\|\[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\.)+[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\|\[(?:(?:(2(5[0-5]\|[0-4][0-9])\|1[0-9][0-9]\|[1-9]?[0-9]))\.){3}(?:(2(5[0-5]\|[0-4][0-9])\|1[0-9][0-9]\|[1-9]?[0-9])\|[a-zA-Z0-9-]*[a-zA-Z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]\|\[\x01-\x09\x0b\x0c\x0e-\x7f])+)\])` | getEmailAddress(): ?string | setEmailAddress(?string emailAddress): void | +| `emailAddress` | `?string` | Optional | The internationalized email address.
Note: Up to 64 characters are allowed before and 255 characters are allowed after the @ sign. However, the generally accepted maximum length for an email address is 254 characters. The pattern verifies that an unquoted @ sign exists.

**Constraints**: *Minimum Length*: `3`, *Maximum Length*: `254`, *Pattern*: ``(?:[a-zA-Z0-9!#$%&'*+/=?^_`{\|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{\|}~-]+)*\|(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]\|\[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\.)+[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\|\[(?:(?:(2(5[0-5]\|[0-4][0-9])\|1[0-9][0-9]\|[1-9]?[0-9]))\.){3}(?:(2(5[0-5]\|[0-4][0-9])\|1[0-9][0-9]\|[1-9]?[0-9])\|[a-zA-Z0-9-]*[a-zA-Z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]\|\[\x01-\x09\x0b\x0c\x0e-\x7f])+)\])`` | getEmailAddress(): ?string | setEmailAddress(?string emailAddress): void | | `name` | [`?Name`](../../doc/models/name.md) | Optional | The name of the party. | getName(): ?Name | setName(?Name name): void | | `phone` | [`?PhoneWithType`](../../doc/models/phone-with-type.md) | Optional | The phone information. | getPhone(): ?PhoneWithType | setPhone(?PhoneWithType phone): void | | `birthDate` | `?string` | Optional | The stand-alone date, in [Internet date and time format](https://tools.ietf.org/html/rfc3339#section-5.6). To represent special legal values, such as a date of birth, you should use dates with no associated time or time-zone data. Whenever possible, use the standard `date_time` type. This regular expression does not validate all dates. For example, February 31 is valid and nothing is known about leap years.
**Constraints**: *Minimum Length*: `10`, *Maximum Length*: `10`, *Pattern*: `^[0-9]{4}-(0[1-9]\|1[0-2])-(0[1-9]\|[1-2][0-9]\|3[0-1])$` | getBirthDate(): ?string | setBirthDate(?string birthDate): void | diff --git a/doc/models/payee-base.md b/doc/models/payee-base.md index a6a9c82..229226b 100644 --- a/doc/models/payee-base.md +++ b/doc/models/payee-base.md @@ -11,7 +11,7 @@ The details for the merchant who receives the funds and fulfills the order. The | Name | Type | Tags | Description | Getter | Setter | | --- | --- | --- | --- | --- | --- | -| `emailAddress` | `?string` | Optional | The internationalized email address.
Note: Up to 64 characters are allowed before and 255 characters are allowed after the @ sign. However, the generally accepted maximum length for an email address is 254 characters. The pattern verifies that an unquoted @ sign exists.

**Constraints**: *Minimum Length*: `3`, *Maximum Length*: `254`, *Pattern*: `(?:[a-zA-Z0-9!#$%&'*+/=?^_`{\|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{\|}~-]+)*\|(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]\|\[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\.)+[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\|\[(?:(?:(2(5[0-5]\|[0-4][0-9])\|1[0-9][0-9]\|[1-9]?[0-9]))\.){3}(?:(2(5[0-5]\|[0-4][0-9])\|1[0-9][0-9]\|[1-9]?[0-9])\|[a-zA-Z0-9-]*[a-zA-Z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]\|\[\x01-\x09\x0b\x0c\x0e-\x7f])+)\])` | getEmailAddress(): ?string | setEmailAddress(?string emailAddress): void | +| `emailAddress` | `?string` | Optional | The internationalized email address.
Note: Up to 64 characters are allowed before and 255 characters are allowed after the @ sign. However, the generally accepted maximum length for an email address is 254 characters. The pattern verifies that an unquoted @ sign exists.

**Constraints**: *Minimum Length*: `3`, *Maximum Length*: `254`, *Pattern*: ``(?:[a-zA-Z0-9!#$%&'*+/=?^_`{\|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{\|}~-]+)*\|(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]\|\[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\.)+[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\|\[(?:(?:(2(5[0-5]\|[0-4][0-9])\|1[0-9][0-9]\|[1-9]?[0-9]))\.){3}(?:(2(5[0-5]\|[0-4][0-9])\|1[0-9][0-9]\|[1-9]?[0-9])\|[a-zA-Z0-9-]*[a-zA-Z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]\|\[\x01-\x09\x0b\x0c\x0e-\x7f])+)\])`` | getEmailAddress(): ?string | setEmailAddress(?string emailAddress): void | | `merchantId` | `?string` | Optional | The account identifier for a PayPal account.
**Constraints**: *Minimum Length*: `13`, *Maximum Length*: `13`, *Pattern*: `^[2-9A-HJ-NP-Z]{13}$` | getMerchantId(): ?string | setMerchantId(?string merchantId): void | ## Example (as JSON) diff --git a/doc/models/payee.md b/doc/models/payee.md index 33c4ce2..738d68a 100644 --- a/doc/models/payee.md +++ b/doc/models/payee.md @@ -11,7 +11,7 @@ The merchant who receives the funds and fulfills the order. The merchant is also | Name | Type | Tags | Description | Getter | Setter | | --- | --- | --- | --- | --- | --- | -| `emailAddress` | `?string` | Optional | The internationalized email address.
Note: Up to 64 characters are allowed before and 255 characters are allowed after the @ sign. However, the generally accepted maximum length for an email address is 254 characters. The pattern verifies that an unquoted @ sign exists.

**Constraints**: *Minimum Length*: `3`, *Maximum Length*: `254`, *Pattern*: `(?:[a-zA-Z0-9!#$%&'*+/=?^_`{\|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{\|}~-]+)*\|(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]\|\[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\.)+[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\|\[(?:(?:(2(5[0-5]\|[0-4][0-9])\|1[0-9][0-9]\|[1-9]?[0-9]))\.){3}(?:(2(5[0-5]\|[0-4][0-9])\|1[0-9][0-9]\|[1-9]?[0-9])\|[a-zA-Z0-9-]*[a-zA-Z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]\|\[\x01-\x09\x0b\x0c\x0e-\x7f])+)\])` | getEmailAddress(): ?string | setEmailAddress(?string emailAddress): void | +| `emailAddress` | `?string` | Optional | The internationalized email address.
Note: Up to 64 characters are allowed before and 255 characters are allowed after the @ sign. However, the generally accepted maximum length for an email address is 254 characters. The pattern verifies that an unquoted @ sign exists.

**Constraints**: *Minimum Length*: `3`, *Maximum Length*: `254`, *Pattern*: ``(?:[a-zA-Z0-9!#$%&'*+/=?^_`{\|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{\|}~-]+)*\|(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]\|\[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\.)+[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\|\[(?:(?:(2(5[0-5]\|[0-4][0-9])\|1[0-9][0-9]\|[1-9]?[0-9]))\.){3}(?:(2(5[0-5]\|[0-4][0-9])\|1[0-9][0-9]\|[1-9]?[0-9])\|[a-zA-Z0-9-]*[a-zA-Z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]\|\[\x01-\x09\x0b\x0c\x0e-\x7f])+)\])`` | getEmailAddress(): ?string | setEmailAddress(?string emailAddress): void | | `merchantId` | `?string` | Optional | The account identifier for a PayPal account.
**Constraints**: *Minimum Length*: `13`, *Maximum Length*: `13`, *Pattern*: `^[2-9A-HJ-NP-Z]{13}$` | getMerchantId(): ?string | setMerchantId(?string merchantId): void | ## Example (as JSON) diff --git a/doc/models/payer-base.md b/doc/models/payer-base.md index 61fe68d..d81be1a 100644 --- a/doc/models/payer-base.md +++ b/doc/models/payer-base.md @@ -11,7 +11,7 @@ The customer who approves and pays for the order. The customer is also known as | Name | Type | Tags | Description | Getter | Setter | | --- | --- | --- | --- | --- | --- | -| `emailAddress` | `?string` | Optional | The internationalized email address.
Note: Up to 64 characters are allowed before and 255 characters are allowed after the @ sign. However, the generally accepted maximum length for an email address is 254 characters. The pattern verifies that an unquoted @ sign exists.

**Constraints**: *Minimum Length*: `3`, *Maximum Length*: `254`, *Pattern*: `(?:[a-zA-Z0-9!#$%&'*+/=?^_`{\|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{\|}~-]+)*\|(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]\|\[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\.)+[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\|\[(?:(?:(2(5[0-5]\|[0-4][0-9])\|1[0-9][0-9]\|[1-9]?[0-9]))\.){3}(?:(2(5[0-5]\|[0-4][0-9])\|1[0-9][0-9]\|[1-9]?[0-9])\|[a-zA-Z0-9-]*[a-zA-Z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]\|\[\x01-\x09\x0b\x0c\x0e-\x7f])+)\])` | getEmailAddress(): ?string | setEmailAddress(?string emailAddress): void | +| `emailAddress` | `?string` | Optional | The internationalized email address.
Note: Up to 64 characters are allowed before and 255 characters are allowed after the @ sign. However, the generally accepted maximum length for an email address is 254 characters. The pattern verifies that an unquoted @ sign exists.

**Constraints**: *Minimum Length*: `3`, *Maximum Length*: `254`, *Pattern*: ``(?:[a-zA-Z0-9!#$%&'*+/=?^_`{\|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{\|}~-]+)*\|(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]\|\[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\.)+[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\|\[(?:(?:(2(5[0-5]\|[0-4][0-9])\|1[0-9][0-9]\|[1-9]?[0-9]))\.){3}(?:(2(5[0-5]\|[0-4][0-9])\|1[0-9][0-9]\|[1-9]?[0-9])\|[a-zA-Z0-9-]*[a-zA-Z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]\|\[\x01-\x09\x0b\x0c\x0e-\x7f])+)\])`` | getEmailAddress(): ?string | setEmailAddress(?string emailAddress): void | | `payerId` | `?string` | Optional | The account identifier for a PayPal account.
**Constraints**: *Minimum Length*: `13`, *Maximum Length*: `13`, *Pattern*: `^[2-9A-HJ-NP-Z]{13}$` | getPayerId(): ?string | setPayerId(?string payerId): void | ## Example (as JSON) diff --git a/doc/models/payer.md b/doc/models/payer.md index a507d60..58bd133 100644 --- a/doc/models/payer.md +++ b/doc/models/payer.md @@ -9,7 +9,7 @@ | Name | Type | Tags | Description | Getter | Setter | | --- | --- | --- | --- | --- | --- | -| `emailAddress` | `?string` | Optional | The internationalized email address.
Note: Up to 64 characters are allowed before and 255 characters are allowed after the @ sign. However, the generally accepted maximum length for an email address is 254 characters. The pattern verifies that an unquoted @ sign exists.

**Constraints**: *Minimum Length*: `3`, *Maximum Length*: `254`, *Pattern*: `(?:[a-zA-Z0-9!#$%&'*+/=?^_`{\|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{\|}~-]+)*\|(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]\|\[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\.)+[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\|\[(?:(?:(2(5[0-5]\|[0-4][0-9])\|1[0-9][0-9]\|[1-9]?[0-9]))\.){3}(?:(2(5[0-5]\|[0-4][0-9])\|1[0-9][0-9]\|[1-9]?[0-9])\|[a-zA-Z0-9-]*[a-zA-Z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]\|\[\x01-\x09\x0b\x0c\x0e-\x7f])+)\])` | getEmailAddress(): ?string | setEmailAddress(?string emailAddress): void | +| `emailAddress` | `?string` | Optional | The internationalized email address.
Note: Up to 64 characters are allowed before and 255 characters are allowed after the @ sign. However, the generally accepted maximum length for an email address is 254 characters. The pattern verifies that an unquoted @ sign exists.

**Constraints**: *Minimum Length*: `3`, *Maximum Length*: `254`, *Pattern*: ``(?:[a-zA-Z0-9!#$%&'*+/=?^_`{\|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{\|}~-]+)*\|(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]\|\[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\.)+[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\|\[(?:(?:(2(5[0-5]\|[0-4][0-9])\|1[0-9][0-9]\|[1-9]?[0-9]))\.){3}(?:(2(5[0-5]\|[0-4][0-9])\|1[0-9][0-9]\|[1-9]?[0-9])\|[a-zA-Z0-9-]*[a-zA-Z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]\|\[\x01-\x09\x0b\x0c\x0e-\x7f])+)\])`` | getEmailAddress(): ?string | setEmailAddress(?string emailAddress): void | | `payerId` | `?string` | Optional | The account identifier for a PayPal account.
**Constraints**: *Minimum Length*: `13`, *Maximum Length*: `13`, *Pattern*: `^[2-9A-HJ-NP-Z]{13}$` | getPayerId(): ?string | setPayerId(?string payerId): void | | `name` | [`?Name`](../../doc/models/name.md) | Optional | The name of the party. | getName(): ?Name | setName(?Name name): void | | `phone` | [`?PhoneWithType`](../../doc/models/phone-with-type.md) | Optional | The phone information. | getPhone(): ?PhoneWithType | setPhone(?PhoneWithType phone): void | diff --git a/doc/models/venmo-payment-token.md b/doc/models/venmo-payment-token.md index 81dd162..3099ccd 100644 --- a/doc/models/venmo-payment-token.md +++ b/doc/models/venmo-payment-token.md @@ -14,7 +14,7 @@ | `permitMultiplePaymentTokens` | `?bool` | Optional | Create multiple payment tokens for the same payer, merchant/platform combination. Use this when the customer has not logged in at merchant/platform. The payment token thus generated, can then also be used to create the customer account at merchant/platform. Use this also when multiple payment tokens are required for the same payer, different customer at merchant/platform. This helps to identify customers distinctly even though they may share the same PayPal account. This only applies to PayPal payment source.
**Default**: `false` | getPermitMultiplePaymentTokens(): ?bool | setPermitMultiplePaymentTokens(?bool permitMultiplePaymentTokens): void | | `usageType` | `?string` | Optional | The usage type associated with a digital wallet payment token.
**Constraints**: *Minimum Length*: `1`, *Maximum Length*: `255`, *Pattern*: `^[0-9A-Z_]+$` | getUsageType(): ?string | setUsageType(?string usageType): void | | `customerType` | `?string` | Optional | The customer type associated with a digital wallet payment token. This is to indicate whether the customer acting on the merchant / platform is either a business or a consumer.
**Constraints**: *Minimum Length*: `1`, *Maximum Length*: `255`, *Pattern*: `^[0-9A-Z_]+$` | getCustomerType(): ?string | setCustomerType(?string customerType): void | -| `emailAddress` | `?string` | Optional | The internationalized email address.
Note: Up to 64 characters are allowed before and 255 characters are allowed after the @ sign. However, the generally accepted maximum length for an email address is 254 characters. The pattern verifies that an unquoted @ sign exists.

**Constraints**: *Minimum Length*: `3`, *Maximum Length*: `254`, *Pattern*: `(?:[a-zA-Z0-9!#$%&'*+/=?^_`{\|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{\|}~-]+)*\|(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]\|\[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\.)+[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\|\[(?:(?:(2(5[0-5]\|[0-4][0-9])\|1[0-9][0-9]\|[1-9]?[0-9]))\.){3}(?:(2(5[0-5]\|[0-4][0-9])\|1[0-9][0-9]\|[1-9]?[0-9])\|[a-zA-Z0-9-]*[a-zA-Z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]\|\[\x01-\x09\x0b\x0c\x0e-\x7f])+)\])` | getEmailAddress(): ?string | setEmailAddress(?string emailAddress): void | +| `emailAddress` | `?string` | Optional | The internationalized email address.
Note: Up to 64 characters are allowed before and 255 characters are allowed after the @ sign. However, the generally accepted maximum length for an email address is 254 characters. The pattern verifies that an unquoted @ sign exists.

**Constraints**: *Minimum Length*: `3`, *Maximum Length*: `254`, *Pattern*: ``(?:[a-zA-Z0-9!#$%&'*+/=?^_`{\|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{\|}~-]+)*\|(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]\|\[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\.)+[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\|\[(?:(?:(2(5[0-5]\|[0-4][0-9])\|1[0-9][0-9]\|[1-9]?[0-9]))\.){3}(?:(2(5[0-5]\|[0-4][0-9])\|1[0-9][0-9]\|[1-9]?[0-9])\|[a-zA-Z0-9-]*[a-zA-Z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]\|\[\x01-\x09\x0b\x0c\x0e-\x7f])+)\])`` | getEmailAddress(): ?string | setEmailAddress(?string emailAddress): void | | `payerId` | `?string` | Optional | The account identifier for a PayPal account.
**Constraints**: *Minimum Length*: `13`, *Maximum Length*: `13`, *Pattern*: `^[2-9A-HJ-NP-Z]{13}$` | getPayerId(): ?string | setPayerId(?string payerId): void | | `name` | [`?Name`](../../doc/models/name.md) | Optional | The name of the party. | getName(): ?Name | setName(?Name name): void | | `phone` | [`?PhoneWithType`](../../doc/models/phone-with-type.md) | Optional | The phone information. | getPhone(): ?PhoneWithType | setPhone(?PhoneWithType phone): void | diff --git a/doc/models/venmo-wallet-customer-information.md b/doc/models/venmo-wallet-customer-information.md index 5741112..8feeb0b 100644 --- a/doc/models/venmo-wallet-customer-information.md +++ b/doc/models/venmo-wallet-customer-information.md @@ -12,7 +12,7 @@ The details about a customer in PayPal's system of record. | Name | Type | Tags | Description | Getter | Setter | | --- | --- | --- | --- | --- | --- | | `id` | `?string` | Optional | The unique ID for a customer generated by PayPal.
**Constraints**: *Minimum Length*: `1`, *Maximum Length*: `22`, *Pattern*: `^[0-9a-zA-Z_-]+$` | getId(): ?string | setId(?string id): void | -| `emailAddress` | `?string` | Optional | The internationalized email address.
Note: Up to 64 characters are allowed before and 255 characters are allowed after the @ sign. However, the generally accepted maximum length for an email address is 254 characters. The pattern verifies that an unquoted @ sign exists.

**Constraints**: *Minimum Length*: `3`, *Maximum Length*: `254`, *Pattern*: `(?:[a-zA-Z0-9!#$%&'*+/=?^_`{\|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{\|}~-]+)*\|(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]\|\[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\.)+[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\|\[(?:(?:(2(5[0-5]\|[0-4][0-9])\|1[0-9][0-9]\|[1-9]?[0-9]))\.){3}(?:(2(5[0-5]\|[0-4][0-9])\|1[0-9][0-9]\|[1-9]?[0-9])\|[a-zA-Z0-9-]*[a-zA-Z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]\|\[\x01-\x09\x0b\x0c\x0e-\x7f])+)\])` | getEmailAddress(): ?string | setEmailAddress(?string emailAddress): void | +| `emailAddress` | `?string` | Optional | The internationalized email address.
Note: Up to 64 characters are allowed before and 255 characters are allowed after the @ sign. However, the generally accepted maximum length for an email address is 254 characters. The pattern verifies that an unquoted @ sign exists.

**Constraints**: *Minimum Length*: `3`, *Maximum Length*: `254`, *Pattern*: ``(?:[a-zA-Z0-9!#$%&'*+/=?^_`{\|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{\|}~-]+)*\|(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]\|\[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\.)+[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\|\[(?:(?:(2(5[0-5]\|[0-4][0-9])\|1[0-9][0-9]\|[1-9]?[0-9]))\.){3}(?:(2(5[0-5]\|[0-4][0-9])\|1[0-9][0-9]\|[1-9]?[0-9])\|[a-zA-Z0-9-]*[a-zA-Z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]\|\[\x01-\x09\x0b\x0c\x0e-\x7f])+)\])`` | getEmailAddress(): ?string | setEmailAddress(?string emailAddress): void | ## Example (as JSON) diff --git a/doc/models/venmo-wallet-request.md b/doc/models/venmo-wallet-request.md index 438165f..567e460 100644 --- a/doc/models/venmo-wallet-request.md +++ b/doc/models/venmo-wallet-request.md @@ -12,7 +12,7 @@ Information needed to pay using Venmo. | Name | Type | Tags | Description | Getter | Setter | | --- | --- | --- | --- | --- | --- | | `vaultId` | `?string` | Optional | The PayPal-generated ID for the vaulted payment source. This ID should be stored on the merchant's server so the saved payment source can be used for future transactions.
**Constraints**: *Minimum Length*: `1`, *Maximum Length*: `255`, *Pattern*: `^[0-9a-zA-Z_-]+$` | getVaultId(): ?string | setVaultId(?string vaultId): void | -| `emailAddress` | `?string` | Optional | The internationalized email address.
Note: Up to 64 characters are allowed before and 255 characters are allowed after the @ sign. However, the generally accepted maximum length for an email address is 254 characters. The pattern verifies that an unquoted @ sign exists.

**Constraints**: *Minimum Length*: `3`, *Maximum Length*: `254`, *Pattern*: `(?:[a-zA-Z0-9!#$%&'*+/=?^_`{\|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{\|}~-]+)*\|(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]\|\[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\.)+[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\|\[(?:(?:(2(5[0-5]\|[0-4][0-9])\|1[0-9][0-9]\|[1-9]?[0-9]))\.){3}(?:(2(5[0-5]\|[0-4][0-9])\|1[0-9][0-9]\|[1-9]?[0-9])\|[a-zA-Z0-9-]*[a-zA-Z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]\|\[\x01-\x09\x0b\x0c\x0e-\x7f])+)\])` | getEmailAddress(): ?string | setEmailAddress(?string emailAddress): void | +| `emailAddress` | `?string` | Optional | The internationalized email address.
Note: Up to 64 characters are allowed before and 255 characters are allowed after the @ sign. However, the generally accepted maximum length for an email address is 254 characters. The pattern verifies that an unquoted @ sign exists.

**Constraints**: *Minimum Length*: `3`, *Maximum Length*: `254`, *Pattern*: ``(?:[a-zA-Z0-9!#$%&'*+/=?^_`{\|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{\|}~-]+)*\|(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]\|\[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\.)+[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\|\[(?:(?:(2(5[0-5]\|[0-4][0-9])\|1[0-9][0-9]\|[1-9]?[0-9]))\.){3}(?:(2(5[0-5]\|[0-4][0-9])\|1[0-9][0-9]\|[1-9]?[0-9])\|[a-zA-Z0-9-]*[a-zA-Z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]\|\[\x01-\x09\x0b\x0c\x0e-\x7f])+)\])`` | getEmailAddress(): ?string | setEmailAddress(?string emailAddress): void | | `experienceContext` | [`?VenmoWalletExperienceContext`](../../doc/models/venmo-wallet-experience-context.md) | Optional | Customizes the buyer experience during the approval process for payment with Venmo.
Note: Partners and Marketplaces might configure shipping_preference during partner account setup, which overrides the request values.
| getExperienceContext(): ?VenmoWalletExperienceContext | setExperienceContext(?VenmoWalletExperienceContext experienceContext): void | | `attributes` | [`?VenmoWalletAdditionalAttributes`](../../doc/models/venmo-wallet-additional-attributes.md) | Optional | Additional attributes associated with the use of this Venmo Wallet. | getAttributes(): ?VenmoWalletAdditionalAttributes | setAttributes(?VenmoWalletAdditionalAttributes attributes): void | diff --git a/doc/models/venmo-wallet-response.md b/doc/models/venmo-wallet-response.md index df7ab82..ec38c8a 100644 --- a/doc/models/venmo-wallet-response.md +++ b/doc/models/venmo-wallet-response.md @@ -11,7 +11,7 @@ Venmo wallet response. | Name | Type | Tags | Description | Getter | Setter | | --- | --- | --- | --- | --- | --- | -| `emailAddress` | `?string` | Optional | The internationalized email address.
Note: Up to 64 characters are allowed before and 255 characters are allowed after the @ sign. However, the generally accepted maximum length for an email address is 254 characters. The pattern verifies that an unquoted @ sign exists.

**Constraints**: *Minimum Length*: `3`, *Maximum Length*: `254`, *Pattern*: `(?:[a-zA-Z0-9!#$%&'*+/=?^_`{\|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{\|}~-]+)*\|(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]\|\[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\.)+[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\|\[(?:(?:(2(5[0-5]\|[0-4][0-9])\|1[0-9][0-9]\|[1-9]?[0-9]))\.){3}(?:(2(5[0-5]\|[0-4][0-9])\|1[0-9][0-9]\|[1-9]?[0-9])\|[a-zA-Z0-9-]*[a-zA-Z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]\|\[\x01-\x09\x0b\x0c\x0e-\x7f])+)\])` | getEmailAddress(): ?string | setEmailAddress(?string emailAddress): void | +| `emailAddress` | `?string` | Optional | The internationalized email address.
Note: Up to 64 characters are allowed before and 255 characters are allowed after the @ sign. However, the generally accepted maximum length for an email address is 254 characters. The pattern verifies that an unquoted @ sign exists.

**Constraints**: *Minimum Length*: `3`, *Maximum Length*: `254`, *Pattern*: ``(?:[a-zA-Z0-9!#$%&'*+/=?^_`{\|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{\|}~-]+)*\|(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]\|\[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\.)+[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\|\[(?:(?:(2(5[0-5]\|[0-4][0-9])\|1[0-9][0-9]\|[1-9]?[0-9]))\.){3}(?:(2(5[0-5]\|[0-4][0-9])\|1[0-9][0-9]\|[1-9]?[0-9])\|[a-zA-Z0-9-]*[a-zA-Z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]\|\[\x01-\x09\x0b\x0c\x0e-\x7f])+)\])`` | getEmailAddress(): ?string | setEmailAddress(?string emailAddress): void | | `accountId` | `?string` | Optional | The PayPal payer ID, which is a masked version of the PayPal account number intended for use with third parties. The account number is reversibly encrypted and a proprietary variant of Base32 is used to encode the result.
**Constraints**: *Minimum Length*: `13`, *Maximum Length*: `13`, *Pattern*: `^[2-9A-HJ-NP-Z]{13}$` | getAccountId(): ?string | setAccountId(?string accountId): void | | `userName` | `?string` | Optional | The Venmo user name chosen by the user, also know as a Venmo handle.
**Constraints**: *Minimum Length*: `1`, *Maximum Length*: `50`, *Pattern*: `^[-a-zA-Z0-9_]*$` | getUserName(): ?string | setUserName(?string userName): void | | `name` | [`?Name`](../../doc/models/name.md) | Optional | The name of the party. | getName(): ?Name | setName(?Name name): void | diff --git a/src/ApiHelper.php b/src/ApiHelper.php index 99c4826..22ad1d8 100644 --- a/src/ApiHelper.php +++ b/src/ApiHelper.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib; +namespace PaypalServerSdkLib; use Core\Utils\CoreHelper; use Core\Utils\JsonHelper; @@ -28,7 +28,7 @@ class ApiHelper public static function getJsonHelper(): JsonHelper { if (self::$jsonHelper == null) { - self::$jsonHelper = new JsonHelper([], [], null, 'PayPalRESTAPIsLib\\Models'); + self::$jsonHelper = new JsonHelper([], [], null, 'PaypalServerSdkLib\\Models'); } return self::$jsonHelper; } diff --git a/src/Authentication/ClientCredentialsAuthCredentialsBuilder.php b/src/Authentication/ClientCredentialsAuthCredentialsBuilder.php index b204158..0ac5c4f 100644 --- a/src/Authentication/ClientCredentialsAuthCredentialsBuilder.php +++ b/src/Authentication/ClientCredentialsAuthCredentialsBuilder.php @@ -3,15 +3,15 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Authentication; +namespace PaypalServerSdkLib\Authentication; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\OAuthToken; +use PaypalServerSdkLib\Models\OAuthToken; /** * Utility class for initializing ClientCredentialsAuth security credentials. diff --git a/src/Authentication/ClientCredentialsAuthManager.php b/src/Authentication/ClientCredentialsAuthManager.php index 173a53f..be883cb 100644 --- a/src/Authentication/ClientCredentialsAuthManager.php +++ b/src/Authentication/ClientCredentialsAuthManager.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Authentication; +namespace PaypalServerSdkLib\Authentication; use Closure; use Exception; @@ -18,10 +18,10 @@ use Core\Client; use Core\Request\Parameters\HeaderParam; use Core\Utils\CoreHelper; use InvalidArgumentException; -use PayPalRESTAPIsLib\Models\OAuthToken; -use PayPalRESTAPIsLib\Controllers\OAuthAuthorizationController; -use PayPalRESTAPIsLib\ConfigurationDefaults; -use PayPalRESTAPIsLib\ClientCredentialsAuth; +use PaypalServerSdkLib\Models\OAuthToken; +use PaypalServerSdkLib\Controllers\OAuthAuthorizationController; +use PaypalServerSdkLib\ConfigurationDefaults; +use PaypalServerSdkLib\ClientCredentialsAuth; /** * Utility class for OAuth 2 authorization and token management diff --git a/src/ClientCredentialsAuth.php b/src/ClientCredentialsAuth.php index 3c57bb3..2b02a74 100644 --- a/src/ClientCredentialsAuth.php +++ b/src/ClientCredentialsAuth.php @@ -3,14 +3,14 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib; +namespace PaypalServerSdkLib; -use PayPalRESTAPIsLib\Models\OAuthToken; +use PaypalServerSdkLib\Models\OAuthToken; /** * Interface for defining the behavior of Authentication. diff --git a/src/ConfigurationDefaults.php b/src/ConfigurationDefaults.php index 7fc5c83..ace6aa0 100644 --- a/src/ConfigurationDefaults.php +++ b/src/ConfigurationDefaults.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib; +namespace PaypalServerSdkLib; use Psr\Log\LogLevel; diff --git a/src/ConfigurationInterface.php b/src/ConfigurationInterface.php index 9997cc3..964bc31 100644 --- a/src/ConfigurationInterface.php +++ b/src/ConfigurationInterface.php @@ -3,16 +3,16 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib; +namespace PaypalServerSdkLib; use CoreInterfaces\Http\HttpConfigurations; -use PayPalRESTAPIsLib\Authentication\ClientCredentialsAuthCredentialsBuilder; -use PayPalRESTAPIsLib\Logging\LoggingConfigurationBuilder; +use PaypalServerSdkLib\Authentication\ClientCredentialsAuthCredentialsBuilder; +use PaypalServerSdkLib\Logging\LoggingConfigurationBuilder; /** * An interface for all configuration parameters required by the SDK. diff --git a/src/Controllers/BaseController.php b/src/Controllers/BaseController.php index 313313f..9f0526e 100644 --- a/src/Controllers/BaseController.php +++ b/src/Controllers/BaseController.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Controllers; +namespace PaypalServerSdkLib\Controllers; use Core\ApiCall; use Core\Client; diff --git a/src/Controllers/OAuthAuthorizationController.php b/src/Controllers/OAuthAuthorizationController.php index 6da26d8..f5027ae 100644 --- a/src/Controllers/OAuthAuthorizationController.php +++ b/src/Controllers/OAuthAuthorizationController.php @@ -3,21 +3,21 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Controllers; +namespace PaypalServerSdkLib\Controllers; use Core\Request\Parameters\AdditionalFormParams; use Core\Request\Parameters\FormParam; use Core\Request\Parameters\HeaderParam; use Core\Response\Types\ErrorType; use CoreInterfaces\Core\Request\RequestMethod; -use PayPalRESTAPIsLib\Exceptions\OAuthProviderException; -use PayPalRESTAPIsLib\Http\ApiResponse; -use PayPalRESTAPIsLib\Models\OAuthToken; +use PaypalServerSdkLib\Exceptions\OAuthProviderException; +use PaypalServerSdkLib\Http\ApiResponse; +use PaypalServerSdkLib\Models\OAuthToken; class OAuthAuthorizationController extends BaseController { diff --git a/src/Controllers/OrdersController.php b/src/Controllers/OrdersController.php index 1750a91..8bf7aea 100644 --- a/src/Controllers/OrdersController.php +++ b/src/Controllers/OrdersController.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Controllers; +namespace PaypalServerSdkLib\Controllers; use Core\Request\Parameters\BodyParam; use Core\Request\Parameters\HeaderParam; @@ -16,10 +16,10 @@ use Core\Request\Parameters\QueryParam; use Core\Request\Parameters\TemplateParam; use Core\Response\Types\ErrorType; use CoreInterfaces\Core\Request\RequestMethod; -use PayPalRESTAPIsLib\Exceptions\ErrorException; -use PayPalRESTAPIsLib\Http\ApiResponse; -use PayPalRESTAPIsLib\Models\Order; -use PayPalRESTAPIsLib\Models\OrderAuthorizeResponse; +use PaypalServerSdkLib\Exceptions\ErrorException; +use PaypalServerSdkLib\Http\ApiResponse; +use PaypalServerSdkLib\Models\Order; +use PaypalServerSdkLib\Models\OrderAuthorizeResponse; class OrdersController extends BaseController { diff --git a/src/Controllers/PaymentsController.php b/src/Controllers/PaymentsController.php index f4303be..96e2ea4 100644 --- a/src/Controllers/PaymentsController.php +++ b/src/Controllers/PaymentsController.php @@ -3,23 +3,23 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Controllers; +namespace PaypalServerSdkLib\Controllers; use Core\Request\Parameters\BodyParam; use Core\Request\Parameters\HeaderParam; use Core\Request\Parameters\TemplateParam; use Core\Response\Types\ErrorType; use CoreInterfaces\Core\Request\RequestMethod; -use PayPalRESTAPIsLib\Exceptions\ErrorException; -use PayPalRESTAPIsLib\Http\ApiResponse; -use PayPalRESTAPIsLib\Models\CapturedPayment; -use PayPalRESTAPIsLib\Models\PaymentAuthorization; -use PayPalRESTAPIsLib\Models\Refund; +use PaypalServerSdkLib\Exceptions\ErrorException; +use PaypalServerSdkLib\Http\ApiResponse; +use PaypalServerSdkLib\Models\CapturedPayment; +use PaypalServerSdkLib\Models\PaymentAuthorization; +use PaypalServerSdkLib\Models\Refund; class PaymentsController extends BaseController { diff --git a/src/Controllers/VaultController.php b/src/Controllers/VaultController.php index 374c299..a0bce1c 100644 --- a/src/Controllers/VaultController.php +++ b/src/Controllers/VaultController.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Controllers; +namespace PaypalServerSdkLib\Controllers; use Core\Request\Parameters\BodyParam; use Core\Request\Parameters\HeaderParam; @@ -16,11 +16,11 @@ use Core\Request\Parameters\QueryParam; use Core\Request\Parameters\TemplateParam; use Core\Response\Types\ErrorType; use CoreInterfaces\Core\Request\RequestMethod; -use PayPalRESTAPIsLib\Exceptions\ErrorException; -use PayPalRESTAPIsLib\Http\ApiResponse; -use PayPalRESTAPIsLib\Models\CustomerVaultPaymentTokensResponse; -use PayPalRESTAPIsLib\Models\PaymentTokenResponse; -use PayPalRESTAPIsLib\Models\SetupTokenResponse; +use PaypalServerSdkLib\Exceptions\ErrorException; +use PaypalServerSdkLib\Http\ApiResponse; +use PaypalServerSdkLib\Models\CustomerVaultPaymentTokensResponse; +use PaypalServerSdkLib\Models\PaymentTokenResponse; +use PaypalServerSdkLib\Models\SetupTokenResponse; class VaultController extends BaseController { diff --git a/src/Environment.php b/src/Environment.php index 8d156b2..545b837 100644 --- a/src/Environment.php +++ b/src/Environment.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib; +namespace PaypalServerSdkLib; /** * Environments available for API diff --git a/src/Exceptions/ApiException.php b/src/Exceptions/ApiException.php index 487254e..f64896b 100644 --- a/src/Exceptions/ApiException.php +++ b/src/Exceptions/ApiException.php @@ -3,16 +3,16 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Exceptions; +namespace PaypalServerSdkLib\Exceptions; use CoreInterfaces\Sdk\ExceptionInterface; -use PayPalRESTAPIsLib\Http\HttpResponse; -use PayPalRESTAPIsLib\Http\HttpRequest; +use PaypalServerSdkLib\Http\HttpResponse; +use PaypalServerSdkLib\Http\HttpRequest; /** * Thrown when there is a network error or HTTP response status code is not okay. diff --git a/src/Exceptions/ErrorException.php b/src/Exceptions/ErrorException.php index 0c8c029..3559f28 100644 --- a/src/Exceptions/ErrorException.php +++ b/src/Exceptions/ErrorException.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Exceptions; +namespace PaypalServerSdkLib\Exceptions; /** * The error details. @@ -31,27 +31,27 @@ class ErrorException extends ApiException private $debugId; /** - * @var \PayPalRESTAPIsLib\Models\ErrorDetails[]|null + * @var \PaypalServerSdkLib\Models\ErrorDetails[]|null */ private $details; /** - * @var \PayPalRESTAPIsLib\Models\LinkDescription[]|null + * @var \PaypalServerSdkLib\Models\LinkDescription[]|null */ private $links; /** * @param string $reason - * @param \PayPalRESTAPIsLib\Http\HttpRequest $request - * @param \PayPalRESTAPIsLib\Http\HttpResponse $response + * @param \PaypalServerSdkLib\Http\HttpRequest $request + * @param \PaypalServerSdkLib\Http\HttpResponse $response * @param string $name * @param string $messageProperty * @param string $debugId */ public function __construct( string $reason, - \PayPalRESTAPIsLib\Http\HttpRequest $request, - \PayPalRESTAPIsLib\Http\HttpResponse $response, + \PaypalServerSdkLib\Http\HttpRequest $request, + \PaypalServerSdkLib\Http\HttpResponse $response, string $name, string $messageProperty, string $debugId @@ -129,7 +129,7 @@ class ErrorException extends ApiException * Returns Details. * An array of additional details about the error. * - * @return \PayPalRESTAPIsLib\Models\ErrorDetails[]|null + * @return \PaypalServerSdkLib\Models\ErrorDetails[]|null */ public function getDetails(): ?array { @@ -142,7 +142,7 @@ class ErrorException extends ApiException * * @maps details * - * @param \PayPalRESTAPIsLib\Models\ErrorDetails[]|null $details + * @param \PaypalServerSdkLib\Models\ErrorDetails[]|null $details */ public function setDetails(?array $details): void { @@ -153,7 +153,7 @@ class ErrorException extends ApiException * Returns Links. * An array of request-related [HATEOAS links](/api/rest/responses/#hateoas-links). * - * @return \PayPalRESTAPIsLib\Models\LinkDescription[]|null + * @return \PaypalServerSdkLib\Models\LinkDescription[]|null */ public function getLinks(): ?array { @@ -166,7 +166,7 @@ class ErrorException extends ApiException * * @maps links * - * @param \PayPalRESTAPIsLib\Models\LinkDescription[]|null $links + * @param \PaypalServerSdkLib\Models\LinkDescription[]|null $links */ public function setLinks(?array $links): void { diff --git a/src/Exceptions/OAuthProviderException.php b/src/Exceptions/OAuthProviderException.php index fa7aa55..b689db4 100644 --- a/src/Exceptions/OAuthProviderException.php +++ b/src/Exceptions/OAuthProviderException.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Exceptions; +namespace PaypalServerSdkLib\Exceptions; /** * OAuth 2 Authorization endpoint exception. @@ -32,14 +32,14 @@ class OAuthProviderException extends ApiException /** * @param string $reason - * @param \PayPalRESTAPIsLib\Http\HttpRequest $request - * @param \PayPalRESTAPIsLib\Http\HttpResponse $response + * @param \PaypalServerSdkLib\Http\HttpRequest $request + * @param \PaypalServerSdkLib\Http\HttpResponse $response * @param string $error */ public function __construct( string $reason, - \PayPalRESTAPIsLib\Http\HttpRequest $request, - \PayPalRESTAPIsLib\Http\HttpResponse $response, + \PaypalServerSdkLib\Http\HttpRequest $request, + \PaypalServerSdkLib\Http\HttpResponse $response, string $error ) { parent::__construct($reason, $request, $response); @@ -61,7 +61,7 @@ class OAuthProviderException extends ApiException * * @required * @maps error - * @factory \PayPalRESTAPIsLib\Models\OAuthProviderError::checkValue + * @factory \PaypalServerSdkLib\Models\OAuthProviderError::checkValue */ public function setError(string $error): void { diff --git a/src/Http/ApiResponse.php b/src/Http/ApiResponse.php index 9b32757..b0f077f 100644 --- a/src/Http/ApiResponse.php +++ b/src/Http/ApiResponse.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Http; +namespace PaypalServerSdkLib\Http; use Core\Types\Sdk\CoreApiResponse; diff --git a/src/Http/HttpCallBack.php b/src/Http/HttpCallBack.php index ea0dd59..e632928 100644 --- a/src/Http/HttpCallBack.php +++ b/src/Http/HttpCallBack.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Http; +namespace PaypalServerSdkLib\Http; use Core\Types\Sdk\CoreCallback; diff --git a/src/Http/HttpContext.php b/src/Http/HttpContext.php index 68d4244..e523a8e 100644 --- a/src/Http/HttpContext.php +++ b/src/Http/HttpContext.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Http; +namespace PaypalServerSdkLib\Http; use Core\Types\Sdk\CoreContext; diff --git a/src/Http/HttpMethod.php b/src/Http/HttpMethod.php index ce307a9..3337b00 100644 --- a/src/Http/HttpMethod.php +++ b/src/Http/HttpMethod.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Http; +namespace PaypalServerSdkLib\Http; use CoreInterfaces\Core\Request\RequestMethod; diff --git a/src/Http/HttpRequest.php b/src/Http/HttpRequest.php index c657c26..88c8e44 100644 --- a/src/Http/HttpRequest.php +++ b/src/Http/HttpRequest.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Http; +namespace PaypalServerSdkLib\Http; use Core\Types\Sdk\CoreRequest; diff --git a/src/Http/HttpResponse.php b/src/Http/HttpResponse.php index df529a0..0e10a10 100644 --- a/src/Http/HttpResponse.php +++ b/src/Http/HttpResponse.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Http; +namespace PaypalServerSdkLib\Http; use Core\Types\Sdk\CoreResponse; diff --git a/src/Logging/LoggingConfigurationBuilder.php b/src/Logging/LoggingConfigurationBuilder.php index f5d2edd..b400549 100644 --- a/src/Logging/LoggingConfigurationBuilder.php +++ b/src/Logging/LoggingConfigurationBuilder.php @@ -3,14 +3,14 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Logging; +namespace PaypalServerSdkLib\Logging; -use PayPalRESTAPIsLib\ConfigurationDefaults; +use PaypalServerSdkLib\ConfigurationDefaults; use Core\Logger\Configuration\LoggingConfiguration; use Core\Logger\ConsoleLogger; use Core\Utils\CoreHelper; diff --git a/src/Logging/RequestLoggingConfigurationBuilder.php b/src/Logging/RequestLoggingConfigurationBuilder.php index 2805187..79468a1 100644 --- a/src/Logging/RequestLoggingConfigurationBuilder.php +++ b/src/Logging/RequestLoggingConfigurationBuilder.php @@ -3,14 +3,14 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Logging; +namespace PaypalServerSdkLib\Logging; -use PayPalRESTAPIsLib\ConfigurationDefaults; +use PaypalServerSdkLib\ConfigurationDefaults; use Core\Logger\Configuration\RequestConfiguration; use Core\Utils\CoreHelper; diff --git a/src/Logging/ResponseLoggingConfigurationBuilder.php b/src/Logging/ResponseLoggingConfigurationBuilder.php index 17080d7..0535b36 100644 --- a/src/Logging/ResponseLoggingConfigurationBuilder.php +++ b/src/Logging/ResponseLoggingConfigurationBuilder.php @@ -3,14 +3,14 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Logging; +namespace PaypalServerSdkLib\Logging; -use PayPalRESTAPIsLib\ConfigurationDefaults; +use PaypalServerSdkLib\ConfigurationDefaults; use Core\Logger\Configuration\ResponseConfiguration; use Core\Utils\CoreHelper; diff --git a/src/Models/AVSCode.php b/src/Models/AVSCode.php index 05fe688..4831a5e 100644 --- a/src/Models/AVSCode.php +++ b/src/Models/AVSCode.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use Core\Utils\CoreHelper; use Exception; diff --git a/src/Models/ActivityTimestamps.php b/src/Models/ActivityTimestamps.php index 48dfb26..46bb7e1 100644 --- a/src/Models/ActivityTimestamps.php +++ b/src/Models/ActivityTimestamps.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/Address.php b/src/Models/Address.php index 8090405..fde39c8 100644 --- a/src/Models/Address.php +++ b/src/Models/Address.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/AddressDetails.php b/src/Models/AddressDetails.php index aabe1d7..483c886 100644 --- a/src/Models/AddressDetails.php +++ b/src/Models/AddressDetails.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/AmountBreakdown.php b/src/Models/AmountBreakdown.php index c448125..aabcf00 100644 --- a/src/Models/AmountBreakdown.php +++ b/src/Models/AmountBreakdown.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/AmountWithBreakdown.php b/src/Models/AmountWithBreakdown.php index 217aa5e..dbed4a4 100644 --- a/src/Models/AmountWithBreakdown.php +++ b/src/Models/AmountWithBreakdown.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/ApplePayAttributes.php b/src/Models/ApplePayAttributes.php index 050eb28..3273db4 100644 --- a/src/Models/ApplePayAttributes.php +++ b/src/Models/ApplePayAttributes.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/ApplePayAttributesResponse.php b/src/Models/ApplePayAttributesResponse.php index 5289bd8..881852f 100644 --- a/src/Models/ApplePayAttributesResponse.php +++ b/src/Models/ApplePayAttributesResponse.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/ApplePayCard.php b/src/Models/ApplePayCard.php index 730ca01..ddda690 100644 --- a/src/Models/ApplePayCard.php +++ b/src/Models/ApplePayCard.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/ApplePayCardResponse.php b/src/Models/ApplePayCardResponse.php index 47d17e8..b441b0d 100644 --- a/src/Models/ApplePayCardResponse.php +++ b/src/Models/ApplePayCardResponse.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/ApplePayDecryptedTokenData.php b/src/Models/ApplePayDecryptedTokenData.php index bbe73d9..90b7cc6 100644 --- a/src/Models/ApplePayDecryptedTokenData.php +++ b/src/Models/ApplePayDecryptedTokenData.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/ApplePayPaymentData.php b/src/Models/ApplePayPaymentData.php index 9eab4d8..35d95bd 100644 --- a/src/Models/ApplePayPaymentData.php +++ b/src/Models/ApplePayPaymentData.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/ApplePayPaymentDataType.php b/src/Models/ApplePayPaymentDataType.php index 8007523..08dabae 100644 --- a/src/Models/ApplePayPaymentDataType.php +++ b/src/Models/ApplePayPaymentDataType.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use Core\Utils\CoreHelper; use Exception; diff --git a/src/Models/ApplePayPaymentObject.php b/src/Models/ApplePayPaymentObject.php index 793ba3d..eeab2bf 100644 --- a/src/Models/ApplePayPaymentObject.php +++ b/src/Models/ApplePayPaymentObject.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/ApplePayPaymentToken.php b/src/Models/ApplePayPaymentToken.php index 1c6fa64..53e330b 100644 --- a/src/Models/ApplePayPaymentToken.php +++ b/src/Models/ApplePayPaymentToken.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/ApplePayRequest.php b/src/Models/ApplePayRequest.php index 74fdd82..1645509 100644 --- a/src/Models/ApplePayRequest.php +++ b/src/Models/ApplePayRequest.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/ApplePayTokenizedCard.php b/src/Models/ApplePayTokenizedCard.php index da948aa..60c5160 100644 --- a/src/Models/ApplePayTokenizedCard.php +++ b/src/Models/ApplePayTokenizedCard.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/AssuranceDetails.php b/src/Models/AssuranceDetails.php index 2e580d0..76fb1ea 100644 --- a/src/Models/AssuranceDetails.php +++ b/src/Models/AssuranceDetails.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/AuthenticationResponse.php b/src/Models/AuthenticationResponse.php index 61b258f..59e416b 100644 --- a/src/Models/AuthenticationResponse.php +++ b/src/Models/AuthenticationResponse.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/Authorization.php b/src/Models/Authorization.php index 0d71004..8d1eb97 100644 --- a/src/Models/Authorization.php +++ b/src/Models/Authorization.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/AuthorizationIncompleteReason.php b/src/Models/AuthorizationIncompleteReason.php index 1089129..fbee5dc 100644 --- a/src/Models/AuthorizationIncompleteReason.php +++ b/src/Models/AuthorizationIncompleteReason.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use Core\Utils\CoreHelper; use Exception; diff --git a/src/Models/AuthorizationStatus.php b/src/Models/AuthorizationStatus.php index 38aa438..160a2c5 100644 --- a/src/Models/AuthorizationStatus.php +++ b/src/Models/AuthorizationStatus.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use Core\Utils\CoreHelper; use Exception; diff --git a/src/Models/AuthorizationStatusDetails.php b/src/Models/AuthorizationStatusDetails.php index a371181..b47f36a 100644 --- a/src/Models/AuthorizationStatusDetails.php +++ b/src/Models/AuthorizationStatusDetails.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/AuthorizationStatusWithDetails.php b/src/Models/AuthorizationStatusWithDetails.php index 812ef9f..5497244 100644 --- a/src/Models/AuthorizationStatusWithDetails.php +++ b/src/Models/AuthorizationStatusWithDetails.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/AuthorizationWithAdditionalData.php b/src/Models/AuthorizationWithAdditionalData.php index cdadc47..120d7e8 100644 --- a/src/Models/AuthorizationWithAdditionalData.php +++ b/src/Models/AuthorizationWithAdditionalData.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/BLIKExperienceContext.php b/src/Models/BLIKExperienceContext.php index a4654a5..e52c00a 100644 --- a/src/Models/BLIKExperienceContext.php +++ b/src/Models/BLIKExperienceContext.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/BLIKLevel0PaymentObject.php b/src/Models/BLIKLevel0PaymentObject.php index 88e20c9..46230dc 100644 --- a/src/Models/BLIKLevel0PaymentObject.php +++ b/src/Models/BLIKLevel0PaymentObject.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/BLIKOneClickPaymentObject.php b/src/Models/BLIKOneClickPaymentObject.php index 043c350..be9b86e 100644 --- a/src/Models/BLIKOneClickPaymentObject.php +++ b/src/Models/BLIKOneClickPaymentObject.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/BLIKOneClickPaymentRequest.php b/src/Models/BLIKOneClickPaymentRequest.php index 7d93883..fa3eef8 100644 --- a/src/Models/BLIKOneClickPaymentRequest.php +++ b/src/Models/BLIKOneClickPaymentRequest.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/BLIKPaymentObject.php b/src/Models/BLIKPaymentObject.php index b49bb6d..5e154cc 100644 --- a/src/Models/BLIKPaymentObject.php +++ b/src/Models/BLIKPaymentObject.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/BLIKPaymentRequest.php b/src/Models/BLIKPaymentRequest.php index 8874c4a..132635d 100644 --- a/src/Models/BLIKPaymentRequest.php +++ b/src/Models/BLIKPaymentRequest.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/BancontactPaymentObject.php b/src/Models/BancontactPaymentObject.php index 83832c9..f3947e5 100644 --- a/src/Models/BancontactPaymentObject.php +++ b/src/Models/BancontactPaymentObject.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/BancontactPaymentRequest.php b/src/Models/BancontactPaymentRequest.php index 8b39fdc..5f54a42 100644 --- a/src/Models/BancontactPaymentRequest.php +++ b/src/Models/BancontactPaymentRequest.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/BinDetails.php b/src/Models/BinDetails.php index 51a0ce2..00cdeb4 100644 --- a/src/Models/BinDetails.php +++ b/src/Models/BinDetails.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/Builders/ActivityTimestampsBuilder.php b/src/Models/Builders/ActivityTimestampsBuilder.php index deddeeb..482aaa6 100644 --- a/src/Models/Builders/ActivityTimestampsBuilder.php +++ b/src/Models/Builders/ActivityTimestampsBuilder.php @@ -3,15 +3,15 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\ActivityTimestamps; +use PaypalServerSdkLib\Models\ActivityTimestamps; /** * Builder for model ActivityTimestamps diff --git a/src/Models/Builders/AddressBuilder.php b/src/Models/Builders/AddressBuilder.php index fe6c235..cd97ef2 100644 --- a/src/Models/Builders/AddressBuilder.php +++ b/src/Models/Builders/AddressBuilder.php @@ -3,15 +3,15 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\Address; +use PaypalServerSdkLib\Models\Address; /** * Builder for model Address diff --git a/src/Models/Builders/AddressDetailsBuilder.php b/src/Models/Builders/AddressDetailsBuilder.php index 702d5c3..3cc7fb0 100644 --- a/src/Models/Builders/AddressDetailsBuilder.php +++ b/src/Models/Builders/AddressDetailsBuilder.php @@ -3,17 +3,17 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\AddressDetails; -use PayPalRESTAPIsLib\Models\Name; -use PayPalRESTAPIsLib\Models\Phone; +use PaypalServerSdkLib\Models\AddressDetails; +use PaypalServerSdkLib\Models\Name; +use PaypalServerSdkLib\Models\Phone; /** * Builder for model AddressDetails diff --git a/src/Models/Builders/AmountBreakdownBuilder.php b/src/Models/Builders/AmountBreakdownBuilder.php index 8f66b3b..e80eb57 100644 --- a/src/Models/Builders/AmountBreakdownBuilder.php +++ b/src/Models/Builders/AmountBreakdownBuilder.php @@ -3,16 +3,16 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\AmountBreakdown; -use PayPalRESTAPIsLib\Models\Money; +use PaypalServerSdkLib\Models\AmountBreakdown; +use PaypalServerSdkLib\Models\Money; /** * Builder for model AmountBreakdown diff --git a/src/Models/Builders/AmountWithBreakdownBuilder.php b/src/Models/Builders/AmountWithBreakdownBuilder.php index 0a55df6..b3e57a4 100644 --- a/src/Models/Builders/AmountWithBreakdownBuilder.php +++ b/src/Models/Builders/AmountWithBreakdownBuilder.php @@ -3,16 +3,16 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\AmountBreakdown; -use PayPalRESTAPIsLib\Models\AmountWithBreakdown; +use PaypalServerSdkLib\Models\AmountBreakdown; +use PaypalServerSdkLib\Models\AmountWithBreakdown; /** * Builder for model AmountWithBreakdown diff --git a/src/Models/Builders/ApplePayAttributesBuilder.php b/src/Models/Builders/ApplePayAttributesBuilder.php index 837011b..d3fcb14 100644 --- a/src/Models/Builders/ApplePayAttributesBuilder.php +++ b/src/Models/Builders/ApplePayAttributesBuilder.php @@ -3,17 +3,17 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\ApplePayAttributes; -use PayPalRESTAPIsLib\Models\CustomerInformation; -use PayPalRESTAPIsLib\Models\VaultInstruction; +use PaypalServerSdkLib\Models\ApplePayAttributes; +use PaypalServerSdkLib\Models\CustomerInformation; +use PaypalServerSdkLib\Models\VaultInstruction; /** * Builder for model ApplePayAttributes diff --git a/src/Models/Builders/ApplePayAttributesResponseBuilder.php b/src/Models/Builders/ApplePayAttributesResponseBuilder.php index be10372..e6a1269 100644 --- a/src/Models/Builders/ApplePayAttributesResponseBuilder.php +++ b/src/Models/Builders/ApplePayAttributesResponseBuilder.php @@ -3,16 +3,16 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\ApplePayAttributesResponse; -use PayPalRESTAPIsLib\Models\VaultResponse; +use PaypalServerSdkLib\Models\ApplePayAttributesResponse; +use PaypalServerSdkLib\Models\VaultResponse; /** * Builder for model ApplePayAttributesResponse diff --git a/src/Models/Builders/ApplePayCardBuilder.php b/src/Models/Builders/ApplePayCardBuilder.php index 053b7aa..d95729d 100644 --- a/src/Models/Builders/ApplePayCardBuilder.php +++ b/src/Models/Builders/ApplePayCardBuilder.php @@ -3,16 +3,16 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\Address; -use PayPalRESTAPIsLib\Models\ApplePayCard; +use PaypalServerSdkLib\Models\Address; +use PaypalServerSdkLib\Models\ApplePayCard; /** * Builder for model ApplePayCard diff --git a/src/Models/Builders/ApplePayCardResponseBuilder.php b/src/Models/Builders/ApplePayCardResponseBuilder.php index 88db5e0..e7faba1 100644 --- a/src/Models/Builders/ApplePayCardResponseBuilder.php +++ b/src/Models/Builders/ApplePayCardResponseBuilder.php @@ -3,20 +3,20 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\Address; -use PayPalRESTAPIsLib\Models\ApplePayCardResponse; -use PayPalRESTAPIsLib\Models\AuthenticationResponse; -use PayPalRESTAPIsLib\Models\BinDetails; -use PayPalRESTAPIsLib\Models\CardAttributesResponse; -use PayPalRESTAPIsLib\Models\CardFromRequest; +use PaypalServerSdkLib\Models\Address; +use PaypalServerSdkLib\Models\ApplePayCardResponse; +use PaypalServerSdkLib\Models\AuthenticationResponse; +use PaypalServerSdkLib\Models\BinDetails; +use PaypalServerSdkLib\Models\CardAttributesResponse; +use PaypalServerSdkLib\Models\CardFromRequest; /** * Builder for model ApplePayCardResponse diff --git a/src/Models/Builders/ApplePayDecryptedTokenDataBuilder.php b/src/Models/Builders/ApplePayDecryptedTokenDataBuilder.php index ff1cb03..1ce0647 100644 --- a/src/Models/Builders/ApplePayDecryptedTokenDataBuilder.php +++ b/src/Models/Builders/ApplePayDecryptedTokenDataBuilder.php @@ -3,18 +3,18 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\ApplePayDecryptedTokenData; -use PayPalRESTAPIsLib\Models\ApplePayPaymentData; -use PayPalRESTAPIsLib\Models\ApplePayTokenizedCard; -use PayPalRESTAPIsLib\Models\Money; +use PaypalServerSdkLib\Models\ApplePayDecryptedTokenData; +use PaypalServerSdkLib\Models\ApplePayPaymentData; +use PaypalServerSdkLib\Models\ApplePayTokenizedCard; +use PaypalServerSdkLib\Models\Money; /** * Builder for model ApplePayDecryptedTokenData diff --git a/src/Models/Builders/ApplePayPaymentDataBuilder.php b/src/Models/Builders/ApplePayPaymentDataBuilder.php index 595694f..e27780f 100644 --- a/src/Models/Builders/ApplePayPaymentDataBuilder.php +++ b/src/Models/Builders/ApplePayPaymentDataBuilder.php @@ -3,15 +3,15 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\ApplePayPaymentData; +use PaypalServerSdkLib\Models\ApplePayPaymentData; /** * Builder for model ApplePayPaymentData diff --git a/src/Models/Builders/ApplePayPaymentObjectBuilder.php b/src/Models/Builders/ApplePayPaymentObjectBuilder.php index f5196d6..c097e53 100644 --- a/src/Models/Builders/ApplePayPaymentObjectBuilder.php +++ b/src/Models/Builders/ApplePayPaymentObjectBuilder.php @@ -3,18 +3,18 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\ApplePayAttributesResponse; -use PayPalRESTAPIsLib\Models\ApplePayCardResponse; -use PayPalRESTAPIsLib\Models\ApplePayPaymentObject; -use PayPalRESTAPIsLib\Models\PhoneNumber; +use PaypalServerSdkLib\Models\ApplePayAttributesResponse; +use PaypalServerSdkLib\Models\ApplePayCardResponse; +use PaypalServerSdkLib\Models\ApplePayPaymentObject; +use PaypalServerSdkLib\Models\PhoneNumber; /** * Builder for model ApplePayPaymentObject diff --git a/src/Models/Builders/ApplePayPaymentTokenBuilder.php b/src/Models/Builders/ApplePayPaymentTokenBuilder.php index ee3550c..9ea398e 100644 --- a/src/Models/Builders/ApplePayPaymentTokenBuilder.php +++ b/src/Models/Builders/ApplePayPaymentTokenBuilder.php @@ -3,16 +3,16 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\ApplePayCard; -use PayPalRESTAPIsLib\Models\ApplePayPaymentToken; +use PaypalServerSdkLib\Models\ApplePayCard; +use PaypalServerSdkLib\Models\ApplePayPaymentToken; /** * Builder for model ApplePayPaymentToken diff --git a/src/Models/Builders/ApplePayRequestBuilder.php b/src/Models/Builders/ApplePayRequestBuilder.php index 77f1b64..a3d3fc6 100644 --- a/src/Models/Builders/ApplePayRequestBuilder.php +++ b/src/Models/Builders/ApplePayRequestBuilder.php @@ -3,19 +3,19 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\ApplePayAttributes; -use PayPalRESTAPIsLib\Models\ApplePayDecryptedTokenData; -use PayPalRESTAPIsLib\Models\ApplePayRequest; -use PayPalRESTAPIsLib\Models\CardStoredCredential; -use PayPalRESTAPIsLib\Models\PhoneNumber; +use PaypalServerSdkLib\Models\ApplePayAttributes; +use PaypalServerSdkLib\Models\ApplePayDecryptedTokenData; +use PaypalServerSdkLib\Models\ApplePayRequest; +use PaypalServerSdkLib\Models\CardStoredCredential; +use PaypalServerSdkLib\Models\PhoneNumber; /** * Builder for model ApplePayRequest diff --git a/src/Models/Builders/ApplePayTokenizedCardBuilder.php b/src/Models/Builders/ApplePayTokenizedCardBuilder.php index c12586b..c32f1e9 100644 --- a/src/Models/Builders/ApplePayTokenizedCardBuilder.php +++ b/src/Models/Builders/ApplePayTokenizedCardBuilder.php @@ -3,16 +3,16 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\Address; -use PayPalRESTAPIsLib\Models\ApplePayTokenizedCard; +use PaypalServerSdkLib\Models\Address; +use PaypalServerSdkLib\Models\ApplePayTokenizedCard; /** * Builder for model ApplePayTokenizedCard diff --git a/src/Models/Builders/AssuranceDetailsBuilder.php b/src/Models/Builders/AssuranceDetailsBuilder.php index f348ee8..0b3399a 100644 --- a/src/Models/Builders/AssuranceDetailsBuilder.php +++ b/src/Models/Builders/AssuranceDetailsBuilder.php @@ -3,15 +3,15 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\AssuranceDetails; +use PaypalServerSdkLib\Models\AssuranceDetails; /** * Builder for model AssuranceDetails diff --git a/src/Models/Builders/AuthenticationResponseBuilder.php b/src/Models/Builders/AuthenticationResponseBuilder.php index 1cc95bb..aae83fe 100644 --- a/src/Models/Builders/AuthenticationResponseBuilder.php +++ b/src/Models/Builders/AuthenticationResponseBuilder.php @@ -3,16 +3,16 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\AuthenticationResponse; -use PayPalRESTAPIsLib\Models\ThreeDSecureAuthenticationResponse; +use PaypalServerSdkLib\Models\AuthenticationResponse; +use PaypalServerSdkLib\Models\ThreeDSecureAuthenticationResponse; /** * Builder for model AuthenticationResponse diff --git a/src/Models/Builders/AuthorizationBuilder.php b/src/Models/Builders/AuthorizationBuilder.php index 4be00c9..8cce06a 100644 --- a/src/Models/Builders/AuthorizationBuilder.php +++ b/src/Models/Builders/AuthorizationBuilder.php @@ -3,19 +3,19 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\Authorization; -use PayPalRESTAPIsLib\Models\AuthorizationStatusDetails; -use PayPalRESTAPIsLib\Models\Money; -use PayPalRESTAPIsLib\Models\NetworkTransactionReference; -use PayPalRESTAPIsLib\Models\SellerProtection; +use PaypalServerSdkLib\Models\Authorization; +use PaypalServerSdkLib\Models\AuthorizationStatusDetails; +use PaypalServerSdkLib\Models\Money; +use PaypalServerSdkLib\Models\NetworkTransactionReference; +use PaypalServerSdkLib\Models\SellerProtection; /** * Builder for model Authorization diff --git a/src/Models/Builders/AuthorizationStatusDetailsBuilder.php b/src/Models/Builders/AuthorizationStatusDetailsBuilder.php index 6b9e99f..e9d8651 100644 --- a/src/Models/Builders/AuthorizationStatusDetailsBuilder.php +++ b/src/Models/Builders/AuthorizationStatusDetailsBuilder.php @@ -3,15 +3,15 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\AuthorizationStatusDetails; +use PaypalServerSdkLib\Models\AuthorizationStatusDetails; /** * Builder for model AuthorizationStatusDetails diff --git a/src/Models/Builders/AuthorizationStatusWithDetailsBuilder.php b/src/Models/Builders/AuthorizationStatusWithDetailsBuilder.php index 271dd4d..f3e4550 100644 --- a/src/Models/Builders/AuthorizationStatusWithDetailsBuilder.php +++ b/src/Models/Builders/AuthorizationStatusWithDetailsBuilder.php @@ -3,16 +3,16 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\AuthorizationStatusDetails; -use PayPalRESTAPIsLib\Models\AuthorizationStatusWithDetails; +use PaypalServerSdkLib\Models\AuthorizationStatusDetails; +use PaypalServerSdkLib\Models\AuthorizationStatusWithDetails; /** * Builder for model AuthorizationStatusWithDetails diff --git a/src/Models/Builders/AuthorizationWithAdditionalDataBuilder.php b/src/Models/Builders/AuthorizationWithAdditionalDataBuilder.php index 6883ff5..c40e30f 100644 --- a/src/Models/Builders/AuthorizationWithAdditionalDataBuilder.php +++ b/src/Models/Builders/AuthorizationWithAdditionalDataBuilder.php @@ -3,20 +3,20 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\AuthorizationStatusDetails; -use PayPalRESTAPIsLib\Models\AuthorizationWithAdditionalData; -use PayPalRESTAPIsLib\Models\Money; -use PayPalRESTAPIsLib\Models\NetworkTransactionReference; -use PayPalRESTAPIsLib\Models\ProcessorResponse; -use PayPalRESTAPIsLib\Models\SellerProtection; +use PaypalServerSdkLib\Models\AuthorizationStatusDetails; +use PaypalServerSdkLib\Models\AuthorizationWithAdditionalData; +use PaypalServerSdkLib\Models\Money; +use PaypalServerSdkLib\Models\NetworkTransactionReference; +use PaypalServerSdkLib\Models\ProcessorResponse; +use PaypalServerSdkLib\Models\SellerProtection; /** * Builder for model AuthorizationWithAdditionalData diff --git a/src/Models/Builders/BLIKExperienceContextBuilder.php b/src/Models/Builders/BLIKExperienceContextBuilder.php index 9d8f062..d005129 100644 --- a/src/Models/Builders/BLIKExperienceContextBuilder.php +++ b/src/Models/Builders/BLIKExperienceContextBuilder.php @@ -3,15 +3,15 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\BLIKExperienceContext; +use PaypalServerSdkLib\Models\BLIKExperienceContext; /** * Builder for model BLIKExperienceContext diff --git a/src/Models/Builders/BLIKLevel0PaymentObjectBuilder.php b/src/Models/Builders/BLIKLevel0PaymentObjectBuilder.php index aecb308..5fbd382 100644 --- a/src/Models/Builders/BLIKLevel0PaymentObjectBuilder.php +++ b/src/Models/Builders/BLIKLevel0PaymentObjectBuilder.php @@ -3,15 +3,15 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\BLIKLevel0PaymentObject; +use PaypalServerSdkLib\Models\BLIKLevel0PaymentObject; /** * Builder for model BLIKLevel0PaymentObject diff --git a/src/Models/Builders/BLIKOneClickPaymentObjectBuilder.php b/src/Models/Builders/BLIKOneClickPaymentObjectBuilder.php index 4c5f939..2575df4 100644 --- a/src/Models/Builders/BLIKOneClickPaymentObjectBuilder.php +++ b/src/Models/Builders/BLIKOneClickPaymentObjectBuilder.php @@ -3,15 +3,15 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\BLIKOneClickPaymentObject; +use PaypalServerSdkLib\Models\BLIKOneClickPaymentObject; /** * Builder for model BLIKOneClickPaymentObject diff --git a/src/Models/Builders/BLIKOneClickPaymentRequestBuilder.php b/src/Models/Builders/BLIKOneClickPaymentRequestBuilder.php index f1b7d59..e7175b9 100644 --- a/src/Models/Builders/BLIKOneClickPaymentRequestBuilder.php +++ b/src/Models/Builders/BLIKOneClickPaymentRequestBuilder.php @@ -3,15 +3,15 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\BLIKOneClickPaymentRequest; +use PaypalServerSdkLib\Models\BLIKOneClickPaymentRequest; /** * Builder for model BLIKOneClickPaymentRequest diff --git a/src/Models/Builders/BLIKPaymentObjectBuilder.php b/src/Models/Builders/BLIKPaymentObjectBuilder.php index b4ae5f0..61dbd3e 100644 --- a/src/Models/Builders/BLIKPaymentObjectBuilder.php +++ b/src/Models/Builders/BLIKPaymentObjectBuilder.php @@ -3,16 +3,16 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\BLIKOneClickPaymentObject; -use PayPalRESTAPIsLib\Models\BLIKPaymentObject; +use PaypalServerSdkLib\Models\BLIKOneClickPaymentObject; +use PaypalServerSdkLib\Models\BLIKPaymentObject; /** * Builder for model BLIKPaymentObject diff --git a/src/Models/Builders/BLIKPaymentRequestBuilder.php b/src/Models/Builders/BLIKPaymentRequestBuilder.php index e267abd..d90e932 100644 --- a/src/Models/Builders/BLIKPaymentRequestBuilder.php +++ b/src/Models/Builders/BLIKPaymentRequestBuilder.php @@ -3,18 +3,18 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\BLIKExperienceContext; -use PayPalRESTAPIsLib\Models\BLIKLevel0PaymentObject; -use PayPalRESTAPIsLib\Models\BLIKOneClickPaymentRequest; -use PayPalRESTAPIsLib\Models\BLIKPaymentRequest; +use PaypalServerSdkLib\Models\BLIKExperienceContext; +use PaypalServerSdkLib\Models\BLIKLevel0PaymentObject; +use PaypalServerSdkLib\Models\BLIKOneClickPaymentRequest; +use PaypalServerSdkLib\Models\BLIKPaymentRequest; /** * Builder for model BLIKPaymentRequest diff --git a/src/Models/Builders/BancontactPaymentObjectBuilder.php b/src/Models/Builders/BancontactPaymentObjectBuilder.php index 16ca9ff..72e791d 100644 --- a/src/Models/Builders/BancontactPaymentObjectBuilder.php +++ b/src/Models/Builders/BancontactPaymentObjectBuilder.php @@ -3,15 +3,15 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\BancontactPaymentObject; +use PaypalServerSdkLib\Models\BancontactPaymentObject; /** * Builder for model BancontactPaymentObject diff --git a/src/Models/Builders/BancontactPaymentRequestBuilder.php b/src/Models/Builders/BancontactPaymentRequestBuilder.php index 054def8..7ce0719 100644 --- a/src/Models/Builders/BancontactPaymentRequestBuilder.php +++ b/src/Models/Builders/BancontactPaymentRequestBuilder.php @@ -3,16 +3,16 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\BancontactPaymentRequest; -use PayPalRESTAPIsLib\Models\ExperienceContext; +use PaypalServerSdkLib\Models\BancontactPaymentRequest; +use PaypalServerSdkLib\Models\ExperienceContext; /** * Builder for model BancontactPaymentRequest diff --git a/src/Models/Builders/BinDetailsBuilder.php b/src/Models/Builders/BinDetailsBuilder.php index 60c93d0..8f0aa78 100644 --- a/src/Models/Builders/BinDetailsBuilder.php +++ b/src/Models/Builders/BinDetailsBuilder.php @@ -3,15 +3,15 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\BinDetails; +use PaypalServerSdkLib\Models\BinDetails; /** * Builder for model BinDetails diff --git a/src/Models/Builders/CaptureBuilder.php b/src/Models/Builders/CaptureBuilder.php index 104f545..0d638bc 100644 --- a/src/Models/Builders/CaptureBuilder.php +++ b/src/Models/Builders/CaptureBuilder.php @@ -3,21 +3,21 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\Capture; -use PayPalRESTAPIsLib\Models\CaptureStatusDetails; -use PayPalRESTAPIsLib\Models\Money; -use PayPalRESTAPIsLib\Models\NetworkTransactionReference; -use PayPalRESTAPIsLib\Models\ProcessorResponse; -use PayPalRESTAPIsLib\Models\SellerProtection; -use PayPalRESTAPIsLib\Models\SellerReceivableBreakdown; +use PaypalServerSdkLib\Models\Capture; +use PaypalServerSdkLib\Models\CaptureStatusDetails; +use PaypalServerSdkLib\Models\Money; +use PaypalServerSdkLib\Models\NetworkTransactionReference; +use PaypalServerSdkLib\Models\ProcessorResponse; +use PaypalServerSdkLib\Models\SellerProtection; +use PaypalServerSdkLib\Models\SellerReceivableBreakdown; /** * Builder for model Capture diff --git a/src/Models/Builders/CapturePaymentInstructionBuilder.php b/src/Models/Builders/CapturePaymentInstructionBuilder.php index b92fd2d..46a0552 100644 --- a/src/Models/Builders/CapturePaymentInstructionBuilder.php +++ b/src/Models/Builders/CapturePaymentInstructionBuilder.php @@ -3,15 +3,15 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\CapturePaymentInstruction; +use PaypalServerSdkLib\Models\CapturePaymentInstruction; /** * Builder for model CapturePaymentInstruction diff --git a/src/Models/Builders/CaptureRequestBuilder.php b/src/Models/Builders/CaptureRequestBuilder.php index e9b3272..fcb67ba 100644 --- a/src/Models/Builders/CaptureRequestBuilder.php +++ b/src/Models/Builders/CaptureRequestBuilder.php @@ -3,17 +3,17 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\CapturePaymentInstruction; -use PayPalRESTAPIsLib\Models\CaptureRequest; -use PayPalRESTAPIsLib\Models\Money; +use PaypalServerSdkLib\Models\CapturePaymentInstruction; +use PaypalServerSdkLib\Models\CaptureRequest; +use PaypalServerSdkLib\Models\Money; /** * Builder for model CaptureRequest diff --git a/src/Models/Builders/CaptureStatusDetailsBuilder.php b/src/Models/Builders/CaptureStatusDetailsBuilder.php index 15efed9..e155927 100644 --- a/src/Models/Builders/CaptureStatusDetailsBuilder.php +++ b/src/Models/Builders/CaptureStatusDetailsBuilder.php @@ -3,15 +3,15 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\CaptureStatusDetails; +use PaypalServerSdkLib\Models\CaptureStatusDetails; /** * Builder for model CaptureStatusDetails diff --git a/src/Models/Builders/CaptureStatusWithDetailsBuilder.php b/src/Models/Builders/CaptureStatusWithDetailsBuilder.php index d2d1f1c..4777968 100644 --- a/src/Models/Builders/CaptureStatusWithDetailsBuilder.php +++ b/src/Models/Builders/CaptureStatusWithDetailsBuilder.php @@ -3,16 +3,16 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\CaptureStatusDetails; -use PayPalRESTAPIsLib\Models\CaptureStatusWithDetails; +use PaypalServerSdkLib\Models\CaptureStatusDetails; +use PaypalServerSdkLib\Models\CaptureStatusWithDetails; /** * Builder for model CaptureStatusWithDetails diff --git a/src/Models/Builders/CapturedPaymentBuilder.php b/src/Models/Builders/CapturedPaymentBuilder.php index 78744e8..7f70c37 100644 --- a/src/Models/Builders/CapturedPaymentBuilder.php +++ b/src/Models/Builders/CapturedPaymentBuilder.php @@ -3,23 +3,23 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\CapturedPayment; -use PayPalRESTAPIsLib\Models\CaptureStatusDetails; -use PayPalRESTAPIsLib\Models\Money; -use PayPalRESTAPIsLib\Models\NetworkTransactionReference; -use PayPalRESTAPIsLib\Models\Payee; -use PayPalRESTAPIsLib\Models\PaymentSupplementaryData; -use PayPalRESTAPIsLib\Models\ProcessorResponse; -use PayPalRESTAPIsLib\Models\SellerProtection; -use PayPalRESTAPIsLib\Models\SellerReceivableBreakdown; +use PaypalServerSdkLib\Models\CapturedPayment; +use PaypalServerSdkLib\Models\CaptureStatusDetails; +use PaypalServerSdkLib\Models\Money; +use PaypalServerSdkLib\Models\NetworkTransactionReference; +use PaypalServerSdkLib\Models\Payee; +use PaypalServerSdkLib\Models\PaymentSupplementaryData; +use PaypalServerSdkLib\Models\ProcessorResponse; +use PaypalServerSdkLib\Models\SellerProtection; +use PaypalServerSdkLib\Models\SellerReceivableBreakdown; /** * Builder for model CapturedPayment diff --git a/src/Models/Builders/CardAttributesBuilder.php b/src/Models/Builders/CardAttributesBuilder.php index 6c0e553..cad06fe 100644 --- a/src/Models/Builders/CardAttributesBuilder.php +++ b/src/Models/Builders/CardAttributesBuilder.php @@ -3,18 +3,18 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\CardAttributes; -use PayPalRESTAPIsLib\Models\CardCustomerInformation; -use PayPalRESTAPIsLib\Models\CardVerification; -use PayPalRESTAPIsLib\Models\VaultInstructionBase; +use PaypalServerSdkLib\Models\CardAttributes; +use PaypalServerSdkLib\Models\CardCustomerInformation; +use PaypalServerSdkLib\Models\CardVerification; +use PaypalServerSdkLib\Models\VaultInstructionBase; /** * Builder for model CardAttributes diff --git a/src/Models/Builders/CardAttributesResponseBuilder.php b/src/Models/Builders/CardAttributesResponseBuilder.php index 38dd4dd..1b02067 100644 --- a/src/Models/Builders/CardAttributesResponseBuilder.php +++ b/src/Models/Builders/CardAttributesResponseBuilder.php @@ -3,16 +3,16 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\CardAttributesResponse; -use PayPalRESTAPIsLib\Models\CardVaultResponse; +use PaypalServerSdkLib\Models\CardAttributesResponse; +use PaypalServerSdkLib\Models\CardVaultResponse; /** * Builder for model CardAttributesResponse diff --git a/src/Models/Builders/CardAuthenticationResponseBuilder.php b/src/Models/Builders/CardAuthenticationResponseBuilder.php index fc2dfa7..1ce45ad 100644 --- a/src/Models/Builders/CardAuthenticationResponseBuilder.php +++ b/src/Models/Builders/CardAuthenticationResponseBuilder.php @@ -3,16 +3,16 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\CardAuthenticationResponse; -use PayPalRESTAPIsLib\Models\ThreeDSecureAuthenticationResponse; +use PaypalServerSdkLib\Models\CardAuthenticationResponse; +use PaypalServerSdkLib\Models\ThreeDSecureAuthenticationResponse; /** * Builder for model CardAuthenticationResponse diff --git a/src/Models/Builders/CardCustomerInformationBuilder.php b/src/Models/Builders/CardCustomerInformationBuilder.php index 400c415..525105c 100644 --- a/src/Models/Builders/CardCustomerInformationBuilder.php +++ b/src/Models/Builders/CardCustomerInformationBuilder.php @@ -3,16 +3,16 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\CardCustomerInformation; -use PayPalRESTAPIsLib\Models\PhoneWithType; +use PaypalServerSdkLib\Models\CardCustomerInformation; +use PaypalServerSdkLib\Models\PhoneWithType; /** * Builder for model CardCustomerInformation diff --git a/src/Models/Builders/CardExperienceContextBuilder.php b/src/Models/Builders/CardExperienceContextBuilder.php index 58b5361..a206c25 100644 --- a/src/Models/Builders/CardExperienceContextBuilder.php +++ b/src/Models/Builders/CardExperienceContextBuilder.php @@ -3,15 +3,15 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\CardExperienceContext; +use PaypalServerSdkLib\Models\CardExperienceContext; /** * Builder for model CardExperienceContext diff --git a/src/Models/Builders/CardFromRequestBuilder.php b/src/Models/Builders/CardFromRequestBuilder.php index a9f834f..ab89cec 100644 --- a/src/Models/Builders/CardFromRequestBuilder.php +++ b/src/Models/Builders/CardFromRequestBuilder.php @@ -3,15 +3,15 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\CardFromRequest; +use PaypalServerSdkLib\Models\CardFromRequest; /** * Builder for model CardFromRequest diff --git a/src/Models/Builders/CardPaymentTokenBuilder.php b/src/Models/Builders/CardPaymentTokenBuilder.php index eb5912b..200c10f 100644 --- a/src/Models/Builders/CardPaymentTokenBuilder.php +++ b/src/Models/Builders/CardPaymentTokenBuilder.php @@ -3,20 +3,20 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\AddressDetails; -use PayPalRESTAPIsLib\Models\BinDetails; -use PayPalRESTAPIsLib\Models\CardAuthenticationResponse; -use PayPalRESTAPIsLib\Models\CardPaymentToken; -use PayPalRESTAPIsLib\Models\CardVerificationDetails; -use PayPalRESTAPIsLib\Models\NetworkTransactionReferenceEntity; +use PaypalServerSdkLib\Models\AddressDetails; +use PaypalServerSdkLib\Models\BinDetails; +use PaypalServerSdkLib\Models\CardAuthenticationResponse; +use PaypalServerSdkLib\Models\CardPaymentToken; +use PaypalServerSdkLib\Models\CardVerificationDetails; +use PaypalServerSdkLib\Models\NetworkTransactionReferenceEntity; /** * Builder for model CardPaymentToken diff --git a/src/Models/Builders/CardRequestBuilder.php b/src/Models/Builders/CardRequestBuilder.php index e088aaf..5790990 100644 --- a/src/Models/Builders/CardRequestBuilder.php +++ b/src/Models/Builders/CardRequestBuilder.php @@ -3,20 +3,20 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\Address; -use PayPalRESTAPIsLib\Models\CardAttributes; -use PayPalRESTAPIsLib\Models\CardExperienceContext; -use PayPalRESTAPIsLib\Models\CardRequest; -use PayPalRESTAPIsLib\Models\CardStoredCredential; -use PayPalRESTAPIsLib\Models\NetworkToken; +use PaypalServerSdkLib\Models\Address; +use PaypalServerSdkLib\Models\CardAttributes; +use PaypalServerSdkLib\Models\CardExperienceContext; +use PaypalServerSdkLib\Models\CardRequest; +use PaypalServerSdkLib\Models\CardStoredCredential; +use PaypalServerSdkLib\Models\NetworkToken; /** * Builder for model CardRequest diff --git a/src/Models/Builders/CardResponseBuilder.php b/src/Models/Builders/CardResponseBuilder.php index c928c12..28f5f0c 100644 --- a/src/Models/Builders/CardResponseBuilder.php +++ b/src/Models/Builders/CardResponseBuilder.php @@ -3,19 +3,19 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\AuthenticationResponse; -use PayPalRESTAPIsLib\Models\BinDetails; -use PayPalRESTAPIsLib\Models\CardAttributesResponse; -use PayPalRESTAPIsLib\Models\CardFromRequest; -use PayPalRESTAPIsLib\Models\CardResponse; +use PaypalServerSdkLib\Models\AuthenticationResponse; +use PaypalServerSdkLib\Models\BinDetails; +use PaypalServerSdkLib\Models\CardAttributesResponse; +use PaypalServerSdkLib\Models\CardFromRequest; +use PaypalServerSdkLib\Models\CardResponse; /** * Builder for model CardResponse diff --git a/src/Models/Builders/CardResponseEntityBuilder.php b/src/Models/Builders/CardResponseEntityBuilder.php index eb66fcc..a0e8120 100644 --- a/src/Models/Builders/CardResponseEntityBuilder.php +++ b/src/Models/Builders/CardResponseEntityBuilder.php @@ -3,20 +3,20 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\AddressDetails; -use PayPalRESTAPIsLib\Models\BinDetails; -use PayPalRESTAPIsLib\Models\CardAuthenticationResponse; -use PayPalRESTAPIsLib\Models\CardResponseEntity; -use PayPalRESTAPIsLib\Models\CardVerificationDetails; -use PayPalRESTAPIsLib\Models\NetworkTransactionReferenceEntity; +use PaypalServerSdkLib\Models\AddressDetails; +use PaypalServerSdkLib\Models\BinDetails; +use PaypalServerSdkLib\Models\CardAuthenticationResponse; +use PaypalServerSdkLib\Models\CardResponseEntity; +use PaypalServerSdkLib\Models\CardVerificationDetails; +use PaypalServerSdkLib\Models\NetworkTransactionReferenceEntity; /** * Builder for model CardResponseEntity diff --git a/src/Models/Builders/CardStoredCredentialBuilder.php b/src/Models/Builders/CardStoredCredentialBuilder.php index 8b8458c..d4fab5e 100644 --- a/src/Models/Builders/CardStoredCredentialBuilder.php +++ b/src/Models/Builders/CardStoredCredentialBuilder.php @@ -3,16 +3,16 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\CardStoredCredential; -use PayPalRESTAPIsLib\Models\NetworkTransactionReference; +use PaypalServerSdkLib\Models\CardStoredCredential; +use PaypalServerSdkLib\Models\NetworkTransactionReference; /** * Builder for model CardStoredCredential diff --git a/src/Models/Builders/CardSupplementaryDataBuilder.php b/src/Models/Builders/CardSupplementaryDataBuilder.php index 725afe3..87f63e5 100644 --- a/src/Models/Builders/CardSupplementaryDataBuilder.php +++ b/src/Models/Builders/CardSupplementaryDataBuilder.php @@ -3,17 +3,17 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\CardSupplementaryData; -use PayPalRESTAPIsLib\Models\Level2CardProcessingData; -use PayPalRESTAPIsLib\Models\Level3CardProcessingData; +use PaypalServerSdkLib\Models\CardSupplementaryData; +use PaypalServerSdkLib\Models\Level2CardProcessingData; +use PaypalServerSdkLib\Models\Level3CardProcessingData; /** * Builder for model CardSupplementaryData diff --git a/src/Models/Builders/CardVaultResponseBuilder.php b/src/Models/Builders/CardVaultResponseBuilder.php index 3c61876..7725e35 100644 --- a/src/Models/Builders/CardVaultResponseBuilder.php +++ b/src/Models/Builders/CardVaultResponseBuilder.php @@ -3,16 +3,16 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\CardCustomerInformation; -use PayPalRESTAPIsLib\Models\CardVaultResponse; +use PaypalServerSdkLib\Models\CardCustomerInformation; +use PaypalServerSdkLib\Models\CardVaultResponse; /** * Builder for model CardVaultResponse diff --git a/src/Models/Builders/CardVerificationBuilder.php b/src/Models/Builders/CardVerificationBuilder.php index 8a439fd..77a973d 100644 --- a/src/Models/Builders/CardVerificationBuilder.php +++ b/src/Models/Builders/CardVerificationBuilder.php @@ -3,15 +3,15 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\CardVerification; +use PaypalServerSdkLib\Models\CardVerification; /** * Builder for model CardVerification diff --git a/src/Models/Builders/CardVerificationDetailsBuilder.php b/src/Models/Builders/CardVerificationDetailsBuilder.php index 7b406b7..6c663bb 100644 --- a/src/Models/Builders/CardVerificationDetailsBuilder.php +++ b/src/Models/Builders/CardVerificationDetailsBuilder.php @@ -3,17 +3,17 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\CardVerificationDetails; -use PayPalRESTAPIsLib\Models\CardVerificationProcessorResponse; -use PayPalRESTAPIsLib\Models\Money; +use PaypalServerSdkLib\Models\CardVerificationDetails; +use PaypalServerSdkLib\Models\CardVerificationProcessorResponse; +use PaypalServerSdkLib\Models\Money; /** * Builder for model CardVerificationDetails diff --git a/src/Models/Builders/CardVerificationProcessorResponseBuilder.php b/src/Models/Builders/CardVerificationProcessorResponseBuilder.php index d98ce68..c277341 100644 --- a/src/Models/Builders/CardVerificationProcessorResponseBuilder.php +++ b/src/Models/Builders/CardVerificationProcessorResponseBuilder.php @@ -3,15 +3,15 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\CardVerificationProcessorResponse; +use PaypalServerSdkLib\Models\CardVerificationProcessorResponse; /** * Builder for model CardVerificationProcessorResponse diff --git a/src/Models/Builders/CobrandedCardBuilder.php b/src/Models/Builders/CobrandedCardBuilder.php index e5fc1b3..15447eb 100644 --- a/src/Models/Builders/CobrandedCardBuilder.php +++ b/src/Models/Builders/CobrandedCardBuilder.php @@ -3,17 +3,17 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\CobrandedCard; -use PayPalRESTAPIsLib\Models\Money; -use PayPalRESTAPIsLib\Models\PayeeBase; +use PaypalServerSdkLib\Models\CobrandedCard; +use PaypalServerSdkLib\Models\Money; +use PaypalServerSdkLib\Models\PayeeBase; /** * Builder for model CobrandedCard diff --git a/src/Models/Builders/ConfirmOrderRequestBuilder.php b/src/Models/Builders/ConfirmOrderRequestBuilder.php index ff9724e..c906952 100644 --- a/src/Models/Builders/ConfirmOrderRequestBuilder.php +++ b/src/Models/Builders/ConfirmOrderRequestBuilder.php @@ -3,17 +3,17 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\ConfirmOrderRequest; -use PayPalRESTAPIsLib\Models\OrderConfirmApplicationContext; -use PayPalRESTAPIsLib\Models\PaymentSource; +use PaypalServerSdkLib\Models\ConfirmOrderRequest; +use PaypalServerSdkLib\Models\OrderConfirmApplicationContext; +use PaypalServerSdkLib\Models\PaymentSource; /** * Builder for model ConfirmOrderRequest diff --git a/src/Models/Builders/CustomerInformationBuilder.php b/src/Models/Builders/CustomerInformationBuilder.php index 3b40c49..6f097c9 100644 --- a/src/Models/Builders/CustomerInformationBuilder.php +++ b/src/Models/Builders/CustomerInformationBuilder.php @@ -3,16 +3,16 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\CustomerInformation; -use PayPalRESTAPIsLib\Models\PhoneWithType; +use PaypalServerSdkLib\Models\CustomerInformation; +use PaypalServerSdkLib\Models\PhoneWithType; /** * Builder for model CustomerInformation diff --git a/src/Models/Builders/CustomerRequestBuilder.php b/src/Models/Builders/CustomerRequestBuilder.php index c67d160..b57e18e 100644 --- a/src/Models/Builders/CustomerRequestBuilder.php +++ b/src/Models/Builders/CustomerRequestBuilder.php @@ -3,15 +3,15 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\CustomerRequest; +use PaypalServerSdkLib\Models\CustomerRequest; /** * Builder for model CustomerRequest diff --git a/src/Models/Builders/CustomerVaultPaymentTokensResponseBuilder.php b/src/Models/Builders/CustomerVaultPaymentTokensResponseBuilder.php index 5a7018f..3fadc75 100644 --- a/src/Models/Builders/CustomerVaultPaymentTokensResponseBuilder.php +++ b/src/Models/Builders/CustomerVaultPaymentTokensResponseBuilder.php @@ -3,16 +3,16 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\CustomerRequest; -use PayPalRESTAPIsLib\Models\CustomerVaultPaymentTokensResponse; +use PaypalServerSdkLib\Models\CustomerRequest; +use PaypalServerSdkLib\Models\CustomerVaultPaymentTokensResponse; /** * Builder for model CustomerVaultPaymentTokensResponse diff --git a/src/Models/Builders/EPSPaymentObjectBuilder.php b/src/Models/Builders/EPSPaymentObjectBuilder.php index 5c9571c..10691d0 100644 --- a/src/Models/Builders/EPSPaymentObjectBuilder.php +++ b/src/Models/Builders/EPSPaymentObjectBuilder.php @@ -3,15 +3,15 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\EPSPaymentObject; +use PaypalServerSdkLib\Models\EPSPaymentObject; /** * Builder for model EPSPaymentObject diff --git a/src/Models/Builders/EPSPaymentRequestBuilder.php b/src/Models/Builders/EPSPaymentRequestBuilder.php index 7ee2148..f30747e 100644 --- a/src/Models/Builders/EPSPaymentRequestBuilder.php +++ b/src/Models/Builders/EPSPaymentRequestBuilder.php @@ -3,16 +3,16 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\EPSPaymentRequest; -use PayPalRESTAPIsLib\Models\ExperienceContext; +use PaypalServerSdkLib\Models\EPSPaymentRequest; +use PaypalServerSdkLib\Models\ExperienceContext; /** * Builder for model EPSPaymentRequest diff --git a/src/Models/Builders/ErrorDetailsBuilder.php b/src/Models/Builders/ErrorDetailsBuilder.php index 8f94aa0..762d6e5 100644 --- a/src/Models/Builders/ErrorDetailsBuilder.php +++ b/src/Models/Builders/ErrorDetailsBuilder.php @@ -3,15 +3,15 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\ErrorDetails; +use PaypalServerSdkLib\Models\ErrorDetails; /** * Builder for model ErrorDetails diff --git a/src/Models/Builders/ExchangeRateBuilder.php b/src/Models/Builders/ExchangeRateBuilder.php index 98222b9..21d5c12 100644 --- a/src/Models/Builders/ExchangeRateBuilder.php +++ b/src/Models/Builders/ExchangeRateBuilder.php @@ -3,15 +3,15 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\ExchangeRate; +use PaypalServerSdkLib\Models\ExchangeRate; /** * Builder for model ExchangeRate diff --git a/src/Models/Builders/ExperienceContextBuilder.php b/src/Models/Builders/ExperienceContextBuilder.php index c67fe88..cc07447 100644 --- a/src/Models/Builders/ExperienceContextBuilder.php +++ b/src/Models/Builders/ExperienceContextBuilder.php @@ -3,15 +3,15 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\ExperienceContext; +use PaypalServerSdkLib\Models\ExperienceContext; /** * Builder for model ExperienceContext diff --git a/src/Models/Builders/GiropayPaymentObjectBuilder.php b/src/Models/Builders/GiropayPaymentObjectBuilder.php index 38c2a43..af31c35 100644 --- a/src/Models/Builders/GiropayPaymentObjectBuilder.php +++ b/src/Models/Builders/GiropayPaymentObjectBuilder.php @@ -3,15 +3,15 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\GiropayPaymentObject; +use PaypalServerSdkLib\Models\GiropayPaymentObject; /** * Builder for model GiropayPaymentObject diff --git a/src/Models/Builders/GiropayPaymentRequestBuilder.php b/src/Models/Builders/GiropayPaymentRequestBuilder.php index bccbd09..596fcfa 100644 --- a/src/Models/Builders/GiropayPaymentRequestBuilder.php +++ b/src/Models/Builders/GiropayPaymentRequestBuilder.php @@ -3,16 +3,16 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\ExperienceContext; -use PayPalRESTAPIsLib\Models\GiropayPaymentRequest; +use PaypalServerSdkLib\Models\ExperienceContext; +use PaypalServerSdkLib\Models\GiropayPaymentRequest; /** * Builder for model GiropayPaymentRequest diff --git a/src/Models/Builders/GooglePayCardAttributesBuilder.php b/src/Models/Builders/GooglePayCardAttributesBuilder.php index c32aef6..71d6532 100644 --- a/src/Models/Builders/GooglePayCardAttributesBuilder.php +++ b/src/Models/Builders/GooglePayCardAttributesBuilder.php @@ -3,16 +3,16 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\CardVerification; -use PayPalRESTAPIsLib\Models\GooglePayCardAttributes; +use PaypalServerSdkLib\Models\CardVerification; +use PaypalServerSdkLib\Models\GooglePayCardAttributes; /** * Builder for model GooglePayCardAttributes diff --git a/src/Models/Builders/GooglePayCardResponseBuilder.php b/src/Models/Builders/GooglePayCardResponseBuilder.php index f3f58fe..7a730b1 100644 --- a/src/Models/Builders/GooglePayCardResponseBuilder.php +++ b/src/Models/Builders/GooglePayCardResponseBuilder.php @@ -3,17 +3,17 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\Address; -use PayPalRESTAPIsLib\Models\AuthenticationResponse; -use PayPalRESTAPIsLib\Models\GooglePayCardResponse; +use PaypalServerSdkLib\Models\Address; +use PaypalServerSdkLib\Models\AuthenticationResponse; +use PaypalServerSdkLib\Models\GooglePayCardResponse; /** * Builder for model GooglePayCardResponse diff --git a/src/Models/Builders/GooglePayDecryptedTokenDataBuilder.php b/src/Models/Builders/GooglePayDecryptedTokenDataBuilder.php index 0dd9e21..974223e 100644 --- a/src/Models/Builders/GooglePayDecryptedTokenDataBuilder.php +++ b/src/Models/Builders/GooglePayDecryptedTokenDataBuilder.php @@ -3,15 +3,15 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\GooglePayDecryptedTokenData; +use PaypalServerSdkLib\Models\GooglePayDecryptedTokenData; /** * Builder for model GooglePayDecryptedTokenData diff --git a/src/Models/Builders/GooglePayRequestBuilder.php b/src/Models/Builders/GooglePayRequestBuilder.php index abc9e72..01604de 100644 --- a/src/Models/Builders/GooglePayRequestBuilder.php +++ b/src/Models/Builders/GooglePayRequestBuilder.php @@ -3,20 +3,20 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\AssuranceDetails; -use PayPalRESTAPIsLib\Models\GooglePayCardAttributes; -use PayPalRESTAPIsLib\Models\GooglePayDecryptedTokenData; -use PayPalRESTAPIsLib\Models\GooglePayRequest; -use PayPalRESTAPIsLib\Models\GooglePayRequestCard; -use PayPalRESTAPIsLib\Models\PhoneNumberWithCountryCode; +use PaypalServerSdkLib\Models\AssuranceDetails; +use PaypalServerSdkLib\Models\GooglePayCardAttributes; +use PaypalServerSdkLib\Models\GooglePayDecryptedTokenData; +use PaypalServerSdkLib\Models\GooglePayRequest; +use PaypalServerSdkLib\Models\GooglePayRequestCard; +use PaypalServerSdkLib\Models\PhoneNumberWithCountryCode; /** * Builder for model GooglePayRequest diff --git a/src/Models/Builders/GooglePayRequestCardBuilder.php b/src/Models/Builders/GooglePayRequestCardBuilder.php index e9e2212..2b3d155 100644 --- a/src/Models/Builders/GooglePayRequestCardBuilder.php +++ b/src/Models/Builders/GooglePayRequestCardBuilder.php @@ -3,16 +3,16 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\Address; -use PayPalRESTAPIsLib\Models\GooglePayRequestCard; +use PaypalServerSdkLib\Models\Address; +use PaypalServerSdkLib\Models\GooglePayRequestCard; /** * Builder for model GooglePayRequestCard diff --git a/src/Models/Builders/GooglePayWalletResponseBuilder.php b/src/Models/Builders/GooglePayWalletResponseBuilder.php index 8a0866c..506cdd6 100644 --- a/src/Models/Builders/GooglePayWalletResponseBuilder.php +++ b/src/Models/Builders/GooglePayWalletResponseBuilder.php @@ -3,17 +3,17 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\GooglePayCardResponse; -use PayPalRESTAPIsLib\Models\GooglePayWalletResponse; -use PayPalRESTAPIsLib\Models\PhoneNumberWithCountryCode; +use PaypalServerSdkLib\Models\GooglePayCardResponse; +use PaypalServerSdkLib\Models\GooglePayWalletResponse; +use PaypalServerSdkLib\Models\PhoneNumberWithCountryCode; /** * Builder for model GooglePayWalletResponse diff --git a/src/Models/Builders/IDEALPaymentObjectBuilder.php b/src/Models/Builders/IDEALPaymentObjectBuilder.php index 245068b..bc7148a 100644 --- a/src/Models/Builders/IDEALPaymentObjectBuilder.php +++ b/src/Models/Builders/IDEALPaymentObjectBuilder.php @@ -3,15 +3,15 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\IDEALPaymentObject; +use PaypalServerSdkLib\Models\IDEALPaymentObject; /** * Builder for model IDEALPaymentObject diff --git a/src/Models/Builders/IDEALPaymentRequestBuilder.php b/src/Models/Builders/IDEALPaymentRequestBuilder.php index 587d459..dcf0647 100644 --- a/src/Models/Builders/IDEALPaymentRequestBuilder.php +++ b/src/Models/Builders/IDEALPaymentRequestBuilder.php @@ -3,16 +3,16 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\ExperienceContext; -use PayPalRESTAPIsLib\Models\IDEALPaymentRequest; +use PaypalServerSdkLib\Models\ExperienceContext; +use PaypalServerSdkLib\Models\IDEALPaymentRequest; /** * Builder for model IDEALPaymentRequest diff --git a/src/Models/Builders/ItemBuilder.php b/src/Models/Builders/ItemBuilder.php index 3140400..e1214ce 100644 --- a/src/Models/Builders/ItemBuilder.php +++ b/src/Models/Builders/ItemBuilder.php @@ -3,17 +3,17 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\Item; -use PayPalRESTAPIsLib\Models\Money; -use PayPalRESTAPIsLib\Models\UniversalProductCode; +use PaypalServerSdkLib\Models\Item; +use PaypalServerSdkLib\Models\Money; +use PaypalServerSdkLib\Models\UniversalProductCode; /** * Builder for model Item diff --git a/src/Models/Builders/Level2CardProcessingDataBuilder.php b/src/Models/Builders/Level2CardProcessingDataBuilder.php index 1ee6244..b10bc93 100644 --- a/src/Models/Builders/Level2CardProcessingDataBuilder.php +++ b/src/Models/Builders/Level2CardProcessingDataBuilder.php @@ -3,16 +3,16 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\Level2CardProcessingData; -use PayPalRESTAPIsLib\Models\Money; +use PaypalServerSdkLib\Models\Level2CardProcessingData; +use PaypalServerSdkLib\Models\Money; /** * Builder for model Level2CardProcessingData diff --git a/src/Models/Builders/Level3CardProcessingDataBuilder.php b/src/Models/Builders/Level3CardProcessingDataBuilder.php index 73ed963..d36cd17 100644 --- a/src/Models/Builders/Level3CardProcessingDataBuilder.php +++ b/src/Models/Builders/Level3CardProcessingDataBuilder.php @@ -3,17 +3,17 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\Address; -use PayPalRESTAPIsLib\Models\Level3CardProcessingData; -use PayPalRESTAPIsLib\Models\Money; +use PaypalServerSdkLib\Models\Address; +use PaypalServerSdkLib\Models\Level3CardProcessingData; +use PaypalServerSdkLib\Models\Money; /** * Builder for model Level3CardProcessingData diff --git a/src/Models/Builders/LineItemBuilder.php b/src/Models/Builders/LineItemBuilder.php index 00fcfa8..6a4738e 100644 --- a/src/Models/Builders/LineItemBuilder.php +++ b/src/Models/Builders/LineItemBuilder.php @@ -3,17 +3,17 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\LineItem; -use PayPalRESTAPIsLib\Models\Money; -use PayPalRESTAPIsLib\Models\UniversalProductCode; +use PaypalServerSdkLib\Models\LineItem; +use PaypalServerSdkLib\Models\Money; +use PaypalServerSdkLib\Models\UniversalProductCode; /** * Builder for model LineItem diff --git a/src/Models/Builders/LinkDescriptionBuilder.php b/src/Models/Builders/LinkDescriptionBuilder.php index 7cdb17f..f93e230 100644 --- a/src/Models/Builders/LinkDescriptionBuilder.php +++ b/src/Models/Builders/LinkDescriptionBuilder.php @@ -3,15 +3,15 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\LinkDescription; +use PaypalServerSdkLib\Models\LinkDescription; /** * Builder for model LinkDescription diff --git a/src/Models/Builders/MoneyBuilder.php b/src/Models/Builders/MoneyBuilder.php index 4c0c243..42e40c2 100644 --- a/src/Models/Builders/MoneyBuilder.php +++ b/src/Models/Builders/MoneyBuilder.php @@ -3,15 +3,15 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\Money; +use PaypalServerSdkLib\Models\Money; /** * Builder for model Money diff --git a/src/Models/Builders/MyBankPaymentObjectBuilder.php b/src/Models/Builders/MyBankPaymentObjectBuilder.php index 98eae64..2c71afd 100644 --- a/src/Models/Builders/MyBankPaymentObjectBuilder.php +++ b/src/Models/Builders/MyBankPaymentObjectBuilder.php @@ -3,15 +3,15 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\MyBankPaymentObject; +use PaypalServerSdkLib\Models\MyBankPaymentObject; /** * Builder for model MyBankPaymentObject diff --git a/src/Models/Builders/MyBankPaymentRequestBuilder.php b/src/Models/Builders/MyBankPaymentRequestBuilder.php index 1f68993..da44f0c 100644 --- a/src/Models/Builders/MyBankPaymentRequestBuilder.php +++ b/src/Models/Builders/MyBankPaymentRequestBuilder.php @@ -3,16 +3,16 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\ExperienceContext; -use PayPalRESTAPIsLib\Models\MyBankPaymentRequest; +use PaypalServerSdkLib\Models\ExperienceContext; +use PaypalServerSdkLib\Models\MyBankPaymentRequest; /** * Builder for model MyBankPaymentRequest diff --git a/src/Models/Builders/NameBuilder.php b/src/Models/Builders/NameBuilder.php index e9c7f89..c10ed2b 100644 --- a/src/Models/Builders/NameBuilder.php +++ b/src/Models/Builders/NameBuilder.php @@ -3,15 +3,15 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\Name; +use PaypalServerSdkLib\Models\Name; /** * Builder for model Name diff --git a/src/Models/Builders/NetAmountBreakdownItemBuilder.php b/src/Models/Builders/NetAmountBreakdownItemBuilder.php index 596aa2c..88b4be2 100644 --- a/src/Models/Builders/NetAmountBreakdownItemBuilder.php +++ b/src/Models/Builders/NetAmountBreakdownItemBuilder.php @@ -3,17 +3,17 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\ExchangeRate; -use PayPalRESTAPIsLib\Models\Money; -use PayPalRESTAPIsLib\Models\NetAmountBreakdownItem; +use PaypalServerSdkLib\Models\ExchangeRate; +use PaypalServerSdkLib\Models\Money; +use PaypalServerSdkLib\Models\NetAmountBreakdownItem; /** * Builder for model NetAmountBreakdownItem diff --git a/src/Models/Builders/NetworkTokenBuilder.php b/src/Models/Builders/NetworkTokenBuilder.php index a79a457..813c091 100644 --- a/src/Models/Builders/NetworkTokenBuilder.php +++ b/src/Models/Builders/NetworkTokenBuilder.php @@ -3,15 +3,15 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\NetworkToken; +use PaypalServerSdkLib\Models\NetworkToken; /** * Builder for model NetworkToken diff --git a/src/Models/Builders/NetworkTransactionReferenceBuilder.php b/src/Models/Builders/NetworkTransactionReferenceBuilder.php index b1eb601..675542b 100644 --- a/src/Models/Builders/NetworkTransactionReferenceBuilder.php +++ b/src/Models/Builders/NetworkTransactionReferenceBuilder.php @@ -3,15 +3,15 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\NetworkTransactionReference; +use PaypalServerSdkLib\Models\NetworkTransactionReference; /** * Builder for model NetworkTransactionReference diff --git a/src/Models/Builders/NetworkTransactionReferenceEntityBuilder.php b/src/Models/Builders/NetworkTransactionReferenceEntityBuilder.php index 610fd0c..d801976 100644 --- a/src/Models/Builders/NetworkTransactionReferenceEntityBuilder.php +++ b/src/Models/Builders/NetworkTransactionReferenceEntityBuilder.php @@ -3,15 +3,15 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\NetworkTransactionReferenceEntity; +use PaypalServerSdkLib\Models\NetworkTransactionReferenceEntity; /** * Builder for model NetworkTransactionReferenceEntity diff --git a/src/Models/Builders/OAuthTokenBuilder.php b/src/Models/Builders/OAuthTokenBuilder.php index cca5ad4..e09070c 100644 --- a/src/Models/Builders/OAuthTokenBuilder.php +++ b/src/Models/Builders/OAuthTokenBuilder.php @@ -3,15 +3,15 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\OAuthToken; +use PaypalServerSdkLib\Models\OAuthToken; /** * Builder for model OAuthToken diff --git a/src/Models/Builders/OrderApplicationContextBuilder.php b/src/Models/Builders/OrderApplicationContextBuilder.php index d52a5a0..31e0181 100644 --- a/src/Models/Builders/OrderApplicationContextBuilder.php +++ b/src/Models/Builders/OrderApplicationContextBuilder.php @@ -3,17 +3,17 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\OrderApplicationContext; -use PayPalRESTAPIsLib\Models\PaymentMethodPreference; -use PayPalRESTAPIsLib\Models\StoredPaymentSource; +use PaypalServerSdkLib\Models\OrderApplicationContext; +use PaypalServerSdkLib\Models\PaymentMethodPreference; +use PaypalServerSdkLib\Models\StoredPaymentSource; /** * Builder for model OrderApplicationContext diff --git a/src/Models/Builders/OrderAuthorizeRequestBuilder.php b/src/Models/Builders/OrderAuthorizeRequestBuilder.php index aa62a0e..38ad3b8 100644 --- a/src/Models/Builders/OrderAuthorizeRequestBuilder.php +++ b/src/Models/Builders/OrderAuthorizeRequestBuilder.php @@ -3,16 +3,16 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\OrderAuthorizeRequest; -use PayPalRESTAPIsLib\Models\OrderAuthorizeRequestPaymentSource; +use PaypalServerSdkLib\Models\OrderAuthorizeRequest; +use PaypalServerSdkLib\Models\OrderAuthorizeRequestPaymentSource; /** * Builder for model OrderAuthorizeRequest diff --git a/src/Models/Builders/OrderAuthorizeRequestPaymentSourceBuilder.php b/src/Models/Builders/OrderAuthorizeRequestPaymentSourceBuilder.php index ef84597..b64507b 100644 --- a/src/Models/Builders/OrderAuthorizeRequestPaymentSourceBuilder.php +++ b/src/Models/Builders/OrderAuthorizeRequestPaymentSourceBuilder.php @@ -3,21 +3,21 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\ApplePayRequest; -use PayPalRESTAPIsLib\Models\CardRequest; -use PayPalRESTAPIsLib\Models\GooglePayRequest; -use PayPalRESTAPIsLib\Models\OrderAuthorizeRequestPaymentSource; -use PayPalRESTAPIsLib\Models\PayPalWallet; -use PayPalRESTAPIsLib\Models\Token; -use PayPalRESTAPIsLib\Models\VenmoWalletRequest; +use PaypalServerSdkLib\Models\ApplePayRequest; +use PaypalServerSdkLib\Models\CardRequest; +use PaypalServerSdkLib\Models\GooglePayRequest; +use PaypalServerSdkLib\Models\OrderAuthorizeRequestPaymentSource; +use PaypalServerSdkLib\Models\PayPalWallet; +use PaypalServerSdkLib\Models\Token; +use PaypalServerSdkLib\Models\VenmoWalletRequest; /** * Builder for model OrderAuthorizeRequestPaymentSource diff --git a/src/Models/Builders/OrderAuthorizeResponseBuilder.php b/src/Models/Builders/OrderAuthorizeResponseBuilder.php index 57526d9..e3face0 100644 --- a/src/Models/Builders/OrderAuthorizeResponseBuilder.php +++ b/src/Models/Builders/OrderAuthorizeResponseBuilder.php @@ -3,17 +3,17 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\OrderAuthorizeResponse; -use PayPalRESTAPIsLib\Models\OrderAuthorizeResponsePaymentSource; -use PayPalRESTAPIsLib\Models\Payer; +use PaypalServerSdkLib\Models\OrderAuthorizeResponse; +use PaypalServerSdkLib\Models\OrderAuthorizeResponsePaymentSource; +use PaypalServerSdkLib\Models\Payer; /** * Builder for model OrderAuthorizeResponse diff --git a/src/Models/Builders/OrderAuthorizeResponsePaymentSourceBuilder.php b/src/Models/Builders/OrderAuthorizeResponsePaymentSourceBuilder.php index 4823609..03bf80c 100644 --- a/src/Models/Builders/OrderAuthorizeResponsePaymentSourceBuilder.php +++ b/src/Models/Builders/OrderAuthorizeResponsePaymentSourceBuilder.php @@ -3,20 +3,20 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\ApplePayPaymentObject; -use PayPalRESTAPIsLib\Models\CardResponse; -use PayPalRESTAPIsLib\Models\GooglePayWalletResponse; -use PayPalRESTAPIsLib\Models\OrderAuthorizeResponsePaymentSource; -use PayPalRESTAPIsLib\Models\PayPalWalletResponse; -use PayPalRESTAPIsLib\Models\VenmoWalletResponse; +use PaypalServerSdkLib\Models\ApplePayPaymentObject; +use PaypalServerSdkLib\Models\CardResponse; +use PaypalServerSdkLib\Models\GooglePayWalletResponse; +use PaypalServerSdkLib\Models\OrderAuthorizeResponsePaymentSource; +use PaypalServerSdkLib\Models\PayPalWalletResponse; +use PaypalServerSdkLib\Models\VenmoWalletResponse; /** * Builder for model OrderAuthorizeResponsePaymentSource diff --git a/src/Models/Builders/OrderBuilder.php b/src/Models/Builders/OrderBuilder.php index 68ba27b..3819fd4 100644 --- a/src/Models/Builders/OrderBuilder.php +++ b/src/Models/Builders/OrderBuilder.php @@ -3,17 +3,17 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\Order; -use PayPalRESTAPIsLib\Models\Payer; -use PayPalRESTAPIsLib\Models\PaymentSourceResponse; +use PaypalServerSdkLib\Models\Order; +use PaypalServerSdkLib\Models\Payer; +use PaypalServerSdkLib\Models\PaymentSourceResponse; /** * Builder for model Order diff --git a/src/Models/Builders/OrderCaptureRequestBuilder.php b/src/Models/Builders/OrderCaptureRequestBuilder.php index a4df57b..41175c9 100644 --- a/src/Models/Builders/OrderCaptureRequestBuilder.php +++ b/src/Models/Builders/OrderCaptureRequestBuilder.php @@ -3,16 +3,16 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\OrderCaptureRequest; -use PayPalRESTAPIsLib\Models\OrderCaptureRequestPaymentSource; +use PaypalServerSdkLib\Models\OrderCaptureRequest; +use PaypalServerSdkLib\Models\OrderCaptureRequestPaymentSource; /** * Builder for model OrderCaptureRequest diff --git a/src/Models/Builders/OrderCaptureRequestPaymentSourceBuilder.php b/src/Models/Builders/OrderCaptureRequestPaymentSourceBuilder.php index 914e88a..d1790dd 100644 --- a/src/Models/Builders/OrderCaptureRequestPaymentSourceBuilder.php +++ b/src/Models/Builders/OrderCaptureRequestPaymentSourceBuilder.php @@ -3,21 +3,21 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\ApplePayRequest; -use PayPalRESTAPIsLib\Models\CardRequest; -use PayPalRESTAPIsLib\Models\GooglePayRequest; -use PayPalRESTAPIsLib\Models\OrderCaptureRequestPaymentSource; -use PayPalRESTAPIsLib\Models\PayPalWallet; -use PayPalRESTAPIsLib\Models\Token; -use PayPalRESTAPIsLib\Models\VenmoWalletRequest; +use PaypalServerSdkLib\Models\ApplePayRequest; +use PaypalServerSdkLib\Models\CardRequest; +use PaypalServerSdkLib\Models\GooglePayRequest; +use PaypalServerSdkLib\Models\OrderCaptureRequestPaymentSource; +use PaypalServerSdkLib\Models\PayPalWallet; +use PaypalServerSdkLib\Models\Token; +use PaypalServerSdkLib\Models\VenmoWalletRequest; /** * Builder for model OrderCaptureRequestPaymentSource diff --git a/src/Models/Builders/OrderConfirmApplicationContextBuilder.php b/src/Models/Builders/OrderConfirmApplicationContextBuilder.php index 6bd848a..d8cb228 100644 --- a/src/Models/Builders/OrderConfirmApplicationContextBuilder.php +++ b/src/Models/Builders/OrderConfirmApplicationContextBuilder.php @@ -3,16 +3,16 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\OrderConfirmApplicationContext; -use PayPalRESTAPIsLib\Models\StoredPaymentSource; +use PaypalServerSdkLib\Models\OrderConfirmApplicationContext; +use PaypalServerSdkLib\Models\StoredPaymentSource; /** * Builder for model OrderConfirmApplicationContext diff --git a/src/Models/Builders/OrderRequestBuilder.php b/src/Models/Builders/OrderRequestBuilder.php index edd7bf5..a3a4b5a 100644 --- a/src/Models/Builders/OrderRequestBuilder.php +++ b/src/Models/Builders/OrderRequestBuilder.php @@ -3,18 +3,18 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\OrderApplicationContext; -use PayPalRESTAPIsLib\Models\OrderRequest; -use PayPalRESTAPIsLib\Models\Payer; -use PayPalRESTAPIsLib\Models\PaymentSource; +use PaypalServerSdkLib\Models\OrderApplicationContext; +use PaypalServerSdkLib\Models\OrderRequest; +use PaypalServerSdkLib\Models\Payer; +use PaypalServerSdkLib\Models\PaymentSource; /** * Builder for model OrderRequest diff --git a/src/Models/Builders/OrderTrackerItemBuilder.php b/src/Models/Builders/OrderTrackerItemBuilder.php index eabd897..b54c801 100644 --- a/src/Models/Builders/OrderTrackerItemBuilder.php +++ b/src/Models/Builders/OrderTrackerItemBuilder.php @@ -3,16 +3,16 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\OrderTrackerItem; -use PayPalRESTAPIsLib\Models\UniversalProductCode; +use PaypalServerSdkLib\Models\OrderTrackerItem; +use PaypalServerSdkLib\Models\UniversalProductCode; /** * Builder for model OrderTrackerItem diff --git a/src/Models/Builders/OrderTrackerRequestBuilder.php b/src/Models/Builders/OrderTrackerRequestBuilder.php index 78ed0b2..ff6e6b3 100644 --- a/src/Models/Builders/OrderTrackerRequestBuilder.php +++ b/src/Models/Builders/OrderTrackerRequestBuilder.php @@ -3,15 +3,15 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\OrderTrackerRequest; +use PaypalServerSdkLib\Models\OrderTrackerRequest; /** * Builder for model OrderTrackerRequest diff --git a/src/Models/Builders/OrderTrackerResponseBuilder.php b/src/Models/Builders/OrderTrackerResponseBuilder.php index 9eba000..dffa18c 100644 --- a/src/Models/Builders/OrderTrackerResponseBuilder.php +++ b/src/Models/Builders/OrderTrackerResponseBuilder.php @@ -3,15 +3,15 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\OrderTrackerResponse; +use PaypalServerSdkLib\Models\OrderTrackerResponse; /** * Builder for model OrderTrackerResponse diff --git a/src/Models/Builders/P24PaymentObjectBuilder.php b/src/Models/Builders/P24PaymentObjectBuilder.php index 5b8c476..eed53ab 100644 --- a/src/Models/Builders/P24PaymentObjectBuilder.php +++ b/src/Models/Builders/P24PaymentObjectBuilder.php @@ -3,15 +3,15 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\P24PaymentObject; +use PaypalServerSdkLib\Models\P24PaymentObject; /** * Builder for model P24PaymentObject diff --git a/src/Models/Builders/P24PaymentRequestBuilder.php b/src/Models/Builders/P24PaymentRequestBuilder.php index 07c2e23..5450679 100644 --- a/src/Models/Builders/P24PaymentRequestBuilder.php +++ b/src/Models/Builders/P24PaymentRequestBuilder.php @@ -3,16 +3,16 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\ExperienceContext; -use PayPalRESTAPIsLib\Models\P24PaymentRequest; +use PaypalServerSdkLib\Models\ExperienceContext; +use PaypalServerSdkLib\Models\P24PaymentRequest; /** * Builder for model P24PaymentRequest diff --git a/src/Models/Builders/PatchBuilder.php b/src/Models/Builders/PatchBuilder.php index ba587b1..cbcec85 100644 --- a/src/Models/Builders/PatchBuilder.php +++ b/src/Models/Builders/PatchBuilder.php @@ -3,15 +3,15 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\Patch; +use PaypalServerSdkLib\Models\Patch; /** * Builder for model Patch diff --git a/src/Models/Builders/PayPalPaymentTokenBuilder.php b/src/Models/Builders/PayPalPaymentTokenBuilder.php index 90f1243..4fd7a35 100644 --- a/src/Models/Builders/PayPalPaymentTokenBuilder.php +++ b/src/Models/Builders/PayPalPaymentTokenBuilder.php @@ -3,20 +3,20 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\Address; -use PayPalRESTAPIsLib\Models\Name; -use PayPalRESTAPIsLib\Models\PayPalPaymentToken; -use PayPalRESTAPIsLib\Models\Phone; -use PayPalRESTAPIsLib\Models\PhoneWithType; -use PayPalRESTAPIsLib\Models\VaultedDigitalWalletShippingDetails; +use PaypalServerSdkLib\Models\Address; +use PaypalServerSdkLib\Models\Name; +use PaypalServerSdkLib\Models\PayPalPaymentToken; +use PaypalServerSdkLib\Models\Phone; +use PaypalServerSdkLib\Models\PhoneWithType; +use PaypalServerSdkLib\Models\VaultedDigitalWalletShippingDetails; /** * Builder for model PayPalPaymentToken diff --git a/src/Models/Builders/PayPalWalletAttributesBuilder.php b/src/Models/Builders/PayPalWalletAttributesBuilder.php index 01119e7..06fb688 100644 --- a/src/Models/Builders/PayPalWalletAttributesBuilder.php +++ b/src/Models/Builders/PayPalWalletAttributesBuilder.php @@ -3,17 +3,17 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\PayPalWalletAttributes; -use PayPalRESTAPIsLib\Models\PayPalWalletCustomerRequest; -use PayPalRESTAPIsLib\Models\PayPalWalletVaultInstruction; +use PaypalServerSdkLib\Models\PayPalWalletAttributes; +use PaypalServerSdkLib\Models\PayPalWalletCustomerRequest; +use PaypalServerSdkLib\Models\PayPalWalletVaultInstruction; /** * Builder for model PayPalWalletAttributes diff --git a/src/Models/Builders/PayPalWalletAttributesResponseBuilder.php b/src/Models/Builders/PayPalWalletAttributesResponseBuilder.php index f8a0efc..55cfd6d 100644 --- a/src/Models/Builders/PayPalWalletAttributesResponseBuilder.php +++ b/src/Models/Builders/PayPalWalletAttributesResponseBuilder.php @@ -3,16 +3,16 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\PayPalWalletAttributesResponse; -use PayPalRESTAPIsLib\Models\PayPalWalletVaultResponse; +use PaypalServerSdkLib\Models\PayPalWalletAttributesResponse; +use PaypalServerSdkLib\Models\PayPalWalletVaultResponse; /** * Builder for model PayPalWalletAttributesResponse diff --git a/src/Models/Builders/PayPalWalletBuilder.php b/src/Models/Builders/PayPalWalletBuilder.php index df25c84..397868b 100644 --- a/src/Models/Builders/PayPalWalletBuilder.php +++ b/src/Models/Builders/PayPalWalletBuilder.php @@ -3,21 +3,21 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\Address; -use PayPalRESTAPIsLib\Models\Name; -use PayPalRESTAPIsLib\Models\PayPalWallet; -use PayPalRESTAPIsLib\Models\PayPalWalletAttributes; -use PayPalRESTAPIsLib\Models\PayPalWalletExperienceContext; -use PayPalRESTAPIsLib\Models\PhoneWithType; -use PayPalRESTAPIsLib\Models\TaxInfo; +use PaypalServerSdkLib\Models\Address; +use PaypalServerSdkLib\Models\Name; +use PaypalServerSdkLib\Models\PayPalWallet; +use PaypalServerSdkLib\Models\PayPalWalletAttributes; +use PaypalServerSdkLib\Models\PayPalWalletExperienceContext; +use PaypalServerSdkLib\Models\PhoneWithType; +use PaypalServerSdkLib\Models\TaxInfo; /** * Builder for model PayPalWallet diff --git a/src/Models/Builders/PayPalWalletCustomerBuilder.php b/src/Models/Builders/PayPalWalletCustomerBuilder.php index 2f6ba22..230c9ec 100644 --- a/src/Models/Builders/PayPalWalletCustomerBuilder.php +++ b/src/Models/Builders/PayPalWalletCustomerBuilder.php @@ -3,16 +3,16 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\PayPalWalletCustomer; -use PayPalRESTAPIsLib\Models\PhoneWithType; +use PaypalServerSdkLib\Models\PayPalWalletCustomer; +use PaypalServerSdkLib\Models\PhoneWithType; /** * Builder for model PayPalWalletCustomer diff --git a/src/Models/Builders/PayPalWalletCustomerRequestBuilder.php b/src/Models/Builders/PayPalWalletCustomerRequestBuilder.php index 8e2cc40..94d2a01 100644 --- a/src/Models/Builders/PayPalWalletCustomerRequestBuilder.php +++ b/src/Models/Builders/PayPalWalletCustomerRequestBuilder.php @@ -3,16 +3,16 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\PayPalWalletCustomerRequest; -use PayPalRESTAPIsLib\Models\PhoneWithType; +use PaypalServerSdkLib\Models\PayPalWalletCustomerRequest; +use PaypalServerSdkLib\Models\PhoneWithType; /** * Builder for model PayPalWalletCustomerRequest diff --git a/src/Models/Builders/PayPalWalletExperienceContextBuilder.php b/src/Models/Builders/PayPalWalletExperienceContextBuilder.php index dfb3e80..366ac7a 100644 --- a/src/Models/Builders/PayPalWalletExperienceContextBuilder.php +++ b/src/Models/Builders/PayPalWalletExperienceContextBuilder.php @@ -3,15 +3,15 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\PayPalWalletExperienceContext; +use PaypalServerSdkLib\Models\PayPalWalletExperienceContext; /** * Builder for model PayPalWalletExperienceContext diff --git a/src/Models/Builders/PayPalWalletResponseBuilder.php b/src/Models/Builders/PayPalWalletResponseBuilder.php index 57082d4..09534bd 100644 --- a/src/Models/Builders/PayPalWalletResponseBuilder.php +++ b/src/Models/Builders/PayPalWalletResponseBuilder.php @@ -3,20 +3,20 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\Address; -use PayPalRESTAPIsLib\Models\Name; -use PayPalRESTAPIsLib\Models\PayPalWalletAttributesResponse; -use PayPalRESTAPIsLib\Models\PayPalWalletResponse; -use PayPalRESTAPIsLib\Models\PhoneNumber; -use PayPalRESTAPIsLib\Models\TaxInfo; +use PaypalServerSdkLib\Models\Address; +use PaypalServerSdkLib\Models\Name; +use PaypalServerSdkLib\Models\PayPalWalletAttributesResponse; +use PaypalServerSdkLib\Models\PayPalWalletResponse; +use PaypalServerSdkLib\Models\PhoneNumber; +use PaypalServerSdkLib\Models\TaxInfo; /** * Builder for model PayPalWalletResponse diff --git a/src/Models/Builders/PayPalWalletVaultInstructionBuilder.php b/src/Models/Builders/PayPalWalletVaultInstructionBuilder.php index 9b770a7..a2f0c09 100644 --- a/src/Models/Builders/PayPalWalletVaultInstructionBuilder.php +++ b/src/Models/Builders/PayPalWalletVaultInstructionBuilder.php @@ -3,15 +3,15 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\PayPalWalletVaultInstruction; +use PaypalServerSdkLib\Models\PayPalWalletVaultInstruction; /** * Builder for model PayPalWalletVaultInstruction diff --git a/src/Models/Builders/PayPalWalletVaultResponseBuilder.php b/src/Models/Builders/PayPalWalletVaultResponseBuilder.php index 517a388..1c0ad5f 100644 --- a/src/Models/Builders/PayPalWalletVaultResponseBuilder.php +++ b/src/Models/Builders/PayPalWalletVaultResponseBuilder.php @@ -3,16 +3,16 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\PayPalWalletCustomer; -use PayPalRESTAPIsLib\Models\PayPalWalletVaultResponse; +use PaypalServerSdkLib\Models\PayPalWalletCustomer; +use PaypalServerSdkLib\Models\PayPalWalletVaultResponse; /** * Builder for model PayPalWalletVaultResponse diff --git a/src/Models/Builders/PayeeBaseBuilder.php b/src/Models/Builders/PayeeBaseBuilder.php index ba278c8..1342994 100644 --- a/src/Models/Builders/PayeeBaseBuilder.php +++ b/src/Models/Builders/PayeeBaseBuilder.php @@ -3,15 +3,15 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\PayeeBase; +use PaypalServerSdkLib\Models\PayeeBase; /** * Builder for model PayeeBase diff --git a/src/Models/Builders/PayeeBuilder.php b/src/Models/Builders/PayeeBuilder.php index 9622ac1..1426bd7 100644 --- a/src/Models/Builders/PayeeBuilder.php +++ b/src/Models/Builders/PayeeBuilder.php @@ -3,15 +3,15 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\Payee; +use PaypalServerSdkLib\Models\Payee; /** * Builder for model Payee diff --git a/src/Models/Builders/PayerBaseBuilder.php b/src/Models/Builders/PayerBaseBuilder.php index 9071c69..1a84919 100644 --- a/src/Models/Builders/PayerBaseBuilder.php +++ b/src/Models/Builders/PayerBaseBuilder.php @@ -3,15 +3,15 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\PayerBase; +use PaypalServerSdkLib\Models\PayerBase; /** * Builder for model PayerBase diff --git a/src/Models/Builders/PayerBuilder.php b/src/Models/Builders/PayerBuilder.php index 6ea4dd1..019e808 100644 --- a/src/Models/Builders/PayerBuilder.php +++ b/src/Models/Builders/PayerBuilder.php @@ -3,19 +3,19 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\Address; -use PayPalRESTAPIsLib\Models\Name; -use PayPalRESTAPIsLib\Models\Payer; -use PayPalRESTAPIsLib\Models\PhoneWithType; -use PayPalRESTAPIsLib\Models\TaxInfo; +use PaypalServerSdkLib\Models\Address; +use PaypalServerSdkLib\Models\Name; +use PaypalServerSdkLib\Models\Payer; +use PaypalServerSdkLib\Models\PhoneWithType; +use PaypalServerSdkLib\Models\TaxInfo; /** * Builder for model Payer diff --git a/src/Models/Builders/PaymentAuthorizationBuilder.php b/src/Models/Builders/PaymentAuthorizationBuilder.php index f28fd24..7140a2b 100644 --- a/src/Models/Builders/PaymentAuthorizationBuilder.php +++ b/src/Models/Builders/PaymentAuthorizationBuilder.php @@ -3,21 +3,21 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\AuthorizationStatusDetails; -use PayPalRESTAPIsLib\Models\Money; -use PayPalRESTAPIsLib\Models\NetworkTransactionReference; -use PayPalRESTAPIsLib\Models\Payee; -use PayPalRESTAPIsLib\Models\PaymentAuthorization; -use PayPalRESTAPIsLib\Models\PaymentSupplementaryData; -use PayPalRESTAPIsLib\Models\SellerProtection; +use PaypalServerSdkLib\Models\AuthorizationStatusDetails; +use PaypalServerSdkLib\Models\Money; +use PaypalServerSdkLib\Models\NetworkTransactionReference; +use PaypalServerSdkLib\Models\Payee; +use PaypalServerSdkLib\Models\PaymentAuthorization; +use PaypalServerSdkLib\Models\PaymentSupplementaryData; +use PaypalServerSdkLib\Models\SellerProtection; /** * Builder for model PaymentAuthorization diff --git a/src/Models/Builders/PaymentCollectionBuilder.php b/src/Models/Builders/PaymentCollectionBuilder.php index 9c105d9..8252af0 100644 --- a/src/Models/Builders/PaymentCollectionBuilder.php +++ b/src/Models/Builders/PaymentCollectionBuilder.php @@ -3,15 +3,15 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\PaymentCollection; +use PaypalServerSdkLib\Models\PaymentCollection; /** * Builder for model PaymentCollection diff --git a/src/Models/Builders/PaymentInstructionBuilder.php b/src/Models/Builders/PaymentInstructionBuilder.php index 609ee94..c2e8a7a 100644 --- a/src/Models/Builders/PaymentInstructionBuilder.php +++ b/src/Models/Builders/PaymentInstructionBuilder.php @@ -3,15 +3,15 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\PaymentInstruction; +use PaypalServerSdkLib\Models\PaymentInstruction; /** * Builder for model PaymentInstruction diff --git a/src/Models/Builders/PaymentMethodPreferenceBuilder.php b/src/Models/Builders/PaymentMethodPreferenceBuilder.php index 4ef9796..3ebade6 100644 --- a/src/Models/Builders/PaymentMethodPreferenceBuilder.php +++ b/src/Models/Builders/PaymentMethodPreferenceBuilder.php @@ -3,15 +3,15 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\PaymentMethodPreference; +use PaypalServerSdkLib\Models\PaymentMethodPreference; /** * Builder for model PaymentMethodPreference diff --git a/src/Models/Builders/PaymentSourceBuilder.php b/src/Models/Builders/PaymentSourceBuilder.php index 5f182a7..332fcdb 100644 --- a/src/Models/Builders/PaymentSourceBuilder.php +++ b/src/Models/Builders/PaymentSourceBuilder.php @@ -3,30 +3,30 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\ApplePayRequest; -use PayPalRESTAPIsLib\Models\BancontactPaymentRequest; -use PayPalRESTAPIsLib\Models\BLIKPaymentRequest; -use PayPalRESTAPIsLib\Models\CardRequest; -use PayPalRESTAPIsLib\Models\EPSPaymentRequest; -use PayPalRESTAPIsLib\Models\GiropayPaymentRequest; -use PayPalRESTAPIsLib\Models\GooglePayRequest; -use PayPalRESTAPIsLib\Models\IDEALPaymentRequest; -use PayPalRESTAPIsLib\Models\MyBankPaymentRequest; -use PayPalRESTAPIsLib\Models\P24PaymentRequest; -use PayPalRESTAPIsLib\Models\PaymentSource; -use PayPalRESTAPIsLib\Models\PayPalWallet; -use PayPalRESTAPIsLib\Models\SofortPaymentRequest; -use PayPalRESTAPIsLib\Models\Token; -use PayPalRESTAPIsLib\Models\TrustlyPaymentRequest; -use PayPalRESTAPIsLib\Models\VenmoWalletRequest; +use PaypalServerSdkLib\Models\ApplePayRequest; +use PaypalServerSdkLib\Models\BancontactPaymentRequest; +use PaypalServerSdkLib\Models\BLIKPaymentRequest; +use PaypalServerSdkLib\Models\CardRequest; +use PaypalServerSdkLib\Models\EPSPaymentRequest; +use PaypalServerSdkLib\Models\GiropayPaymentRequest; +use PaypalServerSdkLib\Models\GooglePayRequest; +use PaypalServerSdkLib\Models\IDEALPaymentRequest; +use PaypalServerSdkLib\Models\MyBankPaymentRequest; +use PaypalServerSdkLib\Models\P24PaymentRequest; +use PaypalServerSdkLib\Models\PaymentSource; +use PaypalServerSdkLib\Models\PayPalWallet; +use PaypalServerSdkLib\Models\SofortPaymentRequest; +use PaypalServerSdkLib\Models\Token; +use PaypalServerSdkLib\Models\TrustlyPaymentRequest; +use PaypalServerSdkLib\Models\VenmoWalletRequest; /** * Builder for model PaymentSource diff --git a/src/Models/Builders/PaymentSourceResponseBuilder.php b/src/Models/Builders/PaymentSourceResponseBuilder.php index 2dafc19..b28555c 100644 --- a/src/Models/Builders/PaymentSourceResponseBuilder.php +++ b/src/Models/Builders/PaymentSourceResponseBuilder.php @@ -3,29 +3,29 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\ApplePayPaymentObject; -use PayPalRESTAPIsLib\Models\BancontactPaymentObject; -use PayPalRESTAPIsLib\Models\BLIKPaymentObject; -use PayPalRESTAPIsLib\Models\CardResponse; -use PayPalRESTAPIsLib\Models\EPSPaymentObject; -use PayPalRESTAPIsLib\Models\GiropayPaymentObject; -use PayPalRESTAPIsLib\Models\GooglePayWalletResponse; -use PayPalRESTAPIsLib\Models\IDEALPaymentObject; -use PayPalRESTAPIsLib\Models\MyBankPaymentObject; -use PayPalRESTAPIsLib\Models\P24PaymentObject; -use PayPalRESTAPIsLib\Models\PaymentSourceResponse; -use PayPalRESTAPIsLib\Models\PayPalWalletResponse; -use PayPalRESTAPIsLib\Models\SofortPaymentObject; -use PayPalRESTAPIsLib\Models\TrustlyPaymentObject; -use PayPalRESTAPIsLib\Models\VenmoWalletResponse; +use PaypalServerSdkLib\Models\ApplePayPaymentObject; +use PaypalServerSdkLib\Models\BancontactPaymentObject; +use PaypalServerSdkLib\Models\BLIKPaymentObject; +use PaypalServerSdkLib\Models\CardResponse; +use PaypalServerSdkLib\Models\EPSPaymentObject; +use PaypalServerSdkLib\Models\GiropayPaymentObject; +use PaypalServerSdkLib\Models\GooglePayWalletResponse; +use PaypalServerSdkLib\Models\IDEALPaymentObject; +use PaypalServerSdkLib\Models\MyBankPaymentObject; +use PaypalServerSdkLib\Models\P24PaymentObject; +use PaypalServerSdkLib\Models\PaymentSourceResponse; +use PaypalServerSdkLib\Models\PayPalWalletResponse; +use PaypalServerSdkLib\Models\SofortPaymentObject; +use PaypalServerSdkLib\Models\TrustlyPaymentObject; +use PaypalServerSdkLib\Models\VenmoWalletResponse; /** * Builder for model PaymentSourceResponse diff --git a/src/Models/Builders/PaymentSupplementaryDataBuilder.php b/src/Models/Builders/PaymentSupplementaryDataBuilder.php index 8c9400b..9097254 100644 --- a/src/Models/Builders/PaymentSupplementaryDataBuilder.php +++ b/src/Models/Builders/PaymentSupplementaryDataBuilder.php @@ -3,16 +3,16 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\PaymentSupplementaryData; -use PayPalRESTAPIsLib\Models\RelatedIdentifiers; +use PaypalServerSdkLib\Models\PaymentSupplementaryData; +use PaypalServerSdkLib\Models\RelatedIdentifiers; /** * Builder for model PaymentSupplementaryData diff --git a/src/Models/Builders/PaymentTokenRequestBuilder.php b/src/Models/Builders/PaymentTokenRequestBuilder.php index 50ca45e..eb04bf7 100644 --- a/src/Models/Builders/PaymentTokenRequestBuilder.php +++ b/src/Models/Builders/PaymentTokenRequestBuilder.php @@ -3,17 +3,17 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\CustomerRequest; -use PayPalRESTAPIsLib\Models\PaymentTokenRequest; -use PayPalRESTAPIsLib\Models\PaymentTokenRequestPaymentSource; +use PaypalServerSdkLib\Models\CustomerRequest; +use PaypalServerSdkLib\Models\PaymentTokenRequest; +use PaypalServerSdkLib\Models\PaymentTokenRequestPaymentSource; /** * Builder for model PaymentTokenRequest diff --git a/src/Models/Builders/PaymentTokenRequestCardBuilder.php b/src/Models/Builders/PaymentTokenRequestCardBuilder.php index fe4cf5e..071938e 100644 --- a/src/Models/Builders/PaymentTokenRequestCardBuilder.php +++ b/src/Models/Builders/PaymentTokenRequestCardBuilder.php @@ -3,16 +3,16 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\Address; -use PayPalRESTAPIsLib\Models\PaymentTokenRequestCard; +use PaypalServerSdkLib\Models\Address; +use PaypalServerSdkLib\Models\PaymentTokenRequestCard; /** * Builder for model PaymentTokenRequestCard diff --git a/src/Models/Builders/PaymentTokenRequestPaymentSourceBuilder.php b/src/Models/Builders/PaymentTokenRequestPaymentSourceBuilder.php index 782c714..9f79940 100644 --- a/src/Models/Builders/PaymentTokenRequestPaymentSourceBuilder.php +++ b/src/Models/Builders/PaymentTokenRequestPaymentSourceBuilder.php @@ -3,17 +3,17 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\PaymentTokenRequestCard; -use PayPalRESTAPIsLib\Models\PaymentTokenRequestPaymentSource; -use PayPalRESTAPIsLib\Models\VaultTokenRequest; +use PaypalServerSdkLib\Models\PaymentTokenRequestCard; +use PaypalServerSdkLib\Models\PaymentTokenRequestPaymentSource; +use PaypalServerSdkLib\Models\VaultTokenRequest; /** * Builder for model PaymentTokenRequestPaymentSource diff --git a/src/Models/Builders/PaymentTokenResponseBuilder.php b/src/Models/Builders/PaymentTokenResponseBuilder.php index ce2d08d..b49cca4 100644 --- a/src/Models/Builders/PaymentTokenResponseBuilder.php +++ b/src/Models/Builders/PaymentTokenResponseBuilder.php @@ -3,17 +3,17 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\CustomerRequest; -use PayPalRESTAPIsLib\Models\PaymentTokenResponse; -use PayPalRESTAPIsLib\Models\PaymentTokenResponsePaymentSource; +use PaypalServerSdkLib\Models\CustomerRequest; +use PaypalServerSdkLib\Models\PaymentTokenResponse; +use PaypalServerSdkLib\Models\PaymentTokenResponsePaymentSource; /** * Builder for model PaymentTokenResponse diff --git a/src/Models/Builders/PaymentTokenResponsePaymentSourceBuilder.php b/src/Models/Builders/PaymentTokenResponsePaymentSourceBuilder.php index 7a19d06..f520175 100644 --- a/src/Models/Builders/PaymentTokenResponsePaymentSourceBuilder.php +++ b/src/Models/Builders/PaymentTokenResponsePaymentSourceBuilder.php @@ -3,19 +3,19 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\ApplePayPaymentToken; -use PayPalRESTAPIsLib\Models\CardPaymentToken; -use PayPalRESTAPIsLib\Models\PaymentTokenResponsePaymentSource; -use PayPalRESTAPIsLib\Models\PayPalPaymentToken; -use PayPalRESTAPIsLib\Models\VenmoPaymentToken; +use PaypalServerSdkLib\Models\ApplePayPaymentToken; +use PaypalServerSdkLib\Models\CardPaymentToken; +use PaypalServerSdkLib\Models\PaymentTokenResponsePaymentSource; +use PaypalServerSdkLib\Models\PayPalPaymentToken; +use PaypalServerSdkLib\Models\VenmoPaymentToken; /** * Builder for model PaymentTokenResponsePaymentSource diff --git a/src/Models/Builders/PhoneBuilder.php b/src/Models/Builders/PhoneBuilder.php index cfebe9d..47cd943 100644 --- a/src/Models/Builders/PhoneBuilder.php +++ b/src/Models/Builders/PhoneBuilder.php @@ -3,15 +3,15 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\Phone; +use PaypalServerSdkLib\Models\Phone; /** * Builder for model Phone diff --git a/src/Models/Builders/PhoneNumberBuilder.php b/src/Models/Builders/PhoneNumberBuilder.php index 7bed028..7ad3361 100644 --- a/src/Models/Builders/PhoneNumberBuilder.php +++ b/src/Models/Builders/PhoneNumberBuilder.php @@ -3,15 +3,15 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\PhoneNumber; +use PaypalServerSdkLib\Models\PhoneNumber; /** * Builder for model PhoneNumber diff --git a/src/Models/Builders/PhoneNumberWithCountryCodeBuilder.php b/src/Models/Builders/PhoneNumberWithCountryCodeBuilder.php index c52fef6..bce68df 100644 --- a/src/Models/Builders/PhoneNumberWithCountryCodeBuilder.php +++ b/src/Models/Builders/PhoneNumberWithCountryCodeBuilder.php @@ -3,15 +3,15 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\PhoneNumberWithCountryCode; +use PaypalServerSdkLib\Models\PhoneNumberWithCountryCode; /** * Builder for model PhoneNumberWithCountryCode diff --git a/src/Models/Builders/PhoneWithTypeBuilder.php b/src/Models/Builders/PhoneWithTypeBuilder.php index 2d31831..58bbbe6 100644 --- a/src/Models/Builders/PhoneWithTypeBuilder.php +++ b/src/Models/Builders/PhoneWithTypeBuilder.php @@ -3,16 +3,16 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\PhoneNumber; -use PayPalRESTAPIsLib\Models\PhoneWithType; +use PaypalServerSdkLib\Models\PhoneNumber; +use PaypalServerSdkLib\Models\PhoneWithType; /** * Builder for model PhoneWithType diff --git a/src/Models/Builders/PlatformFeeBuilder.php b/src/Models/Builders/PlatformFeeBuilder.php index 64d1220..0871a36 100644 --- a/src/Models/Builders/PlatformFeeBuilder.php +++ b/src/Models/Builders/PlatformFeeBuilder.php @@ -3,17 +3,17 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\Money; -use PayPalRESTAPIsLib\Models\PayeeBase; -use PayPalRESTAPIsLib\Models\PlatformFee; +use PaypalServerSdkLib\Models\Money; +use PaypalServerSdkLib\Models\PayeeBase; +use PaypalServerSdkLib\Models\PlatformFee; /** * Builder for model PlatformFee diff --git a/src/Models/Builders/ProcessorResponseBuilder.php b/src/Models/Builders/ProcessorResponseBuilder.php index 1729d0e..2da5ca8 100644 --- a/src/Models/Builders/ProcessorResponseBuilder.php +++ b/src/Models/Builders/ProcessorResponseBuilder.php @@ -3,15 +3,15 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\ProcessorResponse; +use PaypalServerSdkLib\Models\ProcessorResponse; /** * Builder for model ProcessorResponse diff --git a/src/Models/Builders/PurchaseUnitBuilder.php b/src/Models/Builders/PurchaseUnitBuilder.php index 57f7f5e..6e06024 100644 --- a/src/Models/Builders/PurchaseUnitBuilder.php +++ b/src/Models/Builders/PurchaseUnitBuilder.php @@ -3,21 +3,21 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\AmountWithBreakdown; -use PayPalRESTAPIsLib\Models\Payee; -use PayPalRESTAPIsLib\Models\PaymentCollection; -use PayPalRESTAPIsLib\Models\PaymentInstruction; -use PayPalRESTAPIsLib\Models\PurchaseUnit; -use PayPalRESTAPIsLib\Models\ShippingWithTrackingDetails; -use PayPalRESTAPIsLib\Models\SupplementaryData; +use PaypalServerSdkLib\Models\AmountWithBreakdown; +use PaypalServerSdkLib\Models\Payee; +use PaypalServerSdkLib\Models\PaymentCollection; +use PaypalServerSdkLib\Models\PaymentInstruction; +use PaypalServerSdkLib\Models\PurchaseUnit; +use PaypalServerSdkLib\Models\ShippingWithTrackingDetails; +use PaypalServerSdkLib\Models\SupplementaryData; /** * Builder for model PurchaseUnit diff --git a/src/Models/Builders/PurchaseUnitRequestBuilder.php b/src/Models/Builders/PurchaseUnitRequestBuilder.php index 0c470a8..f20bcb1 100644 --- a/src/Models/Builders/PurchaseUnitRequestBuilder.php +++ b/src/Models/Builders/PurchaseUnitRequestBuilder.php @@ -3,20 +3,20 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\AmountWithBreakdown; -use PayPalRESTAPIsLib\Models\Payee; -use PayPalRESTAPIsLib\Models\PaymentInstruction; -use PayPalRESTAPIsLib\Models\PurchaseUnitRequest; -use PayPalRESTAPIsLib\Models\ShippingDetails; -use PayPalRESTAPIsLib\Models\SupplementaryData; +use PaypalServerSdkLib\Models\AmountWithBreakdown; +use PaypalServerSdkLib\Models\Payee; +use PaypalServerSdkLib\Models\PaymentInstruction; +use PaypalServerSdkLib\Models\PurchaseUnitRequest; +use PaypalServerSdkLib\Models\ShippingDetails; +use PaypalServerSdkLib\Models\SupplementaryData; /** * Builder for model PurchaseUnitRequest diff --git a/src/Models/Builders/ReauthorizeRequestBuilder.php b/src/Models/Builders/ReauthorizeRequestBuilder.php index 7636884..09e30d9 100644 --- a/src/Models/Builders/ReauthorizeRequestBuilder.php +++ b/src/Models/Builders/ReauthorizeRequestBuilder.php @@ -3,16 +3,16 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\Money; -use PayPalRESTAPIsLib\Models\ReauthorizeRequest; +use PaypalServerSdkLib\Models\Money; +use PaypalServerSdkLib\Models\ReauthorizeRequest; /** * Builder for model ReauthorizeRequest diff --git a/src/Models/Builders/RefundBuilder.php b/src/Models/Builders/RefundBuilder.php index 6e76374..d9db524 100644 --- a/src/Models/Builders/RefundBuilder.php +++ b/src/Models/Builders/RefundBuilder.php @@ -3,19 +3,19 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\Money; -use PayPalRESTAPIsLib\Models\PayeeBase; -use PayPalRESTAPIsLib\Models\Refund; -use PayPalRESTAPIsLib\Models\RefundStatusDetails; -use PayPalRESTAPIsLib\Models\SellerPayableBreakdown; +use PaypalServerSdkLib\Models\Money; +use PaypalServerSdkLib\Models\PayeeBase; +use PaypalServerSdkLib\Models\Refund; +use PaypalServerSdkLib\Models\RefundStatusDetails; +use PaypalServerSdkLib\Models\SellerPayableBreakdown; /** * Builder for model Refund diff --git a/src/Models/Builders/RefundPaymentInstructionBuilder.php b/src/Models/Builders/RefundPaymentInstructionBuilder.php index 22482ed..c9b9312 100644 --- a/src/Models/Builders/RefundPaymentInstructionBuilder.php +++ b/src/Models/Builders/RefundPaymentInstructionBuilder.php @@ -3,15 +3,15 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\RefundPaymentInstruction; +use PaypalServerSdkLib\Models\RefundPaymentInstruction; /** * Builder for model RefundPaymentInstruction diff --git a/src/Models/Builders/RefundPlatformFeeBuilder.php b/src/Models/Builders/RefundPlatformFeeBuilder.php index 6e9ddc1..5ae05c7 100644 --- a/src/Models/Builders/RefundPlatformFeeBuilder.php +++ b/src/Models/Builders/RefundPlatformFeeBuilder.php @@ -3,16 +3,16 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\Money; -use PayPalRESTAPIsLib\Models\RefundPlatformFee; +use PaypalServerSdkLib\Models\Money; +use PaypalServerSdkLib\Models\RefundPlatformFee; /** * Builder for model RefundPlatformFee diff --git a/src/Models/Builders/RefundRequestBuilder.php b/src/Models/Builders/RefundRequestBuilder.php index 4b15750..1a127b7 100644 --- a/src/Models/Builders/RefundRequestBuilder.php +++ b/src/Models/Builders/RefundRequestBuilder.php @@ -3,17 +3,17 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\Money; -use PayPalRESTAPIsLib\Models\RefundPaymentInstruction; -use PayPalRESTAPIsLib\Models\RefundRequest; +use PaypalServerSdkLib\Models\Money; +use PaypalServerSdkLib\Models\RefundPaymentInstruction; +use PaypalServerSdkLib\Models\RefundRequest; /** * Builder for model RefundRequest diff --git a/src/Models/Builders/RefundStatusDetailsBuilder.php b/src/Models/Builders/RefundStatusDetailsBuilder.php index f244606..93daebb 100644 --- a/src/Models/Builders/RefundStatusDetailsBuilder.php +++ b/src/Models/Builders/RefundStatusDetailsBuilder.php @@ -3,15 +3,15 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\RefundStatusDetails; +use PaypalServerSdkLib\Models\RefundStatusDetails; /** * Builder for model RefundStatusDetails diff --git a/src/Models/Builders/RefundStatusWithDetailsBuilder.php b/src/Models/Builders/RefundStatusWithDetailsBuilder.php index 8124729..6c81e9a 100644 --- a/src/Models/Builders/RefundStatusWithDetailsBuilder.php +++ b/src/Models/Builders/RefundStatusWithDetailsBuilder.php @@ -3,16 +3,16 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\RefundStatusDetails; -use PayPalRESTAPIsLib\Models\RefundStatusWithDetails; +use PaypalServerSdkLib\Models\RefundStatusDetails; +use PaypalServerSdkLib\Models\RefundStatusWithDetails; /** * Builder for model RefundStatusWithDetails diff --git a/src/Models/Builders/RelatedIdentifiersBuilder.php b/src/Models/Builders/RelatedIdentifiersBuilder.php index 9d4d86a..ce733e0 100644 --- a/src/Models/Builders/RelatedIdentifiersBuilder.php +++ b/src/Models/Builders/RelatedIdentifiersBuilder.php @@ -3,15 +3,15 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\RelatedIdentifiers; +use PaypalServerSdkLib\Models\RelatedIdentifiers; /** * Builder for model RelatedIdentifiers diff --git a/src/Models/Builders/SellerPayableBreakdownBuilder.php b/src/Models/Builders/SellerPayableBreakdownBuilder.php index 1fc1759..be93ee3 100644 --- a/src/Models/Builders/SellerPayableBreakdownBuilder.php +++ b/src/Models/Builders/SellerPayableBreakdownBuilder.php @@ -3,16 +3,16 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\Money; -use PayPalRESTAPIsLib\Models\SellerPayableBreakdown; +use PaypalServerSdkLib\Models\Money; +use PaypalServerSdkLib\Models\SellerPayableBreakdown; /** * Builder for model SellerPayableBreakdown diff --git a/src/Models/Builders/SellerProtectionBuilder.php b/src/Models/Builders/SellerProtectionBuilder.php index ce0e8b0..2ec069d 100644 --- a/src/Models/Builders/SellerProtectionBuilder.php +++ b/src/Models/Builders/SellerProtectionBuilder.php @@ -3,15 +3,15 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\SellerProtection; +use PaypalServerSdkLib\Models\SellerProtection; /** * Builder for model SellerProtection diff --git a/src/Models/Builders/SellerReceivableBreakdownBuilder.php b/src/Models/Builders/SellerReceivableBreakdownBuilder.php index 182a289..21c5596 100644 --- a/src/Models/Builders/SellerReceivableBreakdownBuilder.php +++ b/src/Models/Builders/SellerReceivableBreakdownBuilder.php @@ -3,17 +3,17 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\ExchangeRate; -use PayPalRESTAPIsLib\Models\Money; -use PayPalRESTAPIsLib\Models\SellerReceivableBreakdown; +use PaypalServerSdkLib\Models\ExchangeRate; +use PaypalServerSdkLib\Models\Money; +use PaypalServerSdkLib\Models\SellerReceivableBreakdown; /** * Builder for model SellerReceivableBreakdown diff --git a/src/Models/Builders/SetupTokenCardExperienceContextBuilder.php b/src/Models/Builders/SetupTokenCardExperienceContextBuilder.php index 964815a..6f8258a 100644 --- a/src/Models/Builders/SetupTokenCardExperienceContextBuilder.php +++ b/src/Models/Builders/SetupTokenCardExperienceContextBuilder.php @@ -3,15 +3,15 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\SetupTokenCardExperienceContext; +use PaypalServerSdkLib\Models\SetupTokenCardExperienceContext; /** * Builder for model SetupTokenCardExperienceContext diff --git a/src/Models/Builders/SetupTokenRequestBuilder.php b/src/Models/Builders/SetupTokenRequestBuilder.php index fa64c90..a699d40 100644 --- a/src/Models/Builders/SetupTokenRequestBuilder.php +++ b/src/Models/Builders/SetupTokenRequestBuilder.php @@ -3,17 +3,17 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\CustomerRequest; -use PayPalRESTAPIsLib\Models\SetupTokenRequest; -use PayPalRESTAPIsLib\Models\SetupTokenRequestPaymentSource; +use PaypalServerSdkLib\Models\CustomerRequest; +use PaypalServerSdkLib\Models\SetupTokenRequest; +use PaypalServerSdkLib\Models\SetupTokenRequestPaymentSource; /** * Builder for model SetupTokenRequest diff --git a/src/Models/Builders/SetupTokenRequestCardBuilder.php b/src/Models/Builders/SetupTokenRequestCardBuilder.php index 087ba29..c460222 100644 --- a/src/Models/Builders/SetupTokenRequestCardBuilder.php +++ b/src/Models/Builders/SetupTokenRequestCardBuilder.php @@ -3,17 +3,17 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\Address; -use PayPalRESTAPIsLib\Models\SetupTokenCardExperienceContext; -use PayPalRESTAPIsLib\Models\SetupTokenRequestCard; +use PaypalServerSdkLib\Models\Address; +use PaypalServerSdkLib\Models\SetupTokenCardExperienceContext; +use PaypalServerSdkLib\Models\SetupTokenRequestCard; /** * Builder for model SetupTokenRequestCard diff --git a/src/Models/Builders/SetupTokenRequestPaymentSourceBuilder.php b/src/Models/Builders/SetupTokenRequestPaymentSourceBuilder.php index 13481d8..8b72e72 100644 --- a/src/Models/Builders/SetupTokenRequestPaymentSourceBuilder.php +++ b/src/Models/Builders/SetupTokenRequestPaymentSourceBuilder.php @@ -3,19 +3,19 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\SetupTokenRequestCard; -use PayPalRESTAPIsLib\Models\SetupTokenRequestPaymentSource; -use PayPalRESTAPIsLib\Models\VaultPayPalWalletRequest; -use PayPalRESTAPIsLib\Models\VaultTokenRequest; -use PayPalRESTAPIsLib\Models\VaultVenmoRequest; +use PaypalServerSdkLib\Models\SetupTokenRequestCard; +use PaypalServerSdkLib\Models\SetupTokenRequestPaymentSource; +use PaypalServerSdkLib\Models\VaultPayPalWalletRequest; +use PaypalServerSdkLib\Models\VaultTokenRequest; +use PaypalServerSdkLib\Models\VaultVenmoRequest; /** * Builder for model SetupTokenRequestPaymentSource diff --git a/src/Models/Builders/SetupTokenResponseBuilder.php b/src/Models/Builders/SetupTokenResponseBuilder.php index 03d6ead..9cd4ce9 100644 --- a/src/Models/Builders/SetupTokenResponseBuilder.php +++ b/src/Models/Builders/SetupTokenResponseBuilder.php @@ -3,17 +3,17 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\CustomerRequest; -use PayPalRESTAPIsLib\Models\SetupTokenResponse; -use PayPalRESTAPIsLib\Models\SetupTokenResponsePaymentSource; +use PaypalServerSdkLib\Models\CustomerRequest; +use PaypalServerSdkLib\Models\SetupTokenResponse; +use PaypalServerSdkLib\Models\SetupTokenResponsePaymentSource; /** * Builder for model SetupTokenResponse diff --git a/src/Models/Builders/SetupTokenResponseCardBuilder.php b/src/Models/Builders/SetupTokenResponseCardBuilder.php index f746cd6..b3e68c4 100644 --- a/src/Models/Builders/SetupTokenResponseCardBuilder.php +++ b/src/Models/Builders/SetupTokenResponseCardBuilder.php @@ -3,20 +3,20 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\AddressDetails; -use PayPalRESTAPIsLib\Models\BinDetails; -use PayPalRESTAPIsLib\Models\CardAuthenticationResponse; -use PayPalRESTAPIsLib\Models\CardVerificationDetails; -use PayPalRESTAPIsLib\Models\NetworkTransactionReferenceEntity; -use PayPalRESTAPIsLib\Models\SetupTokenResponseCard; +use PaypalServerSdkLib\Models\AddressDetails; +use PaypalServerSdkLib\Models\BinDetails; +use PaypalServerSdkLib\Models\CardAuthenticationResponse; +use PaypalServerSdkLib\Models\CardVerificationDetails; +use PaypalServerSdkLib\Models\NetworkTransactionReferenceEntity; +use PaypalServerSdkLib\Models\SetupTokenResponseCard; /** * Builder for model SetupTokenResponseCard diff --git a/src/Models/Builders/SetupTokenResponsePaymentSourceBuilder.php b/src/Models/Builders/SetupTokenResponsePaymentSourceBuilder.php index d9c906c..53eb18e 100644 --- a/src/Models/Builders/SetupTokenResponsePaymentSourceBuilder.php +++ b/src/Models/Builders/SetupTokenResponsePaymentSourceBuilder.php @@ -3,18 +3,18 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\PayPalPaymentToken; -use PayPalRESTAPIsLib\Models\SetupTokenResponseCard; -use PayPalRESTAPIsLib\Models\SetupTokenResponsePaymentSource; -use PayPalRESTAPIsLib\Models\VenmoPaymentToken; +use PaypalServerSdkLib\Models\PayPalPaymentToken; +use PaypalServerSdkLib\Models\SetupTokenResponseCard; +use PaypalServerSdkLib\Models\SetupTokenResponsePaymentSource; +use PaypalServerSdkLib\Models\VenmoPaymentToken; /** * Builder for model SetupTokenResponsePaymentSource diff --git a/src/Models/Builders/ShippingDetailsBuilder.php b/src/Models/Builders/ShippingDetailsBuilder.php index 79caf5b..470c319 100644 --- a/src/Models/Builders/ShippingDetailsBuilder.php +++ b/src/Models/Builders/ShippingDetailsBuilder.php @@ -3,18 +3,18 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\Address; -use PayPalRESTAPIsLib\Models\PhoneNumberWithCountryCode; -use PayPalRESTAPIsLib\Models\ShippingDetails; -use PayPalRESTAPIsLib\Models\ShippingName; +use PaypalServerSdkLib\Models\Address; +use PaypalServerSdkLib\Models\PhoneNumberWithCountryCode; +use PaypalServerSdkLib\Models\ShippingDetails; +use PaypalServerSdkLib\Models\ShippingName; /** * Builder for model ShippingDetails diff --git a/src/Models/Builders/ShippingNameBuilder.php b/src/Models/Builders/ShippingNameBuilder.php index 74bbfef..309c373 100644 --- a/src/Models/Builders/ShippingNameBuilder.php +++ b/src/Models/Builders/ShippingNameBuilder.php @@ -3,15 +3,15 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\ShippingName; +use PaypalServerSdkLib\Models\ShippingName; /** * Builder for model ShippingName diff --git a/src/Models/Builders/ShippingOptionBuilder.php b/src/Models/Builders/ShippingOptionBuilder.php index 01d3236..29ccf4e 100644 --- a/src/Models/Builders/ShippingOptionBuilder.php +++ b/src/Models/Builders/ShippingOptionBuilder.php @@ -3,16 +3,16 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\Money; -use PayPalRESTAPIsLib\Models\ShippingOption; +use PaypalServerSdkLib\Models\Money; +use PaypalServerSdkLib\Models\ShippingOption; /** * Builder for model ShippingOption diff --git a/src/Models/Builders/ShippingWithTrackingDetailsBuilder.php b/src/Models/Builders/ShippingWithTrackingDetailsBuilder.php index 0d589fe..347b480 100644 --- a/src/Models/Builders/ShippingWithTrackingDetailsBuilder.php +++ b/src/Models/Builders/ShippingWithTrackingDetailsBuilder.php @@ -3,18 +3,18 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\Address; -use PayPalRESTAPIsLib\Models\PhoneNumberWithCountryCode; -use PayPalRESTAPIsLib\Models\ShippingName; -use PayPalRESTAPIsLib\Models\ShippingWithTrackingDetails; +use PaypalServerSdkLib\Models\Address; +use PaypalServerSdkLib\Models\PhoneNumberWithCountryCode; +use PaypalServerSdkLib\Models\ShippingName; +use PaypalServerSdkLib\Models\ShippingWithTrackingDetails; /** * Builder for model ShippingWithTrackingDetails diff --git a/src/Models/Builders/SofortPaymentObjectBuilder.php b/src/Models/Builders/SofortPaymentObjectBuilder.php index 07fc057..d61ccf9 100644 --- a/src/Models/Builders/SofortPaymentObjectBuilder.php +++ b/src/Models/Builders/SofortPaymentObjectBuilder.php @@ -3,15 +3,15 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\SofortPaymentObject; +use PaypalServerSdkLib\Models\SofortPaymentObject; /** * Builder for model SofortPaymentObject diff --git a/src/Models/Builders/SofortPaymentRequestBuilder.php b/src/Models/Builders/SofortPaymentRequestBuilder.php index 21f4baa..d8a35b3 100644 --- a/src/Models/Builders/SofortPaymentRequestBuilder.php +++ b/src/Models/Builders/SofortPaymentRequestBuilder.php @@ -3,16 +3,16 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\ExperienceContext; -use PayPalRESTAPIsLib\Models\SofortPaymentRequest; +use PaypalServerSdkLib\Models\ExperienceContext; +use PaypalServerSdkLib\Models\SofortPaymentRequest; /** * Builder for model SofortPaymentRequest diff --git a/src/Models/Builders/StoredPaymentSourceBuilder.php b/src/Models/Builders/StoredPaymentSourceBuilder.php index 1812b56..c5e29a8 100644 --- a/src/Models/Builders/StoredPaymentSourceBuilder.php +++ b/src/Models/Builders/StoredPaymentSourceBuilder.php @@ -3,16 +3,16 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\NetworkTransactionReference; -use PayPalRESTAPIsLib\Models\StoredPaymentSource; +use PaypalServerSdkLib\Models\NetworkTransactionReference; +use PaypalServerSdkLib\Models\StoredPaymentSource; /** * Builder for model StoredPaymentSource diff --git a/src/Models/Builders/SupplementaryDataBuilder.php b/src/Models/Builders/SupplementaryDataBuilder.php index f1670cf..a171389 100644 --- a/src/Models/Builders/SupplementaryDataBuilder.php +++ b/src/Models/Builders/SupplementaryDataBuilder.php @@ -3,16 +3,16 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\CardSupplementaryData; -use PayPalRESTAPIsLib\Models\SupplementaryData; +use PaypalServerSdkLib\Models\CardSupplementaryData; +use PaypalServerSdkLib\Models\SupplementaryData; /** * Builder for model SupplementaryData diff --git a/src/Models/Builders/SupplementaryPurchaseDataBuilder.php b/src/Models/Builders/SupplementaryPurchaseDataBuilder.php index 2d13521..49ae9f4 100644 --- a/src/Models/Builders/SupplementaryPurchaseDataBuilder.php +++ b/src/Models/Builders/SupplementaryPurchaseDataBuilder.php @@ -3,15 +3,15 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\SupplementaryPurchaseData; +use PaypalServerSdkLib\Models\SupplementaryPurchaseData; /** * Builder for model SupplementaryPurchaseData diff --git a/src/Models/Builders/TaxInfoBuilder.php b/src/Models/Builders/TaxInfoBuilder.php index 14b78ca..e6b7d70 100644 --- a/src/Models/Builders/TaxInfoBuilder.php +++ b/src/Models/Builders/TaxInfoBuilder.php @@ -3,15 +3,15 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\TaxInfo; +use PaypalServerSdkLib\Models\TaxInfo; /** * Builder for model TaxInfo diff --git a/src/Models/Builders/ThreeDSecureAuthenticationResponseBuilder.php b/src/Models/Builders/ThreeDSecureAuthenticationResponseBuilder.php index 426e8e1..59b12b6 100644 --- a/src/Models/Builders/ThreeDSecureAuthenticationResponseBuilder.php +++ b/src/Models/Builders/ThreeDSecureAuthenticationResponseBuilder.php @@ -3,15 +3,15 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\ThreeDSecureAuthenticationResponse; +use PaypalServerSdkLib\Models\ThreeDSecureAuthenticationResponse; /** * Builder for model ThreeDSecureAuthenticationResponse diff --git a/src/Models/Builders/TokenBuilder.php b/src/Models/Builders/TokenBuilder.php index 07ce736..9ca76b5 100644 --- a/src/Models/Builders/TokenBuilder.php +++ b/src/Models/Builders/TokenBuilder.php @@ -3,15 +3,15 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\Token; +use PaypalServerSdkLib\Models\Token; /** * Builder for model Token diff --git a/src/Models/Builders/TrustlyPaymentObjectBuilder.php b/src/Models/Builders/TrustlyPaymentObjectBuilder.php index 2bc6710..50446f9 100644 --- a/src/Models/Builders/TrustlyPaymentObjectBuilder.php +++ b/src/Models/Builders/TrustlyPaymentObjectBuilder.php @@ -3,15 +3,15 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\TrustlyPaymentObject; +use PaypalServerSdkLib\Models\TrustlyPaymentObject; /** * Builder for model TrustlyPaymentObject diff --git a/src/Models/Builders/TrustlyPaymentRequestBuilder.php b/src/Models/Builders/TrustlyPaymentRequestBuilder.php index 45b5bda..d3e297b 100644 --- a/src/Models/Builders/TrustlyPaymentRequestBuilder.php +++ b/src/Models/Builders/TrustlyPaymentRequestBuilder.php @@ -3,16 +3,16 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\ExperienceContext; -use PayPalRESTAPIsLib\Models\TrustlyPaymentRequest; +use PaypalServerSdkLib\Models\ExperienceContext; +use PaypalServerSdkLib\Models\TrustlyPaymentRequest; /** * Builder for model TrustlyPaymentRequest diff --git a/src/Models/Builders/UniversalProductCodeBuilder.php b/src/Models/Builders/UniversalProductCodeBuilder.php index ed698c3..08b9c3d 100644 --- a/src/Models/Builders/UniversalProductCodeBuilder.php +++ b/src/Models/Builders/UniversalProductCodeBuilder.php @@ -3,15 +3,15 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\UniversalProductCode; +use PaypalServerSdkLib\Models\UniversalProductCode; /** * Builder for model UniversalProductCode diff --git a/src/Models/Builders/VaultCustomerBuilder.php b/src/Models/Builders/VaultCustomerBuilder.php index bc979bc..184581e 100644 --- a/src/Models/Builders/VaultCustomerBuilder.php +++ b/src/Models/Builders/VaultCustomerBuilder.php @@ -3,15 +3,15 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\VaultCustomer; +use PaypalServerSdkLib\Models\VaultCustomer; /** * Builder for model VaultCustomer diff --git a/src/Models/Builders/VaultExperienceContextBuilder.php b/src/Models/Builders/VaultExperienceContextBuilder.php index 5056c1d..001e14a 100644 --- a/src/Models/Builders/VaultExperienceContextBuilder.php +++ b/src/Models/Builders/VaultExperienceContextBuilder.php @@ -3,15 +3,15 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\VaultExperienceContext; +use PaypalServerSdkLib\Models\VaultExperienceContext; /** * Builder for model VaultExperienceContext diff --git a/src/Models/Builders/VaultInstructionBaseBuilder.php b/src/Models/Builders/VaultInstructionBaseBuilder.php index 882bc11..671fed3 100644 --- a/src/Models/Builders/VaultInstructionBaseBuilder.php +++ b/src/Models/Builders/VaultInstructionBaseBuilder.php @@ -3,15 +3,15 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\VaultInstructionBase; +use PaypalServerSdkLib\Models\VaultInstructionBase; /** * Builder for model VaultInstructionBase diff --git a/src/Models/Builders/VaultInstructionBuilder.php b/src/Models/Builders/VaultInstructionBuilder.php index 4f6d3f4..4655371 100644 --- a/src/Models/Builders/VaultInstructionBuilder.php +++ b/src/Models/Builders/VaultInstructionBuilder.php @@ -3,15 +3,15 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\VaultInstruction; +use PaypalServerSdkLib\Models\VaultInstruction; /** * Builder for model VaultInstruction diff --git a/src/Models/Builders/VaultPayPalWalletRequestBuilder.php b/src/Models/Builders/VaultPayPalWalletRequestBuilder.php index 547fa6f..fb3fc61 100644 --- a/src/Models/Builders/VaultPayPalWalletRequestBuilder.php +++ b/src/Models/Builders/VaultPayPalWalletRequestBuilder.php @@ -3,17 +3,17 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\VaultedDigitalWalletShippingDetails; -use PayPalRESTAPIsLib\Models\VaultExperienceContext; -use PayPalRESTAPIsLib\Models\VaultPayPalWalletRequest; +use PaypalServerSdkLib\Models\VaultedDigitalWalletShippingDetails; +use PaypalServerSdkLib\Models\VaultExperienceContext; +use PaypalServerSdkLib\Models\VaultPayPalWalletRequest; /** * Builder for model VaultPayPalWalletRequest diff --git a/src/Models/Builders/VaultResponseBuilder.php b/src/Models/Builders/VaultResponseBuilder.php index b49ad3b..a9ce2a6 100644 --- a/src/Models/Builders/VaultResponseBuilder.php +++ b/src/Models/Builders/VaultResponseBuilder.php @@ -3,16 +3,16 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\VaultCustomer; -use PayPalRESTAPIsLib\Models\VaultResponse; +use PaypalServerSdkLib\Models\VaultCustomer; +use PaypalServerSdkLib\Models\VaultResponse; /** * Builder for model VaultResponse diff --git a/src/Models/Builders/VaultTokenRequestBuilder.php b/src/Models/Builders/VaultTokenRequestBuilder.php index 50b6c16..8d5e544 100644 --- a/src/Models/Builders/VaultTokenRequestBuilder.php +++ b/src/Models/Builders/VaultTokenRequestBuilder.php @@ -3,15 +3,15 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\VaultTokenRequest; +use PaypalServerSdkLib\Models\VaultTokenRequest; /** * Builder for model VaultTokenRequest diff --git a/src/Models/Builders/VaultVenmoExperienceContextBuilder.php b/src/Models/Builders/VaultVenmoExperienceContextBuilder.php index 79cffd7..1fa2598 100644 --- a/src/Models/Builders/VaultVenmoExperienceContextBuilder.php +++ b/src/Models/Builders/VaultVenmoExperienceContextBuilder.php @@ -3,15 +3,15 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\VaultVenmoExperienceContext; +use PaypalServerSdkLib\Models\VaultVenmoExperienceContext; /** * Builder for model VaultVenmoExperienceContext diff --git a/src/Models/Builders/VaultVenmoRequestBuilder.php b/src/Models/Builders/VaultVenmoRequestBuilder.php index cc593d9..4495c78 100644 --- a/src/Models/Builders/VaultVenmoRequestBuilder.php +++ b/src/Models/Builders/VaultVenmoRequestBuilder.php @@ -3,17 +3,17 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\VaultedDigitalWalletShippingDetails; -use PayPalRESTAPIsLib\Models\VaultVenmoExperienceContext; -use PayPalRESTAPIsLib\Models\VaultVenmoRequest; +use PaypalServerSdkLib\Models\VaultedDigitalWalletShippingDetails; +use PaypalServerSdkLib\Models\VaultVenmoExperienceContext; +use PaypalServerSdkLib\Models\VaultVenmoRequest; /** * Builder for model VaultVenmoRequest diff --git a/src/Models/Builders/VaultedDigitalWalletBuilder.php b/src/Models/Builders/VaultedDigitalWalletBuilder.php index 1faf9a6..1e3c6f9 100644 --- a/src/Models/Builders/VaultedDigitalWalletBuilder.php +++ b/src/Models/Builders/VaultedDigitalWalletBuilder.php @@ -3,16 +3,16 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\VaultedDigitalWallet; -use PayPalRESTAPIsLib\Models\VaultedDigitalWalletShippingDetails; +use PaypalServerSdkLib\Models\VaultedDigitalWallet; +use PaypalServerSdkLib\Models\VaultedDigitalWalletShippingDetails; /** * Builder for model VaultedDigitalWallet diff --git a/src/Models/Builders/VaultedDigitalWalletShippingDetailsBuilder.php b/src/Models/Builders/VaultedDigitalWalletShippingDetailsBuilder.php index 2339708..cbfccf7 100644 --- a/src/Models/Builders/VaultedDigitalWalletShippingDetailsBuilder.php +++ b/src/Models/Builders/VaultedDigitalWalletShippingDetailsBuilder.php @@ -3,17 +3,17 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\Address; -use PayPalRESTAPIsLib\Models\ShippingName; -use PayPalRESTAPIsLib\Models\VaultedDigitalWalletShippingDetails; +use PaypalServerSdkLib\Models\Address; +use PaypalServerSdkLib\Models\ShippingName; +use PaypalServerSdkLib\Models\VaultedDigitalWalletShippingDetails; /** * Builder for model VaultedDigitalWalletShippingDetails diff --git a/src/Models/Builders/VenmoPaymentTokenBuilder.php b/src/Models/Builders/VenmoPaymentTokenBuilder.php index f6f9020..6074b1a 100644 --- a/src/Models/Builders/VenmoPaymentTokenBuilder.php +++ b/src/Models/Builders/VenmoPaymentTokenBuilder.php @@ -3,19 +3,19 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\Address; -use PayPalRESTAPIsLib\Models\Name; -use PayPalRESTAPIsLib\Models\PhoneWithType; -use PayPalRESTAPIsLib\Models\VaultedDigitalWalletShippingDetails; -use PayPalRESTAPIsLib\Models\VenmoPaymentToken; +use PaypalServerSdkLib\Models\Address; +use PaypalServerSdkLib\Models\Name; +use PaypalServerSdkLib\Models\PhoneWithType; +use PaypalServerSdkLib\Models\VaultedDigitalWalletShippingDetails; +use PaypalServerSdkLib\Models\VenmoPaymentToken; /** * Builder for model VenmoPaymentToken diff --git a/src/Models/Builders/VenmoWalletAdditionalAttributesBuilder.php b/src/Models/Builders/VenmoWalletAdditionalAttributesBuilder.php index 1a53a85..30026f7 100644 --- a/src/Models/Builders/VenmoWalletAdditionalAttributesBuilder.php +++ b/src/Models/Builders/VenmoWalletAdditionalAttributesBuilder.php @@ -3,17 +3,17 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\VenmoWalletAdditionalAttributes; -use PayPalRESTAPIsLib\Models\VenmoWalletCustomerInformation; -use PayPalRESTAPIsLib\Models\VenmoWalletVaultAttributes; +use PaypalServerSdkLib\Models\VenmoWalletAdditionalAttributes; +use PaypalServerSdkLib\Models\VenmoWalletCustomerInformation; +use PaypalServerSdkLib\Models\VenmoWalletVaultAttributes; /** * Builder for model VenmoWalletAdditionalAttributes diff --git a/src/Models/Builders/VenmoWalletAttributesResponseBuilder.php b/src/Models/Builders/VenmoWalletAttributesResponseBuilder.php index 72cefa7..c2936fc 100644 --- a/src/Models/Builders/VenmoWalletAttributesResponseBuilder.php +++ b/src/Models/Builders/VenmoWalletAttributesResponseBuilder.php @@ -3,16 +3,16 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\VaultResponse; -use PayPalRESTAPIsLib\Models\VenmoWalletAttributesResponse; +use PaypalServerSdkLib\Models\VaultResponse; +use PaypalServerSdkLib\Models\VenmoWalletAttributesResponse; /** * Builder for model VenmoWalletAttributesResponse diff --git a/src/Models/Builders/VenmoWalletCustomerInformationBuilder.php b/src/Models/Builders/VenmoWalletCustomerInformationBuilder.php index f364754..c12a4c9 100644 --- a/src/Models/Builders/VenmoWalletCustomerInformationBuilder.php +++ b/src/Models/Builders/VenmoWalletCustomerInformationBuilder.php @@ -3,15 +3,15 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\VenmoWalletCustomerInformation; +use PaypalServerSdkLib\Models\VenmoWalletCustomerInformation; /** * Builder for model VenmoWalletCustomerInformation diff --git a/src/Models/Builders/VenmoWalletExperienceContextBuilder.php b/src/Models/Builders/VenmoWalletExperienceContextBuilder.php index f7a9132..684fe67 100644 --- a/src/Models/Builders/VenmoWalletExperienceContextBuilder.php +++ b/src/Models/Builders/VenmoWalletExperienceContextBuilder.php @@ -3,15 +3,15 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\VenmoWalletExperienceContext; +use PaypalServerSdkLib\Models\VenmoWalletExperienceContext; /** * Builder for model VenmoWalletExperienceContext diff --git a/src/Models/Builders/VenmoWalletRequestBuilder.php b/src/Models/Builders/VenmoWalletRequestBuilder.php index 19238c5..ae314e1 100644 --- a/src/Models/Builders/VenmoWalletRequestBuilder.php +++ b/src/Models/Builders/VenmoWalletRequestBuilder.php @@ -3,17 +3,17 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\VenmoWalletAdditionalAttributes; -use PayPalRESTAPIsLib\Models\VenmoWalletExperienceContext; -use PayPalRESTAPIsLib\Models\VenmoWalletRequest; +use PaypalServerSdkLib\Models\VenmoWalletAdditionalAttributes; +use PaypalServerSdkLib\Models\VenmoWalletExperienceContext; +use PaypalServerSdkLib\Models\VenmoWalletRequest; /** * Builder for model VenmoWalletRequest diff --git a/src/Models/Builders/VenmoWalletResponseBuilder.php b/src/Models/Builders/VenmoWalletResponseBuilder.php index 6018586..6735fa1 100644 --- a/src/Models/Builders/VenmoWalletResponseBuilder.php +++ b/src/Models/Builders/VenmoWalletResponseBuilder.php @@ -3,19 +3,19 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\Address; -use PayPalRESTAPIsLib\Models\Name; -use PayPalRESTAPIsLib\Models\PhoneNumber; -use PayPalRESTAPIsLib\Models\VenmoWalletAttributesResponse; -use PayPalRESTAPIsLib\Models\VenmoWalletResponse; +use PaypalServerSdkLib\Models\Address; +use PaypalServerSdkLib\Models\Name; +use PaypalServerSdkLib\Models\PhoneNumber; +use PaypalServerSdkLib\Models\VenmoWalletAttributesResponse; +use PaypalServerSdkLib\Models\VenmoWalletResponse; /** * Builder for model VenmoWalletResponse diff --git a/src/Models/Builders/VenmoWalletVaultAttributesBuilder.php b/src/Models/Builders/VenmoWalletVaultAttributesBuilder.php index 498027f..1c11b88 100644 --- a/src/Models/Builders/VenmoWalletVaultAttributesBuilder.php +++ b/src/Models/Builders/VenmoWalletVaultAttributesBuilder.php @@ -3,15 +3,15 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models\Builders; +namespace PaypalServerSdkLib\Models\Builders; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Models\VenmoWalletVaultAttributes; +use PaypalServerSdkLib\Models\VenmoWalletVaultAttributes; /** * Builder for model VenmoWalletVaultAttributes diff --git a/src/Models/CVVCode.php b/src/Models/CVVCode.php index 8255b6b..a005e74 100644 --- a/src/Models/CVVCode.php +++ b/src/Models/CVVCode.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use Core\Utils\CoreHelper; use Exception; diff --git a/src/Models/Capture.php b/src/Models/Capture.php index 7208454..708283a 100644 --- a/src/Models/Capture.php +++ b/src/Models/Capture.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/CaptureIncompleteReason.php b/src/Models/CaptureIncompleteReason.php index 9f7c64d..93071ef 100644 --- a/src/Models/CaptureIncompleteReason.php +++ b/src/Models/CaptureIncompleteReason.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use Core\Utils\CoreHelper; use Exception; diff --git a/src/Models/CapturePaymentInstruction.php b/src/Models/CapturePaymentInstruction.php index ed0391b..6152cf6 100644 --- a/src/Models/CapturePaymentInstruction.php +++ b/src/Models/CapturePaymentInstruction.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/CaptureRequest.php b/src/Models/CaptureRequest.php index 1742d27..2a9acba 100644 --- a/src/Models/CaptureRequest.php +++ b/src/Models/CaptureRequest.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/CaptureStatus.php b/src/Models/CaptureStatus.php index 4efe0d3..8dc8b4d 100644 --- a/src/Models/CaptureStatus.php +++ b/src/Models/CaptureStatus.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use Core\Utils\CoreHelper; use Exception; diff --git a/src/Models/CaptureStatusDetails.php b/src/Models/CaptureStatusDetails.php index f3a0dbd..e1b17cc 100644 --- a/src/Models/CaptureStatusDetails.php +++ b/src/Models/CaptureStatusDetails.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/CaptureStatusWithDetails.php b/src/Models/CaptureStatusWithDetails.php index af70b51..b2b340a 100644 --- a/src/Models/CaptureStatusWithDetails.php +++ b/src/Models/CaptureStatusWithDetails.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/CapturedPayment.php b/src/Models/CapturedPayment.php index 01fa4bf..6b6abbc 100644 --- a/src/Models/CapturedPayment.php +++ b/src/Models/CapturedPayment.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/CardAttributes.php b/src/Models/CardAttributes.php index b2126e8..cbd3b79 100644 --- a/src/Models/CardAttributes.php +++ b/src/Models/CardAttributes.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/CardAttributesResponse.php b/src/Models/CardAttributesResponse.php index b65d32a..c328117 100644 --- a/src/Models/CardAttributesResponse.php +++ b/src/Models/CardAttributesResponse.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/CardAuthenticationResponse.php b/src/Models/CardAuthenticationResponse.php index 7a9215a..0f1e79b 100644 --- a/src/Models/CardAuthenticationResponse.php +++ b/src/Models/CardAuthenticationResponse.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/CardBrand.php b/src/Models/CardBrand.php index 5c644cd..6323811 100644 --- a/src/Models/CardBrand.php +++ b/src/Models/CardBrand.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use Core\Utils\CoreHelper; use Exception; diff --git a/src/Models/CardCustomerInformation.php b/src/Models/CardCustomerInformation.php index 277f56e..7358d04 100644 --- a/src/Models/CardCustomerInformation.php +++ b/src/Models/CardCustomerInformation.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/CardExperienceContext.php b/src/Models/CardExperienceContext.php index 2f3480e..b55c951 100644 --- a/src/Models/CardExperienceContext.php +++ b/src/Models/CardExperienceContext.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/CardFromRequest.php b/src/Models/CardFromRequest.php index c8d219e..589114f 100644 --- a/src/Models/CardFromRequest.php +++ b/src/Models/CardFromRequest.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/CardPaymentToken.php b/src/Models/CardPaymentToken.php index e0b4270..af6c03e 100644 --- a/src/Models/CardPaymentToken.php +++ b/src/Models/CardPaymentToken.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/CardRequest.php b/src/Models/CardRequest.php index d37c5e8..408a8d1 100644 --- a/src/Models/CardRequest.php +++ b/src/Models/CardRequest.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/CardResponse.php b/src/Models/CardResponse.php index e57f216..0641204 100644 --- a/src/Models/CardResponse.php +++ b/src/Models/CardResponse.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/CardResponseEntity.php b/src/Models/CardResponseEntity.php index 6d67145..555cccc 100644 --- a/src/Models/CardResponseEntity.php +++ b/src/Models/CardResponseEntity.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/CardStoredCredential.php b/src/Models/CardStoredCredential.php index 78f48f0..4740f03 100644 --- a/src/Models/CardStoredCredential.php +++ b/src/Models/CardStoredCredential.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/CardSupplementaryData.php b/src/Models/CardSupplementaryData.php index 8f00f42..220a751 100644 --- a/src/Models/CardSupplementaryData.php +++ b/src/Models/CardSupplementaryData.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/CardType.php b/src/Models/CardType.php index 59cd646..1732f8d 100644 --- a/src/Models/CardType.php +++ b/src/Models/CardType.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use Core\Utils\CoreHelper; use Exception; diff --git a/src/Models/CardVaultResponse.php b/src/Models/CardVaultResponse.php index 0cd68e2..c6415b8 100644 --- a/src/Models/CardVaultResponse.php +++ b/src/Models/CardVaultResponse.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/CardVerification.php b/src/Models/CardVerification.php index 2a07ac9..77776ae 100644 --- a/src/Models/CardVerification.php +++ b/src/Models/CardVerification.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/CardVerificationDetails.php b/src/Models/CardVerificationDetails.php index d25ba34..0bf9107 100644 --- a/src/Models/CardVerificationDetails.php +++ b/src/Models/CardVerificationDetails.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/CardVerificationMethod.php b/src/Models/CardVerificationMethod.php index ce0ae32..b41226e 100644 --- a/src/Models/CardVerificationMethod.php +++ b/src/Models/CardVerificationMethod.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use Core\Utils\CoreHelper; use Exception; diff --git a/src/Models/CardVerificationProcessorResponse.php b/src/Models/CardVerificationProcessorResponse.php index 2937930..980fc0a 100644 --- a/src/Models/CardVerificationProcessorResponse.php +++ b/src/Models/CardVerificationProcessorResponse.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/CheckoutPaymentIntent.php b/src/Models/CheckoutPaymentIntent.php index 9f627ad..954b423 100644 --- a/src/Models/CheckoutPaymentIntent.php +++ b/src/Models/CheckoutPaymentIntent.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use Core\Utils\CoreHelper; use Exception; diff --git a/src/Models/CobrandedCard.php b/src/Models/CobrandedCard.php index 82779e8..7ee70f1 100644 --- a/src/Models/CobrandedCard.php +++ b/src/Models/CobrandedCard.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/ConfirmOrderRequest.php b/src/Models/ConfirmOrderRequest.php index f8810d6..8db5733 100644 --- a/src/Models/ConfirmOrderRequest.php +++ b/src/Models/ConfirmOrderRequest.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/CustomerInformation.php b/src/Models/CustomerInformation.php index 83e8323..c799322 100644 --- a/src/Models/CustomerInformation.php +++ b/src/Models/CustomerInformation.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/CustomerRequest.php b/src/Models/CustomerRequest.php index e83e95c..e643649 100644 --- a/src/Models/CustomerRequest.php +++ b/src/Models/CustomerRequest.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/CustomerVaultPaymentTokensResponse.php b/src/Models/CustomerVaultPaymentTokensResponse.php index 0ac3a21..f5a607f 100644 --- a/src/Models/CustomerVaultPaymentTokensResponse.php +++ b/src/Models/CustomerVaultPaymentTokensResponse.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/DisbursementMode.php b/src/Models/DisbursementMode.php index dfb534e..fda67de 100644 --- a/src/Models/DisbursementMode.php +++ b/src/Models/DisbursementMode.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use Core\Utils\CoreHelper; use Exception; diff --git a/src/Models/DisputeCategory.php b/src/Models/DisputeCategory.php index d87c398..b52879d 100644 --- a/src/Models/DisputeCategory.php +++ b/src/Models/DisputeCategory.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use Core\Utils\CoreHelper; use Exception; diff --git a/src/Models/ECIFlag.php b/src/Models/ECIFlag.php index 5c973cf..0cdd530 100644 --- a/src/Models/ECIFlag.php +++ b/src/Models/ECIFlag.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use Core\Utils\CoreHelper; use Exception; diff --git a/src/Models/EPSPaymentObject.php b/src/Models/EPSPaymentObject.php index b311f61..dea6504 100644 --- a/src/Models/EPSPaymentObject.php +++ b/src/Models/EPSPaymentObject.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/EPSPaymentRequest.php b/src/Models/EPSPaymentRequest.php index 2b81374..783add0 100644 --- a/src/Models/EPSPaymentRequest.php +++ b/src/Models/EPSPaymentRequest.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/EnrollmentStatus.php b/src/Models/EnrollmentStatus.php index 2a7b580..7269a4a 100644 --- a/src/Models/EnrollmentStatus.php +++ b/src/Models/EnrollmentStatus.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use Core\Utils\CoreHelper; use Exception; diff --git a/src/Models/ErrorDetails.php b/src/Models/ErrorDetails.php index 52903ea..2a4be67 100644 --- a/src/Models/ErrorDetails.php +++ b/src/Models/ErrorDetails.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/ExchangeRate.php b/src/Models/ExchangeRate.php index 2b413af..1411fed 100644 --- a/src/Models/ExchangeRate.php +++ b/src/Models/ExchangeRate.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/ExperienceContext.php b/src/Models/ExperienceContext.php index c471ff2..dae3cf5 100644 --- a/src/Models/ExperienceContext.php +++ b/src/Models/ExperienceContext.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/FullfillmentType.php b/src/Models/FullfillmentType.php index 9cab1cc..14b151f 100644 --- a/src/Models/FullfillmentType.php +++ b/src/Models/FullfillmentType.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use Core\Utils\CoreHelper; use Exception; diff --git a/src/Models/GiropayPaymentObject.php b/src/Models/GiropayPaymentObject.php index c04a1a9..68f15d8 100644 --- a/src/Models/GiropayPaymentObject.php +++ b/src/Models/GiropayPaymentObject.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/GiropayPaymentRequest.php b/src/Models/GiropayPaymentRequest.php index 1a04ca7..0dacab0 100644 --- a/src/Models/GiropayPaymentRequest.php +++ b/src/Models/GiropayPaymentRequest.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/GooglePayAuthenticationMethod.php b/src/Models/GooglePayAuthenticationMethod.php index 713abb2..4174f58 100644 --- a/src/Models/GooglePayAuthenticationMethod.php +++ b/src/Models/GooglePayAuthenticationMethod.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use Core\Utils\CoreHelper; use Exception; diff --git a/src/Models/GooglePayCardAttributes.php b/src/Models/GooglePayCardAttributes.php index 9c7a424..9238ea6 100644 --- a/src/Models/GooglePayCardAttributes.php +++ b/src/Models/GooglePayCardAttributes.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/GooglePayCardResponse.php b/src/Models/GooglePayCardResponse.php index 4a7c4b9..0a0b994 100644 --- a/src/Models/GooglePayCardResponse.php +++ b/src/Models/GooglePayCardResponse.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/GooglePayDecryptedTokenData.php b/src/Models/GooglePayDecryptedTokenData.php index 42b60d8..719cf57 100644 --- a/src/Models/GooglePayDecryptedTokenData.php +++ b/src/Models/GooglePayDecryptedTokenData.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/GooglePayPaymentMethod.php b/src/Models/GooglePayPaymentMethod.php index 622a9d8..593075f 100644 --- a/src/Models/GooglePayPaymentMethod.php +++ b/src/Models/GooglePayPaymentMethod.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use Core\Utils\CoreHelper; use Exception; diff --git a/src/Models/GooglePayRequest.php b/src/Models/GooglePayRequest.php index 31c4e53..a2af2ca 100644 --- a/src/Models/GooglePayRequest.php +++ b/src/Models/GooglePayRequest.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/GooglePayRequestCard.php b/src/Models/GooglePayRequestCard.php index df1bf87..723f327 100644 --- a/src/Models/GooglePayRequestCard.php +++ b/src/Models/GooglePayRequestCard.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/GooglePayWalletResponse.php b/src/Models/GooglePayWalletResponse.php index 624ee4a..d359528 100644 --- a/src/Models/GooglePayWalletResponse.php +++ b/src/Models/GooglePayWalletResponse.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/IDEALPaymentObject.php b/src/Models/IDEALPaymentObject.php index ed554a0..fac80e4 100644 --- a/src/Models/IDEALPaymentObject.php +++ b/src/Models/IDEALPaymentObject.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/IDEALPaymentRequest.php b/src/Models/IDEALPaymentRequest.php index 9b283e7..b310b7e 100644 --- a/src/Models/IDEALPaymentRequest.php +++ b/src/Models/IDEALPaymentRequest.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/Item.php b/src/Models/Item.php index c1ff845..7d00519 100644 --- a/src/Models/Item.php +++ b/src/Models/Item.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/ItemCategory.php b/src/Models/ItemCategory.php index 74132fc..008e641 100644 --- a/src/Models/ItemCategory.php +++ b/src/Models/ItemCategory.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use Core\Utils\CoreHelper; use Exception; diff --git a/src/Models/Level2CardProcessingData.php b/src/Models/Level2CardProcessingData.php index af7bf32..92557c5 100644 --- a/src/Models/Level2CardProcessingData.php +++ b/src/Models/Level2CardProcessingData.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/Level3CardProcessingData.php b/src/Models/Level3CardProcessingData.php index 7f87b87..4bfeaa6 100644 --- a/src/Models/Level3CardProcessingData.php +++ b/src/Models/Level3CardProcessingData.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/LiabilityShiftIndicator.php b/src/Models/LiabilityShiftIndicator.php index 107eda8..b3ace5b 100644 --- a/src/Models/LiabilityShiftIndicator.php +++ b/src/Models/LiabilityShiftIndicator.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use Core\Utils\CoreHelper; use Exception; diff --git a/src/Models/LineItem.php b/src/Models/LineItem.php index f3c3915..4d3ce56 100644 --- a/src/Models/LineItem.php +++ b/src/Models/LineItem.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/LinkDescription.php b/src/Models/LinkDescription.php index 8de9dab..d7d7a87 100644 --- a/src/Models/LinkDescription.php +++ b/src/Models/LinkDescription.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/LinkHTTPMethod.php b/src/Models/LinkHTTPMethod.php index b439bba..05d60c4 100644 --- a/src/Models/LinkHTTPMethod.php +++ b/src/Models/LinkHTTPMethod.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use Core\Utils\CoreHelper; use Exception; diff --git a/src/Models/Money.php b/src/Models/Money.php index c584598..5511511 100644 --- a/src/Models/Money.php +++ b/src/Models/Money.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/MyBankPaymentObject.php b/src/Models/MyBankPaymentObject.php index 34f4e4d..cf9d08b 100644 --- a/src/Models/MyBankPaymentObject.php +++ b/src/Models/MyBankPaymentObject.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/MyBankPaymentRequest.php b/src/Models/MyBankPaymentRequest.php index d5b23b2..acfdeca 100644 --- a/src/Models/MyBankPaymentRequest.php +++ b/src/Models/MyBankPaymentRequest.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/Name.php b/src/Models/Name.php index 128cd83..0bac215 100644 --- a/src/Models/Name.php +++ b/src/Models/Name.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/NetAmountBreakdownItem.php b/src/Models/NetAmountBreakdownItem.php index 6fef1bf..be89f1b 100644 --- a/src/Models/NetAmountBreakdownItem.php +++ b/src/Models/NetAmountBreakdownItem.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/NetworkToken.php b/src/Models/NetworkToken.php index 4ff905c..5c7ed61 100644 --- a/src/Models/NetworkToken.php +++ b/src/Models/NetworkToken.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/NetworkTransactionReference.php b/src/Models/NetworkTransactionReference.php index 0c8e422..b573454 100644 --- a/src/Models/NetworkTransactionReference.php +++ b/src/Models/NetworkTransactionReference.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/NetworkTransactionReferenceEntity.php b/src/Models/NetworkTransactionReferenceEntity.php index 645591d..212bdec 100644 --- a/src/Models/NetworkTransactionReferenceEntity.php +++ b/src/Models/NetworkTransactionReferenceEntity.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/OAuthProviderError.php b/src/Models/OAuthProviderError.php index a45e59d..eb3d38f 100644 --- a/src/Models/OAuthProviderError.php +++ b/src/Models/OAuthProviderError.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use Core\Utils\CoreHelper; use Exception; diff --git a/src/Models/OAuthToken.php b/src/Models/OAuthToken.php index faeb3b7..9c074b4 100644 --- a/src/Models/OAuthToken.php +++ b/src/Models/OAuthToken.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/Order.php b/src/Models/Order.php index 296761e..a38ef4e 100644 --- a/src/Models/Order.php +++ b/src/Models/Order.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/OrderApplicationContext.php b/src/Models/OrderApplicationContext.php index aa41cd1..b95ebd3 100644 --- a/src/Models/OrderApplicationContext.php +++ b/src/Models/OrderApplicationContext.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/OrderApplicationContextLandingPage.php b/src/Models/OrderApplicationContextLandingPage.php index b893a40..e5022e8 100644 --- a/src/Models/OrderApplicationContextLandingPage.php +++ b/src/Models/OrderApplicationContextLandingPage.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use Core\Utils\CoreHelper; use Exception; diff --git a/src/Models/OrderApplicationContextShippingPreference.php b/src/Models/OrderApplicationContextShippingPreference.php index 4e7c8e8..f1d9654 100644 --- a/src/Models/OrderApplicationContextShippingPreference.php +++ b/src/Models/OrderApplicationContextShippingPreference.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use Core\Utils\CoreHelper; use Exception; diff --git a/src/Models/OrderApplicationContextUserAction.php b/src/Models/OrderApplicationContextUserAction.php index 5d5c641..d261515 100644 --- a/src/Models/OrderApplicationContextUserAction.php +++ b/src/Models/OrderApplicationContextUserAction.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use Core\Utils\CoreHelper; use Exception; diff --git a/src/Models/OrderAuthorizeRequest.php b/src/Models/OrderAuthorizeRequest.php index 5c15abb..02bbd7e 100644 --- a/src/Models/OrderAuthorizeRequest.php +++ b/src/Models/OrderAuthorizeRequest.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/OrderAuthorizeRequestPaymentSource.php b/src/Models/OrderAuthorizeRequestPaymentSource.php index 38eaeeb..50eb4fa 100644 --- a/src/Models/OrderAuthorizeRequestPaymentSource.php +++ b/src/Models/OrderAuthorizeRequestPaymentSource.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/OrderAuthorizeResponse.php b/src/Models/OrderAuthorizeResponse.php index cb7d83c..9db8410 100644 --- a/src/Models/OrderAuthorizeResponse.php +++ b/src/Models/OrderAuthorizeResponse.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/OrderAuthorizeResponsePaymentSource.php b/src/Models/OrderAuthorizeResponsePaymentSource.php index 3faa177..e0c78e7 100644 --- a/src/Models/OrderAuthorizeResponsePaymentSource.php +++ b/src/Models/OrderAuthorizeResponsePaymentSource.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/OrderCaptureRequest.php b/src/Models/OrderCaptureRequest.php index 17eb040..5204266 100644 --- a/src/Models/OrderCaptureRequest.php +++ b/src/Models/OrderCaptureRequest.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/OrderCaptureRequestPaymentSource.php b/src/Models/OrderCaptureRequestPaymentSource.php index b8a30ce..9bbcc65 100644 --- a/src/Models/OrderCaptureRequestPaymentSource.php +++ b/src/Models/OrderCaptureRequestPaymentSource.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/OrderConfirmApplicationContext.php b/src/Models/OrderConfirmApplicationContext.php index b43ad04..2ac6418 100644 --- a/src/Models/OrderConfirmApplicationContext.php +++ b/src/Models/OrderConfirmApplicationContext.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/OrderRequest.php b/src/Models/OrderRequest.php index b28c68a..300e236 100644 --- a/src/Models/OrderRequest.php +++ b/src/Models/OrderRequest.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/OrderStatus.php b/src/Models/OrderStatus.php index d24bf87..5e6120a 100644 --- a/src/Models/OrderStatus.php +++ b/src/Models/OrderStatus.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use Core\Utils\CoreHelper; use Exception; diff --git a/src/Models/OrderTrackerItem.php b/src/Models/OrderTrackerItem.php index a49fa77..05bb9db 100644 --- a/src/Models/OrderTrackerItem.php +++ b/src/Models/OrderTrackerItem.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/OrderTrackerRequest.php b/src/Models/OrderTrackerRequest.php index fb59eb1..4a77742 100644 --- a/src/Models/OrderTrackerRequest.php +++ b/src/Models/OrderTrackerRequest.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/OrderTrackerResponse.php b/src/Models/OrderTrackerResponse.php index 395ec97..135a428 100644 --- a/src/Models/OrderTrackerResponse.php +++ b/src/Models/OrderTrackerResponse.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/OrderTrackerStatus.php b/src/Models/OrderTrackerStatus.php index 76f5203..217efac 100644 --- a/src/Models/OrderTrackerStatus.php +++ b/src/Models/OrderTrackerStatus.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use Core\Utils\CoreHelper; use Exception; diff --git a/src/Models/P24PaymentObject.php b/src/Models/P24PaymentObject.php index 8c50023..24e49ff 100644 --- a/src/Models/P24PaymentObject.php +++ b/src/Models/P24PaymentObject.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/P24PaymentRequest.php b/src/Models/P24PaymentRequest.php index 0a72b36..699f7b5 100644 --- a/src/Models/P24PaymentRequest.php +++ b/src/Models/P24PaymentRequest.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/PAResStatus.php b/src/Models/PAResStatus.php index d6df0c3..15b3dc0 100644 --- a/src/Models/PAResStatus.php +++ b/src/Models/PAResStatus.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use Core\Utils\CoreHelper; use Exception; diff --git a/src/Models/Patch.php b/src/Models/Patch.php index e01e939..754c4e2 100644 --- a/src/Models/Patch.php +++ b/src/Models/Patch.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/PatchOp.php b/src/Models/PatchOp.php index 504afec..862f4fd 100644 --- a/src/Models/PatchOp.php +++ b/src/Models/PatchOp.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use Core\Utils\CoreHelper; use Exception; diff --git a/src/Models/PayPalExperienceLandingPage.php b/src/Models/PayPalExperienceLandingPage.php index 495f590..2b673cd 100644 --- a/src/Models/PayPalExperienceLandingPage.php +++ b/src/Models/PayPalExperienceLandingPage.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use Core\Utils\CoreHelper; use Exception; diff --git a/src/Models/PayPalExperienceUserAction.php b/src/Models/PayPalExperienceUserAction.php index 8683d81..51d5a4a 100644 --- a/src/Models/PayPalExperienceUserAction.php +++ b/src/Models/PayPalExperienceUserAction.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use Core\Utils\CoreHelper; use Exception; diff --git a/src/Models/PayPalPaymentToken.php b/src/Models/PayPalPaymentToken.php index df5d729..3575d52 100644 --- a/src/Models/PayPalPaymentToken.php +++ b/src/Models/PayPalPaymentToken.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/PayPalPaymentTokenCustomerType.php b/src/Models/PayPalPaymentTokenCustomerType.php index a5ee999..0198863 100644 --- a/src/Models/PayPalPaymentTokenCustomerType.php +++ b/src/Models/PayPalPaymentTokenCustomerType.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use Core\Utils\CoreHelper; use Exception; diff --git a/src/Models/PayPalPaymentTokenUsagePattern.php b/src/Models/PayPalPaymentTokenUsagePattern.php index f5e1180..405f166 100644 --- a/src/Models/PayPalPaymentTokenUsagePattern.php +++ b/src/Models/PayPalPaymentTokenUsagePattern.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use Core\Utils\CoreHelper; use Exception; diff --git a/src/Models/PayPalPaymentTokenUsageType.php b/src/Models/PayPalPaymentTokenUsageType.php index d6e8d6e..f9dfd2a 100644 --- a/src/Models/PayPalPaymentTokenUsageType.php +++ b/src/Models/PayPalPaymentTokenUsageType.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use Core\Utils\CoreHelper; use Exception; diff --git a/src/Models/PayPalWallet.php b/src/Models/PayPalWallet.php index e14fbdc..4180d7c 100644 --- a/src/Models/PayPalWallet.php +++ b/src/Models/PayPalWallet.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/PayPalWalletAccountVerificationStatus.php b/src/Models/PayPalWalletAccountVerificationStatus.php index d14c93c..0bb1565 100644 --- a/src/Models/PayPalWalletAccountVerificationStatus.php +++ b/src/Models/PayPalWalletAccountVerificationStatus.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use Core\Utils\CoreHelper; use Exception; diff --git a/src/Models/PayPalWalletAttributes.php b/src/Models/PayPalWalletAttributes.php index 8d5d2c0..3934660 100644 --- a/src/Models/PayPalWalletAttributes.php +++ b/src/Models/PayPalWalletAttributes.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/PayPalWalletAttributesResponse.php b/src/Models/PayPalWalletAttributesResponse.php index 6e250de..12e7202 100644 --- a/src/Models/PayPalWalletAttributesResponse.php +++ b/src/Models/PayPalWalletAttributesResponse.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/PayPalWalletCustomer.php b/src/Models/PayPalWalletCustomer.php index 6f9d9d1..ad7bbcc 100644 --- a/src/Models/PayPalWalletCustomer.php +++ b/src/Models/PayPalWalletCustomer.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/PayPalWalletCustomerRequest.php b/src/Models/PayPalWalletCustomerRequest.php index 1d004a0..82dd971 100644 --- a/src/Models/PayPalWalletCustomerRequest.php +++ b/src/Models/PayPalWalletCustomerRequest.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/PayPalWalletExperienceContext.php b/src/Models/PayPalWalletExperienceContext.php index e8bc12c..0b2e607 100644 --- a/src/Models/PayPalWalletExperienceContext.php +++ b/src/Models/PayPalWalletExperienceContext.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/PayPalWalletResponse.php b/src/Models/PayPalWalletResponse.php index 4fa4edf..8ada832 100644 --- a/src/Models/PayPalWalletResponse.php +++ b/src/Models/PayPalWalletResponse.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/PayPalWalletVaultInstruction.php b/src/Models/PayPalWalletVaultInstruction.php index a535712..272e28d 100644 --- a/src/Models/PayPalWalletVaultInstruction.php +++ b/src/Models/PayPalWalletVaultInstruction.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/PayPalWalletVaultResponse.php b/src/Models/PayPalWalletVaultResponse.php index 9e302ab..e6fb71e 100644 --- a/src/Models/PayPalWalletVaultResponse.php +++ b/src/Models/PayPalWalletVaultResponse.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/PayPalWalletVaultStatus.php b/src/Models/PayPalWalletVaultStatus.php index 05cb2da..61fee4f 100644 --- a/src/Models/PayPalWalletVaultStatus.php +++ b/src/Models/PayPalWalletVaultStatus.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use Core\Utils\CoreHelper; use Exception; diff --git a/src/Models/Payee.php b/src/Models/Payee.php index 8110a6d..b2e434b 100644 --- a/src/Models/Payee.php +++ b/src/Models/Payee.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/PayeeBase.php b/src/Models/PayeeBase.php index 40d1ea9..dca7303 100644 --- a/src/Models/PayeeBase.php +++ b/src/Models/PayeeBase.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/PayeePaymentMethodPreference.php b/src/Models/PayeePaymentMethodPreference.php index d85d522..04e2917 100644 --- a/src/Models/PayeePaymentMethodPreference.php +++ b/src/Models/PayeePaymentMethodPreference.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use Core\Utils\CoreHelper; use Exception; diff --git a/src/Models/Payer.php b/src/Models/Payer.php index cb5587d..3e536d8 100644 --- a/src/Models/Payer.php +++ b/src/Models/Payer.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/PayerBase.php b/src/Models/PayerBase.php index 7dba294..f276acb 100644 --- a/src/Models/PayerBase.php +++ b/src/Models/PayerBase.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/PaymentAdviceCode.php b/src/Models/PaymentAdviceCode.php index 694e848..2a0adad 100644 --- a/src/Models/PaymentAdviceCode.php +++ b/src/Models/PaymentAdviceCode.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use Core\Utils\CoreHelper; use Exception; diff --git a/src/Models/PaymentAuthorization.php b/src/Models/PaymentAuthorization.php index 2e15c96..37201e5 100644 --- a/src/Models/PaymentAuthorization.php +++ b/src/Models/PaymentAuthorization.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/PaymentCollection.php b/src/Models/PaymentCollection.php index 0b76d70..412e94b 100644 --- a/src/Models/PaymentCollection.php +++ b/src/Models/PaymentCollection.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/PaymentInitiator.php b/src/Models/PaymentInitiator.php index 9bf4612..19128dc 100644 --- a/src/Models/PaymentInitiator.php +++ b/src/Models/PaymentInitiator.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use Core\Utils\CoreHelper; use Exception; diff --git a/src/Models/PaymentInstruction.php b/src/Models/PaymentInstruction.php index 778ce96..d514354 100644 --- a/src/Models/PaymentInstruction.php +++ b/src/Models/PaymentInstruction.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/PaymentMethodPreference.php b/src/Models/PaymentMethodPreference.php index 4d7b756..cbb346b 100644 --- a/src/Models/PaymentMethodPreference.php +++ b/src/Models/PaymentMethodPreference.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/PaymentSource.php b/src/Models/PaymentSource.php index 0aede23..1c788d9 100644 --- a/src/Models/PaymentSource.php +++ b/src/Models/PaymentSource.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/PaymentSourceResponse.php b/src/Models/PaymentSourceResponse.php index 4b8bfa7..6fabf31 100644 --- a/src/Models/PaymentSourceResponse.php +++ b/src/Models/PaymentSourceResponse.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/PaymentSupplementaryData.php b/src/Models/PaymentSupplementaryData.php index 3025097..c96cb06 100644 --- a/src/Models/PaymentSupplementaryData.php +++ b/src/Models/PaymentSupplementaryData.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/PaymentTokenRequest.php b/src/Models/PaymentTokenRequest.php index f376ea3..2e99cdc 100644 --- a/src/Models/PaymentTokenRequest.php +++ b/src/Models/PaymentTokenRequest.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/PaymentTokenRequestCard.php b/src/Models/PaymentTokenRequestCard.php index 486759a..0caa6c9 100644 --- a/src/Models/PaymentTokenRequestCard.php +++ b/src/Models/PaymentTokenRequestCard.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/PaymentTokenRequestPaymentSource.php b/src/Models/PaymentTokenRequestPaymentSource.php index 7b184d0..02fbfdb 100644 --- a/src/Models/PaymentTokenRequestPaymentSource.php +++ b/src/Models/PaymentTokenRequestPaymentSource.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/PaymentTokenResponse.php b/src/Models/PaymentTokenResponse.php index 457e991..64cf4cc 100644 --- a/src/Models/PaymentTokenResponse.php +++ b/src/Models/PaymentTokenResponse.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/PaymentTokenResponsePaymentSource.php b/src/Models/PaymentTokenResponsePaymentSource.php index 0d73836..ac36ebb 100644 --- a/src/Models/PaymentTokenResponsePaymentSource.php +++ b/src/Models/PaymentTokenResponsePaymentSource.php @@ -3,14 +3,14 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; -use PayPalRESTAPIsLib\ApiHelper; +use PaypalServerSdkLib\ApiHelper; use stdClass; /** diff --git a/src/Models/Phone.php b/src/Models/Phone.php index 60f1d6a..9167e09 100644 --- a/src/Models/Phone.php +++ b/src/Models/Phone.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/PhoneNumber.php b/src/Models/PhoneNumber.php index 4a971b4..e595acc 100644 --- a/src/Models/PhoneNumber.php +++ b/src/Models/PhoneNumber.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/PhoneNumberWithCountryCode.php b/src/Models/PhoneNumberWithCountryCode.php index d7b5cb8..fbec0f9 100644 --- a/src/Models/PhoneNumberWithCountryCode.php +++ b/src/Models/PhoneNumberWithCountryCode.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/PhoneType.php b/src/Models/PhoneType.php index f9c1c1e..db05783 100644 --- a/src/Models/PhoneType.php +++ b/src/Models/PhoneType.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use Core\Utils\CoreHelper; use Exception; diff --git a/src/Models/PhoneWithType.php b/src/Models/PhoneWithType.php index 87d931c..c5737ed 100644 --- a/src/Models/PhoneWithType.php +++ b/src/Models/PhoneWithType.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/PlatformFee.php b/src/Models/PlatformFee.php index 5566494..e816df3 100644 --- a/src/Models/PlatformFee.php +++ b/src/Models/PlatformFee.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/ProcessingInstruction.php b/src/Models/ProcessingInstruction.php index e9087c9..3131b5d 100644 --- a/src/Models/ProcessingInstruction.php +++ b/src/Models/ProcessingInstruction.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use Core\Utils\CoreHelper; use Exception; diff --git a/src/Models/ProcessorResponse.php b/src/Models/ProcessorResponse.php index 841fabe..dd48ee1 100644 --- a/src/Models/ProcessorResponse.php +++ b/src/Models/ProcessorResponse.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/ProcessorResponseCode.php b/src/Models/ProcessorResponseCode.php index 80dee27..b44f368 100644 --- a/src/Models/ProcessorResponseCode.php +++ b/src/Models/ProcessorResponseCode.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use Core\Utils\CoreHelper; use Exception; diff --git a/src/Models/PurchaseUnit.php b/src/Models/PurchaseUnit.php index f0ee206..a0b328a 100644 --- a/src/Models/PurchaseUnit.php +++ b/src/Models/PurchaseUnit.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/PurchaseUnitRequest.php b/src/Models/PurchaseUnitRequest.php index a9e6d0c..46ca24a 100644 --- a/src/Models/PurchaseUnitRequest.php +++ b/src/Models/PurchaseUnitRequest.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/ReauthorizeRequest.php b/src/Models/ReauthorizeRequest.php index bd41c95..65f4493 100644 --- a/src/Models/ReauthorizeRequest.php +++ b/src/Models/ReauthorizeRequest.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/Refund.php b/src/Models/Refund.php index c044ad4..0d6cc82 100644 --- a/src/Models/Refund.php +++ b/src/Models/Refund.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/RefundIncompleteReason.php b/src/Models/RefundIncompleteReason.php index cbcc594..efee4e1 100644 --- a/src/Models/RefundIncompleteReason.php +++ b/src/Models/RefundIncompleteReason.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use Core\Utils\CoreHelper; use Exception; diff --git a/src/Models/RefundPaymentInstruction.php b/src/Models/RefundPaymentInstruction.php index 74f5021..a125bf4 100644 --- a/src/Models/RefundPaymentInstruction.php +++ b/src/Models/RefundPaymentInstruction.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/RefundPlatformFee.php b/src/Models/RefundPlatformFee.php index b143d32..365da0a 100644 --- a/src/Models/RefundPlatformFee.php +++ b/src/Models/RefundPlatformFee.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/RefundRequest.php b/src/Models/RefundRequest.php index af79b99..16fc142 100644 --- a/src/Models/RefundRequest.php +++ b/src/Models/RefundRequest.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/RefundStatus.php b/src/Models/RefundStatus.php index 6e27e2f..8d8fd63 100644 --- a/src/Models/RefundStatus.php +++ b/src/Models/RefundStatus.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use Core\Utils\CoreHelper; use Exception; diff --git a/src/Models/RefundStatusDetails.php b/src/Models/RefundStatusDetails.php index 056a9c9..1a81aa1 100644 --- a/src/Models/RefundStatusDetails.php +++ b/src/Models/RefundStatusDetails.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/RefundStatusWithDetails.php b/src/Models/RefundStatusWithDetails.php index c6a2235..b1a4f44 100644 --- a/src/Models/RefundStatusWithDetails.php +++ b/src/Models/RefundStatusWithDetails.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/RelatedIdentifiers.php b/src/Models/RelatedIdentifiers.php index 9e265b3..9608ff8 100644 --- a/src/Models/RelatedIdentifiers.php +++ b/src/Models/RelatedIdentifiers.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/SellerPayableBreakdown.php b/src/Models/SellerPayableBreakdown.php index cfa067c..c2d5d85 100644 --- a/src/Models/SellerPayableBreakdown.php +++ b/src/Models/SellerPayableBreakdown.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/SellerProtection.php b/src/Models/SellerProtection.php index 5af34b9..61d1a45 100644 --- a/src/Models/SellerProtection.php +++ b/src/Models/SellerProtection.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/SellerProtectionStatus.php b/src/Models/SellerProtectionStatus.php index f96a5f4..8b95e1b 100644 --- a/src/Models/SellerProtectionStatus.php +++ b/src/Models/SellerProtectionStatus.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use Core\Utils\CoreHelper; use Exception; diff --git a/src/Models/SellerReceivableBreakdown.php b/src/Models/SellerReceivableBreakdown.php index 771b98c..a0e8db3 100644 --- a/src/Models/SellerReceivableBreakdown.php +++ b/src/Models/SellerReceivableBreakdown.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/SetupTokenCardExperienceContext.php b/src/Models/SetupTokenCardExperienceContext.php index 57babde..845948b 100644 --- a/src/Models/SetupTokenCardExperienceContext.php +++ b/src/Models/SetupTokenCardExperienceContext.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/SetupTokenRequest.php b/src/Models/SetupTokenRequest.php index 0b34858..dbb5bd9 100644 --- a/src/Models/SetupTokenRequest.php +++ b/src/Models/SetupTokenRequest.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/SetupTokenRequestCard.php b/src/Models/SetupTokenRequestCard.php index 7209256..8713278 100644 --- a/src/Models/SetupTokenRequestCard.php +++ b/src/Models/SetupTokenRequestCard.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/SetupTokenRequestPaymentSource.php b/src/Models/SetupTokenRequestPaymentSource.php index 1a6b8f7..33a7bb3 100644 --- a/src/Models/SetupTokenRequestPaymentSource.php +++ b/src/Models/SetupTokenRequestPaymentSource.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/SetupTokenResponse.php b/src/Models/SetupTokenResponse.php index eda88aa..db3c8f1 100644 --- a/src/Models/SetupTokenResponse.php +++ b/src/Models/SetupTokenResponse.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/SetupTokenResponseCard.php b/src/Models/SetupTokenResponseCard.php index 9cd8e86..467cdb0 100644 --- a/src/Models/SetupTokenResponseCard.php +++ b/src/Models/SetupTokenResponseCard.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/SetupTokenResponsePaymentSource.php b/src/Models/SetupTokenResponsePaymentSource.php index 200340d..93b4543 100644 --- a/src/Models/SetupTokenResponsePaymentSource.php +++ b/src/Models/SetupTokenResponsePaymentSource.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/ShipmentCarrier.php b/src/Models/ShipmentCarrier.php index b377a63..1ee5d3c 100644 --- a/src/Models/ShipmentCarrier.php +++ b/src/Models/ShipmentCarrier.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use Core\Utils\CoreHelper; use Exception; diff --git a/src/Models/ShippingDetails.php b/src/Models/ShippingDetails.php index 73ae7f5..809ce17 100644 --- a/src/Models/ShippingDetails.php +++ b/src/Models/ShippingDetails.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/ShippingName.php b/src/Models/ShippingName.php index 8bec39c..9becf00 100644 --- a/src/Models/ShippingName.php +++ b/src/Models/ShippingName.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/ShippingOption.php b/src/Models/ShippingOption.php index f9b9fc9..a2db008 100644 --- a/src/Models/ShippingOption.php +++ b/src/Models/ShippingOption.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/ShippingPreference.php b/src/Models/ShippingPreference.php index 9890525..dabbf45 100644 --- a/src/Models/ShippingPreference.php +++ b/src/Models/ShippingPreference.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use Core\Utils\CoreHelper; use Exception; diff --git a/src/Models/ShippingType.php b/src/Models/ShippingType.php index a2b6b09..decc726 100644 --- a/src/Models/ShippingType.php +++ b/src/Models/ShippingType.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use Core\Utils\CoreHelper; use Exception; diff --git a/src/Models/ShippingWithTrackingDetails.php b/src/Models/ShippingWithTrackingDetails.php index 39aa1b1..d621c64 100644 --- a/src/Models/ShippingWithTrackingDetails.php +++ b/src/Models/ShippingWithTrackingDetails.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/SofortPaymentObject.php b/src/Models/SofortPaymentObject.php index 9a42c69..793420b 100644 --- a/src/Models/SofortPaymentObject.php +++ b/src/Models/SofortPaymentObject.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/SofortPaymentRequest.php b/src/Models/SofortPaymentRequest.php index 4eac603..6fbff04 100644 --- a/src/Models/SofortPaymentRequest.php +++ b/src/Models/SofortPaymentRequest.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/StandardEntryClassCode.php b/src/Models/StandardEntryClassCode.php index f0df468..b8e496e 100644 --- a/src/Models/StandardEntryClassCode.php +++ b/src/Models/StandardEntryClassCode.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use Core\Utils\CoreHelper; use Exception; diff --git a/src/Models/StoreInVaultInstruction.php b/src/Models/StoreInVaultInstruction.php index 9310434..5e9f33a 100644 --- a/src/Models/StoreInVaultInstruction.php +++ b/src/Models/StoreInVaultInstruction.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use Core\Utils\CoreHelper; use Exception; diff --git a/src/Models/StoredPaymentSource.php b/src/Models/StoredPaymentSource.php index 157f7a9..8d2e18a 100644 --- a/src/Models/StoredPaymentSource.php +++ b/src/Models/StoredPaymentSource.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/StoredPaymentSourcePaymentType.php b/src/Models/StoredPaymentSourcePaymentType.php index ee3f9f1..de1bc70 100644 --- a/src/Models/StoredPaymentSourcePaymentType.php +++ b/src/Models/StoredPaymentSourcePaymentType.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use Core\Utils\CoreHelper; use Exception; diff --git a/src/Models/StoredPaymentSourceUsageType.php b/src/Models/StoredPaymentSourceUsageType.php index bdec33b..3b06485 100644 --- a/src/Models/StoredPaymentSourceUsageType.php +++ b/src/Models/StoredPaymentSourceUsageType.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use Core\Utils\CoreHelper; use Exception; diff --git a/src/Models/SupplementaryData.php b/src/Models/SupplementaryData.php index 7a1c8a6..13a471f 100644 --- a/src/Models/SupplementaryData.php +++ b/src/Models/SupplementaryData.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/SupplementaryPurchaseData.php b/src/Models/SupplementaryPurchaseData.php index a85fbc2..61fa527 100644 --- a/src/Models/SupplementaryPurchaseData.php +++ b/src/Models/SupplementaryPurchaseData.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/TaxIdType.php b/src/Models/TaxIdType.php index 9b4c836..8d52015 100644 --- a/src/Models/TaxIdType.php +++ b/src/Models/TaxIdType.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use Core\Utils\CoreHelper; use Exception; diff --git a/src/Models/TaxInfo.php b/src/Models/TaxInfo.php index 4ba6157..49333d3 100644 --- a/src/Models/TaxInfo.php +++ b/src/Models/TaxInfo.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/ThreeDSecureAuthenticationResponse.php b/src/Models/ThreeDSecureAuthenticationResponse.php index e985b36..54bcd21 100644 --- a/src/Models/ThreeDSecureAuthenticationResponse.php +++ b/src/Models/ThreeDSecureAuthenticationResponse.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/Token.php b/src/Models/Token.php index d39f3b7..e90505d 100644 --- a/src/Models/Token.php +++ b/src/Models/Token.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/TokenRequestType.php b/src/Models/TokenRequestType.php index 4d61812..3eaa98c 100644 --- a/src/Models/TokenRequestType.php +++ b/src/Models/TokenRequestType.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use Core\Utils\CoreHelper; use Exception; diff --git a/src/Models/TokenType.php b/src/Models/TokenType.php index 449ae02..69974a0 100644 --- a/src/Models/TokenType.php +++ b/src/Models/TokenType.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use Core\Utils\CoreHelper; use Exception; diff --git a/src/Models/TrustlyPaymentObject.php b/src/Models/TrustlyPaymentObject.php index 053c3e6..516f96e 100644 --- a/src/Models/TrustlyPaymentObject.php +++ b/src/Models/TrustlyPaymentObject.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/TrustlyPaymentRequest.php b/src/Models/TrustlyPaymentRequest.php index cd585a8..f4ac92a 100644 --- a/src/Models/TrustlyPaymentRequest.php +++ b/src/Models/TrustlyPaymentRequest.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/UPCType.php b/src/Models/UPCType.php index 8867368..ea09d0e 100644 --- a/src/Models/UPCType.php +++ b/src/Models/UPCType.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use Core\Utils\CoreHelper; use Exception; diff --git a/src/Models/UniversalProductCode.php b/src/Models/UniversalProductCode.php index af48fce..ac93279 100644 --- a/src/Models/UniversalProductCode.php +++ b/src/Models/UniversalProductCode.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/VaultCustomer.php b/src/Models/VaultCustomer.php index af5f017..4a2fb68 100644 --- a/src/Models/VaultCustomer.php +++ b/src/Models/VaultCustomer.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/VaultExperienceContext.php b/src/Models/VaultExperienceContext.php index 3889c07..a83a21b 100644 --- a/src/Models/VaultExperienceContext.php +++ b/src/Models/VaultExperienceContext.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/VaultInstruction.php b/src/Models/VaultInstruction.php index 034bdd3..fc4f1c0 100644 --- a/src/Models/VaultInstruction.php +++ b/src/Models/VaultInstruction.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/VaultInstructionBase.php b/src/Models/VaultInstructionBase.php index fc22cca..f01eaf5 100644 --- a/src/Models/VaultInstructionBase.php +++ b/src/Models/VaultInstructionBase.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/VaultPayPalWalletRequest.php b/src/Models/VaultPayPalWalletRequest.php index 896a0e9..ca50947 100644 --- a/src/Models/VaultPayPalWalletRequest.php +++ b/src/Models/VaultPayPalWalletRequest.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/VaultResponse.php b/src/Models/VaultResponse.php index d4db436..7e26559 100644 --- a/src/Models/VaultResponse.php +++ b/src/Models/VaultResponse.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/VaultStatus.php b/src/Models/VaultStatus.php index 3031d91..21f9a08 100644 --- a/src/Models/VaultStatus.php +++ b/src/Models/VaultStatus.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use Core\Utils\CoreHelper; use Exception; diff --git a/src/Models/VaultTokenRequest.php b/src/Models/VaultTokenRequest.php index 0599804..d6d428b 100644 --- a/src/Models/VaultTokenRequest.php +++ b/src/Models/VaultTokenRequest.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/VaultVenmoExperienceContext.php b/src/Models/VaultVenmoExperienceContext.php index d32b3b8..8a5b4b0 100644 --- a/src/Models/VaultVenmoExperienceContext.php +++ b/src/Models/VaultVenmoExperienceContext.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/VaultVenmoRequest.php b/src/Models/VaultVenmoRequest.php index adb2a8d..5f5e380 100644 --- a/src/Models/VaultVenmoRequest.php +++ b/src/Models/VaultVenmoRequest.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/VaultedDigitalWallet.php b/src/Models/VaultedDigitalWallet.php index 74b1a56..cbfaf04 100644 --- a/src/Models/VaultedDigitalWallet.php +++ b/src/Models/VaultedDigitalWallet.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/VaultedDigitalWalletShippingDetails.php b/src/Models/VaultedDigitalWalletShippingDetails.php index ad1dec9..5fe12a2 100644 --- a/src/Models/VaultedDigitalWalletShippingDetails.php +++ b/src/Models/VaultedDigitalWalletShippingDetails.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/VenmoPaymentToken.php b/src/Models/VenmoPaymentToken.php index 351dc3e..9849e5d 100644 --- a/src/Models/VenmoPaymentToken.php +++ b/src/Models/VenmoPaymentToken.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/VenmoPaymentTokenCustomerType.php b/src/Models/VenmoPaymentTokenCustomerType.php index c25c8a6..f2ca186 100644 --- a/src/Models/VenmoPaymentTokenCustomerType.php +++ b/src/Models/VenmoPaymentTokenCustomerType.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use Core\Utils\CoreHelper; use Exception; diff --git a/src/Models/VenmoPaymentTokenUsagePattern.php b/src/Models/VenmoPaymentTokenUsagePattern.php index 5ab4e96..c3bcb98 100644 --- a/src/Models/VenmoPaymentTokenUsagePattern.php +++ b/src/Models/VenmoPaymentTokenUsagePattern.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use Core\Utils\CoreHelper; use Exception; diff --git a/src/Models/VenmoPaymentTokenUsageType.php b/src/Models/VenmoPaymentTokenUsageType.php index 2c17544..b48d3c0 100644 --- a/src/Models/VenmoPaymentTokenUsageType.php +++ b/src/Models/VenmoPaymentTokenUsageType.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use Core\Utils\CoreHelper; use Exception; diff --git a/src/Models/VenmoWalletAdditionalAttributes.php b/src/Models/VenmoWalletAdditionalAttributes.php index 4b774ec..85cb0d7 100644 --- a/src/Models/VenmoWalletAdditionalAttributes.php +++ b/src/Models/VenmoWalletAdditionalAttributes.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/VenmoWalletAttributesResponse.php b/src/Models/VenmoWalletAttributesResponse.php index 56261c0..ed69629 100644 --- a/src/Models/VenmoWalletAttributesResponse.php +++ b/src/Models/VenmoWalletAttributesResponse.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/VenmoWalletCustomerInformation.php b/src/Models/VenmoWalletCustomerInformation.php index 6bcb422..27bea74 100644 --- a/src/Models/VenmoWalletCustomerInformation.php +++ b/src/Models/VenmoWalletCustomerInformation.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/VenmoWalletExperienceContext.php b/src/Models/VenmoWalletExperienceContext.php index 2c25671..3c76343 100644 --- a/src/Models/VenmoWalletExperienceContext.php +++ b/src/Models/VenmoWalletExperienceContext.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/VenmoWalletRequest.php b/src/Models/VenmoWalletRequest.php index bf850fb..b9764e5 100644 --- a/src/Models/VenmoWalletRequest.php +++ b/src/Models/VenmoWalletRequest.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/VenmoWalletResponse.php b/src/Models/VenmoWalletResponse.php index 77f5e0a..915148c 100644 --- a/src/Models/VenmoWalletResponse.php +++ b/src/Models/VenmoWalletResponse.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/Models/VenmoWalletVaultAttributes.php b/src/Models/VenmoWalletVaultAttributes.php index 931ddc0..455901e 100644 --- a/src/Models/VenmoWalletVaultAttributes.php +++ b/src/Models/VenmoWalletVaultAttributes.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Models; +namespace PaypalServerSdkLib\Models; use stdClass; diff --git a/src/PayPalRESTAPIsClient.php b/src/PaypalServerSdkClient.php similarity index 88% rename from src/PayPalRESTAPIsClient.php rename to src/PaypalServerSdkClient.php index 828de96..c55e5e4 100644 --- a/src/PayPalRESTAPIsClient.php +++ b/src/PaypalServerSdkClient.php @@ -3,29 +3,29 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib; +namespace PaypalServerSdkLib; use Core\ClientBuilder; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Authentication\ClientCredentialsAuthCredentialsBuilder; -use PayPalRESTAPIsLib\Authentication\ClientCredentialsAuthManager; -use PayPalRESTAPIsLib\Controllers\OAuthAuthorizationController; -use PayPalRESTAPIsLib\Controllers\OrdersController; -use PayPalRESTAPIsLib\Controllers\PaymentsController; -use PayPalRESTAPIsLib\Controllers\VaultController; -use PayPalRESTAPIsLib\Logging\LoggingConfigurationBuilder; -use PayPalRESTAPIsLib\Logging\RequestLoggingConfigurationBuilder; -use PayPalRESTAPIsLib\Logging\ResponseLoggingConfigurationBuilder; -use PayPalRESTAPIsLib\Utils\CompatibilityConverter; +use PaypalServerSdkLib\Authentication\ClientCredentialsAuthCredentialsBuilder; +use PaypalServerSdkLib\Authentication\ClientCredentialsAuthManager; +use PaypalServerSdkLib\Controllers\OAuthAuthorizationController; +use PaypalServerSdkLib\Controllers\OrdersController; +use PaypalServerSdkLib\Controllers\PaymentsController; +use PaypalServerSdkLib\Controllers\VaultController; +use PaypalServerSdkLib\Logging\LoggingConfigurationBuilder; +use PaypalServerSdkLib\Logging\RequestLoggingConfigurationBuilder; +use PaypalServerSdkLib\Logging\ResponseLoggingConfigurationBuilder; +use PaypalServerSdkLib\Utils\CompatibilityConverter; use Unirest\Configuration; use Unirest\HttpClient; -class PayPalRESTAPIsClient implements ConfigurationInterface +class PaypalServerSdkClient implements ConfigurationInterface { private $orders; @@ -44,8 +44,8 @@ class PayPalRESTAPIsClient implements ConfigurationInterface private $client; /** - * @see PayPalRESTAPIsClientBuilder::init() - * @see PayPalRESTAPIsClientBuilder::build() + * @see PaypalServerSdkClientBuilder::init() + * @see PaypalServerSdkClientBuilder::build() * * @param array $config */ @@ -62,7 +62,7 @@ class PayPalRESTAPIsClient implements ConfigurationInterface ->converter(new CompatibilityConverter()) ->jsonHelper(ApiHelper::getJsonHelper()) ->apiCallback($this->config['httpCallback'] ?? null) - ->userAgent('PayPal REST API PHP SDK, Version: 0.4.0, on OS {os-info}') + ->userAgent('PayPal REST API PHP SDK, Version: 0.5.0, on OS {os-info}') ->serverUrls(self::ENVIRONMENT_MAP[$this->getEnvironment()], Server::DEFAULT_) ->authManagers(['Oauth2' => $this->clientCredentialsAuthManager]) ->loggingConfiguration($loggingConfiguration) @@ -73,11 +73,11 @@ class PayPalRESTAPIsClient implements ConfigurationInterface /** * Create a builder with the current client's configurations. * - * @return PayPalRESTAPIsClientBuilder PayPalRESTAPIsClientBuilder instance + * @return PaypalServerSdkClientBuilder PaypalServerSdkClientBuilder instance */ - public function toBuilder(): PayPalRESTAPIsClientBuilder + public function toBuilder(): PaypalServerSdkClientBuilder { - $builder = PayPalRESTAPIsClientBuilder::init() + $builder = PaypalServerSdkClientBuilder::init() ->timeout($this->getTimeout()) ->enableRetries($this->shouldEnableRetries()) ->numberOfRetries($this->getNumberOfRetries()) @@ -198,7 +198,7 @@ class PayPalRESTAPIsClient implements ConfigurationInterface /** * Get the client configuration as an associative array * - * @see PayPalRESTAPIsClientBuilder::getConfiguration() + * @see PaypalServerSdkClientBuilder::getConfiguration() */ public function getConfiguration(): array { @@ -208,7 +208,7 @@ class PayPalRESTAPIsClient implements ConfigurationInterface /** * Clone this client and override given configuration options * - * @see PayPalRESTAPIsClientBuilder::build() + * @see PaypalServerSdkClientBuilder::build() */ public function withConfiguration(array $config): self { diff --git a/src/PayPalRESTAPIsClientBuilder.php b/src/PaypalServerSdkClientBuilder.php similarity index 63% rename from src/PayPalRESTAPIsClientBuilder.php rename to src/PaypalServerSdkClientBuilder.php index 0f9cbed..be352ef 100644 --- a/src/PayPalRESTAPIsClientBuilder.php +++ b/src/PaypalServerSdkClientBuilder.php @@ -3,20 +3,19 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib; +namespace PaypalServerSdkLib; use Core\Types\Sdk\CoreCallback; use Core\Utils\CoreHelper; -use PayPalRESTAPIsLib\Authentication\ClientCredentialsAuthCredentialsBuilder; -use PayPalRESTAPIsLib\Logging\LoggingConfigurationBuilder; -use PayPalRESTAPIsLib\Models\OAuthToken; +use PaypalServerSdkLib\Authentication\ClientCredentialsAuthCredentialsBuilder; +use PaypalServerSdkLib\Logging\LoggingConfigurationBuilder; -class PayPalRESTAPIsClientBuilder +class PaypalServerSdkClientBuilder { /** * @var array @@ -110,54 +109,6 @@ class PayPalRESTAPIsClientBuilder return $this; } - /** - * @see PayPalRESTAPIsClientBuilder::clientCredentialsAuthCredentials - * - * @deprecated This builder setter is deprecated. Checkout the see also section for its - * alternate. - * - * @param string $oAuthClientId - * - * @return $this - */ - public function oAuthClientId(string $oAuthClientId): self - { - $this->config['oAuthClientId'] = $oAuthClientId; - return $this; - } - - /** - * @see PayPalRESTAPIsClientBuilder::clientCredentialsAuthCredentials - * - * @deprecated This builder setter is deprecated. Checkout the see also section for its - * alternate. - * - * @param string $oAuthClientSecret - * - * @return $this - */ - public function oAuthClientSecret(string $oAuthClientSecret): self - { - $this->config['oAuthClientSecret'] = $oAuthClientSecret; - return $this; - } - - /** - * @see PayPalRESTAPIsClientBuilder::clientCredentialsAuthCredentials - * - * @deprecated This builder setter is deprecated. Checkout the see also section for its - * alternate. - * - * @param OAuthToken|null $oAuthToken - * - * @return $this - */ - public function oAuthToken(?OAuthToken $oAuthToken): self - { - $this->config['oAuthToken'] = $oAuthToken; - return $this; - } - public function clientCredentialsAuthCredentials( ClientCredentialsAuthCredentialsBuilder $clientCredentialsAuth ): self { @@ -180,8 +131,8 @@ class PayPalRESTAPIsClientBuilder return $this; } - public function build(): PayPalRESTAPIsClient + public function build(): PaypalServerSdkClient { - return new PayPalRESTAPIsClient($this->config); + return new PaypalServerSdkClient($this->config); } } diff --git a/src/Server.php b/src/Server.php index 18698cd..b7083f3 100644 --- a/src/Server.php +++ b/src/Server.php @@ -3,12 +3,12 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib; +namespace PaypalServerSdkLib; /** * Baseurl aliases diff --git a/src/Utils/CompatibilityConverter.php b/src/Utils/CompatibilityConverter.php index 97f9304..dcdd0b1 100644 --- a/src/Utils/CompatibilityConverter.php +++ b/src/Utils/CompatibilityConverter.php @@ -3,22 +3,22 @@ declare(strict_types=1); /* - * PayPalRESTAPIsLib + * PaypalServerSdkLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ -namespace PayPalRESTAPIsLib\Utils; +namespace PaypalServerSdkLib\Utils; use CoreInterfaces\Core\ContextInterface; use CoreInterfaces\Core\Request\RequestInterface; use CoreInterfaces\Core\Response\ResponseInterface; use CoreInterfaces\Sdk\ConverterInterface; -use PayPalRESTAPIsLib\Exceptions\ApiException; -use PayPalRESTAPIsLib\Http\ApiResponse; -use PayPalRESTAPIsLib\Http\HttpContext; -use PayPalRESTAPIsLib\Http\HttpRequest; -use PayPalRESTAPIsLib\Http\HttpResponse; +use PaypalServerSdkLib\Exceptions\ApiException; +use PaypalServerSdkLib\Http\ApiResponse; +use PaypalServerSdkLib\Http\HttpContext; +use PaypalServerSdkLib\Http\HttpRequest; +use PaypalServerSdkLib\Http\HttpResponse; class CompatibilityConverter implements ConverterInterface {