From 7b8bf8b900ec3ae7a053bbcbe21a065c9ab42b25 Mon Sep 17 00:00:00 2001 From: "ct-sdks[bot]" <153784748+ct-sdks[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 08:10:00 +0000 Subject: [PATCH 01/31] build(codegen): updating SDK --- lib/commercetools-api/docs/RequestBuilder.md | 114 +++++++++--------- .../src/Models/ApiClient/ApiClient.php | 8 +- .../src/Models/ApiClient/ApiClientBuilder.php | 8 +- .../src/Models/ApiClient/ApiClientDraft.php | 2 +- .../ApiClient/ApiClientDraftBuilder.php | 2 +- .../Models/ApiClient/ApiClientDraftModel.php | 2 +- .../src/Models/ApiClient/ApiClientModel.php | 8 +- references.txt | 1 + 8 files changed, 73 insertions(+), 72 deletions(-) diff --git a/lib/commercetools-api/docs/RequestBuilder.md b/lib/commercetools-api/docs/RequestBuilder.md index 649576024d9..19a19a2b3d4 100644 --- a/lib/commercetools-api/docs/RequestBuilder.md +++ b/lib/commercetools-api/docs/RequestBuilder.md @@ -4962,7 +4962,7 @@ Returns a Customer for a given Query Predicate in a [Store](ctp:api:type:Store). A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in the following scenarios: - If no Customer exists in the Store for the given Query Predicate. -- If a Customer exists in the Store for the given Query Predicate, but does not have an `id` value that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope. +- If a Customer exists in the Store for the given Query Predicate, but does not have an `id` value that matches the [customer:{id}](/scopes#internal-oauth) scope. - If a Customer exists for the given Query Predicate but is associated with a different Store than what is specified in the `manage_my_profile:{projectKey}:{storeKey}` scope. @@ -4983,7 +4983,7 @@ Updates the Customer in a [Store](ctp:api:type:Store). Returns a `200` status if A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in the following scenarios: -- If no Customer exists with the `id` specified in the [customer:{id}](/scopes#composable-commerce-oauth) scope. +- If no Customer exists with the `id` specified in the [customer:{id}](/scopes#internal-oauth) scope. - If the Customer exists but is associated with a different Store than what is specified in the `manage_my_profile:{projectKey}:{storeKey}` scope. @@ -5004,7 +5004,7 @@ Deletes the Customer in a [Store](ctp:api:type:Store). Returns a `200` status if A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in the following scenarios: -- If no Customer exists with the `id` specified in the [customer:{id}](/scopes#composable-commerce-oauth) scope. +- If no Customer exists with the `id` specified in the [customer:{id}](/scopes#internal-oauth) scope. - If the Customer exists but is associated with a different Store than what is specified in the `manage_my_profile:{projectKey}:{storeKey}` scope. @@ -5029,7 +5029,7 @@ A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in th - If no active Cart exists. - If an active Cart exists but does not have a `store` specified, or the `store` field references a different Store. -- If an active Cart exists but does not have a `customerId` that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope, or `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope. +- If an active Cart exists but does not have a `customerId` that matches the [customer:{id}](/scopes#internal-oauth) scope, or `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope. ### Example @@ -5052,7 +5052,7 @@ A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in th - If no active Cart exists in a Store. - If an active Cart exists but does not have a `store` specified, or the `store` field references a different Store. -- If an active Cart exists but does not contain a `customerId` that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope, or `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope. +- If an active Cart exists but does not contain a `customerId` that matches the [customer:{id}](/scopes#internal-oauth) scope, or `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope. ### Example @@ -5104,7 +5104,7 @@ $request = $builder ## `withProjectKey("projectKey")->inStoreKeyWithStoreKeyValue("storeKey")->me()->carts()->post(null)` -Creates a Cart in a Store for the Customer or anonymous user. The `customerId` or `anonymousId` field on the Cart is automatically set based on the [customer:{id}](/scopes#composable-commerce-oauth) or [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope. +Creates a Cart in a Store for the Customer or anonymous user. The `customerId` or `anonymousId` field on the Cart is automatically set based on the [customer:{id}](/scopes#internal-oauth) or [anonymous_id:{id}](/scopes#internal-oauth) scope. The `store` field in the created [Cart](ctp:api:type:Cart) is set to the Store specified by the `storeKey` path parameter. @@ -5137,7 +5137,7 @@ A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in th - If no Cart exists in the Store for the given `id`. - If the Cart exists but does not belong to a Store, or the Cart's `store` field references a different Store. -- If the Cart exists but does not have either a `customerId` that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope, or an `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope. +- If the Cart exists but does not have either a `customerId` that matches the [customer:{id}](/scopes#internal-oauth) scope, or an `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope. ### Example @@ -5178,7 +5178,7 @@ A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in th - If no Cart exists in the Store for the given `id`. - If the Cart exists but does not belong to a Store, or the Cart's `store` field references a different Store. -- If the Cart exists but does not have either a `customerId` that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope, or an `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope. +- If the Cart exists but does not have either a `customerId` that matches the [customer:{id}](/scopes#internal-oauth) scope, or an `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope. ### Example @@ -5202,7 +5202,7 @@ A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in th - If no Cart exists in the Store for the given `id`. - If the Cart exists in the Project but does not belong to a Store, or the Cart's `store` field references a different Store. -- If the Cart exists in the Project but does not have either a `customerId` that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope, or an `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope. +- If the Cart exists in the Project but does not have either a `customerId` that matches the [customer:{id}](/scopes#internal-oauth) scope, or an `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope. ### Example @@ -5226,7 +5226,7 @@ After the email is verified, all email tokens issued previously through the [ema A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in the following scenarios: -- If no Customer exists with the `id` specified in the [customer:{id}](/scopes#composable-commerce-oauth) scope. +- If no Customer exists with the `id` specified in the [customer:{id}](/scopes#internal-oauth) scope. - If the Customer exists but is associated with a different Store than what is specified in the `manage_my_profile:{projectKey}:{storeKey}` scope. @@ -5274,7 +5274,7 @@ Retrieves Orders in a [Store](ctp:api:type:Store) for the authenticated Customer A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in the following scenarios: - If no Orders exist that match the provided query predicate. -- If an Order exists but does not have a `customerId` that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope, or `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope. +- If an Order exists but does not have a `customerId` that matches the [customer:{id}](/scopes#internal-oauth) scope, or `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope. ### Example @@ -5297,7 +5297,7 @@ A [Not Found](/../api/errors#404-not-found) error is returned in the following s - If no Orders exist in the Store that match the Query Predicate. - If an Order matches the Query Predicate, but no `store` is specified, or the `store` field references a different Store. -- If an Order matches the Query Predicate, but does not have a `customerId` that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope, or an `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope. +- If an Order matches the Query Predicate, but does not have a `customerId` that matches the [customer:{id}](/scopes#internal-oauth) scope, or an `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope. ### Example @@ -5315,13 +5315,13 @@ $request = $builder ## `withProjectKey("projectKey")->inStoreKeyWithStoreKeyValue("storeKey")->me()->orders()->post(null)` -Creates an Order from a Cart in a [Store](ctp:api:type:Store) for the Customer or anonymous user. The `customerId` or `anonymousId` field on the Order is automatically set based on the [customer:{id}](/scopes#composable-commerce-oauth) or [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope. +Creates an Order from a Cart in a [Store](ctp:api:type:Store) for the Customer or anonymous user. The `customerId` or `anonymousId` field on the Order is automatically set based on the [customer:{id}](/scopes#internal-oauth) or [anonymous_id:{id}](/scopes#internal-oauth) scope. The Cart must have a shipping address set. When creating [B2B Orders](/associates-overview#b2b-resources), the Customer must have the `CreateMyOrdersFromMyCarts` [Permission](ctp:api:type:Permission). -If the Cart's `customerId` does not match the [customer:{id}](/scopes#composable-commerce-oauth) scope, or the `anonymousId` does not match the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope, a [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned. +If the Cart's `customerId` does not match the [customer:{id}](/scopes#internal-oauth) scope, or the `anonymousId` does not match the [anonymous_id:{id}](/scopes#internal-oauth) scope, a [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned. Creating an Order produces the [OrderCreated](ctp:api:type:OrderCreatedMessage) Message. @@ -5358,7 +5358,7 @@ A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in th - If no Orders exists in the Store with the provided `id`. - If an Order exists but does not have a `store` specified, or the `store` field references a different Store. -- If an Order exists but does not have a `customerId` that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope, or `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope. +- If an Order exists but does not have a `customerId` that matches the [customer:{id}](/scopes#internal-oauth) scope, or `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope. ### Example @@ -5382,7 +5382,7 @@ A [Not Found](/../api/errors#404-not-found) error is returned in the following s - If no Order exists in the Store with the provided `id`. - If an Order exists but does not have a `store` specified, or the `store` field references a different Store. -- If an Order exists but does not have a `customerId` that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope, or `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope. +- If an Order exists but does not have a `customerId` that matches the [customer:{id}](/scopes#internal-oauth) scope, or `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope. ### Example @@ -5404,7 +5404,7 @@ Changing the password of the Customer produces the [CustomerPasswordUpdated](ctp A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in the following scenarios: -- If no Customer exists with the `id` specified in the [customer:{id}](/scopes#composable-commerce-oauth) scope. +- If no Customer exists with the `id` specified in the [customer:{id}](/scopes#internal-oauth) scope. - If the Customer exists but is associated with a different Store than what is specified in the `manage_my_profile:{projectKey}:{storeKey}` scope. @@ -5430,7 +5430,7 @@ After the password is reset, all password tokens issued previously through the [ A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in the following scenarios: -- If no Customer exists with the `id` specified in the [customer:{id}](/scopes#composable-commerce-oauth) scope. +- If no Customer exists with the `id` specified in the [customer:{id}](/scopes#internal-oauth) scope. - If the Customer exists but is associated with a different Store than what is specified in the `manage_my_profile:{projectKey}:{storeKey}` scope. @@ -5455,7 +5455,7 @@ A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in th - If no ShoppingLists exist in a Store. - If a ShoppingList exists but does not have a `store` specified, or the `store` field references a different Store. -- If a ShoppingList exists in a Store but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope. +- If a ShoppingList exists in a Store but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#internal-oauth) scope. ### Example @@ -5478,7 +5478,7 @@ A [Not Found](/../api/errors#404-not-found) error is returned in the following s - If no ShoppingLists exist for the provided query predicate in a Store. - If a ShoppingList matches the query predicate but does not have a `store` specified, or the `store` field references a different Store. -- If a ShoppingList exists in a Store but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope. +- If a ShoppingList exists in a Store but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#internal-oauth) scope. ### Example @@ -5496,7 +5496,7 @@ $request = $builder ## `withProjectKey("projectKey")->inStoreKeyWithStoreKeyValue("storeKey")->me()->shoppingLists()->post(null)` -Creates a ShoppingList for the authenticated Customer or anonymous user in a [Store](ctp:api:type:Store). The `customer` or `anonymousId` field on the ShoppingList is automatically set based on the given [customer:{id}](/scopes#composable-commerce-oauth) or [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope. +Creates a ShoppingList for the authenticated Customer or anonymous user in a [Store](ctp:api:type:Store). The `customer` or `anonymousId` field on the ShoppingList is automatically set based on the given [customer:{id}](/scopes#internal-oauth) or [anonymous_id:{id}](/scopes#internal-oauth) scope. When using this endpoint, the `store` field of a ShoppingList is always set to the Store specified in the path parameter. @@ -5521,7 +5521,7 @@ A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in th - If no ShoppingList matches the provided `id` in a Store. - If a ShoppingList matches the provided `id` but does not have a `store` specified, or the `store` field references a different Store. -- If a ShoppingList matches the provided `id` in a Store but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope. +- If a ShoppingList matches the provided `id` in a Store but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#internal-oauth) scope. ### Example @@ -5545,7 +5545,7 @@ A [Not Found](/../api/errors#404-not-found) error is returned in the following s - If no ShoppingList matches the provided `id` in a Store. - If a ShoppingList matches the provided `id` but does not have a `store` specified, or the `store` field references a different Store. -- If a ShoppingList matches the provided `id` in a Store but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope. +- If a ShoppingList matches the provided `id` in a Store but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#internal-oauth) scope. ### Example @@ -5569,7 +5569,7 @@ A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in th - If no ShoppingList matches the provided `id` in a Store. - If a ShoppingList matches the provided `id` but does not have a `store` specified, or the `store` field references a different Store. -- If a ShoppingList matches the provided `id` in a Store but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope. +- If a ShoppingList matches the provided `id` in a Store but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#internal-oauth) scope. ### Example @@ -5593,7 +5593,7 @@ A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in th - If no ShoppingList matches the provided `id` in a Store. - If a ShoppingList matches the provided `id` but does not have a `store` specified, or the `store` field references a different Store. -- If a ShoppingList matches the provided `id` in a Store but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope. +- If a ShoppingList matches the provided `id` in a Store but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#internal-oauth) scope. ### Example @@ -5617,8 +5617,8 @@ A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in th - If no ShoppingList matches the provided `key` in a Store. - If a ShoppingList matches the provided `key` but does not have a `store` specified, or the `store` field references a different Store. -- If a ShoppingList matches the provided `key` in a Store but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope, - or a `customer` with `id` value that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope. +- If a ShoppingList matches the provided `key` in a Store but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope, + or a `customer` with `id` value that matches the [customer:{id}](/scopes#internal-oauth) scope. ### Example @@ -5642,7 +5642,7 @@ A [Not Found](/../api/errors#404-not-found) error is returned in the following s - If no ShoppingList exists that matches the provided `key` in a Store. - If a ShoppingList matches the provided `key` but does not have a `store` specified, or the `store` field references a different Store. -- If a ShoppingList matches the provided `key` in a Store but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope. +- If a ShoppingList matches the provided `key` in a Store but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#internal-oauth) scope. ### Example @@ -5666,7 +5666,7 @@ A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in th - If no ShoppingList matches the provided `key` in a Store. - If a ShoppingList matches the provided `key` but does not have a `store` specified, or the `store` field references a different Store. -- If a ShoppingList matches the provided `key` in a Store but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope. +- If a ShoppingList matches the provided `key` in a Store but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#internal-oauth) scope. ### Example @@ -5690,7 +5690,7 @@ A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in th - If no ShoppingList matches the provided `key` in a Store. - If a ShoppingList matches the provided `key` but does not have a `store` specified, or the `store` field references a different Store. -- If a ShoppingList matches the provided `key` in a Store but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope. +- If a ShoppingList matches the provided `key` in a Store but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#internal-oauth) scope. ### Example @@ -7226,7 +7226,7 @@ Returns a Customer for a given Query Predicate. Returns a `200` status if succes A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in the following scenarios: - If no Customer exists for the given Query Predicate. -- If a Customer exists for the given Query Predicate, but does not have an `id` value that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope. +- If a Customer exists for the given Query Predicate, but does not have an `id` value that matches the [customer:{id}](/scopes#internal-oauth) scope. ### Example @@ -7241,7 +7241,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->me()->post(null)` -Updates the Customer specified in the [customer:{id}](/scopes#composable-commerce-oauth) scope. Returns a `200` status if successful. +Updates the Customer specified in the [customer:{id}](/scopes#internal-oauth) scope. Returns a `200` status if successful. ### Example @@ -7256,7 +7256,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->me()->delete()` -Deletes the Customer specified in the [customer:{id}](/scopes#composable-commerce-oauth) scope. Returns a `200` status if successful. +Deletes the Customer specified in the [customer:{id}](/scopes#internal-oauth) scope. Returns a `200` status if successful. ### Example ```php @@ -7277,7 +7277,7 @@ Carts with `Merchant` or `Quote` [CartOrigin](ctp:api:type:CartOrigin) are ignor A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in the following scenarios: - If no active Cart exists. -- If an active Cart exists but does not have a `customerId` that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope, or `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope. +- If an active Cart exists but does not have a `customerId` that matches the [customer:{id}](/scopes#internal-oauth) scope, or `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope. ### Example @@ -7298,7 +7298,7 @@ Checks if an active Cart exists. Returns a `200` status if successful. A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in the following scenarios: - If no active Cart exists. -- If an active Cart exists but does not have a `customerId` that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope, or an `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope. +- If an active Cart exists but does not have a `customerId` that matches the [customer:{id}](/scopes#internal-oauth) scope, or an `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope. ### Example @@ -7493,7 +7493,7 @@ $request = $builder ## `withProjectKey("projectKey")->me()->carts()->post(null)` -Creates a Cart for the Customer or anonymous user. The `customerId` or `anonymousId` field on the Cart is automatically set based on the [customer:{id}](/scopes#composable-commerce-oauth) or [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope. +Creates a Cart for the Customer or anonymous user. The `customerId` or `anonymousId` field on the Cart is automatically set based on the [customer:{id}](/scopes#internal-oauth) or [anonymous_id:{id}](/scopes#internal-oauth) scope. Specific Error Codes: @@ -7521,7 +7521,7 @@ Returns a Cart for a given `id`. Returns a `200` status if successful. A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in the following scenarios: - If no Cart exists with the provided `id`. -- If the Cart exists but does not have a `customerId` that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope, or `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope. +- If the Cart exists but does not have a `customerId` that matches the [customer:{id}](/scopes#internal-oauth) scope, or `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope. ### Example @@ -7543,7 +7543,7 @@ Checks if a Cart exists with the provided `id`. Returns a `200` status if the Ca A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in the following scenarios: - If no Cart exists with the provided `id`. -- If the Cart exists but does not have a `customerId` that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope, or `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope. +- If the Cart exists but does not have a `customerId` that matches the [customer:{id}](/scopes#internal-oauth) scope, or `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope. ### Example @@ -7565,7 +7565,7 @@ Updates the Cart for a given `id`. Returns a `200` status if successful. A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in the following scenarios: - If no Cart exists with the provided `id`. -- If the Cart exists but does not have a `customerId` that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope, or `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope. +- If the Cart exists but does not have a `customerId` that matches the [customer:{id}](/scopes#internal-oauth) scope, or `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope. ### Example @@ -7587,7 +7587,7 @@ Deletes the Cart for a given `id`. Returns a `200` status if successful. A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in the following scenarios: - If no Cart exists with the provided `id`. -- If the Cart exists but does not have a `customerId` that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope, or `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope. +- If the Cart exists but does not have a `customerId` that matches the [customer:{id}](/scopes#internal-oauth) scope, or `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope. ### Example @@ -7682,7 +7682,7 @@ Retrieves Orders for the authenticated Customer or anonymous user. A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in the following scenarios: - If no Orders exist for the provided query predicate. -- If an Order exists but does not have a `customerId` that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope, or `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope. +- If an Order exists but does not have a `customerId` that matches the [customer:{id}](/scopes#internal-oauth) scope, or `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope. ### Example @@ -7703,7 +7703,7 @@ Checks if one or more Orders exist for the provided query predicate for the auth A [Not Found](/../api/errors#404-not-found) error is returned in the following scenarios: - If no Orders exist that match the provided query predicate. -- If one or more Orders exist but don't have either a `customerId` that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope, or an `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope. +- If one or more Orders exist but don't have either a `customerId` that matches the [customer:{id}](/scopes#internal-oauth) scope, or an `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope. ### Example @@ -7720,13 +7720,13 @@ $request = $builder ## `withProjectKey("projectKey")->me()->orders()->post(null)` -Creates an Order from a Cart for the Customer or anonymous user. The `customerId` or `anonymousId` field on the Order is automatically set based on the [customer:{id}](/scopes#composable-commerce-oauth) or [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope. +Creates an Order from a Cart for the Customer or anonymous user. The `customerId` or `anonymousId` field on the Order is automatically set based on the [customer:{id}](/scopes#internal-oauth) or [anonymous_id:{id}](/scopes#internal-oauth) scope. The Cart must have a shipping address set. When creating [B2B Orders](/associates-overview#b2b-resources), the Customer must have the `CreateMyOrdersFromMyCarts` [Permission](ctp:api:type:Permission). -If the Cart's `customerId` does not match the [customer:{id}](/scopes#composable-commerce-oauth) scope, or the `anonymousId` does not match the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope, a [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned. +If the Cart's `customerId` does not match the [customer:{id}](/scopes#internal-oauth) scope, or the `anonymousId` does not match the [anonymous_id:{id}](/scopes#internal-oauth) scope, a [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned. Creating an Order produces the [OrderCreated](ctp:api:type:OrderCreatedMessage) Message. @@ -7763,7 +7763,7 @@ Retrieves an Order with the provided `id` for the authenticated Customer or anon A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in the following scenarios: - If no Order exists for the provided `id`. -- If the Order exists but does not have either a `customerId` that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope, or an `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope. +- If the Order exists but does not have either a `customerId` that matches the [customer:{id}](/scopes#internal-oauth) scope, or an `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope. ### Example @@ -7785,7 +7785,7 @@ Checks if an Order exists with the provided `id` for the authenticated Customer A [Not Found](/../api/errors#404-not-found) error is returned in the following scenarios: - If no Order exists for the provided `id`. -- If the Order exists but does not have either a `customerId` that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope, or an `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope. +- If the Order exists but does not have either a `customerId` that matches the [customer:{id}](/scopes#internal-oauth) scope, or an `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope. ### Example @@ -8281,7 +8281,7 @@ Retrieves ShoppingLists for the authenticated Customer or anonymous user. Return A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in the following scenarios: - If no ShoppingList exists for the provided query predicate. -- If a ShoppingList exists but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope. +- If a ShoppingList exists but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#internal-oauth) scope. ### Example @@ -8302,7 +8302,7 @@ Checks if one or more ShoppingLists exist for the provided query predicate for t A [Not Found](/../api/errors#404-not-found) error is returned in the following scenarios: - If no ShoppingList exists for the provided query predicate. -- If a ShoppingList exists but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope. +- If a ShoppingList exists but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#internal-oauth) scope. ### Example @@ -8318,7 +8318,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->me()->shoppingLists()->post(null)` -Creates a ShoppingList for the authenticated Customer or anonymous user. The `customerId` or `anonymousId` on the ShoppingList is automatically set based on the given [customer:{id}](/scopes#composable-commerce-oauth) or [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope. +Creates a ShoppingList for the authenticated Customer or anonymous user. The `customerId` or `anonymousId` on the ShoppingList is automatically set based on the given [customer:{id}](/scopes#internal-oauth) or [anonymous_id:{id}](/scopes#internal-oauth) scope. ### Example @@ -8339,7 +8339,7 @@ Retrieves a ShoppingList with the provided `id` for the authenticated Customer o A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in the following scenarios: - If no ShoppingList exists with the provided `id`. -- If a ShoppingList exists but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope. +- If a ShoppingList exists but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#internal-oauth) scope. ### Example @@ -8361,7 +8361,7 @@ Checks if a ShoppingList exists with the provided `id` for the authenticated Cus A [Not Found](/../api/errors#404-not-found) error is returned in the following scenarios: - If no ShoppingList exists with the provided `id`. -- If a ShoppingList exists but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope. +- If a ShoppingList exists but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#internal-oauth) scope. ### Example @@ -8383,7 +8383,7 @@ Updates a ShoppingList for the authenticated Customer or anonymous user using on A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in the following scenarios: - If no ShoppingList exists for the provided `id`. -- If a ShoppingList exists but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope. +- If a ShoppingList exists but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#internal-oauth) scope. ### Example @@ -8405,7 +8405,7 @@ Deletes a ShoppingList for the authenticated Customer or anonymous user. Returns A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in the following scenarios: - If no ShoppingList exists with the provided `id`. -- If a ShoppingList exists but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope. +- If a ShoppingList exists but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#internal-oauth) scope. ### Example @@ -8427,7 +8427,7 @@ Retrieves a ShoppingList with the provided `key` for the authenticated Customer A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in the following scenarios: - If no ShoppingList exists with the provided `key`. -- If a ShoppingList exists but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope. +- If a ShoppingList exists but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#internal-oauth) scope. ### Example @@ -8449,7 +8449,7 @@ Checks if a ShoppingList exists with the provided `key` for the authenticated Cu A [Not Found](/../api/errors#404-not-found) error is returned in the following scenarios: - If no ShoppingList exists with the provided `key`. -- If a ShoppingList exists but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope. +- If a ShoppingList exists but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#internal-oauth) scope. ### Example @@ -8471,7 +8471,7 @@ Updates a ShoppingList for the authenticated Customer or anonymous user using on A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in the following scenarios: - If no ShoppingList exists for the provided `key`. -- If a ShoppingList exists but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope. +- If a ShoppingList exists but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#internal-oauth) scope. ### Example @@ -8493,7 +8493,7 @@ Deletes a ShoppingList for the authenticated Customer or anonymous user. Returns A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in the following scenarios: - If no ShoppingList exists with the provided `key`. -- If a ShoppingList exists but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope. +- If a ShoppingList exists but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#internal-oauth) scope. ### Example diff --git a/lib/commercetools-api/src/Models/ApiClient/ApiClient.php b/lib/commercetools-api/src/Models/ApiClient/ApiClient.php index 926d4fd2345..62e7c7d2a00 100644 --- a/lib/commercetools-api/src/Models/ApiClient/ApiClient.php +++ b/lib/commercetools-api/src/Models/ApiClient/ApiClient.php @@ -25,7 +25,7 @@ interface ApiClient extends JsonObject public const FIELD_REFRESH_TOKEN_VALIDITY_SECONDS = 'refreshTokenValiditySeconds'; /** - *
The OAuth2 client_id that can be used to obtain an access token.
The OAuth2 client_id that can be used to obtain an access token.
Whitespace-separated list of OAuth scopes that can be used when obtaining an access token.
+ *Whitespace-separated list of OAuth scopes that can be used when obtaining an access token.
* * @return null|string @@ -50,7 +50,7 @@ public function getScope(); /** *Only shown once in the response of creating the APIClient.
- * This is the OAuth2 client_secret that can be used to obtain an access token.
client_secret that can be used to obtain an access token.
*
* @return null|string
@@ -58,7 +58,7 @@ public function getScope();
public function getSecret();
/**
- * Date of the last day this APIClient was used to obtain an access token.
+ *Date of the last day this APIClient was used to obtain an access token.
* * @return null|DateTimeImmutable diff --git a/lib/commercetools-api/src/Models/ApiClient/ApiClientBuilder.php b/lib/commercetools-api/src/Models/ApiClient/ApiClientBuilder.php index 550d61ce64c..5c14bfe0ad8 100644 --- a/lib/commercetools-api/src/Models/ApiClient/ApiClientBuilder.php +++ b/lib/commercetools-api/src/Models/ApiClient/ApiClientBuilder.php @@ -76,7 +76,7 @@ final class ApiClientBuilder implements Builder private $refreshTokenValiditySeconds; /** - *The OAuth2 client_id that can be used to obtain an access token.
The OAuth2 client_id that can be used to obtain an access token.
Whitespace-separated list of OAuth scopes that can be used when obtaining an access token.
+ *Whitespace-separated list of OAuth scopes that can be used when obtaining an access token.
* * @return null|string @@ -110,7 +110,7 @@ public function getScope() /** *Only shown once in the response of creating the APIClient.
- * This is the OAuth2 client_secret that can be used to obtain an access token.
client_secret that can be used to obtain an access token.
*
* @return null|string
@@ -121,7 +121,7 @@ public function getSecret()
}
/**
- * Date of the last day this APIClient was used to obtain an access token.
+ *Date of the last day this APIClient was used to obtain an access token.
* * @return null|DateTimeImmutable diff --git a/lib/commercetools-api/src/Models/ApiClient/ApiClientDraft.php b/lib/commercetools-api/src/Models/ApiClient/ApiClientDraft.php index f4e42efce56..a59d77dba1b 100644 --- a/lib/commercetools-api/src/Models/ApiClient/ApiClientDraft.php +++ b/lib/commercetools-api/src/Models/ApiClient/ApiClientDraft.php @@ -28,7 +28,7 @@ interface ApiClientDraft extends JsonObject public function getName(); /** - *Whitespace-separated list of OAuth scopes that can be used when obtaining an access token.
+ *Whitespace-separated list of OAuth scopes that can be used when obtaining an access token.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/ApiClient/ApiClientDraftBuilder.php b/lib/commercetools-api/src/Models/ApiClient/ApiClientDraftBuilder.php index f46f1967046..09e3b14e729 100644 --- a/lib/commercetools-api/src/Models/ApiClient/ApiClientDraftBuilder.php +++ b/lib/commercetools-api/src/Models/ApiClient/ApiClientDraftBuilder.php @@ -62,7 +62,7 @@ public function getName() } /** - *Whitespace-separated list of OAuth scopes that can be used when obtaining an access token.
+ *Whitespace-separated list of OAuth scopes that can be used when obtaining an access token.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/ApiClient/ApiClientDraftModel.php b/lib/commercetools-api/src/Models/ApiClient/ApiClientDraftModel.php index 093412fc74a..65f4e3d99e3 100644 --- a/lib/commercetools-api/src/Models/ApiClient/ApiClientDraftModel.php +++ b/lib/commercetools-api/src/Models/ApiClient/ApiClientDraftModel.php @@ -88,7 +88,7 @@ public function getName() } /** - *Whitespace-separated list of OAuth scopes that can be used when obtaining an access token.
+ *Whitespace-separated list of OAuth scopes that can be used when obtaining an access token.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/ApiClient/ApiClientModel.php b/lib/commercetools-api/src/Models/ApiClient/ApiClientModel.php index 87bff66cfd5..50dd23a2e5d 100644 --- a/lib/commercetools-api/src/Models/ApiClient/ApiClientModel.php +++ b/lib/commercetools-api/src/Models/ApiClient/ApiClientModel.php @@ -101,7 +101,7 @@ public function __construct( } /** - *The OAuth2 client_id that can be used to obtain an access token.
The OAuth2 client_id that can be used to obtain an access token.
Whitespace-separated list of OAuth scopes that can be used when obtaining an access token.
+ *Whitespace-separated list of OAuth scopes that can be used when obtaining an access token.
* * * @return null|string @@ -162,7 +162,7 @@ public function getScope() /** *Only shown once in the response of creating the APIClient.
- * This is the OAuth2 client_secret that can be used to obtain an access token.
client_secret that can be used to obtain an access token.
*
*
* @return null|string
@@ -182,7 +182,7 @@ public function getSecret()
}
/**
- * Date of the last day this APIClient was used to obtain an access token.
+ *Date of the last day this APIClient was used to obtain an access token.
* * * @return null|DateTimeImmutable diff --git a/references.txt b/references.txt index e344dd7d06f..309647132a0 100644 --- a/references.txt +++ b/references.txt @@ -624,3 +624,4 @@ f83d94426436ce8bcb69883a6c74e92b55f684b5 0b1cc05e1e5fba20c2e9f66b1dc6f4c720c8e75a a4f238d5a4c1c21a0879492c797b531172629295 f9cc6c487014f23d946d77973ea9b8ca04427b99 +f3953bd6897e754279670079ed10ee1423e80b7a From 04ff0580da7a5688700a320202d3c0e1154e6706 Mon Sep 17 00:00:00 2001 From: "ct-sdks[bot]" <153784748+ct-sdks[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 09:34:36 +0000 Subject: [PATCH 02/31] build(codegen): updating SDK --- references.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/references.txt b/references.txt index 309647132a0..28b3f889984 100644 --- a/references.txt +++ b/references.txt @@ -625,3 +625,4 @@ f83d94426436ce8bcb69883a6c74e92b55f684b5 a4f238d5a4c1c21a0879492c797b531172629295 f9cc6c487014f23d946d77973ea9b8ca04427b99 f3953bd6897e754279670079ed10ee1423e80b7a +25764c6fb8144de8c9e1d9644baf6da6c15eae37 From 0f21133f601d8a0dd761972dd150d1c9ac7317aa Mon Sep 17 00:00:00 2001 From: "ct-sdks[bot]" <153784748+ct-sdks[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 12:33:36 +0000 Subject: [PATCH 03/31] build(codegen): updating SDK --- references.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/references.txt b/references.txt index 28b3f889984..1766e6540ee 100644 --- a/references.txt +++ b/references.txt @@ -626,3 +626,4 @@ a4f238d5a4c1c21a0879492c797b531172629295 f9cc6c487014f23d946d77973ea9b8ca04427b99 f3953bd6897e754279670079ed10ee1423e80b7a 25764c6fb8144de8c9e1d9644baf6da6c15eae37 +b160c5271c6450971a37600ed078c9c1c2841c33 From 7a5a85b7c5ab158e3b4d75c75ed681ea276417db Mon Sep 17 00:00:00 2001 From: "ct-sdks[bot]" <153784748+ct-sdks[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 14:16:01 +0000 Subject: [PATCH 04/31] build(codegen): updating SDK --- references.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/references.txt b/references.txt index 1766e6540ee..cf73a1bda1c 100644 --- a/references.txt +++ b/references.txt @@ -627,3 +627,4 @@ f9cc6c487014f23d946d77973ea9b8ca04427b99 f3953bd6897e754279670079ed10ee1423e80b7a 25764c6fb8144de8c9e1d9644baf6da6c15eae37 b160c5271c6450971a37600ed078c9c1c2841c33 +04c9ecc4341734d4fe3a264aa01fbe7e0d78dbe4 From 2ed7615276137fdf5591e25810d1ae92223a3e12 Mon Sep 17 00:00:00 2001 From: "ct-sdks[bot]" <153784748+ct-sdks[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 12:34:30 +0000 Subject: [PATCH 05/31] build(codegen): updating SDK --- references.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/references.txt b/references.txt index cf73a1bda1c..9c548947f1c 100644 --- a/references.txt +++ b/references.txt @@ -628,3 +628,4 @@ f3953bd6897e754279670079ed10ee1423e80b7a 25764c6fb8144de8c9e1d9644baf6da6c15eae37 b160c5271c6450971a37600ed078c9c1c2841c33 04c9ecc4341734d4fe3a264aa01fbe7e0d78dbe4 +a5fd91b303a01c80426689a778f4ab20506a3d9f From e7d204997827d2de388ec6f88bdc2d19b7081c57 Mon Sep 17 00:00:00 2001 From: "ct-sdks[bot]" <153784748+ct-sdks[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 15:55:12 +0000 Subject: [PATCH 06/31] build(codegen): updating SDK --- references.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/references.txt b/references.txt index 9c548947f1c..6de78417a77 100644 --- a/references.txt +++ b/references.txt @@ -629,3 +629,4 @@ f3953bd6897e754279670079ed10ee1423e80b7a b160c5271c6450971a37600ed078c9c1c2841c33 04c9ecc4341734d4fe3a264aa01fbe7e0d78dbe4 a5fd91b303a01c80426689a778f4ab20506a3d9f +bd6f40d9465be276ba4e457c61018533de35826b From aa4545f8cfb3a00fb648ef4d9c1306bbbf3f718a Mon Sep 17 00:00:00 2001 From: "ct-sdks[bot]" <153784748+ct-sdks[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 08:40:04 +0000 Subject: [PATCH 07/31] build(codegen): updating SDK --- references.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/references.txt b/references.txt index 6de78417a77..3ca1012db29 100644 --- a/references.txt +++ b/references.txt @@ -630,3 +630,4 @@ b160c5271c6450971a37600ed078c9c1c2841c33 04c9ecc4341734d4fe3a264aa01fbe7e0d78dbe4 a5fd91b303a01c80426689a778f4ab20506a3d9f bd6f40d9465be276ba4e457c61018533de35826b +343987052662b7df32a820eeaea984b0ebc08a79 From 1f424c3d00daa9c0fafb7fe5808aae9c6e4dad5f Mon Sep 17 00:00:00 2001 From: "ct-sdks[bot]" <153784748+ct-sdks[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 07:24:51 +0000 Subject: [PATCH 08/31] build(codegen): updating SDK --- lib/commercetools-api/docs/RequestBuilder.md | 300 +++++++++--------- .../src/Models/ApiClient/ApiClient.php | 8 +- .../src/Models/ApiClient/ApiClientBuilder.php | 8 +- .../src/Models/ApiClient/ApiClientDraft.php | 2 +- .../ApiClient/ApiClientDraftBuilder.php | 2 +- .../Models/ApiClient/ApiClientDraftModel.php | 2 +- .../src/Models/ApiClient/ApiClientModel.php | 8 +- .../ApiClient/ApiClientPagedQueryResponse.php | 8 +- .../ApiClientPagedQueryResponseBuilder.php | 8 +- .../ApiClientPagedQueryResponseModel.php | 8 +- .../ApprovalFlowPagedQueryResponse.php | 8 +- .../ApprovalFlowPagedQueryResponseBuilder.php | 8 +- .../ApprovalFlowPagedQueryResponseModel.php | 8 +- .../src/Models/ApprovalRule/ApprovalRule.php | 2 +- .../ApprovalRule/ApprovalRuleBuilder.php | 2 +- .../Models/ApprovalRule/ApprovalRuleDraft.php | 2 +- .../ApprovalRule/ApprovalRuleDraftBuilder.php | 2 +- .../ApprovalRule/ApprovalRuleDraftModel.php | 2 +- .../Models/ApprovalRule/ApprovalRuleModel.php | 2 +- .../ApprovalRulePagedQueryResponse.php | 8 +- .../ApprovalRulePagedQueryResponseBuilder.php | 8 +- .../ApprovalRulePagedQueryResponseModel.php | 8 +- .../ApprovalRuleSetPredicateAction.php | 2 +- .../ApprovalRuleSetPredicateActionBuilder.php | 2 +- .../ApprovalRuleSetPredicateActionModel.php | 2 +- .../Models/AssociateRole/AssociateRole.php | 2 +- .../AssociateRole/AssociateRoleBuilder.php | 2 +- .../AssociateRole/AssociateRoleDraft.php | 2 +- .../AssociateRoleDraftBuilder.php | 2 +- .../AssociateRole/AssociateRoleDraftModel.php | 2 +- .../AssociateRole/AssociateRoleModel.php | 2 +- .../AssociateRolePagedQueryResponse.php | 8 +- ...AssociateRolePagedQueryResponseBuilder.php | 8 +- .../AssociateRolePagedQueryResponseModel.php | 8 +- .../AssociateRole/AssociateRoleReference.php | 2 +- .../AssociateRoleReferenceBuilder.php | 2 +- .../AssociateRoleReferenceModel.php | 2 +- .../AttributeGroupPagedQueryResponse.php | 4 +- ...ttributeGroupPagedQueryResponseBuilder.php | 4 +- .../AttributeGroupPagedQueryResponseModel.php | 4 +- .../AttributeGroupReference.php | 2 +- .../AttributeGroupReferenceBuilder.php | 2 +- .../AttributeGroupReferenceModel.php | 2 +- .../src/Models/BusinessUnit/BusinessUnit.php | 8 +- .../BusinessUnit/BusinessUnitBuilder.php | 8 +- .../BusinessUnitChangeParentUnitAction.php | 2 +- ...inessUnitChangeParentUnitActionBuilder.php | 2 +- ...usinessUnitChangeParentUnitActionModel.php | 2 +- .../Models/BusinessUnit/BusinessUnitDraft.php | 4 +- .../BusinessUnit/BusinessUnitDraftBuilder.php | 4 +- .../BusinessUnit/BusinessUnitDraftModel.php | 4 +- .../Models/BusinessUnit/BusinessUnitModel.php | 8 +- .../BusinessUnitPagedQueryResponse.php | 8 +- .../BusinessUnitPagedQueryResponseBuilder.php | 8 +- .../BusinessUnitPagedQueryResponseModel.php | 8 +- .../BusinessUnit/BusinessUnitReference.php | 2 +- .../BusinessUnitReferenceBuilder.php | 2 +- .../BusinessUnitReferenceModel.php | 2 +- ...usinessUnitSetAddressCustomFieldAction.php | 2 +- ...UnitSetAddressCustomFieldActionBuilder.php | 2 +- ...ssUnitSetAddressCustomFieldActionModel.php | 2 +- .../BusinessUnitSetCustomFieldAction.php | 2 +- ...usinessUnitSetCustomFieldActionBuilder.php | 2 +- .../BusinessUnitSetCustomFieldActionModel.php | 2 +- .../Models/BusinessUnit/CompanyBuilder.php | 8 +- .../BusinessUnit/CompanyDraftBuilder.php | 4 +- .../Models/BusinessUnit/CompanyDraftModel.php | 4 +- .../src/Models/BusinessUnit/CompanyModel.php | 8 +- .../Models/BusinessUnit/DivisionBuilder.php | 8 +- .../BusinessUnit/DivisionDraftBuilder.php | 4 +- .../BusinessUnit/DivisionDraftModel.php | 4 +- .../src/Models/BusinessUnit/DivisionModel.php | 8 +- .../BusinessUnitPagedSearchResponse.php | 4 +- ...BusinessUnitPagedSearchResponseBuilder.php | 4 +- .../BusinessUnitPagedSearchResponseModel.php | 4 +- .../src/Models/Cart/Cart.php | 10 +- .../src/Models/Cart/CartAddLineItemAction.php | 4 +- .../Cart/CartAddLineItemActionBuilder.php | 4 +- .../Cart/CartAddLineItemActionModel.php | 4 +- .../src/Models/Cart/CartBuilder.php | 10 +- .../src/Models/Cart/CartDraft.php | 8 +- .../src/Models/Cart/CartDraftBuilder.php | 8 +- .../src/Models/Cart/CartDraftModel.php | 8 +- .../src/Models/Cart/CartModel.php | 10 +- .../Models/Cart/CartPagedQueryResponse.php | 8 +- .../Cart/CartPagedQueryResponseBuilder.php | 8 +- .../Cart/CartPagedQueryResponseModel.php | 8 +- .../src/Models/Cart/CartReference.php | 2 +- .../src/Models/Cart/CartReferenceBuilder.php | 2 +- .../src/Models/Cart/CartReferenceModel.php | 2 +- ...CartSetBillingAddressCustomFieldAction.php | 2 +- ...BillingAddressCustomFieldActionBuilder.php | 2 +- ...etBillingAddressCustomFieldActionModel.php | 2 +- .../Models/Cart/CartSetBusinessUnitAction.php | 2 +- .../Cart/CartSetBusinessUnitActionBuilder.php | 2 +- .../Cart/CartSetBusinessUnitActionModel.php | 2 +- .../Models/Cart/CartSetCustomFieldAction.php | 2 +- .../Cart/CartSetCustomFieldActionBuilder.php | 2 +- .../Cart/CartSetCustomFieldActionModel.php | 2 +- ...CartSetCustomLineItemCustomFieldAction.php | 2 +- ...CustomLineItemCustomFieldActionBuilder.php | 2 +- ...etCustomLineItemCustomFieldActionModel.php | 2 +- ...etItemShippingAddressCustomFieldAction.php | 2 +- ...hippingAddressCustomFieldActionBuilder.php | 2 +- ...mShippingAddressCustomFieldActionModel.php | 2 +- .../Cart/CartSetLineItemCustomFieldAction.php | 2 +- ...artSetLineItemCustomFieldActionBuilder.php | 2 +- .../CartSetLineItemCustomFieldActionModel.php | 2 +- ...artSetShippingAddressCustomFieldAction.php | 2 +- ...hippingAddressCustomFieldActionBuilder.php | 2 +- ...tShippingAddressCustomFieldActionModel.php | 2 +- .../Cart/CartSetShippingCustomFieldAction.php | 2 +- ...artSetShippingCustomFieldActionBuilder.php | 2 +- .../CartSetShippingCustomFieldActionModel.php | 2 +- .../src/Models/Cart/LineItem.php | 6 +- .../src/Models/Cart/LineItemBuilder.php | 6 +- .../src/Models/Cart/LineItemDraft.php | 4 +- .../src/Models/Cart/LineItemDraftBuilder.php | 4 +- .../src/Models/Cart/LineItemDraftModel.php | 4 +- .../src/Models/Cart/LineItemModel.php | 6 +- .../Models/Cart/ProductTailoringUpdate.php | 2 +- .../Cart/ProductTailoringUpdateBuilder.php | 2 +- .../Cart/ProductTailoringUpdateModel.php | 2 +- .../src/Models/CartDiscount/CartDiscount.php | 2 +- .../CartDiscountAddStoreAction.php | 4 +- .../CartDiscountAddStoreActionBuilder.php | 4 +- .../CartDiscountAddStoreActionModel.php | 4 +- .../CartDiscount/CartDiscountBuilder.php | 2 +- .../CartDiscountCustomLineItemsTarget.php | 2 +- ...rtDiscountCustomLineItemsTargetBuilder.php | 2 +- ...CartDiscountCustomLineItemsTargetModel.php | 2 +- .../Models/CartDiscount/CartDiscountDraft.php | 8 +- .../CartDiscount/CartDiscountDraftBuilder.php | 8 +- .../CartDiscount/CartDiscountDraftModel.php | 8 +- .../CartDiscountLineItemsTarget.php | 2 +- .../CartDiscountLineItemsTargetBuilder.php | 2 +- .../CartDiscountLineItemsTargetModel.php | 2 +- .../Models/CartDiscount/CartDiscountModel.php | 2 +- .../CartDiscountPagedQueryResponse.php | 8 +- .../CartDiscountPagedQueryResponseBuilder.php | 8 +- .../CartDiscountPagedQueryResponseModel.php | 8 +- .../CartDiscount/CartDiscountReference.php | 2 +- .../CartDiscountReferenceBuilder.php | 2 +- .../CartDiscountReferenceModel.php | 2 +- .../CartDiscountSetCustomFieldAction.php | 2 +- ...artDiscountSetCustomFieldActionBuilder.php | 2 +- .../CartDiscountSetCustomFieldActionModel.php | 2 +- .../CartDiscountSetStoresAction.php | 4 +- .../CartDiscountSetStoresActionBuilder.php | 4 +- .../CartDiscountSetStoresActionModel.php | 4 +- .../CountOnCustomLineItemUnits.php | 2 +- .../CountOnCustomLineItemUnitsBuilder.php | 2 +- .../CountOnCustomLineItemUnitsModel.php | 2 +- .../CartDiscount/CountOnLineItemUnits.php | 2 +- .../CountOnLineItemUnitsBuilder.php | 2 +- .../CountOnLineItemUnitsModel.php | 2 +- .../MultiBuyCustomLineItemsTarget.php | 2 +- .../MultiBuyCustomLineItemsTargetBuilder.php | 2 +- .../MultiBuyCustomLineItemsTargetModel.php | 2 +- .../CartDiscount/MultiBuyLineItemsTarget.php | 2 +- .../MultiBuyLineItemsTargetBuilder.php | 2 +- .../MultiBuyLineItemsTargetModel.php | 2 +- .../src/Models/Category/Category.php | 2 +- .../src/Models/Category/CategoryBuilder.php | 2 +- .../src/Models/Category/CategoryDraft.php | 2 +- .../Models/Category/CategoryDraftBuilder.php | 2 +- .../Models/Category/CategoryDraftModel.php | 2 +- .../src/Models/Category/CategoryModel.php | 2 +- .../Category/CategoryPagedQueryResponse.php | 8 +- .../CategoryPagedQueryResponseBuilder.php | 8 +- .../CategoryPagedQueryResponseModel.php | 8 +- .../src/Models/Category/CategoryReference.php | 2 +- .../Category/CategoryReferenceBuilder.php | 2 +- .../Category/CategoryReferenceModel.php | 2 +- .../CategorySetAssetCustomFieldAction.php | 2 +- ...tegorySetAssetCustomFieldActionBuilder.php | 2 +- ...CategorySetAssetCustomFieldActionModel.php | 2 +- .../Category/CategorySetCustomFieldAction.php | 2 +- .../CategorySetCustomFieldActionBuilder.php | 2 +- .../CategorySetCustomFieldActionModel.php | 2 +- .../Channel/ChannelPagedQueryResponse.php | 8 +- .../ChannelPagedQueryResponseBuilder.php | 8 +- .../ChannelPagedQueryResponseModel.php | 8 +- .../src/Models/Channel/ChannelReference.php | 2 +- .../Channel/ChannelReferenceBuilder.php | 2 +- .../Models/Channel/ChannelReferenceModel.php | 2 +- .../ChannelSetAddressCustomFieldAction.php | 2 +- ...nnelSetAddressCustomFieldActionBuilder.php | 2 +- ...hannelSetAddressCustomFieldActionModel.php | 2 +- .../Channel/ChannelSetCustomFieldAction.php | 2 +- .../ChannelSetCustomFieldActionBuilder.php | 2 +- .../ChannelSetCustomFieldActionModel.php | 2 +- .../src/Models/Common/ClientLogging.php | 4 +- .../Models/Common/ClientLoggingBuilder.php | 4 +- .../src/Models/Common/ClientLoggingModel.php | 4 +- .../src/Models/Common/CreatedBy.php | 4 +- .../src/Models/Common/CreatedByBuilder.php | 4 +- .../src/Models/Common/CreatedByModel.php | 4 +- .../src/Models/Common/LastModifiedBy.php | 4 +- .../Models/Common/LastModifiedByBuilder.php | 4 +- .../src/Models/Common/LastModifiedByModel.php | 4 +- .../src/Models/Common/PagedQueryResponse.php | 8 +- .../Common/PagedQueryResponseBuilder.php | 8 +- .../Models/Common/PagedQueryResponseModel.php | 8 +- .../src/Models/Common/Price.php | 2 +- .../src/Models/Common/PriceBuilder.php | 2 +- .../src/Models/Common/PriceModel.php | 2 +- .../src/Models/CustomObject/CustomObject.php | 2 +- .../CustomObject/CustomObjectBuilder.php | 2 +- .../Models/CustomObject/CustomObjectDraft.php | 2 +- .../CustomObject/CustomObjectDraftBuilder.php | 2 +- .../CustomObject/CustomObjectDraftModel.php | 2 +- .../Models/CustomObject/CustomObjectModel.php | 2 +- .../CustomObjectPagedQueryResponse.php | 8 +- .../CustomObjectPagedQueryResponseBuilder.php | 8 +- .../CustomObjectPagedQueryResponseModel.php | 8 +- .../CustomObject/CustomObjectReference.php | 2 +- .../CustomObjectReferenceBuilder.php | 2 +- .../CustomObjectReferenceModel.php | 2 +- .../src/Models/Customer/Customer.php | 8 +- .../src/Models/Customer/CustomerBuilder.php | 8 +- .../CustomerCreatePasswordResetToken.php | 2 +- ...ustomerCreatePasswordResetTokenBuilder.php | 2 +- .../CustomerCreatePasswordResetTokenModel.php | 2 +- .../src/Models/Customer/CustomerDraft.php | 10 +- .../Models/Customer/CustomerDraftBuilder.php | 10 +- .../Models/Customer/CustomerDraftModel.php | 10 +- .../src/Models/Customer/CustomerModel.php | 8 +- .../Customer/CustomerPagedQueryResponse.php | 8 +- .../CustomerPagedQueryResponseBuilder.php | 8 +- .../CustomerPagedQueryResponseModel.php | 8 +- .../CustomerSetAddressCustomFieldAction.php | 2 +- ...omerSetAddressCustomFieldActionBuilder.php | 2 +- ...stomerSetAddressCustomFieldActionModel.php | 2 +- .../Customer/CustomerSetCustomFieldAction.php | 2 +- .../CustomerSetCustomFieldActionBuilder.php | 2 +- .../CustomerSetCustomFieldActionModel.php | 2 +- .../Models/Customer/CustomerSignInResult.php | 2 +- .../Customer/CustomerSignInResultBuilder.php | 2 +- .../Customer/CustomerSignInResultModel.php | 2 +- .../src/Models/Customer/CustomerSignin.php | 2 +- .../Models/Customer/CustomerSigninBuilder.php | 2 +- .../Models/Customer/CustomerSigninModel.php | 2 +- .../src/Models/Customer/MyCustomerSignin.php | 2 +- .../Customer/MyCustomerSigninBuilder.php | 2 +- .../Models/Customer/MyCustomerSigninModel.php | 2 +- .../CustomerGroupPagedQueryResponse.php | 8 +- ...CustomerGroupPagedQueryResponseBuilder.php | 8 +- .../CustomerGroupPagedQueryResponseModel.php | 8 +- .../CustomerGroup/CustomerGroupReference.php | 2 +- .../CustomerGroupReferenceBuilder.php | 2 +- .../CustomerGroupReferenceModel.php | 2 +- .../CustomerGroupSetCustomFieldAction.php | 2 +- ...stomerGroupSetCustomFieldActionBuilder.php | 2 +- ...CustomerGroupSetCustomFieldActionModel.php | 2 +- .../CustomerPagedSearchResponse.php | 4 +- .../CustomerPagedSearchResponseBuilder.php | 4 +- .../CustomerPagedSearchResponseModel.php | 4 +- .../src/Models/DiscountCode/DiscountCode.php | 2 +- .../DiscountCode/DiscountCodeBuilder.php | 2 +- .../Models/DiscountCode/DiscountCodeDraft.php | 4 +- .../DiscountCode/DiscountCodeDraftBuilder.php | 4 +- .../DiscountCode/DiscountCodeDraftModel.php | 4 +- .../Models/DiscountCode/DiscountCodeModel.php | 2 +- .../DiscountCodePagedQueryResponse.php | 8 +- .../DiscountCodePagedQueryResponseBuilder.php | 8 +- .../DiscountCodePagedQueryResponseModel.php | 8 +- .../DiscountCode/DiscountCodeReference.php | 2 +- .../DiscountCodeReferenceBuilder.php | 2 +- .../DiscountCodeReferenceModel.php | 2 +- .../DiscountCodeSetCustomFieldAction.php | 2 +- ...iscountCodeSetCustomFieldActionBuilder.php | 2 +- .../DiscountCodeSetCustomFieldActionModel.php | 2 +- .../DiscountGroupPagedQueryResponse.php | 8 +- ...DiscountGroupPagedQueryResponseBuilder.php | 8 +- .../DiscountGroupPagedQueryResponseModel.php | 8 +- .../DiscountGroup/DiscountGroupReference.php | 2 +- .../DiscountGroupReferenceBuilder.php | 2 +- .../DiscountGroupReferenceModel.php | 2 +- ...sentWithDifferentVariantSelectionError.php | 2 +- ...hDifferentVariantSelectionErrorBuilder.php | 2 +- ...ithDifferentVariantSelectionErrorModel.php | 2 +- ...sentWithDifferentVariantSelectionError.php | 2 +- ...hDifferentVariantSelectionErrorBuilder.php | 2 +- ...ithDifferentVariantSelectionErrorModel.php | 2 +- ...CheckoutMessagePaymentsPayloadBaseData.php | 2 +- ...tMessagePaymentsPayloadBaseDataBuilder.php | 2 +- ...outMessagePaymentsPayloadBaseDataModel.php | 2 +- .../src/Models/Extension/Extension.php | 4 +- .../src/Models/Extension/ExtensionBuilder.php | 4 +- .../src/Models/Extension/ExtensionDraft.php | 4 +- .../Extension/ExtensionDraftBuilder.php | 4 +- .../Models/Extension/ExtensionDraftModel.php | 4 +- .../src/Models/Extension/ExtensionModel.php | 4 +- .../Extension/ExtensionPagedQueryResponse.php | 8 +- .../ExtensionPagedQueryResponseBuilder.php | 8 +- .../ExtensionPagedQueryResponseModel.php | 8 +- .../Models/Extension/ExtensionReference.php | 2 +- .../Extension/ExtensionReferenceBuilder.php | 2 +- .../Extension/ExtensionReferenceModel.php | 2 +- .../ExtensionSetExpansionPathsAction.php | 4 +- ...xtensionSetExpansionPathsActionBuilder.php | 4 +- .../ExtensionSetExpansionPathsActionModel.php | 4 +- .../src/Models/Extension/ExtensionTrigger.php | 2 +- .../Extension/ExtensionTriggerBuilder.php | 2 +- .../Extension/ExtensionTriggerModel.php | 2 +- .../src/Models/Inventory/InventoryEntry.php | 10 +- .../Inventory/InventoryEntryBuilder.php | 10 +- .../Models/Inventory/InventoryEntryDraft.php | 10 +- .../Inventory/InventoryEntryDraftBuilder.php | 10 +- .../Inventory/InventoryEntryDraftModel.php | 10 +- .../Models/Inventory/InventoryEntryModel.php | 10 +- .../Inventory/InventoryEntryReference.php | 2 +- .../InventoryEntryReferenceBuilder.php | 2 +- .../InventoryEntryReferenceModel.php | 2 +- .../InventoryEntrySetCustomFieldAction.php | 2 +- ...entoryEntrySetCustomFieldActionBuilder.php | 2 +- ...nventoryEntrySetCustomFieldActionModel.php | 2 +- .../Inventory/InventoryPagedQueryResponse.php | 8 +- .../InventoryPagedQueryResponseBuilder.php | 8 +- .../InventoryPagedQueryResponseModel.php | 8 +- ...usinessUnitSetAddressCustomFieldAction.php | 2 +- ...UnitSetAddressCustomFieldActionBuilder.php | 2 +- ...ssUnitSetAddressCustomFieldActionModel.php | 2 +- .../Me/MyBusinessUnitSetCustomFieldAction.php | 2 +- ...usinessUnitSetCustomFieldActionBuilder.php | 2 +- ...yBusinessUnitSetCustomFieldActionModel.php | 2 +- .../src/Models/Me/MyCartAddLineItemAction.php | 4 +- .../Me/MyCartAddLineItemActionBuilder.php | 4 +- .../Me/MyCartAddLineItemActionModel.php | 4 +- .../src/Models/Me/MyCartDraft.php | 4 +- .../src/Models/Me/MyCartDraftBuilder.php | 4 +- .../src/Models/Me/MyCartDraftModel.php | 4 +- .../Models/Me/MyCartSetBusinessUnitAction.php | 2 +- .../Me/MyCartSetBusinessUnitActionBuilder.php | 2 +- .../Me/MyCartSetBusinessUnitActionModel.php | 2 +- .../Models/Me/MyCartSetCustomFieldAction.php | 2 +- .../Me/MyCartSetCustomFieldActionBuilder.php | 2 +- .../Me/MyCartSetCustomFieldActionModel.php | 2 +- .../Me/MyCartSetLineItemCustomFieldAction.php | 2 +- ...artSetLineItemCustomFieldActionBuilder.php | 2 +- ...yCartSetLineItemCustomFieldActionModel.php | 2 +- .../src/Models/Me/MyCustomerDraft.php | 2 +- .../src/Models/Me/MyCustomerDraftBuilder.php | 2 +- .../src/Models/Me/MyCustomerDraftModel.php | 2 +- .../Me/MyCustomerSetCustomFieldAction.php | 2 +- .../MyCustomerSetCustomFieldActionBuilder.php | 2 +- .../MyCustomerSetCustomFieldActionModel.php | 2 +- .../src/Models/Me/MyLineItemDraft.php | 4 +- .../src/Models/Me/MyLineItemDraftBuilder.php | 4 +- .../src/Models/Me/MyLineItemDraftModel.php | 4 +- .../src/Models/Me/MyPayment.php | 2 +- .../src/Models/Me/MyPaymentBuilder.php | 2 +- .../src/Models/Me/MyPaymentModel.php | 2 +- .../Models/Me/MyPaymentPagedQueryResponse.php | 8 +- .../Me/MyPaymentPagedQueryResponseBuilder.php | 8 +- .../Me/MyPaymentPagedQueryResponseModel.php | 8 +- .../Me/MyPaymentSetCustomFieldAction.php | 2 +- .../MyPaymentSetCustomFieldActionBuilder.php | 2 +- .../Me/MyPaymentSetCustomFieldActionModel.php | 2 +- ...yPaymentSetMethodInfoCustomFieldAction.php | 2 +- ...tSetMethodInfoCustomFieldActionBuilder.php | 2 +- ...entSetMethodInfoCustomFieldActionModel.php | 2 +- ...PaymentSetTransactionCustomFieldAction.php | 2 +- ...SetTransactionCustomFieldActionBuilder.php | 2 +- ...ntSetTransactionCustomFieldActionModel.php | 2 +- .../Me/MyShoppingListSetCustomFieldAction.php | 2 +- ...hoppingListSetCustomFieldActionBuilder.php | 2 +- ...yShoppingListSetCustomFieldActionModel.php | 2 +- ...oppingListSetLineItemCustomFieldAction.php | 2 +- ...istSetLineItemCustomFieldActionBuilder.php | 2 +- ...gListSetLineItemCustomFieldActionModel.php | 2 +- ...ngListSetTextLineItemCustomFieldAction.php | 2 +- ...etTextLineItemCustomFieldActionBuilder.php | 2 +- ...tSetTextLineItemCustomFieldActionModel.php | 2 +- .../ApprovalFlowApprovedMessageModel.php | 2 +- .../ApprovalFlowCompletedMessageModel.php | 2 +- .../ApprovalFlowCreatedMessageModel.php | 2 +- .../ApprovalFlowRejectedMessageModel.php | 2 +- .../ApprovalRuleApproversSetMessageModel.php | 2 +- .../ApprovalRuleCreatedMessageModel.php | 2 +- ...ApprovalRuleDescriptionSetMessageModel.php | 2 +- .../ApprovalRuleKeySetMessageModel.php | 2 +- .../ApprovalRuleNameSetMessageModel.php | 2 +- .../ApprovalRulePredicateSetMessageModel.php | 2 +- .../ApprovalRuleRequestersSetMessageModel.php | 2 +- .../ApprovalRuleStatusSetMessageModel.php | 2 +- ...RoleBuyerAssignableChangedMessageModel.php | 2 +- .../AssociateRoleCreatedMessageModel.php | 2 +- .../AssociateRoleDeletedMessageModel.php | 2 +- .../AssociateRoleNameSetMessageModel.php | 2 +- ...sociateRolePermissionAddedMessageModel.php | 2 +- ...ciateRolePermissionRemovedMessageModel.php | 2 +- ...ssociateRolePermissionsSetMessageModel.php | 2 +- .../BusinessUnitAddressAddedMessageModel.php | 2 +- ...BusinessUnitAddressChangedMessageModel.php | 2 +- ...nitAddressCustomFieldAddedMessageModel.php | 2 +- ...tAddressCustomFieldChangedMessageModel.php | 2 +- ...tAddressCustomFieldRemovedMessageModel.php | 2 +- ...itAddressCustomTypeRemovedMessageModel.php | 2 +- ...ssUnitAddressCustomTypeSetMessageModel.php | 2 +- ...BusinessUnitAddressRemovedMessageModel.php | 2 +- ...nitApprovalRuleModeChangedMessageModel.php | 2 +- ...BusinessUnitAssociateAddedMessageModel.php | 2 +- ...sinessUnitAssociateChangedMessageModel.php | 2 +- ...ssUnitAssociateModeChangedMessageModel.php | 2 +- ...sinessUnitAssociateRemovedMessageModel.php | 2 +- .../BusinessUnitAssociatesSetMessageModel.php | 2 +- ...essUnitBillingAddressAddedMessageModel.php | 2 +- ...sUnitBillingAddressRemovedMessageModel.php | 2 +- ...usinessUnitContactEmailSetMessageModel.php | 2 +- .../BusinessUnitCreatedMessageModel.php | 2 +- ...sinessUnitCustomFieldAddedMessageModel.php | 2 +- ...nessUnitCustomFieldChangedMessageModel.php | 2 +- ...nessUnitCustomFieldRemovedMessageModel.php | 2 +- ...inessUnitCustomTypeRemovedMessageModel.php | 2 +- .../BusinessUnitCustomTypeSetMessageModel.php | 2 +- ...stomerGroupAssignmentAddedMessageModel.php | 2 +- ...omerGroupAssignmentRemovedMessageModel.php | 2 +- ...ustomerGroupAssignmentsSetMessageModel.php | 2 +- ...itDefaultBillingAddressSetMessageModel.php | 2 +- ...tDefaultShippingAddressSetMessageModel.php | 2 +- .../BusinessUnitDeletedMessageModel.php | 2 +- .../BusinessUnitNameChangedMessageModel.php | 2 +- .../BusinessUnitParentChangedMessageModel.php | 2 +- ...ssUnitShippingAddressAddedMessageModel.php | 2 +- ...UnitShippingAddressRemovedMessageModel.php | 2 +- .../BusinessUnitStatusChangedMessageModel.php | 2 +- .../BusinessUnitStoreAddedMessageModel.php | 2 +- ...sinessUnitStoreModeChangedMessageModel.php | 2 +- .../BusinessUnitStoreRemovedMessageModel.php | 2 +- .../BusinessUnitStoresSetMessageModel.php | 2 +- ...usinessUnitTopLevelUnitSetMessageModel.php | 2 +- .../BusinessUnitTypeSetMessageModel.php | 2 +- .../CartDiscountCreatedMessageModel.php | 2 +- .../CartDiscountDeletedMessageModel.php | 2 +- .../CartDiscountStoreAddedMessageModel.php | 2 +- .../CartDiscountStoreRemovedMessageModel.php | 2 +- .../CartDiscountStoresSetMessageModel.php | 2 +- .../Models/Message/CartFrozenMessageModel.php | 2 +- ...CartPurchaseOrderNumberSetMessageModel.php | 2 +- .../Message/CartUnfrozenMessageModel.php | 2 +- .../Message/CategoryCreatedMessageModel.php | 2 +- .../CategorySlugChangedMessageModel.php | 2 +- ...tomLineItemStateTransitionMessageModel.php | 2 +- .../CustomerAddressAddedMessageModel.php | 2 +- .../CustomerAddressChangedMessageModel.php | 2 +- ...merAddressCustomFieldAddedMessageModel.php | 2 +- ...rAddressCustomFieldChangedMessageModel.php | 2 +- ...rAddressCustomFieldRemovedMessageModel.php | 2 +- ...erAddressCustomTypeRemovedMessageModel.php | 2 +- ...stomerAddressCustomTypeSetMessageModel.php | 2 +- .../CustomerAddressRemovedMessageModel.php | 2 +- ...ustomerBillingAddressAddedMessageModel.php | 2 +- ...tomerBillingAddressRemovedMessageModel.php | 2 +- .../CustomerCompanyNameSetMessageModel.php | 2 +- .../Message/CustomerCreatedMessageModel.php | 2 +- .../CustomerCustomFieldAddedMessageModel.php | 2 +- ...CustomerCustomFieldChangedMessageModel.php | 2 +- ...CustomerCustomFieldRemovedMessageModel.php | 2 +- .../CustomerCustomTypeRemovedMessageModel.php | 2 +- .../CustomerCustomTypeSetMessageModel.php | 2 +- .../CustomerDateOfBirthSetMessageModel.php | 2 +- ...erDefaultBillingAddressSetMessageModel.php | 2 +- ...rDefaultShippingAddressSetMessageModel.php | 2 +- .../Message/CustomerDeletedMessageModel.php | 2 +- .../CustomerEmailChangedMessageModel.php | 2 +- .../CustomerEmailTokenCreatedMessageModel.php | 2 +- .../CustomerEmailVerifiedMessageModel.php | 2 +- .../CustomerExternalIdSetMessageModel.php | 2 +- .../CustomerFirstNameSetMessageModel.php | 2 +- ...stomerGroupAssignmentAddedMessageModel.php | 2 +- ...omerGroupAssignmentRemovedMessageModel.php | 2 +- ...ustomerGroupAssignmentsSetMessageModel.php | 2 +- ...tomerGroupCustomFieldAddedMessageModel.php | 2 +- ...merGroupCustomFieldChangedMessageModel.php | 2 +- ...merGroupCustomFieldRemovedMessageModel.php | 2 +- ...omerGroupCustomTypeRemovedMessageModel.php | 2 +- ...CustomerGroupCustomTypeSetMessageModel.php | 2 +- .../Message/CustomerGroupSetMessageModel.php | 2 +- .../CustomerLastNameSetMessageModel.php | 2 +- ...stomerPasswordTokenCreatedMessageModel.php | 2 +- .../CustomerPasswordUpdatedMessageModel.php | 2 +- ...stomerShippingAddressAddedMessageModel.php | 2 +- ...omerShippingAddressRemovedMessageModel.php | 2 +- .../Message/CustomerStoresSetMessageModel.php | 2 +- .../Message/CustomerTitleSetMessageModel.php | 2 +- .../Message/DeliveryAddedMessageModel.php | 2 +- .../DeliveryAddressSetMessageModel.php | 2 +- .../DeliveryCustomFieldAddedMessageModel.php | 2 +- ...DeliveryCustomFieldChangedMessageModel.php | 2 +- ...DeliveryCustomFieldRemovedMessageModel.php | 2 +- .../DeliveryCustomTypeRemovedMessageModel.php | 2 +- .../DeliveryCustomTypeSetMessageModel.php | 2 +- .../DeliveryItemsUpdatedMessageModel.php | 2 +- .../Message/DeliveryRemovedMessageModel.php | 2 +- .../DiscountCodeCreatedMessageModel.php | 2 +- .../DiscountCodeDeletedMessageModel.php | 2 +- .../DiscountCodeKeySetMessageModel.php | 2 +- .../DiscountGroupCreatedMessageModel.php | 2 +- .../DiscountGroupDeletedMessageModel.php | 2 +- .../DiscountGroupIsActiveSetMessageModel.php | 2 +- .../DiscountGroupKeySetMessageModel.php | 2 +- .../DiscountGroupSortOrderSetMessageModel.php | 2 +- .../InventoryEntryCreatedMessageModel.php | 2 +- .../InventoryEntryDeletedMessageModel.php | 2 +- .../InventoryEntryOutOfStockMessageModel.php | 2 +- .../InventoryEntryQuantitySetMessageModel.php | 2 +- ...InventoryEntryReorderPointMessageModel.php | 2 +- ...tionExpirationInMinutesSetMessageModel.php | 2 +- .../InventoryEntrySafetyStockMessageModel.php | 2 +- .../LineItemStateTransitionMessageModel.php | 2 +- .../src/Models/Message/Message.php | 2 +- .../src/Models/Message/MessageModel.php | 2 +- .../Message/MessagePagedQueryResponse.php | 8 +- .../MessagePagedQueryResponseBuilder.php | 8 +- .../MessagePagedQueryResponseModel.php | 8 +- .../Models/Message/MessagesConfiguration.php | 4 +- .../Message/MessagesConfigurationBuilder.php | 4 +- .../Message/MessagesConfigurationDraft.php | 4 +- .../MessagesConfigurationDraftBuilder.php | 4 +- .../MessagesConfigurationDraftModel.php | 4 +- .../Message/MessagesConfigurationModel.php | 4 +- .../OrderBillingAddressSetMessageModel.php | 2 +- .../OrderBusinessUnitSetMessageModel.php | 2 +- ...rCreatedFromRecurringOrderMessageModel.php | 2 +- .../Message/OrderCreatedMessageModel.php | 2 +- .../OrderCustomFieldAddedMessageModel.php | 2 +- .../OrderCustomFieldChangedMessageModel.php | 2 +- .../OrderCustomFieldRemovedMessageModel.php | 2 +- .../OrderCustomLineItemAddedMessageModel.php | 2 +- ...rCustomLineItemDiscountSetMessageModel.php | 2 +- ...tomLineItemQuantityChangedMessageModel.php | 2 +- ...OrderCustomLineItemRemovedMessageModel.php | 2 +- .../OrderCustomTypeRemovedMessageModel.php | 2 +- .../OrderCustomTypeSetMessageModel.php | 2 +- .../OrderCustomerEmailSetMessageModel.php | 2 +- .../OrderCustomerGroupSetMessageModel.php | 2 +- .../Message/OrderCustomerSetMessageModel.php | 2 +- .../Message/OrderDeletedMessageModel.php | 2 +- .../OrderDiscountCodeAddedMessageModel.php | 2 +- .../OrderDiscountCodeRemovedMessageModel.php | 2 +- .../OrderDiscountCodeStateSetMessageModel.php | 2 +- .../Message/OrderEditAppliedMessageModel.php | 2 +- .../Message/OrderImportedMessageModel.php | 2 +- .../OrderLineItemAddedMessageModel.php | 2 +- .../OrderLineItemDiscountSetMessageModel.php | 2 +- ...ItemDistributionChannelSetMessageModel.php | 2 +- .../OrderLineItemRemovedMessageModel.php | 2 +- .../src/Models/Message/OrderMessageModel.php | 2 +- .../Message/OrderPaymentAddedMessageModel.php | 2 +- .../OrderPaymentRemovedMessageModel.php | 2 +- .../OrderPaymentStateChangedMessageModel.php | 2 +- ...rderPurchaseOrderNumberSetMessageModel.php | 2 +- ...ReturnShipmentStateChangedMessageModel.php | 2 +- .../OrderShipmentStateChangedMessageModel.php | 2 +- .../OrderShippingAddressSetMessageModel.php | 2 +- .../OrderShippingInfoSetMessageModel.php | 2 +- .../OrderShippingRateInputSetMessageModel.php | 2 +- .../Message/OrderStateChangedMessageModel.php | 2 +- .../OrderStateTransitionMessageModel.php | 2 +- .../Message/OrderStoreSetMessageModel.php | 2 +- .../ParcelAddedToDeliveryMessageModel.php | 2 +- .../ParcelItemsUpdatedMessageModel.php | 2 +- .../ParcelMeasurementsUpdatedMessageModel.php | 2 +- .../ParcelRemovedFromDeliveryMessageModel.php | 2 +- .../ParcelTrackingDataUpdatedMessageModel.php | 2 +- .../Message/PaymentCreatedMessageModel.php | 2 +- .../PaymentInteractionAddedMessageModel.php | 2 +- .../PaymentInterfaceIdSetMessageModel.php | 2 +- .../PaymentMethodCreatedMessageModel.php | 2 +- ...mentMethodCustomFieldAddedMessageModel.php | 2 +- ...ntMethodCustomFieldChangedMessageModel.php | 2 +- ...ntMethodCustomFieldRemovedMessageModel.php | 2 +- ...entMethodCustomTypeRemovedMessageModel.php | 2 +- ...PaymentMethodCustomTypeSetMessageModel.php | 2 +- .../PaymentMethodDefaultSetMessageModel.php | 2 +- .../PaymentMethodDeletedMessageModel.php | 2 +- ...MethodInfoCustomFieldAddedMessageModel.php | 2 +- ...thodInfoCustomFieldChangedMessageModel.php | 2 +- ...thodInfoCustomFieldRemovedMessageModel.php | 2 +- ...ethodInfoCustomTypeRemovedMessageModel.php | 2 +- ...entMethodInfoCustomTypeSetMessageModel.php | 2 +- ...hodInfoInterfaceAccountSetMessageModel.php | 2 +- ...mentMethodInfoInterfaceSetMessageModel.php | 2 +- ...PaymentMethodInfoMethodSetMessageModel.php | 2 +- .../PaymentMethodInfoNameSetMessageModel.php | 2 +- .../PaymentMethodInfoTokenSetMessageModel.php | 2 +- ...tMethodInterfaceAccountSetMessageModel.php | 2 +- .../PaymentMethodKeySetMessageModel.php | 2 +- .../PaymentMethodMethodSetMessageModel.php | 2 +- .../PaymentMethodNameSetMessageModel.php | 2 +- ...tMethodPaymentInterfaceSetMessageModel.php | 2 +- ...thodPaymentMethodStatusSetMessageModel.php | 2 +- ...mentStatusInterfaceCodeSetMessageModel.php | 2 +- ...ymentStatusStateTransitionMessageModel.php | 2 +- .../PaymentTransactionAddedMessageModel.php | 2 +- ...tTransactionInterfaceIdSetMessageModel.php | 2 +- ...entTransactionStateChangedMessageModel.php | 2 +- .../ProductAddedToCategoryMessageModel.php | 2 +- .../Message/ProductCreatedMessageModel.php | 2 +- .../Message/ProductDeletedMessageModel.php | 2 +- .../Message/ProductImageAddedMessageModel.php | 2 +- .../Message/ProductPriceAddedMessageModel.php | 2 +- .../ProductPriceChangedMessageModel.php | 2 +- ...oductPriceCustomFieldAddedMessageModel.php | 2 +- ...uctPriceCustomFieldChangedMessageModel.php | 2 +- ...uctPriceCustomFieldRemovedMessageModel.php | 2 +- ...ctPriceCustomFieldsRemovedMessageModel.php | 2 +- ...roductPriceCustomFieldsSetMessageModel.php | 2 +- .../ProductPriceDiscountsSetMessageModel.php | 2 +- ...ctPriceExternalDiscountSetMessageModel.php | 2 +- .../ProductPriceKeySetMessageModel.php | 2 +- .../ProductPriceModeSetMessageModel.php | 2 +- .../ProductPriceRemovedMessageModel.php | 2 +- .../Message/ProductPricesSetMessageModel.php | 2 +- .../Message/ProductPublishedMessageModel.php | 2 +- ...ProductRemovedFromCategoryMessageModel.php | 2 +- ...oductRevertedStagedChangesMessageModel.php | 2 +- .../ProductSelectionCreatedMessageModel.php | 2 +- .../ProductSelectionDeletedMessageModel.php | 2 +- ...oductSelectionProductAddedMessageModel.php | 2 +- ...ctSelectionProductExcludedMessageModel.php | 2 +- ...uctSelectionProductRemovedMessageModel.php | 2 +- ...ionVariantExclusionChangedMessageModel.php | 2 +- ...ionVariantSelectionChangedMessageModel.php | 2 +- .../ProductSlugChangedMessageModel.php | 2 +- .../ProductStateTransitionMessageModel.php | 2 +- .../ProductTailoringCreatedMessageModel.php | 2 +- .../ProductTailoringDeletedMessageModel.php | 2 +- ...uctTailoringDescriptionSetMessageModel.php | 2 +- ...ProductTailoringImageAddedMessageModel.php | 2 +- .../ProductTailoringImagesSetMessageModel.php | 2 +- .../ProductTailoringNameSetMessageModel.php | 2 +- .../ProductTailoringPublishedMessageModel.php | 2 +- .../ProductTailoringSlugSetMessageModel.php | 2 +- ...roductTailoringUnpublishedMessageModel.php | 2 +- .../ProductUnpublishedMessageModel.php | 2 +- .../ProductVariantAddedMessageModel.php | 2 +- .../ProductVariantDeletedMessageModel.php | 2 +- ...oductVariantTailoringAddedMessageModel.php | 2 +- ...uctVariantTailoringRemovedMessageModel.php | 2 +- .../Models/Message/QuoteCreatedMessage.php | 2 +- .../Message/QuoteCreatedMessageBuilder.php | 2 +- .../Message/QuoteCreatedMessageModel.php | 4 +- .../Message/QuoteCreatedMessagePayload.php | 2 +- .../QuoteCreatedMessagePayloadBuilder.php | 2 +- .../QuoteCreatedMessagePayloadModel.php | 2 +- .../Message/QuoteCustomerChangedMessage.php | 4 +- .../QuoteCustomerChangedMessageBuilder.php | 4 +- .../QuoteCustomerChangedMessageModel.php | 6 +- .../QuoteCustomerChangedMessagePayload.php | 4 +- ...teCustomerChangedMessagePayloadBuilder.php | 4 +- ...uoteCustomerChangedMessagePayloadModel.php | 4 +- .../Message/QuoteDeletedMessageModel.php | 2 +- ...uoteRenegotiationRequestedMessageModel.php | 2 +- .../Message/QuoteRequestCreatedMessage.php | 2 +- .../QuoteRequestCreatedMessageBuilder.php | 2 +- .../QuoteRequestCreatedMessageModel.php | 4 +- .../QuoteRequestCreatedMessagePayload.php | 2 +- ...oteRequestCreatedMessagePayloadBuilder.php | 2 +- ...QuoteRequestCreatedMessagePayloadModel.php | 2 +- .../QuoteRequestCustomerChangedMessage.php | 4 +- ...teRequestCustomerChangedMessageBuilder.php | 4 +- ...uoteRequestCustomerChangedMessageModel.php | 6 +- ...teRequestCustomerChangedMessagePayload.php | 4 +- ...stCustomerChangedMessagePayloadBuilder.php | 4 +- ...uestCustomerChangedMessagePayloadModel.php | 4 +- .../QuoteRequestDeletedMessageModel.php | 2 +- .../QuoteRequestStateChangedMessageModel.php | 2 +- ...uoteRequestStateTransitionMessageModel.php | 2 +- .../Message/QuoteStateChangedMessageModel.php | 2 +- .../QuoteStateTransitionMessageModel.php | 2 +- .../RecurringOrderCreatedMessageModel.php | 2 +- ...rringOrderCustomFieldAddedMessageModel.php | 2 +- ...ingOrderCustomFieldChangedMessageModel.php | 2 +- ...ingOrderCustomFieldRemovedMessageModel.php | 2 +- ...ringOrderCustomTypeRemovedMessageModel.php | 2 +- ...ecurringOrderCustomTypeSetMessageModel.php | 2 +- .../RecurringOrderDeletedMessageModel.php | 2 +- ...RecurringOrderExpiresAtSetMessageModel.php | 2 +- .../RecurringOrderFailedMessageModel.php | 2 +- .../RecurringOrderKeySetMessageModel.php | 2 +- .../RecurringOrderScheduleSetMessageModel.php | 2 +- .../RecurringOrderStartsAtSetMessageModel.php | 2 +- ...RecurringOrderStateChangedMessageModel.php | 2 +- ...urringOrderStateTransitionMessageModel.php | 2 +- .../Message/ReturnInfoAddedMessageModel.php | 2 +- .../Message/ReturnInfoSetMessageModel.php | 2 +- .../Message/ReviewCreatedMessageModel.php | 2 +- .../Message/ReviewRatingSetMessageModel.php | 2 +- .../ReviewStateTransitionMessageModel.php | 2 +- .../ShoppingListLineItemAddedMessageModel.php | 2 +- ...hoppingListLineItemRemovedMessageModel.php | 2 +- .../Message/ShoppingListMessageModel.php | 2 +- .../Message/StagedQuoteCreatedMessage.php | 2 +- .../StagedQuoteCreatedMessageBuilder.php | 2 +- .../StagedQuoteCreatedMessageModel.php | 4 +- .../StagedQuoteCreatedMessagePayload.php | 2 +- ...tagedQuoteCreatedMessagePayloadBuilder.php | 2 +- .../StagedQuoteCreatedMessagePayloadModel.php | 2 +- .../StagedQuoteDeletedMessageModel.php | 2 +- ...tagedQuoteSellerCommentSetMessageModel.php | 2 +- .../StagedQuoteStateChangedMessageModel.php | 2 +- ...StagedQuoteStateTransitionMessageModel.php | 2 +- .../StagedQuoteValidToSetMessageModel.php | 2 +- ...andalonePriceActiveChangedMessageModel.php | 2 +- .../StandalonePriceCreatedMessageModel.php | 2 +- .../StandalonePriceDeletedMessageModel.php | 2 +- ...StandalonePriceDiscountSetMessageModel.php | 2 +- ...nePriceExternalDiscountSetMessageModel.php | 2 +- .../StandalonePriceKeySetMessageModel.php | 2 +- ...dalonePriceStagedChangesAppliedMessage.php | 2 +- ...riceStagedChangesAppliedMessageBuilder.php | 2 +- ...ePriceStagedChangesAppliedMessageModel.php | 4 +- ...riceStagedChangesAppliedMessagePayload.php | 2 +- ...gedChangesAppliedMessagePayloadBuilder.php | 2 +- ...tagedChangesAppliedMessagePayloadModel.php | 2 +- ...ePriceStagedChangesRemovedMessageModel.php | 2 +- .../StandalonePriceTierAddedMessageModel.php | 2 +- ...StandalonePriceTierRemovedMessageModel.php | 2 +- .../StandalonePriceTiersSetMessageModel.php | 2 +- ...ePriceValidFromAndUntilSetMessageModel.php | 2 +- ...tandalonePriceValidFromSetMessageModel.php | 2 +- ...andalonePriceValidUntilSetMessageModel.php | 2 +- ...tandalonePriceValueChangedMessageModel.php | 2 +- .../StoreCountriesChangedMessageModel.php | 2 +- .../Message/StoreCreatedMessageModel.php | 2 +- .../Message/StoreDeletedMessageModel.php | 2 +- ...istributionChannelsChangedMessageModel.php | 2 +- .../StoreLanguagesChangedMessageModel.php | 2 +- .../Message/StoreNameSetMessageModel.php | 2 +- ...reProductSelectionsChangedMessageModel.php | 2 +- ...StoreSupplyChannelsChangedMessageModel.php | 2 +- .../Message/UserProvidedIdentifiers.php | 2 +- .../UserProvidedIdentifiersBuilder.php | 2 +- .../Message/UserProvidedIdentifiersModel.php | 2 +- .../src/Models/Order/LineItemImportDraft.php | 2 +- .../Order/LineItemImportDraftBuilder.php | 2 +- .../Models/Order/LineItemImportDraftModel.php | 2 +- .../src/Models/Order/Order.php | 8 +- .../src/Models/Order/OrderBuilder.php | 8 +- .../src/Models/Order/OrderFromCartDraft.php | 2 +- .../Order/OrderFromCartDraftBuilder.php | 2 +- .../Models/Order/OrderFromCartDraftModel.php | 2 +- .../src/Models/Order/OrderImportDraft.php | 2 +- .../Models/Order/OrderImportDraftBuilder.php | 2 +- .../Models/Order/OrderImportDraftModel.php | 2 +- .../src/Models/Order/OrderModel.php | 8 +- .../Models/Order/OrderPagedQueryResponse.php | 8 +- .../Order/OrderPagedQueryResponseBuilder.php | 8 +- .../Order/OrderPagedQueryResponseModel.php | 8 +- .../Models/Order/OrderPagedSearchResponse.php | 4 +- .../Order/OrderPagedSearchResponseBuilder.php | 4 +- .../Order/OrderPagedSearchResponseModel.php | 4 +- .../src/Models/Order/OrderReference.php | 2 +- .../Models/Order/OrderReferenceBuilder.php | 2 +- .../src/Models/Order/OrderReferenceModel.php | 2 +- .../Order/OrderSearchAnyValueBuilder.php | 2 +- .../Models/Order/OrderSearchAnyValueModel.php | 2 +- .../OrderSearchDateRangeValueBuilder.php | 2 +- .../Order/OrderSearchDateRangeValueModel.php | 2 +- .../Order/OrderSearchFullTextValueBuilder.php | 2 +- .../Order/OrderSearchFullTextValueModel.php | 2 +- .../OrderSearchLongRangeValueBuilder.php | 2 +- .../Order/OrderSearchLongRangeValueModel.php | 2 +- .../OrderSearchNumberRangeValueBuilder.php | 2 +- .../OrderSearchNumberRangeValueModel.php | 2 +- .../Order/OrderSearchQueryExpressionValue.php | 2 +- ...OrderSearchQueryExpressionValueBuilder.php | 2 +- .../OrderSearchQueryExpressionValueModel.php | 2 +- .../Order/OrderSearchStringValueBuilder.php | 2 +- .../Order/OrderSearchStringValueModel.php | 2 +- ...rderSetBillingAddressCustomFieldAction.php | 2 +- ...BillingAddressCustomFieldActionBuilder.php | 2 +- ...etBillingAddressCustomFieldActionModel.php | 2 +- .../Order/OrderSetCustomFieldAction.php | 2 +- .../OrderSetCustomFieldActionBuilder.php | 2 +- .../Order/OrderSetCustomFieldActionModel.php | 2 +- ...rderSetCustomLineItemCustomFieldAction.php | 2 +- ...CustomLineItemCustomFieldActionBuilder.php | 2 +- ...etCustomLineItemCustomFieldActionModel.php | 2 +- ...derSetDeliveryAddressCustomFieldAction.php | 2 +- ...eliveryAddressCustomFieldActionBuilder.php | 2 +- ...tDeliveryAddressCustomFieldActionModel.php | 2 +- .../OrderSetDeliveryCustomFieldAction.php | 2 +- ...derSetDeliveryCustomFieldActionBuilder.php | 2 +- ...OrderSetDeliveryCustomFieldActionModel.php | 2 +- ...etItemShippingAddressCustomFieldAction.php | 2 +- ...hippingAddressCustomFieldActionBuilder.php | 2 +- ...mShippingAddressCustomFieldActionModel.php | 2 +- .../OrderSetLineItemCustomFieldAction.php | 2 +- ...derSetLineItemCustomFieldActionBuilder.php | 2 +- ...OrderSetLineItemCustomFieldActionModel.php | 2 +- .../Order/OrderSetParcelCustomFieldAction.php | 2 +- ...OrderSetParcelCustomFieldActionBuilder.php | 2 +- .../OrderSetParcelCustomFieldActionModel.php | 2 +- .../OrderSetReturnItemCustomFieldAction.php | 2 +- ...rSetReturnItemCustomFieldActionBuilder.php | 2 +- ...derSetReturnItemCustomFieldActionModel.php | 2 +- ...derSetShippingAddressCustomFieldAction.php | 2 +- ...hippingAddressCustomFieldActionBuilder.php | 2 +- ...tShippingAddressCustomFieldActionModel.php | 2 +- .../OrderSetShippingCustomFieldAction.php | 2 +- ...derSetShippingCustomFieldActionBuilder.php | 2 +- ...OrderSetShippingCustomFieldActionModel.php | 2 +- .../src/Models/OrderEdit/OrderEditDraft.php | 2 +- .../OrderEdit/OrderEditDraftBuilder.php | 2 +- .../Models/OrderEdit/OrderEditDraftModel.php | 2 +- .../OrderEdit/OrderEditPagedQueryResponse.php | 8 +- .../OrderEditPagedQueryResponseBuilder.php | 8 +- .../OrderEditPagedQueryResponseModel.php | 8 +- .../OrderEdit/OrderEditPreviewSuccess.php | 2 +- .../OrderEditPreviewSuccessBuilder.php | 2 +- .../OrderEditPreviewSuccessModel.php | 2 +- .../Models/OrderEdit/OrderEditReference.php | 2 +- .../OrderEdit/OrderEditReferenceBuilder.php | 2 +- .../OrderEdit/OrderEditReferenceModel.php | 2 +- .../OrderEditSetCustomFieldAction.php | 2 +- .../OrderEditSetCustomFieldActionBuilder.php | 2 +- .../OrderEditSetCustomFieldActionModel.php | 2 +- .../StagedOrderAddLineItemAction.php | 4 +- .../StagedOrderAddLineItemActionBuilder.php | 4 +- .../StagedOrderAddLineItemActionModel.php | 4 +- .../Models/OrderEdit/StagedOrderBuilder.php | 8 +- ...tagedOrderChangeLineItemQuantityAction.php | 2 +- ...derChangeLineItemQuantityActionBuilder.php | 2 +- ...OrderChangeLineItemQuantityActionModel.php | 2 +- .../src/Models/OrderEdit/StagedOrderModel.php | 8 +- ...rderSetBillingAddressCustomFieldAction.php | 2 +- ...BillingAddressCustomFieldActionBuilder.php | 2 +- ...etBillingAddressCustomFieldActionModel.php | 2 +- .../StagedOrderSetCustomFieldAction.php | 2 +- ...StagedOrderSetCustomFieldActionBuilder.php | 2 +- .../StagedOrderSetCustomFieldActionModel.php | 2 +- ...rderSetCustomLineItemCustomFieldAction.php | 2 +- ...CustomLineItemCustomFieldActionBuilder.php | 2 +- ...etCustomLineItemCustomFieldActionModel.php | 2 +- ...derSetDeliveryAddressCustomFieldAction.php | 2 +- ...eliveryAddressCustomFieldActionBuilder.php | 2 +- ...tDeliveryAddressCustomFieldActionModel.php | 2 +- ...tagedOrderSetDeliveryCustomFieldAction.php | 2 +- ...derSetDeliveryCustomFieldActionBuilder.php | 2 +- ...OrderSetDeliveryCustomFieldActionModel.php | 2 +- ...etItemShippingAddressCustomFieldAction.php | 2 +- ...hippingAddressCustomFieldActionBuilder.php | 2 +- ...mShippingAddressCustomFieldActionModel.php | 2 +- ...tagedOrderSetLineItemCustomFieldAction.php | 2 +- ...derSetLineItemCustomFieldActionBuilder.php | 2 +- ...OrderSetLineItemCustomFieldActionModel.php | 2 +- .../StagedOrderSetParcelCustomFieldAction.php | 2 +- ...OrderSetParcelCustomFieldActionBuilder.php | 2 +- ...edOrderSetParcelCustomFieldActionModel.php | 2 +- ...gedOrderSetReturnItemCustomFieldAction.php | 2 +- ...rSetReturnItemCustomFieldActionBuilder.php | 2 +- ...derSetReturnItemCustomFieldActionModel.php | 2 +- ...derSetShippingAddressCustomFieldAction.php | 2 +- ...hippingAddressCustomFieldActionBuilder.php | 2 +- ...tShippingAddressCustomFieldActionModel.php | 2 +- ...tagedOrderSetShippingCustomFieldAction.php | 2 +- ...derSetShippingCustomFieldActionBuilder.php | 2 +- ...OrderSetShippingCustomFieldActionModel.php | 2 +- .../Payment/PaymentPagedQueryResponse.php | 8 +- .../PaymentPagedQueryResponseBuilder.php | 8 +- .../PaymentPagedQueryResponseModel.php | 8 +- .../src/Models/Payment/PaymentReference.php | 2 +- .../Payment/PaymentReferenceBuilder.php | 2 +- .../Models/Payment/PaymentReferenceModel.php | 2 +- .../Payment/PaymentSetCustomFieldAction.php | 2 +- .../PaymentSetCustomFieldActionBuilder.php | 2 +- .../PaymentSetCustomFieldActionModel.php | 2 +- .../PaymentSetMethodInfoCustomFieldAction.php | 2 +- ...tSetMethodInfoCustomFieldActionBuilder.php | 2 +- ...entSetMethodInfoCustomFieldActionModel.php | 2 +- ...PaymentSetTransactionCustomFieldAction.php | 2 +- ...SetTransactionCustomFieldActionBuilder.php | 2 +- ...ntSetTransactionCustomFieldActionModel.php | 2 +- .../Models/PaymentMethod/PaymentMethod.php | 2 +- .../PaymentMethod/PaymentMethodBuilder.php | 2 +- .../PaymentMethod/PaymentMethodDraft.php | 2 +- .../PaymentMethodDraftBuilder.php | 2 +- .../PaymentMethod/PaymentMethodDraftModel.php | 2 +- .../PaymentMethod/PaymentMethodModel.php | 2 +- .../PaymentMethodPagedQueryResponse.php | 8 +- ...PaymentMethodPagedQueryResponseBuilder.php | 8 +- .../PaymentMethodPagedQueryResponseModel.php | 8 +- .../PaymentMethod/PaymentMethodReference.php | 2 +- .../PaymentMethodReferenceBuilder.php | 2 +- .../PaymentMethodReferenceModel.php | 2 +- .../PaymentMethodSetCustomFieldAction.php | 2 +- ...ymentMethodSetCustomFieldActionBuilder.php | 2 +- ...PaymentMethodSetCustomFieldActionModel.php | 2 +- .../src/Models/Product/FacetTerm.php | 4 +- .../src/Models/Product/FacetTermBuilder.php | 4 +- .../src/Models/Product/FacetTermModel.php | 4 +- .../Models/Product/FilteredFacetResult.php | 4 +- .../Product/FilteredFacetResultBuilder.php | 4 +- .../Product/FilteredFacetResultModel.php | 4 +- .../src/Models/Product/ProductCatalogData.php | 2 +- .../Product/ProductCatalogDataBuilder.php | 2 +- .../Product/ProductCatalogDataModel.php | 2 +- .../src/Models/Product/ProductDraft.php | 4 +- .../Models/Product/ProductDraftBuilder.php | 4 +- .../src/Models/Product/ProductDraftModel.php | 4 +- .../Product/ProductPagedQueryResponse.php | 8 +- .../ProductPagedQueryResponseBuilder.php | 8 +- .../ProductPagedQueryResponseModel.php | 8 +- .../src/Models/Product/ProductProjection.php | 6 +- .../Product/ProductProjectionBuilder.php | 6 +- .../Models/Product/ProductProjectionModel.php | 6 +- .../ProductProjectionPagedQueryResponse.php | 8 +- ...uctProjectionPagedQueryResponseBuilder.php | 8 +- ...oductProjectionPagedQueryResponseModel.php | 8 +- .../ProductProjectionPagedSearchResponse.php | 8 +- ...ctProjectionPagedSearchResponseBuilder.php | 8 +- ...ductProjectionPagedSearchResponseModel.php | 8 +- .../src/Models/Product/ProductReference.php | 2 +- .../Product/ProductReferenceBuilder.php | 2 +- .../Models/Product/ProductReferenceModel.php | 2 +- .../ProductSetAssetCustomFieldAction.php | 2 +- ...roductSetAssetCustomFieldActionBuilder.php | 2 +- .../ProductSetAssetCustomFieldActionModel.php | 2 +- .../Models/Product/ProductSetKeyAction.php | 2 +- .../Product/ProductSetKeyActionBuilder.php | 2 +- .../Product/ProductSetKeyActionModel.php | 2 +- ...roductSetProductPriceCustomFieldAction.php | 2 +- ...etProductPriceCustomFieldActionBuilder.php | 2 +- ...tSetProductPriceCustomFieldActionModel.php | 2 +- .../src/Models/Product/ProductVariant.php | 16 +- .../Models/Product/ProductVariantBuilder.php | 16 +- .../Models/Product/ProductVariantModel.php | 16 +- .../src/Models/Product/TermFacetResult.php | 6 +- .../Models/Product/TermFacetResultBuilder.php | 6 +- .../Models/Product/TermFacetResultModel.php | 6 +- .../ProductDiscount/ProductDiscount.php | 6 +- .../ProductDiscountBuilder.php | 6 +- .../ProductDiscountChangePredicateAction.php | 2 +- ...ctDiscountChangePredicateActionBuilder.php | 2 +- ...ductDiscountChangePredicateActionModel.php | 2 +- .../ProductDiscount/ProductDiscountDraft.php | 6 +- .../ProductDiscountDraftBuilder.php | 6 +- .../ProductDiscountDraftModel.php | 6 +- .../ProductDiscountMatchQuery.php | 2 +- .../ProductDiscountMatchQueryBuilder.php | 2 +- .../ProductDiscountMatchQueryModel.php | 2 +- .../ProductDiscount/ProductDiscountModel.php | 6 +- .../ProductDiscountPagedQueryResponse.php | 8 +- ...oductDiscountPagedQueryResponseBuilder.php | 8 +- ...ProductDiscountPagedQueryResponseModel.php | 8 +- .../ProductDiscountReference.php | 2 +- .../ProductDiscountReferenceBuilder.php | 2 +- .../ProductDiscountReferenceModel.php | 2 +- .../ProductDiscountSetValidFromAction.php | 2 +- ...oductDiscountSetValidFromActionBuilder.php | 2 +- ...ProductDiscountSetValidFromActionModel.php | 2 +- ...ductDiscountSetValidFromAndUntilAction.php | 4 +- ...countSetValidFromAndUntilActionBuilder.php | 4 +- ...iscountSetValidFromAndUntilActionModel.php | 4 +- .../ProductDiscountSetValidUntilAction.php | 2 +- ...ductDiscountSetValidUntilActionBuilder.php | 2 +- ...roductDiscountSetValidUntilActionModel.php | 2 +- .../ProductPagedSearchResponse.php | 6 +- .../ProductPagedSearchResponseBuilder.php | 6 +- .../ProductPagedSearchResponseModel.php | 6 +- .../ProductSearchMatchingVariants.php | 2 +- .../ProductSearchMatchingVariantsBuilder.php | 2 +- .../ProductSearchMatchingVariantsModel.php | 2 +- .../ProductSearchProjectionParams.php | 22 +- .../ProductSearchProjectionParamsBuilder.php | 22 +- .../ProductSearchProjectionParamsModel.php | 22 +- .../ProductSearch/ProductSearchRequest.php | 14 +- .../ProductSearchRequestBuilder.php | 14 +- .../ProductSearchRequestModel.php | 14 +- .../ProductSearch/ProductSearchResult.php | 2 +- .../ProductSearchResultBuilder.php | 2 +- .../ProductSearchResultModel.php | 2 +- ...gnedProductSelectionPagedQueryResponse.php | 8 +- ...ductSelectionPagedQueryResponseBuilder.php | 8 +- ...roductSelectionPagedQueryResponseModel.php | 8 +- .../ProductSelection/ProductSelection.php | 4 +- .../ProductSelectionBuilder.php | 4 +- .../ProductSelectionModel.php | 4 +- .../ProductSelectionPagedQueryResponse.php | 4 +- ...ductSelectionPagedQueryResponseBuilder.php | 4 +- ...roductSelectionPagedQueryResponseModel.php | 4 +- ...ductSelectionProductPagedQueryResponse.php | 8 +- ...ectionProductPagedQueryResponseBuilder.php | 8 +- ...electionProductPagedQueryResponseModel.php | 8 +- .../ProductSelectionReference.php | 2 +- .../ProductSelectionReferenceBuilder.php | 2 +- .../ProductSelectionReferenceModel.php | 2 +- .../ProductSelectionSetCustomFieldAction.php | 2 +- ...ctSelectionSetCustomFieldActionBuilder.php | 2 +- ...ductSelectionSetCustomFieldActionModel.php | 2 +- .../ProductsInStorePagedQueryResponse.php | 8 +- ...oductsInStorePagedQueryResponseBuilder.php | 8 +- ...ProductsInStorePagedQueryResponseModel.php | 8 +- .../ProductTailoring/ProductTailoring.php | 2 +- .../ProductTailoringBuilder.php | 2 +- .../ProductTailoringDraft.php | 2 +- .../ProductTailoringDraftBuilder.php | 2 +- .../ProductTailoringDraftModel.php | 2 +- .../ProductTailoringModel.php | 2 +- .../ProductTailoringPagedQueryResponse.php | 8 +- ...ductTailoringPagedQueryResponseBuilder.php | 8 +- ...roductTailoringPagedQueryResponseModel.php | 8 +- .../ProductTailoringReference.php | 2 +- .../ProductTailoringReferenceBuilder.php | 2 +- .../ProductTailoringReferenceModel.php | 2 +- ...ductTailoringSetAssetCustomFieldAction.php | 2 +- ...loringSetAssetCustomFieldActionBuilder.php | 2 +- ...ailoringSetAssetCustomFieldActionModel.php | 2 +- .../ProductType/AttributeDefinition.php | 6 +- .../AttributeDefinitionBuilder.php | 6 +- .../ProductType/AttributeDefinitionDraft.php | 4 +- .../AttributeDefinitionDraftBuilder.php | 4 +- .../AttributeDefinitionDraftModel.php | 4 +- .../ProductType/AttributeDefinitionModel.php | 6 +- .../ProductTypePagedQueryResponse.php | 8 +- .../ProductTypePagedQueryResponseBuilder.php | 8 +- .../ProductTypePagedQueryResponseModel.php | 8 +- .../ProductType/ProductTypeReference.php | 2 +- .../ProductTypeReferenceBuilder.php | 2 +- .../ProductType/ProductTypeReferenceModel.php | 2 +- .../src/Models/Project/Project.php | 6 +- .../src/Models/Project/ProjectBuilder.php | 6 +- .../ProjectChangeCartsConfigurationAction.php | 2 +- ...tChangeCartsConfigurationActionBuilder.php | 2 +- ...ectChangeCartsConfigurationActionModel.php | 2 +- ...rojectChangeCustomerSearchStatusAction.php | 2 +- ...hangeCustomerSearchStatusActionBuilder.php | 2 +- ...tChangeCustomerSearchStatusActionModel.php | 2 +- ...ojectChangeMessagesConfigurationAction.php | 2 +- ...angeMessagesConfigurationActionBuilder.php | 2 +- ...ChangeMessagesConfigurationActionModel.php | 2 +- .../ProjectChangeOrderSearchStatusAction.php | 2 +- ...ctChangeOrderSearchStatusActionBuilder.php | 2 +- ...jectChangeOrderSearchStatusActionModel.php | 2 +- ...angeProductSearchIndexingEnabledAction.php | 6 +- ...ductSearchIndexingEnabledActionBuilder.php | 6 +- ...roductSearchIndexingEnabledActionModel.php | 6 +- ...ChangeShoppingListsConfigurationAction.php | 2 +- ...hoppingListsConfigurationActionBuilder.php | 2 +- ...eShoppingListsConfigurationActionModel.php | 2 +- .../src/Models/Project/ProjectModel.php | 6 +- .../Project/SearchIndexingConfiguration.php | 10 +- .../SearchIndexingConfigurationBuilder.php | 10 +- .../SearchIndexingConfigurationModel.php | 10 +- .../src/Models/Quote/Quote.php | 12 +- .../src/Models/Quote/QuoteBuilder.php | 12 +- .../src/Models/Quote/QuoteDraft.php | 6 +- .../src/Models/Quote/QuoteDraftBuilder.php | 6 +- .../src/Models/Quote/QuoteDraftModel.php | 6 +- .../src/Models/Quote/QuoteModel.php | 12 +- .../Models/Quote/QuotePagedQueryResponse.php | 8 +- .../Quote/QuotePagedQueryResponseBuilder.php | 8 +- .../Quote/QuotePagedQueryResponseModel.php | 8 +- .../src/Models/Quote/QuoteReference.php | 2 +- .../Models/Quote/QuoteReferenceBuilder.php | 2 +- .../src/Models/Quote/QuoteReferenceModel.php | 2 +- .../Quote/QuoteSetCustomFieldAction.php | 2 +- .../QuoteSetCustomFieldActionBuilder.php | 2 +- .../Quote/QuoteSetCustomFieldActionModel.php | 2 +- .../src/Models/QuoteRequest/QuoteRequest.php | 6 +- .../QuoteRequest/QuoteRequestBuilder.php | 6 +- .../Models/QuoteRequest/QuoteRequestModel.php | 6 +- .../QuoteRequestPagedQueryResponse.php | 8 +- .../QuoteRequestPagedQueryResponseBuilder.php | 8 +- .../QuoteRequestPagedQueryResponseModel.php | 8 +- .../QuoteRequest/QuoteRequestReference.php | 2 +- .../QuoteRequestReferenceBuilder.php | 2 +- .../QuoteRequestReferenceModel.php | 2 +- .../QuoteRequestSetCustomFieldAction.php | 2 +- ...uoteRequestSetCustomFieldActionBuilder.php | 2 +- .../QuoteRequestSetCustomFieldActionModel.php | 2 +- .../RecurrencePolicyPagedQueryResponse.php | 8 +- ...urrencePolicyPagedQueryResponseBuilder.php | 8 +- ...ecurrencePolicyPagedQueryResponseModel.php | 8 +- .../RecurrencePolicyReference.php | 2 +- .../RecurrencePolicyReferenceBuilder.php | 2 +- .../RecurrencePolicyReferenceModel.php | 2 +- .../Models/RecurringOrder/RecurringOrder.php | 4 +- .../RecurringOrder/RecurringOrderBuilder.php | 4 +- .../RecurringOrder/RecurringOrderModel.php | 4 +- .../RecurringOrderPagedQueryResponse.php | 8 +- ...ecurringOrderPagedQueryResponseBuilder.php | 8 +- .../RecurringOrderPagedQueryResponseModel.php | 8 +- .../RecurringOrderReference.php | 2 +- .../RecurringOrderReferenceBuilder.php | 2 +- .../RecurringOrderReferenceModel.php | 2 +- .../RecurringOrderSetCustomFieldAction.php | 2 +- ...urringOrderSetCustomFieldActionBuilder.php | 2 +- ...ecurringOrderSetCustomFieldActionModel.php | 2 +- .../Reservation/ReservationReference.php | 2 +- .../ReservationReferenceBuilder.php | 2 +- .../Reservation/ReservationReferenceModel.php | 2 +- .../src/Models/Review/Review.php | 2 +- .../src/Models/Review/ReviewBuilder.php | 2 +- .../src/Models/Review/ReviewDraft.php | 2 +- .../src/Models/Review/ReviewDraftBuilder.php | 2 +- .../src/Models/Review/ReviewDraftModel.php | 2 +- .../src/Models/Review/ReviewModel.php | 2 +- .../Review/ReviewPagedQueryResponse.php | 8 +- .../ReviewPagedQueryResponseBuilder.php | 8 +- .../Review/ReviewPagedQueryResponseModel.php | 8 +- .../src/Models/Review/ReviewReference.php | 2 +- .../Models/Review/ReviewReferenceBuilder.php | 2 +- .../Models/Review/ReviewReferenceModel.php | 2 +- .../Review/ReviewSetCustomFieldAction.php | 2 +- .../ReviewSetCustomFieldActionBuilder.php | 2 +- .../ReviewSetCustomFieldActionModel.php | 2 +- .../Models/Search/SearchAnyValueBuilder.php | 2 +- .../src/Models/Search/SearchAnyValueModel.php | 2 +- .../Search/SearchDateRangeValueBuilder.php | 2 +- .../Search/SearchDateRangeValueModel.php | 2 +- .../SearchDateTimeRangeValueBuilder.php | 2 +- .../Search/SearchDateTimeRangeValueModel.php | 2 +- .../Models/Search/SearchExactValueBuilder.php | 2 +- .../Models/Search/SearchExactValueModel.php | 2 +- .../Search/SearchExistsValueBuilder.php | 2 +- .../Models/Search/SearchExistsValueModel.php | 2 +- .../SearchFullTextPrefixValueBuilder.php | 2 +- .../Search/SearchFullTextPrefixValueModel.php | 2 +- .../Search/SearchFullTextValueBuilder.php | 2 +- .../Search/SearchFullTextValueModel.php | 2 +- .../Models/Search/SearchFuzzyValueBuilder.php | 2 +- .../Models/Search/SearchFuzzyValueModel.php | 2 +- .../Search/SearchLongRangeValueBuilder.php | 2 +- .../Search/SearchLongRangeValueModel.php | 2 +- .../Search/SearchNumberRangeValueBuilder.php | 2 +- .../Search/SearchNumberRangeValueModel.php | 2 +- .../Search/SearchQueryExpressionValue.php | 2 +- .../SearchQueryExpressionValueBuilder.php | 2 +- .../SearchQueryExpressionValueModel.php | 2 +- .../src/Models/Search/SearchSorting.php | 2 +- .../Models/Search/SearchSortingBuilder.php | 2 +- .../src/Models/Search/SearchSortingModel.php | 2 +- .../Search/SearchTimeRangeValueBuilder.php | 2 +- .../Search/SearchTimeRangeValueModel.php | 2 +- .../Models/ShippingMethod/CartScoreTier.php | 2 +- .../ShippingMethod/CartScoreTierBuilder.php | 2 +- .../ShippingMethod/CartScoreTierModel.php | 2 +- .../ShippingMethodPagedQueryResponse.php | 8 +- ...hippingMethodPagedQueryResponseBuilder.php | 8 +- .../ShippingMethodPagedQueryResponseModel.php | 8 +- .../ShippingMethodReference.php | 2 +- .../ShippingMethodReferenceBuilder.php | 2 +- .../ShippingMethodReferenceModel.php | 2 +- .../ShippingMethodSetCustomFieldAction.php | 2 +- ...ppingMethodSetCustomFieldActionBuilder.php | 2 +- ...hippingMethodSetCustomFieldActionModel.php | 2 +- .../Models/ShippingMethod/ShippingRate.php | 2 +- .../ShippingMethod/ShippingRateBuilder.php | 2 +- .../ShippingMethod/ShippingRateDraft.php | 2 +- .../ShippingRateDraftBuilder.php | 2 +- .../ShippingMethod/ShippingRateDraftModel.php | 2 +- .../ShippingMethod/ShippingRateModel.php | 2 +- .../src/Models/ShoppingList/ShoppingList.php | 2 +- .../ShoppingList/ShoppingListBuilder.php | 2 +- .../Models/ShoppingList/ShoppingListDraft.php | 2 +- .../ShoppingList/ShoppingListDraftBuilder.php | 2 +- .../ShoppingList/ShoppingListDraftModel.php | 2 +- .../Models/ShoppingList/ShoppingListModel.php | 2 +- .../ShoppingListPagedQueryResponse.php | 8 +- .../ShoppingListPagedQueryResponseBuilder.php | 8 +- .../ShoppingListPagedQueryResponseModel.php | 8 +- .../ShoppingList/ShoppingListReference.php | 2 +- .../ShoppingListReferenceBuilder.php | 2 +- .../ShoppingListReferenceModel.php | 2 +- .../ShoppingListSetBusinessUnitAction.php | 2 +- ...oppingListSetBusinessUnitActionBuilder.php | 2 +- ...ShoppingListSetBusinessUnitActionModel.php | 2 +- .../ShoppingListSetCustomFieldAction.php | 2 +- ...hoppingListSetCustomFieldActionBuilder.php | 2 +- .../ShoppingListSetCustomFieldActionModel.php | 2 +- ...oppingListSetLineItemCustomFieldAction.php | 2 +- ...istSetLineItemCustomFieldActionBuilder.php | 2 +- ...gListSetLineItemCustomFieldActionModel.php | 2 +- ...ngListSetTextLineItemCustomFieldAction.php | 2 +- ...etTextLineItemCustomFieldActionBuilder.php | 2 +- ...tSetTextLineItemCustomFieldActionModel.php | 2 +- .../src/Models/StagedQuote/StagedQuote.php | 10 +- .../Models/StagedQuote/StagedQuoteBuilder.php | 10 +- .../Models/StagedQuote/StagedQuoteModel.php | 10 +- .../StagedQuotePagedQueryResponse.php | 8 +- .../StagedQuotePagedQueryResponseBuilder.php | 8 +- .../StagedQuotePagedQueryResponseModel.php | 8 +- .../StagedQuote/StagedQuoteReference.php | 2 +- .../StagedQuoteReferenceBuilder.php | 2 +- .../StagedQuote/StagedQuoteReferenceModel.php | 2 +- .../StagedQuoteSetCustomFieldAction.php | 2 +- ...StagedQuoteSetCustomFieldActionBuilder.php | 2 +- .../StagedQuoteSetCustomFieldActionModel.php | 2 +- .../StandalonePrice/StandalonePrice.php | 10 +- .../StandalonePriceBuilder.php | 10 +- .../StandalonePrice/StandalonePriceDraft.php | 4 +- .../StandalonePriceDraftBuilder.php | 4 +- .../StandalonePriceDraftModel.php | 4 +- .../StandalonePrice/StandalonePriceModel.php | 10 +- .../StandalonePricePagedQueryResponse.php | 4 +- ...andalonePricePagedQueryResponseBuilder.php | 4 +- ...StandalonePricePagedQueryResponseModel.php | 4 +- .../StandalonePriceReference.php | 2 +- .../StandalonePriceReferenceBuilder.php | 2 +- .../StandalonePriceReferenceModel.php | 2 +- .../StandalonePriceSetCustomFieldAction.php | 2 +- ...dalonePriceSetCustomFieldActionBuilder.php | 2 +- ...andalonePriceSetCustomFieldActionModel.php | 2 +- .../Models/State/StatePagedQueryResponse.php | 8 +- .../State/StatePagedQueryResponseBuilder.php | 8 +- .../State/StatePagedQueryResponseModel.php | 8 +- .../src/Models/State/StateReference.php | 2 +- .../Models/State/StateReferenceBuilder.php | 2 +- .../src/Models/State/StateReferenceModel.php | 2 +- .../Models/Store/StorePagedQueryResponse.php | 8 +- .../Store/StorePagedQueryResponseBuilder.php | 8 +- .../Store/StorePagedQueryResponseModel.php | 8 +- .../src/Models/Store/StoreReference.php | 2 +- .../Models/Store/StoreReferenceBuilder.php | 2 +- .../src/Models/Store/StoreReferenceModel.php | 2 +- .../Store/StoreSetCustomFieldAction.php | 2 +- .../StoreSetCustomFieldActionBuilder.php | 2 +- .../Store/StoreSetCustomFieldActionModel.php | 2 +- .../Subscription/CloudEventsPayload.php | 2 +- .../CloudEventsPayloadBuilder.php | 2 +- .../Subscription/CloudEventsPayloadModel.php | 2 +- .../ResourceDeletedDeliveryPayload.php | 2 +- .../ResourceDeletedDeliveryPayloadBuilder.php | 2 +- .../ResourceDeletedDeliveryPayloadModel.php | 2 +- .../SubscriptionPagedQueryResponse.php | 8 +- .../SubscriptionPagedQueryResponseBuilder.php | 8 +- .../SubscriptionPagedQueryResponseModel.php | 8 +- .../TaxCategoryPagedQueryResponse.php | 8 +- .../TaxCategoryPagedQueryResponseBuilder.php | 8 +- .../TaxCategoryPagedQueryResponseModel.php | 8 +- .../TaxCategory/TaxCategoryReference.php | 2 +- .../TaxCategoryReferenceBuilder.php | 2 +- .../TaxCategory/TaxCategoryReferenceModel.php | 2 +- .../src/Models/Type/CustomFields.php | 2 +- .../src/Models/Type/CustomFieldsBuilder.php | 2 +- .../src/Models/Type/CustomFieldsDraft.php | 2 +- .../Models/Type/CustomFieldsDraftBuilder.php | 2 +- .../Models/Type/CustomFieldsDraftModel.php | 2 +- .../src/Models/Type/CustomFieldsModel.php | 2 +- .../Models/Type/TypePagedQueryResponse.php | 8 +- .../Type/TypePagedQueryResponseBuilder.php | 8 +- .../Type/TypePagedQueryResponseModel.php | 8 +- .../Type/TypeRemoveFieldDefinitionAction.php | 2 +- ...TypeRemoveFieldDefinitionActionBuilder.php | 2 +- .../TypeRemoveFieldDefinitionActionModel.php | 2 +- .../Models/Zone/ZonePagedQueryResponse.php | 8 +- .../Zone/ZonePagedQueryResponseBuilder.php | 8 +- .../Zone/ZonePagedQueryResponseModel.php | 8 +- .../src/Models/Zone/ZoneReference.php | 2 +- .../src/Models/Zone/ZoneReferenceBuilder.php | 2 +- .../src/Models/Zone/ZoneReferenceModel.php | 2 +- .../RequestQuoteRenegotiationChange.php | 2 +- ...RequestQuoteRenegotiationChangeBuilder.php | 2 +- .../RequestQuoteRenegotiationChangeModel.php | 2 +- .../Change/SetAssetCustomFieldChange.php | 2 +- .../SetAssetCustomFieldChangeBuilder.php | 2 +- .../Change/SetAssetCustomFieldChangeModel.php | 2 +- .../SetBillingAddressCustomFieldChange.php | 2 +- ...BillingAddressCustomFieldChangeBuilder.php | 2 +- ...etBillingAddressCustomFieldChangeModel.php | 2 +- .../Models/Change/SetCustomFieldChange.php | 2 +- .../Change/SetCustomFieldChangeBuilder.php | 2 +- .../Change/SetCustomFieldChangeModel.php | 2 +- .../SetCustomLineItemCustomFieldChange.php | 2 +- ...CustomLineItemCustomFieldChangeBuilder.php | 2 +- ...etCustomLineItemCustomFieldChangeModel.php | 2 +- .../SetDeliveryAddressCustomFieldChange.php | 2 +- ...eliveryAddressCustomFieldChangeBuilder.php | 2 +- ...tDeliveryAddressCustomFieldChangeModel.php | 2 +- .../Change/SetDeliveryCustomFieldChange.php | 2 +- .../SetDeliveryCustomFieldChangeBuilder.php | 2 +- .../SetDeliveryCustomFieldChangeModel.php | 2 +- ...etItemShippingAddressCustomFieldChange.php | 2 +- ...hippingAddressCustomFieldChangeBuilder.php | 2 +- ...mShippingAddressCustomFieldChangeModel.php | 2 +- .../SetOrderLineItemCustomFieldChange.php | 2 +- ...tOrderLineItemCustomFieldChangeBuilder.php | 2 +- ...SetOrderLineItemCustomFieldChangeModel.php | 2 +- .../Change/SetParcelCustomFieldChange.php | 2 +- .../SetParcelCustomFieldChangeBuilder.php | 2 +- .../SetParcelCustomFieldChangeModel.php | 2 +- .../SetProductPriceCustomFieldChange.php | 2 +- ...etProductPriceCustomFieldChangeBuilder.php | 2 +- .../SetProductPriceCustomFieldChangeModel.php | 2 +- ...urnItemCustomLineItemCustomFieldChange.php | 2 +- ...CustomLineItemCustomFieldChangeBuilder.php | 2 +- ...emCustomLineItemCustomFieldChangeModel.php | 2 +- ...SetReturnItemLineItemCustomFieldChange.php | 2 +- ...rnItemLineItemCustomFieldChangeBuilder.php | 2 +- ...turnItemLineItemCustomFieldChangeModel.php | 2 +- .../SetShippingAddressCustomFieldChange.php | 2 +- ...hippingAddressCustomFieldChangeBuilder.php | 2 +- ...tShippingAddressCustomFieldChangeModel.php | 2 +- .../Change/SetShippingCustomFieldChange.php | 2 +- .../SetShippingCustomFieldChangeBuilder.php | 2 +- .../SetShippingCustomFieldChangeModel.php | 2 +- ...tShoppingListLineItemCustomFieldChange.php | 2 +- ...ngListLineItemCustomFieldChangeBuilder.php | 2 +- ...pingListLineItemCustomFieldChangeModel.php | 2 +- .../SetTextLineItemCustomFieldChange.php | 2 +- ...etTextLineItemCustomFieldChangeBuilder.php | 2 +- .../SetTextLineItemCustomFieldChangeModel.php | 2 +- .../SetTransactionCustomFieldChange.php | 2 +- ...SetTransactionCustomFieldChangeBuilder.php | 2 +- .../SetTransactionCustomFieldChangeModel.php | 2 +- .../StandalonePriceSetCustomFieldChange.php | 2 +- ...dalonePriceSetCustomFieldChangeBuilder.php | 2 +- ...andalonePriceSetCustomFieldChangeModel.php | 2 +- .../src/Models/ChangeHistory/ModifiedBy.php | 2 +- .../ChangeHistory/ModifiedByBuilder.php | 2 +- .../Models/ChangeHistory/ModifiedByModel.php | 2 +- .../src/Models/ChangeHistory/Record.php | 4 +- .../Models/ChangeHistory/RecordBuilder.php | 4 +- .../src/Models/ChangeHistory/RecordModel.php | 4 +- .../RecordPagedQueryResponse.php | 6 +- .../RecordPagedQueryResponseBuilder.php | 6 +- .../RecordPagedQueryResponseModel.php | 6 +- ...ChangeTargetCustomLineItemsChangeValue.php | 2 +- ...argetCustomLineItemsChangeValueBuilder.php | 2 +- ...eTargetCustomLineItemsChangeValueModel.php | 2 +- .../ChangeTargetLineItemsChangeValue.php | 2 +- ...hangeTargetLineItemsChangeValueBuilder.php | 2 +- .../ChangeTargetLineItemsChangeValueModel.php | 2 +- ...rgetMultiBuyCustomLineItemsChangeValue.php | 2 +- ...tiBuyCustomLineItemsChangeValueBuilder.php | 2 +- ...ultiBuyCustomLineItemsChangeValueModel.php | 2 +- ...angeTargetMultiBuyLineItemsChangeValue.php | 2 +- ...getMultiBuyLineItemsChangeValueBuilder.php | 2 +- ...argetMultiBuyLineItemsChangeValueModel.php | 2 +- .../src/Models/Common/AttributeDefinition.php | 6 +- .../Common/AttributeDefinitionBuilder.php | 6 +- .../Common/AttributeDefinitionModel.php | 6 +- .../src/Models/Common/ClientLogging.php | 4 +- .../Models/Common/ClientLoggingBuilder.php | 4 +- .../src/Models/Common/ClientLoggingModel.php | 4 +- .../src/Models/Common/CustomFields.php | 2 +- .../src/Models/Common/CustomFieldsBuilder.php | 2 +- .../src/Models/Common/CustomFieldsModel.php | 2 +- .../src/Models/Common/LineItem.php | 6 +- .../src/Models/Common/LineItemBuilder.php | 6 +- .../src/Models/Common/LineItemModel.php | 6 +- .../src/Models/Common/Price.php | 2 +- .../src/Models/Common/PriceBuilder.php | 2 +- .../src/Models/Common/PriceModel.php | 2 +- .../src/Models/Common/ProductVariant.php | 14 +- .../Models/Common/ProductVariantBuilder.php | 14 +- .../src/Models/Common/ProductVariantModel.php | 14 +- .../src/Models/Common/ShippingRate.php | 2 +- .../src/Models/Common/ShippingRateBuilder.php | 2 +- .../src/Models/Common/ShippingRateModel.php | 2 +- .../src/Models/Label/QuoteLabel.php | 2 +- .../src/Models/Label/QuoteLabelBuilder.php | 2 +- .../src/Models/Label/QuoteLabelModel.php | 2 +- .../src/Models/Label/QuoteRequestLabel.php | 2 +- .../Models/Label/QuoteRequestLabelBuilder.php | 2 +- .../Models/Label/QuoteRequestLabelModel.php | 2 +- .../src/Models/Label/StagedQuoteLabel.php | 2 +- .../Models/Label/StagedQuoteLabelBuilder.php | 2 +- .../Models/Label/StagedQuoteLabelModel.php | 2 +- .../src/Models/Customers/CustomerImport.php | 2 +- .../Customers/CustomerImportBuilder.php | 2 +- .../Models/Customers/CustomerImportModel.php | 2 +- .../ImportContainerPagedResponse.php | 4 +- .../ImportContainerPagedResponseBuilder.php | 4 +- .../ImportContainerPagedResponseModel.php | 4 +- .../ImportOperationPagedResponse.php | 4 +- .../ImportOperationPagedResponseBuilder.php | 4 +- .../ImportOperationPagedResponseModel.php | 4 +- .../src/Models/Prices/PriceImport.php | 4 +- .../src/Models/Prices/PriceImportBuilder.php | 4 +- .../src/Models/Prices/PriceImportModel.php | 4 +- .../Producttypes/AttributeDefinition.php | 2 +- .../AttributeDefinitionBuilder.php | 2 +- .../Producttypes/AttributeDefinitionModel.php | 2 +- .../Productvariants/ProductVariantImport.php | 2 +- .../ProductVariantImportBuilder.php | 2 +- .../ProductVariantImportModel.php | 2 +- .../StandalonePriceImport.php | 2 +- .../StandalonePriceImportBuilder.php | 2 +- .../StandalonePriceImportModel.php | 2 +- references.txt | 1 + 1386 files changed, 2424 insertions(+), 2423 deletions(-) diff --git a/lib/commercetools-api/docs/RequestBuilder.md b/lib/commercetools-api/docs/RequestBuilder.md index 19a19a2b3d4..15278b16128 100644 --- a/lib/commercetools-api/docs/RequestBuilder.md +++ b/lib/commercetools-api/docs/RequestBuilder.md @@ -787,7 +787,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->asAssociate()->withAssociateIdValue("associateId")->inBusinessUnitKeyWithBusinessUnitKeyValue("businessUnitKey")->orders()->withId("ID")->post(null)` -Updates an Order in a [BusinessUnit](ctp:api:type:BusinessUnit) using one or more [update actions](/../api/projects/orders#update-actions). +Updates an Order in a [BusinessUnit](ctp:api:type:BusinessUnit) using one or more [update actions](/api/projects/orders#update-actions). If the Order exists in the [Project](ctp:api:type:Project) but does not reference the requested Business Unit, this method returns an [InvalidOperation](ctp:api:type:InvalidOperationError) error. @@ -845,7 +845,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->asAssociate()->withAssociateIdValue("associateId")->inBusinessUnitKeyWithBusinessUnitKeyValue("businessUnitKey")->orders()->withOrderNumber("orderNumber")->post(null)` -Updates an Order in a [BusinessUnit](ctp:api:type:BusinessUnit) using one or more [update actions](/../api/projects/orders#update-actions). +Updates an Order in a [BusinessUnit](ctp:api:type:BusinessUnit) using one or more [update actions](/api/projects/orders#update-actions). If the Order exists in the [Project](ctp:api:type:Project) but does not reference the requested Business Unit, this method returns an [InvalidOperation](ctp:api:type:InvalidOperationError) error. @@ -909,7 +909,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->asAssociate()->withAssociateIdValue("associateId")->inBusinessUnitKeyWithBusinessUnitKeyValue("businessUnitKey")->quoteRequests()->head()` -Checks if one or more QuoteRequests exist for the provided query predicate in a BusinessUnit. Returns a `200 OK` status if any QuoteRequests match the query predicate, or a [Not Found](/../api/errors#404-not-found) error otherwise. +Checks if one or more QuoteRequests exist for the provided query predicate in a BusinessUnit. Returns a `200 OK` status if any QuoteRequests match the query predicate, or a [Not Found](/api/errors#404-not-found) error otherwise. ### Example ```php @@ -965,7 +965,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->asAssociate()->withAssociateIdValue("associateId")->inBusinessUnitKeyWithBusinessUnitKeyValue("businessUnitKey")->quoteRequests()->withId("ID")->head()` -Checks if a QuoteRequest exists with the provided `id` in a BusinessUnit. Returns a `200 OK` status if the QuoteRequest exists or a [Not Found](/../api/errors#404-not-found) error otherwise. +Checks if a QuoteRequest exists with the provided `id` in a BusinessUnit. Returns a `200 OK` status if the QuoteRequest exists or a [Not Found](/api/errors#404-not-found) error otherwise. ### Example ```php @@ -983,7 +983,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->asAssociate()->withAssociateIdValue("associateId")->inBusinessUnitKeyWithBusinessUnitKeyValue("businessUnitKey")->quoteRequests()->withId("ID")->post(null)` -Updates a QuoteRequest in a BusinessUnit using one or more [update actions](/../api/projects/quote-requests#update-actions). +Updates a QuoteRequest in a BusinessUnit using one or more [update actions](/api/projects/quote-requests#update-actions). If the QuoteRequest exists in the [Project](ctp:api:type:Project) but does not reference the requested [BusinessUnit](ctp:api:type:BusinessUnit), this method returns an [InvalidOperation](ctp:api:type:InvalidOperationError) error. @@ -1023,7 +1023,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->asAssociate()->withAssociateIdValue("associateId")->inBusinessUnitKeyWithBusinessUnitKeyValue("businessUnitKey")->quoteRequests()->withKey("key")->head()` -Checks if a QuoteRequest exists with the provided `key` in a BusinessUnit. Returns a `200 OK` status if the QuoteRequest exists or a [Not Found](/../api/errors#404-not-found) error otherwise. +Checks if a QuoteRequest exists with the provided `key` in a BusinessUnit. Returns a `200 OK` status if the QuoteRequest exists or a [Not Found](/api/errors#404-not-found) error otherwise. ### Example ```php @@ -1041,7 +1041,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->asAssociate()->withAssociateIdValue("associateId")->inBusinessUnitKeyWithBusinessUnitKeyValue("businessUnitKey")->quoteRequests()->withKey("key")->post(null)` -Updates a QuoteRequest in a BusinessUnit using one or more [update actions](/../api/projects/quote-requests#update-actions). +Updates a QuoteRequest in a BusinessUnit using one or more [update actions](/api/projects/quote-requests#update-actions). If the QuoteRequest exists in the [Project](ctp:api:type:Project) but does not reference the requested [BusinessUnit](ctp:api:type:BusinessUnit), this method returns an [InvalidOperation](ctp:api:type:InvalidOperationError) error. @@ -1078,7 +1078,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->asAssociate()->withAssociateIdValue("associateId")->inBusinessUnitKeyWithBusinessUnitKeyValue("businessUnitKey")->quotes()->head()` -Checks if one or more Quotes exist for the provided query predicate in a BusinessUnit. Returns a `200 OK` status if any Quotes match the query predicate, or a [Not Found](/../api/errors#404-not-found) error otherwise. +Checks if one or more Quotes exist for the provided query predicate in a BusinessUnit. Returns a `200 OK` status if any Quotes match the query predicate, or a [Not Found](/api/errors#404-not-found) error otherwise. ### Example ```php @@ -1115,7 +1115,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->asAssociate()->withAssociateIdValue("associateId")->inBusinessUnitKeyWithBusinessUnitKeyValue("businessUnitKey")->quotes()->withId("ID")->head()` -Checks if a Quote exists with the provided `id` in a BusinessUnit. Returns a `200 OK` status if the Quote exists or a [Not Found](/../api/errors#404-not-found) error otherwise. +Checks if a Quote exists with the provided `id` in a BusinessUnit. Returns a `200 OK` status if the Quote exists or a [Not Found](/api/errors#404-not-found) error otherwise. ### Example ```php @@ -1133,7 +1133,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->asAssociate()->withAssociateIdValue("associateId")->inBusinessUnitKeyWithBusinessUnitKeyValue("businessUnitKey")->quotes()->withId("ID")->post(null)` -Updates a Quote in a BusinessUnit using one or more [update actions](/../api/projects/quotes#update-actions). +Updates a Quote in a BusinessUnit using one or more [update actions](/api/projects/quotes#update-actions). If the Quote exists in the [Project](ctp:api:type:Project) but does not reference the requested [BusinessUnit](ctp:api:type:BusinessUnit), this method returns an [InvalidOperation](ctp:api:type:InvalidOperationError) error. @@ -1173,7 +1173,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->asAssociate()->withAssociateIdValue("associateId")->inBusinessUnitKeyWithBusinessUnitKeyValue("businessUnitKey")->quotes()->withKey("key")->head()` -Checks if a Quote exists with the provided `key` in a BusinessUnit. Returns a `200 OK` status if the Quote exists, or a [Not Found](/../api/errors#404-not-found) error otherwise. +Checks if a Quote exists with the provided `key` in a BusinessUnit. Returns a `200 OK` status if the Quote exists, or a [Not Found](/api/errors#404-not-found) error otherwise. ### Example ```php @@ -1191,7 +1191,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->asAssociate()->withAssociateIdValue("associateId")->inBusinessUnitKeyWithBusinessUnitKeyValue("businessUnitKey")->quotes()->withKey("key")->post(null)` -Updates a Quote in a BusinessUnit using one or more [update actions](/../api/projects/quotes#update-actions). +Updates a Quote in a BusinessUnit using one or more [update actions](/api/projects/quotes#update-actions). If the Quote exists in the [Project](ctp:api:type:Project) but does not reference the requested [BusinessUnit](ctp:api:type:BusinessUnit), this method returns an [InvalidOperation](ctp:api:type:InvalidOperationError) error. @@ -1304,7 +1304,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->asAssociate()->withAssociateIdValue("associateId")->inBusinessUnitKeyWithBusinessUnitKeyValue("businessUnitKey")->shoppingLists()->withId("ID")->post(null)` -Updates a ShoppingList in a [BusinessUnit](ctp:api:type:BusinessUnit) using one or more [update actions](/../api/projects/shoppingLists#update-actions). +Updates a ShoppingList in a [BusinessUnit](ctp:api:type:BusinessUnit) using one or more [update actions](/api/projects/shoppingLists#update-actions). If the ShoppingList exists in the Project but does not reference the requested [BusinessUnit](ctp:api:type:BusinessUnit), this method returns an [InvalidOperation](ctp:api:type:InvalidOperationError) error. @@ -1384,7 +1384,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->asAssociate()->withAssociateIdValue("associateId")->inBusinessUnitKeyWithBusinessUnitKeyValue("businessUnitKey")->shoppingLists()->withKey("key")->post(null)` -Updates a ShoppingList in a [BusinessUnit](ctp:api:type:BusinessUnit) using one or more [update actions](/../api/projects/shoppingLists#update-actions). +Updates a ShoppingList in a [BusinessUnit](ctp:api:type:BusinessUnit) using one or more [update actions](/api/projects/shoppingLists#update-actions). If the ShoppingList exists in the [Project](ctp:api:type:Project) but does not reference the requested [BusinessUnit](ctp:api:type:BusinessUnit), this method returns an [InvalidOperation](ctp:api:type:InvalidOperationError) error. @@ -1945,7 +1945,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->businessUnits()->search()->post(null)` -If the initial indexing is in progress or the feature is inactive, A [SearchNotReady](ctp:api:type:SearchNotReadyError) error is returned. If inactive, you can [reactivate](/../api/projects/business-unit-search#reactivate) it. +If the initial indexing is in progress or the feature is inactive, A [SearchNotReady](ctp:api:type:SearchNotReadyError) error is returned. If inactive, you can [reactivate](/api/projects/business-unit-search#reactivate) it. ### Example @@ -2246,7 +2246,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->carts()->withId("ID")->post(null)` -Updates a Cart in the Project using one or more [update actions](/../api/projects/carts#update-actions). +Updates a Cart in the Project using one or more [update actions](/api/projects/carts#update-actions). ### Example ```php @@ -2310,7 +2310,7 @@ $request = $builder ## `withProjectKey("projectKey")->carts()->customerIdWithCustomerIdValueMerge("customerId")->post(null)` Merges items from an anonymous Cart into the most recently modified active Cart of a Customer. If no active Cart exists, the anonymous Cart becomes the Customer's active Cart. -For more information about merge mode behaviors, merge rules, and tax recalculation, see [Merge a Cart](/../api/carts-orders-overview#merge-a-cart). +For more information about merge mode behaviors, merge rules, and tax recalculation, see [Merge a Cart](/api/carts-orders-overview#merge-a-cart). ### Example @@ -2358,7 +2358,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->carts()->withKey("key")->post(null)` -Updates a Cart in the Project using one or more [update actions](/../api/projects/carts#update-actions). +Updates a Cart in the Project using one or more [update actions](/api/projects/carts#update-actions). ### Example ```php @@ -2420,7 +2420,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->categories()->get()` -Either the [scope](/../api/scopes) `view_products:{projectKey}` or `view_categories:{projectKey}` is required. +Either the [scope](/api/scopes) `view_products:{projectKey}` or `view_categories:{projectKey}` is required. ### Example @@ -2449,7 +2449,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->categories()->post(null)` -Either the [scope](/../api/scopes) `manage_products:{projectKey}` or `manage_categories:{projectKey}` is required. +Either the [scope](/api/scopes) `manage_products:{projectKey}` or `manage_categories:{projectKey}` is required. Creating a Category produces the [CategoryCreated](ctp:api:type:CategoryCreatedMessage) Message. @@ -2466,7 +2466,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->categories()->withId("ID")->get()` -Either the [scope](/../api/scopes) `view_products:{projectKey}` or `view_categories:{projectKey}` is required. +Either the [scope](/api/scopes) `view_products:{projectKey}` or `view_categories:{projectKey}` is required. ### Example @@ -2497,7 +2497,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->categories()->withId("ID")->post(null)` -Either the [scope](/../api/scopes) `manage_products:{projectKey}` or `manage_categories:{projectKey}` is required. +Either the [scope](/api/scopes) `manage_products:{projectKey}` or `manage_categories:{projectKey}` is required. ### Example @@ -2513,7 +2513,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->categories()->withId("ID")->delete()` -Either the [scope](/../api/scopes) `manage_products:{projectKey}` or `manage_categories:{projectKey}` is required. +Either the [scope](/api/scopes) `manage_products:{projectKey}` or `manage_categories:{projectKey}` is required. ### Example @@ -2529,7 +2529,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->categories()->withKey("key")->get()` -Either the [scope](/../api/scopes) `view_products:{projectKey}` or `view_categories:{projectKey}` is required. +Either the [scope](/api/scopes) `view_products:{projectKey}` or `view_categories:{projectKey}` is required. ### Example @@ -2560,7 +2560,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->categories()->withKey("key")->post(null)` -Either the [scope](/../api/scopes) `manage_products:{projectKey}` or `manage_categories:{projectKey}` is required. +Either the [scope](/api/scopes) `manage_products:{projectKey}` or `manage_categories:{projectKey}` is required. ### Example @@ -2576,7 +2576,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->categories()->withKey("key")->delete()` -Either the [scope](/../api/scopes) `manage_products:{projectKey}` or `manage_categories:{projectKey}` is required. +Either the [scope](/api/scopes) `manage_products:{projectKey}` or `manage_categories:{projectKey}` is required. ### Example @@ -2758,7 +2758,7 @@ $request = $builder For performance reasons, it is highly advisable to query for Custom Objects in a container by using the `container` field in the `where` predicate. -This endpoint is deprecated and replaced by the [Query CustomObjects in Container](/../apis/ctp:api:endpoint:/{projectKey}/custom-objects/{container}:GET) endpoint. +This endpoint is deprecated and replaced by the [Query CustomObjects in Container](ctp:api:endpoint:/{projectKey}/custom-objects/{container}:GET) endpoint. ### Example @@ -3040,7 +3040,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->customers()->post(null)` -Allows converting an anonymous Cart to the active Cart of a Customer with [cart merge](/../api/customers-overview#cart-merge-during-sign-in-and-sign-up). +Allows converting an anonymous Cart to the active Cart of a Customer with [cart merge](/api/customers-overview#cart-merge-during-sign-in-and-sign-up). Creating a Customer produces the [CustomerCreated](ctp:api:type:CustomerCreatedMessage) Message. Simultaneously creating two Customers with the same email address can return a [LockedField](ctp:api:type:LockedFieldError) error. @@ -3118,11 +3118,11 @@ $request = $builder ``` ## `withProjectKey("projectKey")->customers()->emailConfirm()->post(null)` -Use this method to verify a global Customer's email during their [email verification process](/../api/customers-overview#customer-email-verification). +Use this method to verify a global Customer's email during their [email verification process](/api/customers-overview#customer-email-verification). Verifying the email of the Customer produces the [CustomerEmailVerified](ctp:api:type:CustomerEmailVerifiedMessage) Message. -After the email is verified, all email tokens issued previously through the [email verification flow](/../api/projects/customers#email-verification-of-customer) are invalidated. This invalidation of tokens is [eventually consistent](/../api/general-concepts#eventual-consistency). +After the email is verified, all email tokens issued previously through the [email verification flow](/api/projects/customers#email-verification-of-customer) are invalidated. This invalidation of tokens is [eventually consistent](/api/general-concepts#eventual-consistency). ### Example @@ -3138,7 +3138,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->customers()->emailToken()->post(null)` -Use this method to create an email token for a global Customer during their [email verification process](/../api/customers-overview#customer-email-verification). +Use this method to create an email token for a global Customer during their [email verification process](/api/customers-overview#customer-email-verification). Creating an email token for the Customer produces the [CustomerEmailTokenCreated](ctp:api:type:CustomerEmailTokenCreatedMessage) Message. The Message will include the token's value, if the token's validity is 60 minutes or less. @@ -3157,7 +3157,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->customers()->withEmailToken("emailToken")->get()` -Use this method to retrieve a global Customer's details by using the email token during their [email verification process](/../api/customers-overview#customer-email-verification). +Use this method to retrieve a global Customer's details by using the email token during their [email verification process](/api/customers-overview#customer-email-verification). ### Example @@ -3250,11 +3250,11 @@ $request = $builder ``` ## `withProjectKey("projectKey")->customers()->passwordReset()->post(null)` -Use this method to reset a global Customer's password during their [password reset process](/../api/customers-overview#customer-password-reset). +Use this method to reset a global Customer's password during their [password reset process](/api/customers-overview#customer-password-reset). Resetting the password of the Customer produces the [CustomerPasswordUpdated](ctp:api:type:CustomerPasswordUpdatedMessage) Message with `reset=true`. -After the password is reset, all password tokens issued previously through the [password reset flow](/../api/projects/customers#password-reset-of-customer) are invalidated. In addition, any access and refresh tokens issued previously through the [password flow](/../api/authorization#password-flow) and [refresh token flow](/../api/authorization#refresh-token-flow) are invalidated. This invalidation of tokens is [eventually consistent](/../api/general-concepts#eventual-consistency). +After the password is reset, all password tokens issued previously through the [password reset flow](/api/projects/customers#password-reset-of-customer) are invalidated. In addition, any access and refresh tokens issued previously through the [password flow](/api/authorization#password-flow) and [refresh token flow](/api/authorization#refresh-token-flow) are invalidated. This invalidation of tokens is [eventually consistent](/api/general-concepts#eventual-consistency). ### Example @@ -3270,7 +3270,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->customers()->passwordToken()->post(null)` -Use this method to create a password reset token for a global Customer during their [password reset process](/../api/customers-overview#customer-password-reset). +Use this method to create a password reset token for a global Customer during their [password reset process](/api/customers-overview#customer-password-reset). Creating a password reset token for the Customer produces the [CustomerPasswordTokenCreated](ctp:api:type:CustomerPasswordTokenCreatedMessage) Message. The Message will include the token's value, if the token's validity is 60 minutes or less. @@ -3289,7 +3289,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->customers()->withPasswordToken("passwordToken")->get()` -Use this method to retrieve the details of a global Customer by using the password token during their [password reset process](/../api/customers-overview#customer-password-reset). +Use this method to retrieve the details of a global Customer by using the password token during their [password reset process](/api/customers-overview#customer-password-reset). ### Example @@ -3306,7 +3306,7 @@ $request = $builder ## `withProjectKey("projectKey")->customers()->search()->post(null)` If the initial indexing is in progress or the feature is inactive, a [SearchNotReady](ctp:api:type:SearchNotReadyError) error is returned. -If inactive, you can [reactivate](/../api/projects/customer-search#reactivate) it. +If inactive, you can [reactivate](/api/projects/customer-search#reactivate) it. ### Example @@ -3560,7 +3560,7 @@ $request = $builder Creates a DiscountGroup in the Project. This request generates the [DiscountGroupCreated](ctp:api:type:DiscountGroupCreatedMessage) Message. -If the [limit](/../api/limits#discount-groups) for active Discount Groups has been reached, a [MaxDiscountGroupsReached](ctp:api:type:MaxDiscountGroupsReachedError) error is returned. +If the [limit](/api/limits#discount-groups) for active Discount Groups has been reached, a [MaxDiscountGroupsReached](ctp:api:type:MaxDiscountGroupsReachedError) error is returned. ### Example @@ -3608,7 +3608,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->discountGroups()->withId("ID")->post(null)` -Updates a DiscountGroup in the Project using one or more [update actions](/../api/projects/discount-groups#update-actions). +Updates a DiscountGroup in the Project using one or more [update actions](/api/projects/discount-groups#update-actions). ### Example @@ -3676,7 +3676,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->discountGroups()->withKey("key")->post(null)` -Updates a DiscountGroup in the Project using one or more [update actions](/../api/projects/discount-groups#update-actions). +Updates a DiscountGroup in the Project using one or more [update actions](/api/projects/discount-groups#update-actions). ### Example @@ -4390,7 +4390,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->inStoreKeyWithStoreKeyValue("storeKey")->carts()->withId("ID")->post(null)` -Updates a Cart in a [Store](ctp:api:type:Store) using one or more [update actions](/../api/projects/carts#update-actions). +Updates a Cart in a [Store](ctp:api:type:Store) using one or more [update actions](/api/projects/carts#update-actions). If the Cart exists in the Project but does not have a `store` specified, or the `store` field references a different Store, this method returns a [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error. @@ -4469,7 +4469,7 @@ Merges items from an anonymous Cart into the most recently modified active Cart If the Cart exists in the Project but does not have a `store` specified, or the `store` field references a different Store, a [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned. -For more information about merge mode behaviors, merge rules, and tax recalculation, see [Merge a Cart](/../api/carts-orders-overview#merge-a-cart). +For more information about merge mode behaviors, merge rules, and tax recalculation, see [Merge a Cart](/api/carts-orders-overview#merge-a-cart). ### Example @@ -4524,7 +4524,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->inStoreKeyWithStoreKeyValue("storeKey")->carts()->withKey("key")->post(null)` -Updates a Cart in a [Store](ctp:api:type:Store) using one or more [update actions](/../api/projects/carts#update-actions). +Updates a Cart in a [Store](ctp:api:type:Store) using one or more [update actions](/api/projects/carts#update-actions). If the Cart exists in the Project but does not have a `store` specified, or the `store` field references a different Store, this method returns a [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error. @@ -4629,7 +4629,7 @@ When using this endpoint, if omitted, the Customer `stores` field is set to the If a Cart with a `store` field specified, the `store` field must reference the same [Store](ctp:api:type:Store) specified in the `{storeKey}` path parameter. -Allows converting an anonymous Cart to the active Cart of a Customer with [cart merge](/../api/customers-overview#cart-merge-during-sign-in-and-sign-up). +Allows converting an anonymous Cart to the active Cart of a Customer with [cart merge](/api/customers-overview#cart-merge-during-sign-in-and-sign-up). If the Customer has multiple active Carts, the anonymous Cart is merged into the most recently modified active Cart. Creating a Customer produces the [CustomerCreated](ctp:api:type:CustomerCreatedMessage) Message. Simultaneously creating two Customers with the same email address can return a [LockedField](ctp:api:type:LockedFieldError) error. @@ -4719,13 +4719,13 @@ $request = $builder ``` ## `withProjectKey("projectKey")->inStoreKeyWithStoreKeyValue("storeKey")->customers()->emailConfirm()->post(null)` -Use this method to verify a Store-specific Customer's email during their [email verification process](/../api/customers-overview#customer-email-verification). +Use this method to verify a Store-specific Customer's email during their [email verification process](/api/customers-overview#customer-email-verification). Verifying the email of the Customer produces the [CustomerEmailVerified](ctp:api:type:CustomerEmailVerifiedMessage) Message. If the Customer exists in the Project but the `stores` field references a different [Store](ctp:api:type:Store), this method returns a [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error. -After the email is verified, all email tokens issued previously through the [email verification flow](/../api/projects/customers#email-verification-of-customer) are invalidated. This invalidation of tokens is [eventually consistent](/../api/general-concepts#eventual-consistency). +After the email is verified, all email tokens issued previously through the [email verification flow](/api/projects/customers#email-verification-of-customer) are invalidated. This invalidation of tokens is [eventually consistent](/api/general-concepts#eventual-consistency). ### Example @@ -4742,7 +4742,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->inStoreKeyWithStoreKeyValue("storeKey")->customers()->emailToken()->post(null)` -Use this method to create an email token for a Store-specific Customer during their [email verification process](/../api/customers-overview#customer-email-verification). +Use this method to create an email token for a Store-specific Customer during their [email verification process](/api/customers-overview#customer-email-verification). If the Customer exists in the Project but the `stores` field references a different Store, this method returns a [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error. @@ -4764,7 +4764,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->inStoreKeyWithStoreKeyValue("storeKey")->customers()->withEmailToken("emailToken")->get()` -Use this method to retrieve a Store-specific Customer's details by using the email token during their [email verification process](/../api/customers-overview#customer-email-verification). +Use this method to retrieve a Store-specific Customer's details by using the email token during their [email verification process](/api/customers-overview#customer-email-verification). If the Customer exists in the Project but the `stores` field references a different [Store](ctp:api:type:Store), this method returns a [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error. @@ -4871,11 +4871,11 @@ $request = $builder ``` ## `withProjectKey("projectKey")->inStoreKeyWithStoreKeyValue("storeKey")->customers()->passwordReset()->post(null)` -Use this method to reset a Store-specific Customer's password during their [password reset process](/../api/customers-overview#customer-password-reset). +Use this method to reset a Store-specific Customer's password during their [password reset process](/api/customers-overview#customer-password-reset). Resetting the password of the Customer produces the [CustomerPasswordUpdated](ctp:api:type:CustomerPasswordUpdatedMessage) Message with `reset=true`. -After the password is reset, all password tokens issued previously through the [password reset flow](/../api/projects/customers#password-reset-of-customer) are invalidated. In addition, any access and refresh tokens issued previously through the [password flow](/../api/authorization#password-flow) and [refresh token flow](/../api/authorization#refresh-token-flow) are invalidated. This invalidation of tokens is [eventually consistent](/../api/general-concepts#eventual-consistency). +After the password is reset, all password tokens issued previously through the [password reset flow](/api/projects/customers#password-reset-of-customer) are invalidated. In addition, any access and refresh tokens issued previously through the [password flow](/api/authorization#password-flow) and [refresh token flow](/api/authorization#refresh-token-flow) are invalidated. This invalidation of tokens is [eventually consistent](/api/general-concepts#eventual-consistency). If the Customer exists in the Project but the `stores` field references a different [Store](ctp:api:type:Store), then this method returns a [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error. @@ -4894,7 +4894,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->inStoreKeyWithStoreKeyValue("storeKey")->customers()->passwordToken()->post(null)` -Use this method to create a password reset token for a Store-specific Customer during their [password reset process](/../api/customers-overview#customer-password-reset). +Use this method to create a password reset token for a Store-specific Customer during their [password reset process](/api/customers-overview#customer-password-reset). If the Customer exists in the Project but the `stores` field references a different Store, this method returns a [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error. @@ -4916,7 +4916,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->inStoreKeyWithStoreKeyValue("storeKey")->customers()->withPasswordToken("passwordToken")->get()` -Use this method to retrieve a Store-specific Customer's details by using the password reset token during their [password reset process](/../api/customers-overview#customer-password-reset). +Use this method to retrieve a Store-specific Customer's details by using the password reset token during their [password reset process](/api/customers-overview#customer-password-reset). If the Customer exists in the Project but the `stores` field references a different Store, this method returns a [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error. @@ -4937,7 +4937,7 @@ $request = $builder Authenticates a Customer associated with a [Store](ctp:api:type:Store). -Allows [merging](/../api/customers-overview#cart-merge-during-sign-in-and-sign-up) items from an anonymous Cart into the most recently modified active Cart of a Customer. +Allows [merging](/api/customers-overview#cart-merge-during-sign-in-and-sign-up) items from an anonymous Cart into the most recently modified active Cart of a Customer. If no active Cart exists, the anonymous Cart becomes the Customer's active Cart. If the Customer has multiple active Carts, the anonymous Cart is merged into the most recently modified active Cart. @@ -5220,9 +5220,9 @@ $request = $builder ``` ## `withProjectKey("projectKey")->inStoreKeyWithStoreKeyValue("storeKey")->me()->emailConfirm()->post(null)` -This is the last step in the [email verification process of a Customer](/../api/projects/customers#email-verification-of-customer-in-store). Returns a `200` status if successful. +This is the last step in the [email verification process of a Customer](/api/projects/customers#email-verification-of-customer-in-store). Returns a `200` status if successful. -After the email is verified, all email tokens issued previously through the [email verification flow](/../api/projects/customers#email-verification-of-customer) are invalidated. This invalidation of tokens is [eventually consistent](/../api/general-concepts#eventual-consistency). +After the email is verified, all email tokens issued previously through the [email verification flow](/api/projects/customers#email-verification-of-customer) are invalidated. This invalidation of tokens is [eventually consistent](/api/general-concepts#eventual-consistency). A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in the following scenarios: @@ -5293,7 +5293,7 @@ $request = $builder Checks if one or more Orders exist for the provided query predicate in a [Store](ctp:api:type:Store) for the authenticated Customer or anonymous user. Returns a `200` status if successful. -A [Not Found](/../api/errors#404-not-found) error is returned in the following scenarios: +A [Not Found](/api/errors#404-not-found) error is returned in the following scenarios: - If no Orders exist in the Store that match the Query Predicate. - If an Order matches the Query Predicate, but no `store` is specified, or the `store` field references a different Store. @@ -5378,7 +5378,7 @@ $request = $builder Checks if an Order exists with the provided `id` in a [Store](ctp:api:type:Store) for the authenticated Customer or anonymous user. Returns a `200` status if successful. -A [Not Found](/../api/errors#404-not-found) error is returned in the following scenarios: +A [Not Found](/api/errors#404-not-found) error is returned in the following scenarios: - If no Order exists in the Store with the provided `id`. - If an Order exists but does not have a `store` specified, or the `store` field references a different Store. @@ -5422,11 +5422,11 @@ $request = $builder ``` ## `withProjectKey("projectKey")->inStoreKeyWithStoreKeyValue("storeKey")->me()->password()->reset()->post(null)` -This is the last step in the [password reset process of the authenticated Customer](/../api/projects/customers#password-reset-of-customer-in-store). +This is the last step in the [password reset process of the authenticated Customer](/api/projects/customers#password-reset-of-customer-in-store). Resetting a password produces the Customer [CustomerPasswordUpdated](ctp:api:type:CustomerPasswordUpdatedMessage) Message with `reset=true`. -After the password is reset, all password tokens issued previously through the [password reset flow](/../api/projects/customers#password-reset-of-customer) are invalidated. In addition, any access and refresh tokens issued previously through the [password flow](/../api/authorization#password-flow) and [refresh token flow](/../api/authorization#refresh-token-flow) are invalidated. This invalidation of tokens is [eventually consistent](/../api/general-concepts#eventual-consistency). +After the password is reset, all password tokens issued previously through the [password reset flow](/api/projects/customers#password-reset-of-customer) are invalidated. In addition, any access and refresh tokens issued previously through the [password flow](/api/authorization#password-flow) and [refresh token flow](/api/authorization#refresh-token-flow) are invalidated. This invalidation of tokens is [eventually consistent](/api/general-concepts#eventual-consistency). A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in the following scenarios: @@ -5474,7 +5474,7 @@ $request = $builder Checks if one or more ShoppingLists exist for the provided query predicate for the authenticated Customer or anonymous user in a [Store](ctp:api:type:Store). Returns `200 OK` status if successful. -A [Not Found](/../api/errors#404-not-found) error is returned in the following scenarios: +A [Not Found](/api/errors#404-not-found) error is returned in the following scenarios: - If no ShoppingLists exist for the provided query predicate in a Store. - If a ShoppingList matches the query predicate but does not have a `store` specified, or the `store` field references a different Store. @@ -5541,7 +5541,7 @@ $request = $builder Checks if a ShoppingList exists with the provided `id` for the authenticated Customer or anonymous user in a [Store](ctp:api:type:Store). Returns a `200` status if successful. -A [Not Found](/../api/errors#404-not-found) error is returned in the following scenarios: +A [Not Found](/api/errors#404-not-found) error is returned in the following scenarios: - If no ShoppingList matches the provided `id` in a Store. - If a ShoppingList matches the provided `id` but does not have a `store` specified, or the `store` field references a different Store. @@ -5563,7 +5563,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->inStoreKeyWithStoreKeyValue("storeKey")->me()->shoppingLists()->withId("ID")->post(null)` -Updates a ShoppingList for the authenticated Customer or anonymous user in a [Store](ctp:api:type:Store) using one or more [update actions](/../api/projects/me-shoppingLists#update-actions). Returns a `200` status if successful. +Updates a ShoppingList for the authenticated Customer or anonymous user in a [Store](ctp:api:type:Store) using one or more [update actions](/api/projects/me-shoppingLists#update-actions). Returns a `200` status if successful. A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in the following scenarios: @@ -5638,7 +5638,7 @@ $request = $builder Checks if a ShoppingList exists with the provided `key` for the authenticated Customer or anonymous user in a [Store](ctp:api:type:Store). Returns a `200` status if successful. -A [Not Found](/../api/errors#404-not-found) error is returned in the following scenarios: +A [Not Found](/api/errors#404-not-found) error is returned in the following scenarios: - If no ShoppingList exists that matches the provided `key` in a Store. - If a ShoppingList matches the provided `key` but does not have a `store` specified, or the `store` field references a different Store. @@ -5660,7 +5660,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->inStoreKeyWithStoreKeyValue("storeKey")->me()->shoppingLists()->withKey("key")->post(null)` -Updates a ShoppingList for the authenticated Customer or anonymous user in a [Store](ctp:api:type:Store) using one or more [update actions](/../api/projects/me-shoppingLists#update-actions). Returns a `200` status if successful. +Updates a ShoppingList for the authenticated Customer or anonymous user in a [Store](ctp:api:type:Store) using one or more [update actions](/api/projects/me-shoppingLists#update-actions). Returns a `200` status if successful. A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in the following scenarios: @@ -5712,7 +5712,7 @@ If used with an optional [access token for an anonymous session](ctp:api:type:An If omitted in the request body, the [Customer](ctp:api:type:Customer) `stores` field is set to the [Store](ctp:api:type:Store) specified in the path parameter. -If the Customer has multiple active Carts, the anonymous Cart is [merged](/../api/customers-overview#cart-merge-during-sign-in-and-sign-up) into the most recently modified active Cart. +If the Customer has multiple active Carts, the anonymous Cart is [merged](/api/customers-overview#cart-merge-during-sign-in-and-sign-up) into the most recently modified active Cart. Creating a Customer produces the [CustomerCreated](ctp:api:type:CustomerCreatedMessage) Message. @@ -5831,7 +5831,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->inStoreKeyWithStoreKeyValue("storeKey")->orders()->withId("ID")->post(null)` -Updates an Order in a [Store](ctp:api:type:Store) using one or more [update actions](/../api/projects/orders#update-actions). +Updates an Order in a [Store](ctp:api:type:Store) using one or more [update actions](/api/projects/orders#update-actions). If the Order exists in the Project but does not have a `store` specified, or the `store` field references a different Store, this method returns a [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error. @@ -5903,7 +5903,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->inStoreKeyWithStoreKeyValue("storeKey")->orders()->withOrderNumber("orderNumber")->post(null)` -Updates an Order in a [Store](ctp:api:type:Store) using one or more [update actions](/../api/projects/orders#update-actions). +Updates an Order in a [Store](ctp:api:type:Store) using one or more [update actions](/api/projects/orders#update-actions). If the Order exists in the Project but does not have a `store` specified, or the `store` field references a different Store, this method returns a [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error. @@ -5968,7 +5968,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->inStoreKeyWithStoreKeyValue("storeKey")->productProjections()->withId("ID")->get()` -Retrieves the [projected](/../api/projects/productProjections#projection-dimensions) representation of a [Product](ctp:api:type:Product) by its ID in the specified [Store](ctp:api:type:Store). +Retrieves the [projected](/api/projects/productProjections#projection-dimensions) representation of a [Product](ctp:api:type:Product) by its ID in the specified [Store](ctp:api:type:Store). If the Store has defined some languages, countries, distribution, supply Channels, and/or Product Selection, they are used for projections based on [locale](ctp:api:type:ProductProjectionLocales), [price](ctp:api:type:ProductProjectionPrices), @@ -5977,7 +5977,7 @@ If [ProductSelection](ctp:api:type:ProductSelection) is used, it affects the [av If a [ProductTailoring](ctp:api:type:ProductTailoring) exists for the Product with the given `key` and the given Store, this endpoint returns the ProductProjection with tailored data. By default, this endpoint returns the `current` representation of Products where the `published` flag is `true`. -If a Product is unpublished (`published=false`), the endpoint returns a [Not Found](/../api/errors#404-not-found) error. +If a Product is unpublished (`published=false`), the endpoint returns a [Not Found](/api/errors#404-not-found) error. Required access scopes: @@ -6016,7 +6016,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->inStoreKeyWithStoreKeyValue("storeKey")->productProjections()->withKey("key")->get()` -Retrieves the [projected](/../api/projects/productProjections#projection-dimensions) representation of a [Product](ctp:api:type:Product) by its Key in the specified [Store](ctp:api:type:Store). +Retrieves the [projected](/api/projects/productProjections#projection-dimensions) representation of a [Product](ctp:api:type:Product) by its Key in the specified [Store](ctp:api:type:Store). If the Store has defined some languages, countries, distribution, supply Channels, and/or Product Selection, they are used for projections based on [locale](ctp:api:type:ProductProjectionLocales), [price](ctp:api:type:ProductProjectionPrices), @@ -6025,7 +6025,7 @@ If [ProductSelection](ctp:api:type:ProductSelection) is used, it affects the [av If a [ProductTailoring](ctp:api:type:ProductTailoring) exists for the Product with the given `key` and the given Store, this endpoint returns the ProductProjection with tailored data. By default, this endpoint returns the `current` representation of Products where the `published` flag is `true`. -If a Product is unpublished (`published=false`), the endpoint returns a [Not Found](/../api/errors#404-not-found) error. +If a Product is unpublished (`published=false`), the endpoint returns a [Not Found](/api/errors#404-not-found) error. Required access scopes: @@ -6651,7 +6651,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->inStoreKeyWithStoreKeyValue("storeKey")->shippingMethods()->matchingCart()->head()` -Checks if an active ShippingMethod that can ship to the shipping address of the provided Cart exists in a [Store](ctp:api:type:Store). Returns a `200 OK` status if the ShippingMethod exists or a [Not Found](/../api/errors#404-not-found) error otherwise. +Checks if an active ShippingMethod that can ship to the shipping address of the provided Cart exists in a [Store](ctp:api:type:Store). Returns a `200 OK` status if the ShippingMethod exists or a [Not Found](/api/errors#404-not-found) error otherwise. ### Example ```php @@ -6749,7 +6749,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->inStoreKeyWithStoreKeyValue("storeKey")->shoppingLists()->withId("ID")->post(null)` -Updates a ShoppingList in a [Store](ctp:api:type:Store) using one or more [update actions](/../api/projects/shoppingLists#update-actions). +Updates a ShoppingList in a [Store](ctp:api:type:Store) using one or more [update actions](/api/projects/shoppingLists#update-actions). If a ShoppingList exists in a Project but does _not_ have the `store` field, or the `store` field references a different Store, the [ResourceNotFound](/errors#404-not-found-1) error is returned. @@ -6822,7 +6822,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->inStoreKeyWithStoreKeyValue("storeKey")->shoppingLists()->withKey("key")->post(null)` -Updates a ShoppingList in a [Store](ctp:api:type:Store) using one or more [update actions](/../api/projects/shoppingLists#update-actions). +Updates a ShoppingList in a [Store](ctp:api:type:Store) using one or more [update actions](/api/projects/shoppingLists#update-actions). If a ShoppingList exists in a Project but does _not_ have the `store` field, or the `store` field references a different Store, the [ResourceNotFound](/errors#404-not-found-1) error is returned. @@ -7063,7 +7063,7 @@ $request = $builder Creates an InventoryEntry in the Project. Only one InventoryEntry can be created for a combination of a SKU and a supply channel. -If quantity limits are provided, existing Line Items that reference a Product Variant with an SKU that matches the Inventory Entry can be affected. For more information, see [Quantity limits](/../api/inventory-overview#quantity-limits). +If quantity limits are provided, existing Line Items that reference a Product Variant with an SKU that matches the Inventory Entry can be affected. For more information, see [Quantity limits](/api/inventory-overview#quantity-limits). Produces the [InventoryEntryCreated](ctp:api:type:InventoryEntryCreatedMessage) Message. @@ -7202,7 +7202,7 @@ $request = $builder Authenticates a global Customer. -Allows [merging](/../api/customers-overview#cart-merge-during-sign-in-and-sign-up) items from an anonymous Cart into the most recently modified active Cart of a Customer. +Allows [merging](/api/customers-overview#cart-merge-during-sign-in-and-sign-up) items from an anonymous Cart into the most recently modified active Cart of a Customer. If no active Cart exists, the anonymous Cart becomes the Customer's active Cart. If the Customer has multiple active Carts, the anonymous Cart is merged into the most recently modified active Cart. @@ -7636,9 +7636,9 @@ $request = $builder ``` ## `withProjectKey("projectKey")->me()->emailConfirm()->post(null)` -This is the last step in the [email verification process of a Customer](/../api/projects/customers#email-verification-of-customer). +This is the last step in the [email verification process of a Customer](/api/projects/customers#email-verification-of-customer). -After the email is verified, all email tokens issued previously through the [email verification flow](/../api/projects/customers#email-verification-of-customer) are invalidated. This invalidation of tokens is [eventually consistent](/../api/general-concepts#eventual-consistency). +After the email is verified, all email tokens issued previously through the [email verification flow](/api/projects/customers#email-verification-of-customer) are invalidated. This invalidation of tokens is [eventually consistent](/api/general-concepts#eventual-consistency). ### Example @@ -7700,7 +7700,7 @@ $request = $builder Checks if one or more Orders exist for the provided query predicate for the authenticated Customer or anonymous user. Returns a `200` status if successful. -A [Not Found](/../api/errors#404-not-found) error is returned in the following scenarios: +A [Not Found](/api/errors#404-not-found) error is returned in the following scenarios: - If no Orders exist that match the provided query predicate. - If one or more Orders exist but don't have either a `customerId` that matches the [customer:{id}](/scopes#internal-oauth) scope, or an `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope. @@ -7782,7 +7782,7 @@ $request = $builder Checks if an Order exists with the provided `id` for the authenticated Customer or anonymous user. Returns a `200` status if successful. -A [Not Found](/../api/errors#404-not-found) error is returned in the following scenarios: +A [Not Found](/api/errors#404-not-found) error is returned in the following scenarios: - If no Order exists for the provided `id`. - If the Order exists but does not have either a `customerId` that matches the [customer:{id}](/scopes#internal-oauth) scope, or an `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope. @@ -7849,11 +7849,11 @@ $request = $builder ``` ## `withProjectKey("projectKey")->me()->password()->reset()->post(null)` -This is the last step in the [password reset process of a Customer](/../api/projects/customers#password-reset-of-customer). +This is the last step in the [password reset process of a Customer](/api/projects/customers#password-reset-of-customer). Resetting a password of the Customer produces the [CustomerPasswordUpdated](ctp:api:type:CustomerPasswordUpdatedMessage) Message with `reset=true`. -After the password is reset, all password tokens issued previously through the [password reset flow](/../api/projects/customers#password-reset-of-customer) are invalidated. In addition, any access and refresh tokens issued previously through the [password flow](/../api/authorization#password-flow) and [refresh token flow](/../api/authorization#refresh-token-flow) are invalidated. This invalidation of tokens is [eventually consistent](/../api/general-concepts#eventual-consistency). +After the password is reset, all password tokens issued previously through the [password reset flow](/api/projects/customers#password-reset-of-customer) are invalidated. In addition, any access and refresh tokens issued previously through the [password flow](/api/authorization#password-flow) and [refresh token flow](/api/authorization#refresh-token-flow) are invalidated. This invalidation of tokens is [eventually consistent](/api/general-concepts#eventual-consistency). ### Example @@ -7949,7 +7949,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->me()->payments()->withId("ID")->post(null)` -Updates a [Payment](/projects/me-payments#mypayment) for the authenticated Customer or anonymous user using one or more [update actions](/../api/projects/me-payments#update-actions). +Updates a [Payment](/projects/me-payments#mypayment) for the authenticated Customer or anonymous user using one or more [update actions](/api/projects/me-payments#update-actions). You can only update a Payment if it has no [Transactions](ctp:api:type:Transaction). @@ -8070,7 +8070,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->me()->quoteRequests()->withId("ID")->post(null)` -Updates a QuoteRequest for the authenticated Customer using one or more [update actions](/../api/projects/quote-requests#update-actions). +Updates a QuoteRequest for the authenticated Customer using one or more [update actions](/api/projects/quote-requests#update-actions). ### Example @@ -8122,7 +8122,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->me()->quoteRequests()->withKey("key")->post(null)` -Updates a QuoteRequest for the authenticated Customer using one or more [update actions](/../api/projects/quote-requests#update-actions). +Updates a QuoteRequest for the authenticated Customer using one or more [update actions](/api/projects/quote-requests#update-actions). ### Example @@ -8207,7 +8207,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->me()->quotes()->withId("ID")->post(null)` -Updates a Quote for the authenticated Customer using one or more [update actions](/../api/projects/quotes#update-actions). +Updates a Quote for the authenticated Customer using one or more [update actions](/api/projects/quotes#update-actions). ### Example @@ -8259,7 +8259,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->me()->quotes()->withKey("key")->post(null)` -Updates a Quote for the authenticated Customer using one or more [update actions](/../api/projects/quotes#update-actions). +Updates a Quote for the authenticated Customer using one or more [update actions](/api/projects/quotes#update-actions). ### Example @@ -8299,7 +8299,7 @@ $request = $builder Checks if one or more ShoppingLists exist for the provided query predicate for the authenticated Customer or anonymous user. Returns a `200` status if successful. -A [Not Found](/../api/errors#404-not-found) error is returned in the following scenarios: +A [Not Found](/api/errors#404-not-found) error is returned in the following scenarios: - If no ShoppingList exists for the provided query predicate. - If a ShoppingList exists but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#internal-oauth) scope. @@ -8358,7 +8358,7 @@ $request = $builder Checks if a ShoppingList exists with the provided `id` for the authenticated Customer or anonymous user. Returns a `200` status if successful. -A [Not Found](/../api/errors#404-not-found) error is returned in the following scenarios: +A [Not Found](/api/errors#404-not-found) error is returned in the following scenarios: - If no ShoppingList exists with the provided `id`. - If a ShoppingList exists but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#internal-oauth) scope. @@ -8378,7 +8378,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->me()->shoppingLists()->withId("ID")->post(null)` -Updates a ShoppingList for the authenticated Customer or anonymous user using one or more [update actions](/../api/projects/me-shoppingLists#update-actions). Returns a `200` status if successful. +Updates a ShoppingList for the authenticated Customer or anonymous user using one or more [update actions](/api/projects/me-shoppingLists#update-actions). Returns a `200` status if successful. A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in the following scenarios: @@ -8446,7 +8446,7 @@ $request = $builder Checks if a ShoppingList exists with the provided `key` for the authenticated Customer or anonymous user. Returns a `200` status if successful. -A [Not Found](/../api/errors#404-not-found) error is returned in the following scenarios: +A [Not Found](/api/errors#404-not-found) error is returned in the following scenarios: - If no ShoppingList exists with the provided `key`. - If a ShoppingList exists but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#internal-oauth) scope, or a `customer` with `id` value that matches the [customer:{id}](/scopes#internal-oauth) scope. @@ -8466,7 +8466,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->me()->shoppingLists()->withKey("key")->post(null)` -Updates a ShoppingList for the authenticated Customer or anonymous user using one or more [update actions](/../api/projects/me-shoppingLists#update-actions). Returns a `200` status if successful. +Updates a ShoppingList for the authenticated Customer or anonymous user using one or more [update actions](/api/projects/me-shoppingLists#update-actions). Returns a `200` status if successful. A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in the following scenarios: @@ -8679,7 +8679,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->orders()->withId("ID")->post(null)` -Updates an Order in the Project using one or more [update actions](/../api/projects/orders#update-actions). +Updates an Order in the Project using one or more [update actions](/api/projects/orders#update-actions). ### Example ```php @@ -8792,7 +8792,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->orders()->edits()->withId("ID")->post(null)` -Updates an OrderEdit in the Project using one or more [update actions](/../api/projects/order-edits#update-actions). +Updates an OrderEdit in the Project using one or more [update actions](/api/projects/order-edits#update-actions). ### Example ```php @@ -8874,7 +8874,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->orders()->edits()->withKey("key")->post(null)` -Updates an OrderEdit in the Project using one or more [update actions](/../api/projects/order-edits#update-actions). +Updates an OrderEdit in the Project using one or more [update actions](/api/projects/order-edits#update-actions). ### Example ```php @@ -8958,7 +8958,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->orders()->withOrderNumber("orderNumber")->post(null)` -Updates an Order in the Project using one or more [update actions](/../api/projects/orders#update-actions). +Updates an Order in the Project using one or more [update actions](/api/projects/orders#update-actions). ### Example ```php @@ -9128,7 +9128,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->paymentMethods()->withId("ID")->post(null)` -Updates a PaymentMethod in the Project using one or more [update actions](/../api/projects/payment-methods#update-actions). +Updates a PaymentMethod in the Project using one or more [update actions](/api/projects/payment-methods#update-actions). ### Example @@ -9194,7 +9194,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->paymentMethods()->withKey("key")->post(null)` -Updates a PaymentMethod in the Project using one or more [update actions](/../api/projects/payment-methods#update-actions). +Updates a PaymentMethod in the Project using one or more [update actions](/api/projects/payment-methods#update-actions). ### Example @@ -9301,7 +9301,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->payments()->withId("ID")->post(null)` -Updates a Payment in the Project using one or more [update actions](/../api/projects/payments#update-actions). +Updates a Payment in the Project using one or more [update actions](/api/projects/payments#update-actions). ### Example ```php @@ -9361,7 +9361,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->payments()->withKey("key")->post(null)` -Updates a Payment in the Project using one or more [update actions](/../api/projects/payments#update-actions). +Updates a Payment in the Project using one or more [update actions](/api/projects/payments#update-actions). ### Example ```php @@ -9572,10 +9572,10 @@ $request = $builder ``` ## `withProjectKey("projectKey")->productProjections()->get()` -Retrieves the [projected](/../api/projects/productProjections#projection-dimensions) representation of [Products](ctp:api:type:Product) by [query predicates](/../api/predicates/query). +Retrieves the [projected](/api/projects/productProjections#projection-dimensions) representation of [Products](ctp:api:type:Product) by [query predicates](/api/predicates/query). By default, this endpoint returns the `current` representation of Products where the `published` flag is `true`. -If a Product is unpublished (`published=false`), the endpoint returns a [Not Found](/../api/errors#404-not-found) error. +If a Product is unpublished (`published=false`), the endpoint returns a [Not Found](/api/errors#404-not-found) error. Required access scopes: @@ -9610,10 +9610,10 @@ $request = $builder ``` ## `withProjectKey("projectKey")->productProjections()->withId("ID")->get()` -Retrieves the [projected](/../api/projects/productProjections#projection-dimensions) representation of a [Product](ctp:api:type:Product) by its ID. +Retrieves the [projected](/api/projects/productProjections#projection-dimensions) representation of a [Product](ctp:api:type:Product) by its ID. By default, this endpoint returns the `current` representation of Products where the `published` flag is `true`. -If a Product is unpublished (`published=false`), the endpoint returns a [Not Found](/../api/errors#404-not-found) error. +If a Product is unpublished (`published=false`), the endpoint returns a [Not Found](/api/errors#404-not-found) error. Required access scopes: @@ -9650,10 +9650,10 @@ $request = $builder ``` ## `withProjectKey("projectKey")->productProjections()->withKey("key")->get()` -Retrieves the [projected](/../api/projects/productProjections#projection-dimensions) representation of a [Product](ctp:api:type:Product) by its Key. +Retrieves the [projected](/api/projects/productProjections#projection-dimensions) representation of a [Product](ctp:api:type:Product) by its Key. By default, this endpoint returns the `current` representation of Products where the `published` flag is `true`. -If a Product is unpublished (`published=false`), the endpoint returns a [Not Found](/../api/errors#404-not-found) error. +If a Product is unpublished (`published=false`), the endpoint returns a [Not Found](/api/errors#404-not-found) error. Required access scopes: @@ -10232,7 +10232,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->products()->get()` -If [Product price selection query parameters](/../api/pricing-and-discounts-overview#product-price-selection) are provided, the selected Prices are added to the response. +If [Product price selection query parameters](/api/pricing-and-discounts-overview#product-price-selection) are provided, the selected Prices are added to the response. ### Example ```php @@ -10261,7 +10261,7 @@ $request = $builder ## `withProjectKey("projectKey")->products()->post(null)` To create a new Product, send a representation that is going to become the initial _staged_ and _current_ representation of the new Product in the catalog. -If [Product price selection query parameters](/../api/pricing-and-discounts-overview#product-price-selection) are provided, selected Prices will be added to the response. +If [Product price selection query parameters](/api/pricing-and-discounts-overview#product-price-selection) are provided, selected Prices will be added to the response. Produces the [ProductCreated](/projects/messages/product-catalog-messages#product-created) Message. @@ -10277,7 +10277,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->products()->withId("ID")->get()` -If [Product price selection query parameters](/../api/pricing-and-discounts-overview#product-price-selection) are provided, the selected Prices are added to the response. +If [Product price selection query parameters](/api/pricing-and-discounts-overview#product-price-selection) are provided, the selected Prices are added to the response. ### Example ```php @@ -10307,7 +10307,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->products()->withId("ID")->post(null)` -If [Product price selection query parameters](/../api/pricing-and-discounts-overview#product-price-selection) are provided, the selected Prices are added to the response. +If [Product price selection query parameters](/api/pricing-and-discounts-overview#product-price-selection) are provided, the selected Prices are added to the response. A failed response can return a [DuplicatePriceScope](ctp:api:type:DuplicatePriceScopeError), [DuplicateVariantValues](ctp:api:type:DuplicateVariantValuesError), [DuplicateAttributeValue](ctp:api:type:DuplicateAttributeValueError), or [DuplicateAttributeValues](ctp:api:type:DuplicateAttributeValuesError) error. @@ -10324,7 +10324,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->products()->withId("ID")->delete()` -If [Product price selection query parameters](/../api/pricing-and-discounts-overview#product-price-selection) are provided, the selected Prices are added to the response. +If [Product price selection query parameters](/api/pricing-and-discounts-overview#product-price-selection) are provided, the selected Prices are added to the response. Produces the [ProductDeleted](/projects/messages/product-catalog-messages#product-deleted) Message. ### Example @@ -10382,7 +10382,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->products()->withKey("key")->get()` -If [Product price selection query parameters](/../api/pricing-and-discounts-overview#product-price-selection) are provided, the selected Prices are added to the response. +If [Product price selection query parameters](/api/pricing-and-discounts-overview#product-price-selection) are provided, the selected Prices are added to the response. ### Example ```php @@ -10427,7 +10427,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->products()->withKey("key")->delete()` -If [Product price selection query parameters](/../api/pricing-and-discounts-overview#product-price-selection) are provided, the selected Prices are added to the response. +If [Product price selection query parameters](/api/pricing-and-discounts-overview#product-price-selection) are provided, the selected Prices are added to the response. Produces the [ProductDeleted](/projects/messages/product-catalog-messages#product-deleted) Message. ### Example @@ -10460,7 +10460,7 @@ $request = $builder ## `withProjectKey("projectKey")->products()->search()->post(null)` If indexing is in progress or if Product Search is inactive, an [ObjectNotFound](ctp:api:type:ObjectNotFoundError) error is returned. -If inactive, you can [reactivate](/../api/projects/product-search#activate-the-product-search-api) it. +If inactive, you can [reactivate](/api/projects/product-search#activate-the-product-search-api) it. ### Example @@ -10490,7 +10490,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->quoteRequests()->head()` -Checks if one or more QuoteRequests exist for the provided query predicate. Returns a `200 OK` status if any QuoteRequests match the query predicate, or a [Not Found](/../api/errors#404-not-found) error otherwise. +Checks if one or more QuoteRequests exist for the provided query predicate. Returns a `200 OK` status if any QuoteRequests match the query predicate, or a [Not Found](/api/errors#404-not-found) error otherwise. ### Example ```php @@ -10533,7 +10533,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->quoteRequests()->withId("ID")->head()` -Checks if a QuoteRequest exists with the provided `id`. Returns a `200 OK` status if the QuoteRequest exists, or a [Not Found](/../api/errors#404-not-found) error otherwise. +Checks if a QuoteRequest exists with the provided `id`. Returns a `200 OK` status if the QuoteRequest exists, or a [Not Found](/api/errors#404-not-found) error otherwise. ### Example ```php @@ -10548,7 +10548,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->quoteRequests()->withId("ID")->post(null)` -Updates a QuoteRequest in the Project using one or more [update actions](/../api/projects/quote-requests#update-actions). +Updates a QuoteRequest in the Project using one or more [update actions](/api/projects/quote-requests#update-actions). ### Example ```php @@ -10593,7 +10593,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->quoteRequests()->withKey("key")->head()` -Checks if a QuoteRequest exists with the provided `key`. Returns a `200 OK` status if the QuoteRequest exists, or a [Not Found](/../api/errors#404-not-found) error otherwise. +Checks if a QuoteRequest exists with the provided `key`. Returns a `200 OK` status if the QuoteRequest exists, or a [Not Found](/api/errors#404-not-found) error otherwise. ### Example ```php @@ -10608,7 +10608,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->quoteRequests()->withKey("key")->post(null)` -Updates a QuoteRequest in the Project using one or more [update actions](/../api/projects/quote-requests#update-actions). +Updates a QuoteRequest in the Project using one or more [update actions](/api/projects/quote-requests#update-actions). ### Example ```php @@ -10652,7 +10652,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->quotes()->head()` -Checks if one or more Quotes exist for the provided query predicate. Returns a `200 OK` status if any Quotes match the query predicate, or a [Not Found](/../api/errors#404-not-found) error otherwise. +Checks if one or more Quotes exist for the provided query predicate. Returns a `200 OK` status if any Quotes match the query predicate, or a [Not Found](/api/errors#404-not-found) error otherwise. ### Example ```php @@ -10695,7 +10695,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->quotes()->withId("ID")->head()` -Checks if a Quote exists with the provided `id`. Returns a `200 OK` status if the Quote exists, or a [Not Found](/../api/errors#404-not-found) error otherwise. +Checks if a Quote exists with the provided `id`. Returns a `200 OK` status if the Quote exists, or a [Not Found](/api/errors#404-not-found) error otherwise. ### Example ```php @@ -10710,7 +10710,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->quotes()->withId("ID")->post(null)` -Updates a Quote in the Project using one or more [update actions](/../api/projects/quotes#update-actions). +Updates a Quote in the Project using one or more [update actions](/api/projects/quotes#update-actions). ### Example ```php @@ -10755,7 +10755,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->quotes()->withKey("key")->head()` -Checks if a Quote exists with the provided `key`. Returns a `200 OK` status if the Quote exists, or a [Not Found](/../api/errors#404-not-found) error otherwise. +Checks if a Quote exists with the provided `key`. Returns a `200 OK` status if the Quote exists, or a [Not Found](/api/errors#404-not-found) error otherwise. ### Example ```php @@ -10770,7 +10770,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->quotes()->withKey("key")->post(null)` -Updates a Quote in the Project using one or more [update actions](/../api/projects/quotes#update-actions). +Updates a Quote in the Project using one or more [update actions](/api/projects/quotes#update-actions). ### Example ```php @@ -10877,7 +10877,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->recurrencePolicies()->withId("ID")->post(null)` -Updates a Recurrence Policy using one or more [update actions](/../api/projects/recurrence-policies#update-actions). +Updates a Recurrence Policy using one or more [update actions](/api/projects/recurrence-policies#update-actions). ### Example @@ -10943,7 +10943,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->recurrencePolicies()->withKey("key")->post(null)` -Updates a Recurrence Policy using one or more [update actions](/../api/projects/recurrence-policies#update-actions). +Updates a Recurrence Policy using one or more [update actions](/api/projects/recurrence-policies#update-actions). ### Example @@ -11061,7 +11061,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->recurringOrders()->withId("ID")->post(null)` -Updates a Recurring Order using one or more [update actions](/../api/projects/recurring-orders#update-actions). +Updates a Recurring Order using one or more [update actions](/api/projects/recurring-orders#update-actions). A Recurring Order can only be updated when it is not processing an Order. Otherwise, an [InvalidOperation](ctp:api:type:InvalidOperationError) error is returned. @@ -11127,7 +11127,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->recurringOrders()->withKey("key")->post(null)` -Updates a Recurring Order using one or more [update actions](/../api/projects/recurring-orders#update-actions). +Updates a Recurring Order using one or more [update actions](/api/projects/recurring-orders#update-actions). A Recurring Order can only be updated when it is not processing an Order. Otherwise, an [InvalidOperation](ctp:api:type:InvalidOperationError) error is returned. @@ -11337,7 +11337,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->shippingMethods()->head()` -Checks if one or more ShippingMethods exist for the provided query predicate. Returns a `200 OK` status if any ShippingMethods match the query predicate or a [Not Found](/../api/errors#404-not-found) error otherwise. +Checks if one or more ShippingMethods exist for the provided query predicate. Returns a `200 OK` status if any ShippingMethods match the query predicate or a [Not Found](/api/errors#404-not-found) error otherwise. ### Example ```php @@ -11380,7 +11380,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->shippingMethods()->withId("ID")->head()` -Checks if a ShippingMethod exists with the provided `id`. Returns a `200 OK` status if the ShippingMethod exists or a [Not Found](/../api/errors#404-not-found) error otherwise. +Checks if a ShippingMethod exists with the provided `id`. Returns a `200 OK` status if the ShippingMethod exists or a [Not Found](/api/errors#404-not-found) error otherwise. ### Example ```php @@ -11395,7 +11395,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->shippingMethods()->withId("ID")->post(null)` -Updates a ShippingMethod in the Project using one or more [update actions](/../api/projects/shippingMethods#update-actions). +Updates a ShippingMethod in the Project using one or more [update actions](/api/projects/shippingMethods#update-actions). ### Example ```php @@ -11440,7 +11440,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->shippingMethods()->withKey("key")->head()` -Checks if a ShippingMethod exists with the provided `key`. Returns a `200 OK` status if the ShippingMethod exists or a [Not Found](/../api/errors#404-not-found) error otherwise. +Checks if a ShippingMethod exists with the provided `key`. Returns a `200 OK` status if the ShippingMethod exists or a [Not Found](/api/errors#404-not-found) error otherwise. ### Example ```php @@ -11455,7 +11455,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->shippingMethods()->withKey("key")->post(null)` -Updates a ShippingMethod in the Project using one or more [update actions](/../api/projects/shippingMethods#update-actions). +Updates a ShippingMethod in the Project using one or more [update actions](/api/projects/shippingMethods#update-actions). ### Example ```php @@ -11505,7 +11505,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->shippingMethods()->matchingCart()->head()` -Checks if an active ShippingMethod exists for the provided Cart. Returns a `200 OK` status if the ShippingMethod exists or a [Not Found](/../api/errors#404-not-found) error otherwise. +Checks if an active ShippingMethod exists for the provided Cart. Returns a `200 OK` status if the ShippingMethod exists or a [Not Found](/api/errors#404-not-found) error otherwise. ### Example ```php @@ -11541,7 +11541,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->shippingMethods()->matchingCartLocation()->head()` -Checks if an active ShippingMethod that can ship to the provided [Location](ctp:api:type:Location) exists for the provided Cart. Returns a `200 OK` status if the ShippingMethod exists or a [Not Found](/../api/errors#404-not-found) error otherwise. +Checks if an active ShippingMethod that can ship to the provided [Location](ctp:api:type:Location) exists for the provided Cart. Returns a `200 OK` status if the ShippingMethod exists or a [Not Found](/api/errors#404-not-found) error otherwise. ### Example ```php @@ -11580,7 +11580,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->shippingMethods()->matchingLocation()->head()` -Checks if an active ShippingMethod that can ship to the provided [Location](ctp:api:type:Location) exists. Returns a `200 OK` status if the ShippingMethod exists or a [Not Found](/../api/errors#404-not-found) error otherwise. +Checks if an active ShippingMethod that can ship to the provided [Location](ctp:api:type:Location) exists. Returns a `200 OK` status if the ShippingMethod exists or a [Not Found](/api/errors#404-not-found) error otherwise. ### Example ```php @@ -11615,7 +11615,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->shippingMethods()->matchingOrderedit()->head()` -Checks if an active ShippingMethod that can ship to the provided [Location](ctp:api:type:Location) exists for the provided [OrderEdit](ctp:api:type:OrderEdit). Returns a `200 OK` status if the ShippingMethod exists or a [Not Found](/../api/errors#404-not-found) error otherwise. +Checks if an active ShippingMethod that can ship to the provided [Location](ctp:api:type:Location) exists for the provided [OrderEdit](ctp:api:type:OrderEdit). Returns a `200 OK` status if the ShippingMethod exists or a [Not Found](/api/errors#404-not-found) error otherwise. ### Example ```php @@ -11702,7 +11702,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->shoppingLists()->withId("ID")->post(null)` -Updates a ShoppingList in the Project using one or more [update actions](/../api/projects/shoppingLists#update-actions). +Updates a ShoppingList in the Project using one or more [update actions](/api/projects/shoppingLists#update-actions). ### Example ```php @@ -11762,7 +11762,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->shoppingLists()->withKey("key")->post(null)` -Updates a ShoppingList in the Project using one or more [update actions](/../api/projects/shoppingLists#update-actions). +Updates a ShoppingList in the Project using one or more [update actions](/api/projects/shoppingLists#update-actions). ### Example ```php @@ -11806,7 +11806,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->stagedQuotes()->head()` -Checks if one or more StagedQuotes exist for the provided query predicate. Returns a `200 OK` status if any StagedQuotes match the query predicate or a [Not Found](/../api/errors#404-not-found) error otherwise. +Checks if one or more StagedQuotes exist for the provided query predicate. Returns a `200 OK` status if any StagedQuotes match the query predicate or a [Not Found](/api/errors#404-not-found) error otherwise. ### Example ```php @@ -11849,7 +11849,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->stagedQuotes()->withId("ID")->head()` -Checks if a StagedQuote exists with the provided `id`. Returns a `200 OK` status if the StagedQuote exists, or a [Not Found](/../api/errors#404-not-found) error otherwise. +Checks if a StagedQuote exists with the provided `id`. Returns a `200 OK` status if the StagedQuote exists, or a [Not Found](/api/errors#404-not-found) error otherwise. ### Example ```php @@ -11864,7 +11864,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->stagedQuotes()->withId("ID")->post(null)` -Updates a StagedQuote in the Project using one or more [update actions](/../api/projects/staged-quotes#update-actions). +Updates a StagedQuote in the Project using one or more [update actions](/api/projects/staged-quotes#update-actions). ### Example ```php @@ -11909,7 +11909,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->stagedQuotes()->withKey("key")->head()` -Checks if a StagedQuote exists with the provided `key`. Returns a `200 OK` status if the StagedQuote exists, or a [Not Found](/../api/errors#404-not-found) error otherwise. +Checks if a StagedQuote exists with the provided `key`. Returns a `200 OK` status if the StagedQuote exists, or a [Not Found](/api/errors#404-not-found) error otherwise. ### Example ```php @@ -11924,7 +11924,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->stagedQuotes()->withKey("key")->post(null)` -Updates a StagedQuote in the Project using one or more [update actions](/../api/projects/staged-quotes#update-actions). +Updates a StagedQuote in the Project using one or more [update actions](/api/projects/staged-quotes#update-actions). ### Example ```php @@ -12477,7 +12477,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->subscriptions()->post(null)` -A test notification is sent to ensure the correct configuration of the Destination. If the notification cannot be delivered, the Subscription will not be created. The payload of the test notification is of type [ResourceCreated](/../api/projects/subscriptions#resourcecreateddeliverypayload) for the `resourceTypeId` `subscription`. +A test notification is sent to ensure the correct configuration of the Destination. If the notification cannot be delivered, the Subscription will not be created. The payload of the test notification is of type [ResourceCreated](/api/projects/subscriptions#resourcecreateddeliverypayload) for the `resourceTypeId` `subscription`. ### Example @@ -12552,7 +12552,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->subscriptions()->withId("ID")->withIdHealth()->get()` -This endpoint can be polled by a monitoring or alerting system that checks the health of your Subscriptions. To ease integration with such systems this endpoint does not require [Authorization](/../api/authorization). +This endpoint can be polled by a monitoring or alerting system that checks the health of your Subscriptions. To ease integration with such systems this endpoint does not require [Authorization](/api/authorization). ### Example @@ -12967,7 +12967,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->zones()->head()` -Checks if one or more Zones exist for the provided query predicate. Returns a `200 OK` status if any Zones match the query predicate, or a [Not Found](/../api/errors#404-not-found) error otherwise. +Checks if one or more Zones exist for the provided query predicate. Returns a `200 OK` status if any Zones match the query predicate, or a [Not Found](/api/errors#404-not-found) error otherwise. ### Example ```php @@ -13010,7 +13010,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->zones()->withId("ID")->head()` -Checks if a Zone exists with the provided `id`. Returns a `200 OK` status if the Zone exists or a [Not Found](/../api/errors#404-not-found) error otherwise. +Checks if a Zone exists with the provided `id`. Returns a `200 OK` status if the Zone exists or a [Not Found](/api/errors#404-not-found) error otherwise. ### Example ```php @@ -13070,7 +13070,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->zones()->withKey("key")->head()` -Checks if a Zone exists with the provided `key`. Returns a `200 OK` status if the Zone exists or a [Not Found](/../api/errors#404-not-found) error otherwise. +Checks if a Zone exists with the provided `key`. Returns a `200 OK` status if the Zone exists or a [Not Found](/api/errors#404-not-found) error otherwise. ### Example ```php @@ -13085,7 +13085,7 @@ $request = $builder ``` ## `withProjectKey("projectKey")->zones()->withKey("key")->post(null)` -Updates a Zone in the Project using one or more [update actions](/../api/projects/zones#update-actions). +Updates a Zone in the Project using one or more [update actions](/api/projects/zones#update-actions). ### Example ```php diff --git a/lib/commercetools-api/src/Models/ApiClient/ApiClient.php b/lib/commercetools-api/src/Models/ApiClient/ApiClient.php index 62e7c7d2a00..8edd18724b7 100644 --- a/lib/commercetools-api/src/Models/ApiClient/ApiClient.php +++ b/lib/commercetools-api/src/Models/ApiClient/ApiClient.php @@ -25,7 +25,7 @@ interface ApiClient extends JsonObject public const FIELD_REFRESH_TOKEN_VALIDITY_SECONDS = 'refreshTokenValiditySeconds'; /** - *The OAuth2 client_id that can be used to obtain an access token.
The OAuth2 client_id that can be used to obtain an access token.
Whitespace-separated list of OAuth scopes that can be used when obtaining an access token.
+ *Whitespace-separated list of OAuth scopes that can be used when obtaining an access token.
* * @return null|string @@ -50,7 +50,7 @@ public function getScope(); /** *Only shown once in the response of creating the APIClient.
- * This is the OAuth2 client_secret that can be used to obtain an access token.
client_secret that can be used to obtain an access token.
*
* @return null|string
@@ -58,7 +58,7 @@ public function getScope();
public function getSecret();
/**
- * Date of the last day this APIClient was used to obtain an access token.
+ *Date of the last day this APIClient was used to obtain an access token.
* * @return null|DateTimeImmutable diff --git a/lib/commercetools-api/src/Models/ApiClient/ApiClientBuilder.php b/lib/commercetools-api/src/Models/ApiClient/ApiClientBuilder.php index 5c14bfe0ad8..19845f02569 100644 --- a/lib/commercetools-api/src/Models/ApiClient/ApiClientBuilder.php +++ b/lib/commercetools-api/src/Models/ApiClient/ApiClientBuilder.php @@ -76,7 +76,7 @@ final class ApiClientBuilder implements Builder private $refreshTokenValiditySeconds; /** - *The OAuth2 client_id that can be used to obtain an access token.
The OAuth2 client_id that can be used to obtain an access token.
Whitespace-separated list of OAuth scopes that can be used when obtaining an access token.
+ *Whitespace-separated list of OAuth scopes that can be used when obtaining an access token.
* * @return null|string @@ -110,7 +110,7 @@ public function getScope() /** *Only shown once in the response of creating the APIClient.
- * This is the OAuth2 client_secret that can be used to obtain an access token.
client_secret that can be used to obtain an access token.
*
* @return null|string
@@ -121,7 +121,7 @@ public function getSecret()
}
/**
- * Date of the last day this APIClient was used to obtain an access token.
+ *Date of the last day this APIClient was used to obtain an access token.
* * @return null|DateTimeImmutable diff --git a/lib/commercetools-api/src/Models/ApiClient/ApiClientDraft.php b/lib/commercetools-api/src/Models/ApiClient/ApiClientDraft.php index a59d77dba1b..f6940072100 100644 --- a/lib/commercetools-api/src/Models/ApiClient/ApiClientDraft.php +++ b/lib/commercetools-api/src/Models/ApiClient/ApiClientDraft.php @@ -28,7 +28,7 @@ interface ApiClientDraft extends JsonObject public function getName(); /** - *Whitespace-separated list of OAuth scopes that can be used when obtaining an access token.
+ *Whitespace-separated list of OAuth scopes that can be used when obtaining an access token.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/ApiClient/ApiClientDraftBuilder.php b/lib/commercetools-api/src/Models/ApiClient/ApiClientDraftBuilder.php index 09e3b14e729..28b8e83127f 100644 --- a/lib/commercetools-api/src/Models/ApiClient/ApiClientDraftBuilder.php +++ b/lib/commercetools-api/src/Models/ApiClient/ApiClientDraftBuilder.php @@ -62,7 +62,7 @@ public function getName() } /** - *Whitespace-separated list of OAuth scopes that can be used when obtaining an access token.
+ *Whitespace-separated list of OAuth scopes that can be used when obtaining an access token.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/ApiClient/ApiClientDraftModel.php b/lib/commercetools-api/src/Models/ApiClient/ApiClientDraftModel.php index 65f4e3d99e3..c8bf1af659d 100644 --- a/lib/commercetools-api/src/Models/ApiClient/ApiClientDraftModel.php +++ b/lib/commercetools-api/src/Models/ApiClient/ApiClientDraftModel.php @@ -88,7 +88,7 @@ public function getName() } /** - *Whitespace-separated list of OAuth scopes that can be used when obtaining an access token.
+ *Whitespace-separated list of OAuth scopes that can be used when obtaining an access token.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/ApiClient/ApiClientModel.php b/lib/commercetools-api/src/Models/ApiClient/ApiClientModel.php index 50dd23a2e5d..c9e85ffc465 100644 --- a/lib/commercetools-api/src/Models/ApiClient/ApiClientModel.php +++ b/lib/commercetools-api/src/Models/ApiClient/ApiClientModel.php @@ -101,7 +101,7 @@ public function __construct( } /** - *The OAuth2 client_id that can be used to obtain an access token.
The OAuth2 client_id that can be used to obtain an access token.
Whitespace-separated list of OAuth scopes that can be used when obtaining an access token.
+ *Whitespace-separated list of OAuth scopes that can be used when obtaining an access token.
* * * @return null|string @@ -162,7 +162,7 @@ public function getScope() /** *Only shown once in the response of creating the APIClient.
- * This is the OAuth2 client_secret that can be used to obtain an access token.
client_secret that can be used to obtain an access token.
*
*
* @return null|string
@@ -182,7 +182,7 @@ public function getSecret()
}
/**
- * Date of the last day this APIClient was used to obtain an access token.
+ *Date of the last day this APIClient was used to obtain an access token.
* * * @return null|DateTimeImmutable diff --git a/lib/commercetools-api/src/Models/ApiClient/ApiClientPagedQueryResponse.php b/lib/commercetools-api/src/Models/ApiClient/ApiClientPagedQueryResponse.php index 137562deb52..0e78cea9254 100644 --- a/lib/commercetools-api/src/Models/ApiClient/ApiClientPagedQueryResponse.php +++ b/lib/commercetools-api/src/Models/ApiClient/ApiClientPagedQueryResponse.php @@ -20,7 +20,7 @@ interface ApiClientPagedQueryResponse extends JsonObject public const FIELD_RESULTS = 'results'; /** - *Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -28,7 +28,7 @@ interface ApiClientPagedQueryResponse extends JsonObject public function getLimit(); /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -45,10 +45,10 @@ public function getCount(); /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/ApiClient/ApiClientPagedQueryResponseBuilder.php b/lib/commercetools-api/src/Models/ApiClient/ApiClientPagedQueryResponseBuilder.php
index 6f47eea9c7a..1d8263c50ab 100644
--- a/lib/commercetools-api/src/Models/ApiClient/ApiClientPagedQueryResponseBuilder.php
+++ b/lib/commercetools-api/src/Models/ApiClient/ApiClientPagedQueryResponseBuilder.php
@@ -51,7 +51,7 @@ final class ApiClientPagedQueryResponseBuilder implements Builder
private $results;
/**
- * Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -62,7 +62,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -85,10 +85,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/ApiClient/ApiClientPagedQueryResponseModel.php b/lib/commercetools-api/src/Models/ApiClient/ApiClientPagedQueryResponseModel.php
index 6e6e75fbea1..7930db7384e 100644
--- a/lib/commercetools-api/src/Models/ApiClient/ApiClientPagedQueryResponseModel.php
+++ b/lib/commercetools-api/src/Models/ApiClient/ApiClientPagedQueryResponseModel.php
@@ -68,7 +68,7 @@ public function __construct(
}
/**
- * Number of results requested.
+ *Number of results requested.
* * * @return null|int @@ -88,7 +88,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * * @return null|int @@ -129,10 +129,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/ApprovalFlow/ApprovalFlowPagedQueryResponse.php b/lib/commercetools-api/src/Models/ApprovalFlow/ApprovalFlowPagedQueryResponse.php
index 9716f6c19ff..b6e36b9f436 100644
--- a/lib/commercetools-api/src/Models/ApprovalFlow/ApprovalFlowPagedQueryResponse.php
+++ b/lib/commercetools-api/src/Models/ApprovalFlow/ApprovalFlowPagedQueryResponse.php
@@ -20,7 +20,7 @@ interface ApprovalFlowPagedQueryResponse extends JsonObject
public const FIELD_RESULTS = 'results';
/**
- * Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -28,7 +28,7 @@ interface ApprovalFlowPagedQueryResponse extends JsonObject public function getLimit(); /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -45,10 +45,10 @@ public function getCount(); /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/ApprovalFlow/ApprovalFlowPagedQueryResponseBuilder.php b/lib/commercetools-api/src/Models/ApprovalFlow/ApprovalFlowPagedQueryResponseBuilder.php
index 7cf17a011ca..17d01924ce9 100644
--- a/lib/commercetools-api/src/Models/ApprovalFlow/ApprovalFlowPagedQueryResponseBuilder.php
+++ b/lib/commercetools-api/src/Models/ApprovalFlow/ApprovalFlowPagedQueryResponseBuilder.php
@@ -51,7 +51,7 @@ final class ApprovalFlowPagedQueryResponseBuilder implements Builder
private $results;
/**
- * Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -62,7 +62,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -85,10 +85,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/ApprovalFlow/ApprovalFlowPagedQueryResponseModel.php b/lib/commercetools-api/src/Models/ApprovalFlow/ApprovalFlowPagedQueryResponseModel.php
index e20a4c172f3..24c06f63f68 100644
--- a/lib/commercetools-api/src/Models/ApprovalFlow/ApprovalFlowPagedQueryResponseModel.php
+++ b/lib/commercetools-api/src/Models/ApprovalFlow/ApprovalFlowPagedQueryResponseModel.php
@@ -68,7 +68,7 @@ public function __construct(
}
/**
- * Number of results requested.
+ *Number of results requested.
* * * @return null|int @@ -88,7 +88,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * * @return null|int @@ -129,10 +129,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRule.php b/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRule.php
index fad461be7cb..0d2bf3334c2 100644
--- a/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRule.php
+++ b/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRule.php
@@ -112,7 +112,7 @@ public function getDescription();
public function getStatus();
/**
- * The Order Predicate describing the Orders the Approval Rule should match against.
+ *The Order Predicate describing the Orders the Approval Rule should match against.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRuleBuilder.php b/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRuleBuilder.php index 01f9a2323d1..3d57d4aacd1 100644 --- a/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRuleBuilder.php +++ b/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRuleBuilder.php @@ -232,7 +232,7 @@ public function getStatus() } /** - *The Order Predicate describing the Orders the Approval Rule should match against.
+ *The Order Predicate describing the Orders the Approval Rule should match against.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRuleDraft.php b/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRuleDraft.php index f319800e70c..f3b075a2132 100644 --- a/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRuleDraft.php +++ b/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRuleDraft.php @@ -54,7 +54,7 @@ public function getDescription(); public function getStatus(); /** - *The predicate describing the Orders the Approval Rule should match against.
+ *The predicate describing the Orders the Approval Rule should match against.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRuleDraftBuilder.php b/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRuleDraftBuilder.php index baf419e55d4..d75de4aae2f 100644 --- a/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRuleDraftBuilder.php +++ b/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRuleDraftBuilder.php @@ -107,7 +107,7 @@ public function getStatus() } /** - *The predicate describing the Orders the Approval Rule should match against.
+ *The predicate describing the Orders the Approval Rule should match against.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRuleDraftModel.php b/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRuleDraftModel.php index d694b8260f2..062976256fd 100644 --- a/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRuleDraftModel.php +++ b/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRuleDraftModel.php @@ -164,7 +164,7 @@ public function getStatus() } /** - *The predicate describing the Orders the Approval Rule should match against.
+ *The predicate describing the Orders the Approval Rule should match against.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRuleModel.php b/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRuleModel.php index 1571e1cabc1..beb7ec90e5f 100644 --- a/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRuleModel.php +++ b/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRuleModel.php @@ -369,7 +369,7 @@ public function getStatus() } /** - *The Order Predicate describing the Orders the Approval Rule should match against.
+ *The Order Predicate describing the Orders the Approval Rule should match against.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRulePagedQueryResponse.php b/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRulePagedQueryResponse.php index 00a8d484fa7..5ab13db2ebc 100644 --- a/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRulePagedQueryResponse.php +++ b/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRulePagedQueryResponse.php @@ -20,7 +20,7 @@ interface ApprovalRulePagedQueryResponse extends JsonObject public const FIELD_RESULTS = 'results'; /** - *Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -28,7 +28,7 @@ interface ApprovalRulePagedQueryResponse extends JsonObject public function getLimit(); /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -45,10 +45,10 @@ public function getCount(); /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRulePagedQueryResponseBuilder.php b/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRulePagedQueryResponseBuilder.php
index 969d394c316..5fcb78ee699 100644
--- a/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRulePagedQueryResponseBuilder.php
+++ b/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRulePagedQueryResponseBuilder.php
@@ -51,7 +51,7 @@ final class ApprovalRulePagedQueryResponseBuilder implements Builder
private $results;
/**
- * Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -62,7 +62,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -85,10 +85,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRulePagedQueryResponseModel.php b/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRulePagedQueryResponseModel.php
index 74f180b3c8a..c939b2ca0d9 100644
--- a/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRulePagedQueryResponseModel.php
+++ b/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRulePagedQueryResponseModel.php
@@ -68,7 +68,7 @@ public function __construct(
}
/**
- * Number of results requested.
+ *Number of results requested.
* * * @return null|int @@ -88,7 +88,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * * @return null|int @@ -129,10 +129,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRuleSetPredicateAction.php b/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRuleSetPredicateAction.php
index f4884dc04eb..373447013a7 100644
--- a/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRuleSetPredicateAction.php
+++ b/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRuleSetPredicateAction.php
@@ -16,7 +16,7 @@ interface ApprovalRuleSetPredicateAction extends ApprovalRuleUpdateAction
public const FIELD_PREDICATE = 'predicate';
/**
- * A valid Order Predicate to set for the Approval Rule.
+ *A valid Order Predicate to set for the Approval Rule.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRuleSetPredicateActionBuilder.php b/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRuleSetPredicateActionBuilder.php index c8a5e8f3525..f3b54431f20 100644 --- a/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRuleSetPredicateActionBuilder.php +++ b/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRuleSetPredicateActionBuilder.php @@ -27,7 +27,7 @@ final class ApprovalRuleSetPredicateActionBuilder implements Builder private $predicate; /** - *A valid Order Predicate to set for the Approval Rule.
+ *A valid Order Predicate to set for the Approval Rule.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRuleSetPredicateActionModel.php b/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRuleSetPredicateActionModel.php index 3524d7aff34..8966f30dcc0 100644 --- a/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRuleSetPredicateActionModel.php +++ b/lib/commercetools-api/src/Models/ApprovalRule/ApprovalRuleSetPredicateActionModel.php @@ -63,7 +63,7 @@ public function getAction() } /** - *A valid Order Predicate to set for the Approval Rule.
+ *A valid Order Predicate to set for the Approval Rule.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/AssociateRole/AssociateRole.php b/lib/commercetools-api/src/Models/AssociateRole/AssociateRole.php index 7d3de721ecb..2d6faaac3e8 100644 --- a/lib/commercetools-api/src/Models/AssociateRole/AssociateRole.php +++ b/lib/commercetools-api/src/Models/AssociateRole/AssociateRole.php @@ -83,7 +83,7 @@ public function getCreatedBy(); public function getKey(); /** - *Whether the AssociateRole can be assigned to an Associate by a buyer. If false, the AssociateRole can only be assigned using the general endpoint.
+ *Whether the AssociateRole can be assigned to an Associate by a buyer. If false, the AssociateRole can only be assigned using the general endpoint.
* * @return null|bool diff --git a/lib/commercetools-api/src/Models/AssociateRole/AssociateRoleBuilder.php b/lib/commercetools-api/src/Models/AssociateRole/AssociateRoleBuilder.php index ee0a70dcdce..7e73bbaaad0 100644 --- a/lib/commercetools-api/src/Models/AssociateRole/AssociateRoleBuilder.php +++ b/lib/commercetools-api/src/Models/AssociateRole/AssociateRoleBuilder.php @@ -173,7 +173,7 @@ public function getKey() } /** - *Whether the AssociateRole can be assigned to an Associate by a buyer. If false, the AssociateRole can only be assigned using the general endpoint.
+ *Whether the AssociateRole can be assigned to an Associate by a buyer. If false, the AssociateRole can only be assigned using the general endpoint.
* * @return null|bool diff --git a/lib/commercetools-api/src/Models/AssociateRole/AssociateRoleDraft.php b/lib/commercetools-api/src/Models/AssociateRole/AssociateRoleDraft.php index 446abee8ae0..8121fe393d7 100644 --- a/lib/commercetools-api/src/Models/AssociateRole/AssociateRoleDraft.php +++ b/lib/commercetools-api/src/Models/AssociateRole/AssociateRoleDraft.php @@ -37,7 +37,7 @@ public function getKey(); public function getName(); /** - *Whether the AssociateRole can be assigned to an Associate by a buyer.
+ *Whether the AssociateRole can be assigned to an Associate by a buyer.
* * @return null|bool diff --git a/lib/commercetools-api/src/Models/AssociateRole/AssociateRoleDraftBuilder.php b/lib/commercetools-api/src/Models/AssociateRole/AssociateRoleDraftBuilder.php index 03ec3f6ed9d..6ad02151182 100644 --- a/lib/commercetools-api/src/Models/AssociateRole/AssociateRoleDraftBuilder.php +++ b/lib/commercetools-api/src/Models/AssociateRole/AssociateRoleDraftBuilder.php @@ -75,7 +75,7 @@ public function getName() } /** - *Whether the AssociateRole can be assigned to an Associate by a buyer.
+ *Whether the AssociateRole can be assigned to an Associate by a buyer.
* * @return null|bool diff --git a/lib/commercetools-api/src/Models/AssociateRole/AssociateRoleDraftModel.php b/lib/commercetools-api/src/Models/AssociateRole/AssociateRoleDraftModel.php index 0f51f8c04cb..dffd70c9c96 100644 --- a/lib/commercetools-api/src/Models/AssociateRole/AssociateRoleDraftModel.php +++ b/lib/commercetools-api/src/Models/AssociateRole/AssociateRoleDraftModel.php @@ -110,7 +110,7 @@ public function getName() } /** - *Whether the AssociateRole can be assigned to an Associate by a buyer.
+ *Whether the AssociateRole can be assigned to an Associate by a buyer.
* * * @return null|bool diff --git a/lib/commercetools-api/src/Models/AssociateRole/AssociateRoleModel.php b/lib/commercetools-api/src/Models/AssociateRole/AssociateRoleModel.php index 4043991dc17..3df289505e1 100644 --- a/lib/commercetools-api/src/Models/AssociateRole/AssociateRoleModel.php +++ b/lib/commercetools-api/src/Models/AssociateRole/AssociateRoleModel.php @@ -275,7 +275,7 @@ public function getKey() } /** - *Whether the AssociateRole can be assigned to an Associate by a buyer. If false, the AssociateRole can only be assigned using the general endpoint.
+ *Whether the AssociateRole can be assigned to an Associate by a buyer. If false, the AssociateRole can only be assigned using the general endpoint.
* * * @return null|bool diff --git a/lib/commercetools-api/src/Models/AssociateRole/AssociateRolePagedQueryResponse.php b/lib/commercetools-api/src/Models/AssociateRole/AssociateRolePagedQueryResponse.php index 6d7768f5ed0..d7f3a9fcf27 100644 --- a/lib/commercetools-api/src/Models/AssociateRole/AssociateRolePagedQueryResponse.php +++ b/lib/commercetools-api/src/Models/AssociateRole/AssociateRolePagedQueryResponse.php @@ -20,7 +20,7 @@ interface AssociateRolePagedQueryResponse extends JsonObject public const FIELD_RESULTS = 'results'; /** - *Number of requested results.
+ *Number of requested results.
* * @return null|int @@ -28,7 +28,7 @@ interface AssociateRolePagedQueryResponse extends JsonObject public function getLimit(); /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -45,10 +45,10 @@ public function getCount(); /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/AssociateRole/AssociateRolePagedQueryResponseBuilder.php b/lib/commercetools-api/src/Models/AssociateRole/AssociateRolePagedQueryResponseBuilder.php
index 631c395afd9..ad5fadc6236 100644
--- a/lib/commercetools-api/src/Models/AssociateRole/AssociateRolePagedQueryResponseBuilder.php
+++ b/lib/commercetools-api/src/Models/AssociateRole/AssociateRolePagedQueryResponseBuilder.php
@@ -51,7 +51,7 @@ final class AssociateRolePagedQueryResponseBuilder implements Builder
private $results;
/**
- * Number of requested results.
+ *Number of requested results.
* * @return null|int @@ -62,7 +62,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -85,10 +85,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/AssociateRole/AssociateRolePagedQueryResponseModel.php b/lib/commercetools-api/src/Models/AssociateRole/AssociateRolePagedQueryResponseModel.php
index a26c5bf4238..2cd9cd3c3ff 100644
--- a/lib/commercetools-api/src/Models/AssociateRole/AssociateRolePagedQueryResponseModel.php
+++ b/lib/commercetools-api/src/Models/AssociateRole/AssociateRolePagedQueryResponseModel.php
@@ -68,7 +68,7 @@ public function __construct(
}
/**
- * Number of requested results.
+ *Number of requested results.
* * * @return null|int @@ -88,7 +88,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * * @return null|int @@ -129,10 +129,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/AssociateRole/AssociateRoleReference.php b/lib/commercetools-api/src/Models/AssociateRole/AssociateRoleReference.php
index a4b02c71720..e4eccf04b9c 100644
--- a/lib/commercetools-api/src/Models/AssociateRole/AssociateRoleReference.php
+++ b/lib/commercetools-api/src/Models/AssociateRole/AssociateRoleReference.php
@@ -23,7 +23,7 @@ interface AssociateRoleReference extends Reference
public function getTypeId();
/**
- * Contains the representation of the expanded AssociateRole. Only present in responses to requests with Reference Expansion for AssociateRole.
+ *Contains the representation of the expanded AssociateRole. Only present in responses to requests with Reference Expansion for AssociateRole.
* * @return null|AssociateRole diff --git a/lib/commercetools-api/src/Models/AssociateRole/AssociateRoleReferenceBuilder.php b/lib/commercetools-api/src/Models/AssociateRole/AssociateRoleReferenceBuilder.php index e0fc15a6912..40a0558b867 100644 --- a/lib/commercetools-api/src/Models/AssociateRole/AssociateRoleReferenceBuilder.php +++ b/lib/commercetools-api/src/Models/AssociateRole/AssociateRoleReferenceBuilder.php @@ -46,7 +46,7 @@ public function getId() } /** - *Contains the representation of the expanded AssociateRole. Only present in responses to requests with Reference Expansion for AssociateRole.
+ *Contains the representation of the expanded AssociateRole. Only present in responses to requests with Reference Expansion for AssociateRole.
* * @return null|AssociateRole diff --git a/lib/commercetools-api/src/Models/AssociateRole/AssociateRoleReferenceModel.php b/lib/commercetools-api/src/Models/AssociateRole/AssociateRoleReferenceModel.php index 3d0f6769d93..0c86caa88f2 100644 --- a/lib/commercetools-api/src/Models/AssociateRole/AssociateRoleReferenceModel.php +++ b/lib/commercetools-api/src/Models/AssociateRole/AssociateRoleReferenceModel.php @@ -93,7 +93,7 @@ public function getId() } /** - *Contains the representation of the expanded AssociateRole. Only present in responses to requests with Reference Expansion for AssociateRole.
+ *Contains the representation of the expanded AssociateRole. Only present in responses to requests with Reference Expansion for AssociateRole.
* * * @return null|AssociateRole diff --git a/lib/commercetools-api/src/Models/AttributeGroup/AttributeGroupPagedQueryResponse.php b/lib/commercetools-api/src/Models/AttributeGroup/AttributeGroupPagedQueryResponse.php index 94001f70df2..bea9e836831 100644 --- a/lib/commercetools-api/src/Models/AttributeGroup/AttributeGroupPagedQueryResponse.php +++ b/lib/commercetools-api/src/Models/AttributeGroup/AttributeGroupPagedQueryResponse.php @@ -46,10 +46,10 @@ public function getCount(); /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/AttributeGroup/AttributeGroupPagedQueryResponseBuilder.php b/lib/commercetools-api/src/Models/AttributeGroup/AttributeGroupPagedQueryResponseBuilder.php
index ec110ecdc6b..c6d73523729 100644
--- a/lib/commercetools-api/src/Models/AttributeGroup/AttributeGroupPagedQueryResponseBuilder.php
+++ b/lib/commercetools-api/src/Models/AttributeGroup/AttributeGroupPagedQueryResponseBuilder.php
@@ -86,10 +86,10 @@ public function getCount()
/**
* Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/AttributeGroup/AttributeGroupPagedQueryResponseModel.php b/lib/commercetools-api/src/Models/AttributeGroup/AttributeGroupPagedQueryResponseModel.php
index 29fbd208020..a48758d8447 100644
--- a/lib/commercetools-api/src/Models/AttributeGroup/AttributeGroupPagedQueryResponseModel.php
+++ b/lib/commercetools-api/src/Models/AttributeGroup/AttributeGroupPagedQueryResponseModel.php
@@ -130,10 +130,10 @@ public function getCount()
/**
* Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/AttributeGroup/AttributeGroupReference.php b/lib/commercetools-api/src/Models/AttributeGroup/AttributeGroupReference.php
index 52425e6f62e..0f1aa408fa5 100644
--- a/lib/commercetools-api/src/Models/AttributeGroup/AttributeGroupReference.php
+++ b/lib/commercetools-api/src/Models/AttributeGroup/AttributeGroupReference.php
@@ -23,7 +23,7 @@ interface AttributeGroupReference extends Reference
public function getTypeId();
/**
- * Contains the representation of the expanded AttributeGroup. Only present in responses to requests with Reference Expansion for AttributeGroup.
+ *Contains the representation of the expanded AttributeGroup. Only present in responses to requests with Reference Expansion for AttributeGroup.
* * @return null|AttributeGroup diff --git a/lib/commercetools-api/src/Models/AttributeGroup/AttributeGroupReferenceBuilder.php b/lib/commercetools-api/src/Models/AttributeGroup/AttributeGroupReferenceBuilder.php index 831ff58d9a1..ddb627afe8c 100644 --- a/lib/commercetools-api/src/Models/AttributeGroup/AttributeGroupReferenceBuilder.php +++ b/lib/commercetools-api/src/Models/AttributeGroup/AttributeGroupReferenceBuilder.php @@ -46,7 +46,7 @@ public function getId() } /** - *Contains the representation of the expanded AttributeGroup. Only present in responses to requests with Reference Expansion for AttributeGroup.
+ *Contains the representation of the expanded AttributeGroup. Only present in responses to requests with Reference Expansion for AttributeGroup.
* * @return null|AttributeGroup diff --git a/lib/commercetools-api/src/Models/AttributeGroup/AttributeGroupReferenceModel.php b/lib/commercetools-api/src/Models/AttributeGroup/AttributeGroupReferenceModel.php index 2b85306666f..fe9627301d8 100644 --- a/lib/commercetools-api/src/Models/AttributeGroup/AttributeGroupReferenceModel.php +++ b/lib/commercetools-api/src/Models/AttributeGroup/AttributeGroupReferenceModel.php @@ -93,7 +93,7 @@ public function getId() } /** - *Contains the representation of the expanded AttributeGroup. Only present in responses to requests with Reference Expansion for AttributeGroup.
+ *Contains the representation of the expanded AttributeGroup. Only present in responses to requests with Reference Expansion for AttributeGroup.
* * * @return null|AttributeGroup diff --git a/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnit.php b/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnit.php index 1e3fc6ed3ae..5310fb3efef 100644 --- a/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnit.php +++ b/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnit.php @@ -103,7 +103,7 @@ public function getCreatedBy(); public function getKey(); /** - *Indicates whether the Business Unit can be edited and used in Orders.
+ *Indicates whether the Business Unit can be edited and used in Orders.
* * @return null|string @@ -121,7 +121,7 @@ public function getStatus(); public function getStores(); /** - *Stores that are inherited from a parent Business Unit. The value of this field is eventually consistent and is only present when the storeMode is set to FromParent.
Stores that are inherited from a parent Business Unit. The value of this field is eventually consistent and is only present when the storeMode is set to FromParent.
Customer Groups assigned to the Business Unit.
- *They are considered during line Item price selection, if provided (non-null).
+ *They are considered during line Item price selection, if provided (non-null).
* * @return null|CustomerGroupAssignmentCollection @@ -234,7 +234,7 @@ public function getAssociateMode(); public function getAssociates(); /** - *Associates that are inherited from a parent Business Unit. The value of this field is eventually consistent and is only present when the associateMode is set to ExplicitAndFromParent.
Associates that are inherited from a parent Business Unit. The value of this field is eventually consistent and is only present when the associateMode is set to ExplicitAndFromParent.
Indicates whether the Business Unit can be edited and used in Orders.
+ *Indicates whether the Business Unit can be edited and used in Orders.
* * @return null|string @@ -290,7 +290,7 @@ public function getStores() } /** - *Stores that are inherited from a parent Business Unit. The value of this field is eventually consistent and is only present when the storeMode is set to FromParent.
Stores that are inherited from a parent Business Unit. The value of this field is eventually consistent and is only present when the storeMode is set to FromParent.
Customer Groups assigned to the Business Unit.
- *They are considered during line Item price selection, if provided (non-null).
+ *They are considered during line Item price selection, if provided (non-null).
* * @return null|CustomerGroupAssignmentCollection @@ -434,7 +434,7 @@ public function getAssociates() } /** - *Associates that are inherited from a parent Business Unit. The value of this field is eventually consistent and is only present when the associateMode is set to ExplicitAndFromParent.
Associates that are inherited from a parent Business Unit. The value of this field is eventually consistent and is only present when the associateMode is set to ExplicitAndFromParent.
New parent unit of the Business Unit. * It must be associated with the same Stores, as the old parent unit.
- *The Business Unit inheritedAssociates and inheritedStores field values will be eventually consistent.
The Business Unit inheritedAssociates and inheritedStores field values will be eventually consistent.
New parent unit of the Business Unit. * It must be associated with the same Stores, as the old parent unit.
- *The Business Unit inheritedAssociates and inheritedStores field values will be eventually consistent.
The Business Unit inheritedAssociates and inheritedStores field values will be eventually consistent.
New parent unit of the Business Unit. * It must be associated with the same Stores, as the old parent unit.
- *The Business Unit inheritedAssociates and inheritedStores field values will be eventually consistent.
The Business Unit inheritedAssociates and inheritedStores field values will be eventually consistent.
Indicates whether the Business Unit can be edited and used in Orders.
+ *Indicates whether the Business Unit can be edited and used in Orders.
* * @return null|string @@ -175,7 +175,7 @@ public function getCustom(); /** *Customer Groups to assign the Business Unit to.
- *They are considered during line Item price selection, if provided (non-null).
+ *They are considered during line Item price selection, if provided (non-null).
* * @return null|CustomerGroupAssignmentDraftCollection diff --git a/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitDraftBuilder.php b/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitDraftBuilder.php index 943f6febdac..b0e850085a4 100644 --- a/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitDraftBuilder.php +++ b/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitDraftBuilder.php @@ -133,7 +133,7 @@ public function getKey() } /** - *Indicates whether the Business Unit can be edited and used in Orders.
+ *Indicates whether the Business Unit can be edited and used in Orders.
* * @return null|string @@ -297,7 +297,7 @@ public function getCustom() /** *Customer Groups to assign the Business Unit to.
- *They are considered during line Item price selection, if provided (non-null).
+ *They are considered during line Item price selection, if provided (non-null).
* * @return null|CustomerGroupAssignmentDraftCollection diff --git a/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitDraftModel.php b/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitDraftModel.php index a5b680b4342..4343fb6043d 100644 --- a/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitDraftModel.php +++ b/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitDraftModel.php @@ -198,7 +198,7 @@ public function getKey() } /** - *Indicates whether the Business Unit can be edited and used in Orders.
+ *Indicates whether the Business Unit can be edited and used in Orders.
* * * @return null|string @@ -509,7 +509,7 @@ public function getCustom() /** *Customer Groups to assign the Business Unit to.
- *They are considered during line Item price selection, if provided (non-null).
+ *They are considered during line Item price selection, if provided (non-null).
* * * @return null|CustomerGroupAssignmentDraftCollection diff --git a/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitModel.php b/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitModel.php index 90b833aa879..b44e49356e7 100644 --- a/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitModel.php +++ b/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitModel.php @@ -415,7 +415,7 @@ public function getKey() } /** - *Indicates whether the Business Unit can be edited and used in Orders.
+ *Indicates whether the Business Unit can be edited and used in Orders.
* * * @return null|string @@ -457,7 +457,7 @@ public function getStores() } /** - *Stores that are inherited from a parent Business Unit. The value of this field is eventually consistent and is only present when the storeMode is set to FromParent.
Stores that are inherited from a parent Business Unit. The value of this field is eventually consistent and is only present when the storeMode is set to FromParent.
Customer Groups assigned to the Business Unit.
- *They are considered during line Item price selection, if provided (non-null).
+ *They are considered during line Item price selection, if provided (non-null).
* * * @return null|CustomerGroupAssignmentCollection @@ -739,7 +739,7 @@ public function getAssociates() } /** - *Associates that are inherited from a parent Business Unit. The value of this field is eventually consistent and is only present when the associateMode is set to ExplicitAndFromParent.
Associates that are inherited from a parent Business Unit. The value of this field is eventually consistent and is only present when the associateMode is set to ExplicitAndFromParent.
Number of requested results.
+ *Number of requested results.
* * @return null|int @@ -28,7 +28,7 @@ interface BusinessUnitPagedQueryResponse extends JsonObject public function getLimit(); /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -45,10 +45,10 @@ public function getCount(); /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitPagedQueryResponseBuilder.php b/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitPagedQueryResponseBuilder.php
index 0d88564b601..e7be6a6ad71 100644
--- a/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitPagedQueryResponseBuilder.php
+++ b/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitPagedQueryResponseBuilder.php
@@ -51,7 +51,7 @@ final class BusinessUnitPagedQueryResponseBuilder implements Builder
private $results;
/**
- * Number of requested results.
+ *Number of requested results.
* * @return null|int @@ -62,7 +62,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -85,10 +85,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitPagedQueryResponseModel.php b/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitPagedQueryResponseModel.php
index 975efe9be7d..c6bd0a83b35 100644
--- a/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitPagedQueryResponseModel.php
+++ b/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitPagedQueryResponseModel.php
@@ -68,7 +68,7 @@ public function __construct(
}
/**
- * Number of requested results.
+ *Number of requested results.
* * * @return null|int @@ -88,7 +88,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * * @return null|int @@ -129,10 +129,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitReference.php b/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitReference.php
index 3a7ce428576..19f03b0d1ed 100644
--- a/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitReference.php
+++ b/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitReference.php
@@ -23,7 +23,7 @@ interface BusinessUnitReference extends Reference
public function getTypeId();
/**
- * Contains the representation of the expanded BusinessUnit. Only present in responses to requests with Reference Expansion for BusinessUnit.
+ *Contains the representation of the expanded BusinessUnit. Only present in responses to requests with Reference Expansion for BusinessUnit.
* * @return null|BusinessUnit diff --git a/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitReferenceBuilder.php b/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitReferenceBuilder.php index 684c7ddd544..b64323fa9be 100644 --- a/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitReferenceBuilder.php +++ b/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitReferenceBuilder.php @@ -46,7 +46,7 @@ public function getId() } /** - *Contains the representation of the expanded BusinessUnit. Only present in responses to requests with Reference Expansion for BusinessUnit.
+ *Contains the representation of the expanded BusinessUnit. Only present in responses to requests with Reference Expansion for BusinessUnit.
* * @return null|BusinessUnit diff --git a/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitReferenceModel.php b/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitReferenceModel.php index 8616ddc0fcc..3dd1905629a 100644 --- a/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitReferenceModel.php +++ b/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitReferenceModel.php @@ -93,7 +93,7 @@ public function getId() } /** - *Contains the representation of the expanded BusinessUnit. Only present in responses to requests with Reference Expansion for BusinessUnit.
+ *Contains the representation of the expanded BusinessUnit. Only present in responses to requests with Reference Expansion for BusinessUnit.
* * * @return null|BusinessUnit diff --git a/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitSetAddressCustomFieldAction.php b/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitSetAddressCustomFieldAction.php index ca0ab099b9f..29637492ff3 100644 --- a/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitSetAddressCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitSetAddressCustomFieldAction.php @@ -26,7 +26,7 @@ interface BusinessUnitSetAddressCustomFieldAction extends BusinessUnitUpdateActi public function getAddressId(); /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitSetAddressCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitSetAddressCustomFieldActionBuilder.php index 55ff70b0743..2667e957ab7 100644 --- a/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitSetAddressCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitSetAddressCustomFieldActionBuilder.php @@ -50,7 +50,7 @@ public function getAddressId() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitSetAddressCustomFieldActionModel.php b/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitSetAddressCustomFieldActionModel.php index 6aaaa6e0a0a..9d9441101f1 100644 --- a/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitSetAddressCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitSetAddressCustomFieldActionModel.php @@ -99,7 +99,7 @@ public function getAddressId() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitSetCustomFieldAction.php b/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitSetCustomFieldAction.php index 456cd3a2634..1cb12b02179 100644 --- a/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitSetCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitSetCustomFieldAction.php @@ -17,7 +17,7 @@ interface BusinessUnitSetCustomFieldAction extends BusinessUnitUpdateAction public const FIELD_VALUE = 'value'; /** - *Name of the Custom Field to add, update, or remove.
+ *Name of the Custom Field to add, update, or remove.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitSetCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitSetCustomFieldActionBuilder.php index 723bf17825b..3bbc4f6df3e 100644 --- a/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitSetCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitSetCustomFieldActionBuilder.php @@ -33,7 +33,7 @@ final class BusinessUnitSetCustomFieldActionBuilder implements Builder private $value; /** - *Name of the Custom Field to add, update, or remove.
+ *Name of the Custom Field to add, update, or remove.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitSetCustomFieldActionModel.php b/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitSetCustomFieldActionModel.php index 9d75ab1d02c..9dd1c403bdc 100644 --- a/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitSetCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/BusinessUnit/BusinessUnitSetCustomFieldActionModel.php @@ -71,7 +71,7 @@ public function getAction() } /** - *Name of the Custom Field to add, update, or remove.
+ *Name of the Custom Field to add, update, or remove.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/BusinessUnit/CompanyBuilder.php b/lib/commercetools-api/src/Models/BusinessUnit/CompanyBuilder.php index 96e1d5219d0..3e403487060 100644 --- a/lib/commercetools-api/src/Models/BusinessUnit/CompanyBuilder.php +++ b/lib/commercetools-api/src/Models/BusinessUnit/CompanyBuilder.php @@ -264,7 +264,7 @@ public function getKey() } /** - *Indicates whether the Business Unit can be edited and used in Orders.
+ *Indicates whether the Business Unit can be edited and used in Orders.
* * @return null|string @@ -288,7 +288,7 @@ public function getStores() } /** - *Stores that are inherited from a parent Business Unit. The value of this field is eventually consistent and is only present when the storeMode is set to FromParent.
Stores that are inherited from a parent Business Unit. The value of this field is eventually consistent and is only present when the storeMode is set to FromParent.
Customer Groups assigned to the Business Unit.
- *They are considered during line Item price selection, if provided (non-null).
+ *They are considered during line Item price selection, if provided (non-null).
* * @return null|CustomerGroupAssignmentCollection @@ -432,7 +432,7 @@ public function getAssociates() } /** - *Associates that are inherited from a parent Business Unit. The value of this field is eventually consistent and is only present when the associateMode is set to ExplicitAndFromParent.
Associates that are inherited from a parent Business Unit. The value of this field is eventually consistent and is only present when the associateMode is set to ExplicitAndFromParent.
Indicates whether the Business Unit can be edited and used in Orders.
+ *Indicates whether the Business Unit can be edited and used in Orders.
* * @return null|string @@ -297,7 +297,7 @@ public function getCustom() /** *Customer Groups to assign the Business Unit to.
- *They are considered during line Item price selection, if provided (non-null).
+ *They are considered during line Item price selection, if provided (non-null).
* * @return null|CustomerGroupAssignmentDraftCollection diff --git a/lib/commercetools-api/src/Models/BusinessUnit/CompanyDraftModel.php b/lib/commercetools-api/src/Models/BusinessUnit/CompanyDraftModel.php index da426a4fb7a..90a85be3003 100644 --- a/lib/commercetools-api/src/Models/BusinessUnit/CompanyDraftModel.php +++ b/lib/commercetools-api/src/Models/BusinessUnit/CompanyDraftModel.php @@ -190,7 +190,7 @@ public function getKey() } /** - *Indicates whether the Business Unit can be edited and used in Orders.
+ *Indicates whether the Business Unit can be edited and used in Orders.
* * * @return null|string @@ -501,7 +501,7 @@ public function getCustom() /** *Customer Groups to assign the Business Unit to.
- *They are considered during line Item price selection, if provided (non-null).
+ *They are considered during line Item price selection, if provided (non-null).
* * * @return null|CustomerGroupAssignmentDraftCollection diff --git a/lib/commercetools-api/src/Models/BusinessUnit/CompanyModel.php b/lib/commercetools-api/src/Models/BusinessUnit/CompanyModel.php index 85a6dca5448..0b9233d2d0b 100644 --- a/lib/commercetools-api/src/Models/BusinessUnit/CompanyModel.php +++ b/lib/commercetools-api/src/Models/BusinessUnit/CompanyModel.php @@ -405,7 +405,7 @@ public function getKey() } /** - *Indicates whether the Business Unit can be edited and used in Orders.
+ *Indicates whether the Business Unit can be edited and used in Orders.
* * * @return null|string @@ -447,7 +447,7 @@ public function getStores() } /** - *Stores that are inherited from a parent Business Unit. The value of this field is eventually consistent and is only present when the storeMode is set to FromParent.
Stores that are inherited from a parent Business Unit. The value of this field is eventually consistent and is only present when the storeMode is set to FromParent.
Customer Groups assigned to the Business Unit.
- *They are considered during line Item price selection, if provided (non-null).
+ *They are considered during line Item price selection, if provided (non-null).
* * * @return null|CustomerGroupAssignmentCollection @@ -729,7 +729,7 @@ public function getAssociates() } /** - *Associates that are inherited from a parent Business Unit. The value of this field is eventually consistent and is only present when the associateMode is set to ExplicitAndFromParent.
Associates that are inherited from a parent Business Unit. The value of this field is eventually consistent and is only present when the associateMode is set to ExplicitAndFromParent.
Indicates whether the Business Unit can be edited and used in Orders.
+ *Indicates whether the Business Unit can be edited and used in Orders.
* * @return null|string @@ -288,7 +288,7 @@ public function getStores() } /** - *Stores that are inherited from a parent Business Unit. The value of this field is eventually consistent and is only present when the storeMode is set to FromParent.
Stores that are inherited from a parent Business Unit. The value of this field is eventually consistent and is only present when the storeMode is set to FromParent.
Customer Groups assigned to the Business Unit.
- *They are considered during line Item price selection, if provided (non-null).
+ *They are considered during line Item price selection, if provided (non-null).
* * @return null|CustomerGroupAssignmentCollection @@ -432,7 +432,7 @@ public function getAssociates() } /** - *Associates that are inherited from a parent Business Unit. The value of this field is eventually consistent and is only present when the associateMode is set to ExplicitAndFromParent.
Associates that are inherited from a parent Business Unit. The value of this field is eventually consistent and is only present when the associateMode is set to ExplicitAndFromParent.
Indicates whether the Business Unit can be edited and used in Orders.
+ *Indicates whether the Business Unit can be edited and used in Orders.
* * @return null|string @@ -300,7 +300,7 @@ public function getCustom() /** *Customer Groups to assign the Business Unit to.
- *They are considered during line Item price selection, if provided (non-null).
+ *They are considered during line Item price selection, if provided (non-null).
* * @return null|CustomerGroupAssignmentDraftCollection diff --git a/lib/commercetools-api/src/Models/BusinessUnit/DivisionDraftModel.php b/lib/commercetools-api/src/Models/BusinessUnit/DivisionDraftModel.php index ab046ec3973..f12ebcde565 100644 --- a/lib/commercetools-api/src/Models/BusinessUnit/DivisionDraftModel.php +++ b/lib/commercetools-api/src/Models/BusinessUnit/DivisionDraftModel.php @@ -198,7 +198,7 @@ public function getKey() } /** - *Indicates whether the Business Unit can be edited and used in Orders.
+ *Indicates whether the Business Unit can be edited and used in Orders.
* * * @return null|string @@ -506,7 +506,7 @@ public function getCustom() /** *Customer Groups to assign the Business Unit to.
- *They are considered during line Item price selection, if provided (non-null).
+ *They are considered during line Item price selection, if provided (non-null).
* * * @return null|CustomerGroupAssignmentDraftCollection diff --git a/lib/commercetools-api/src/Models/BusinessUnit/DivisionModel.php b/lib/commercetools-api/src/Models/BusinessUnit/DivisionModel.php index 2dec7dfeff7..f6c3799bb4f 100644 --- a/lib/commercetools-api/src/Models/BusinessUnit/DivisionModel.php +++ b/lib/commercetools-api/src/Models/BusinessUnit/DivisionModel.php @@ -405,7 +405,7 @@ public function getKey() } /** - *Indicates whether the Business Unit can be edited and used in Orders.
+ *Indicates whether the Business Unit can be edited and used in Orders.
* * * @return null|string @@ -447,7 +447,7 @@ public function getStores() } /** - *Stores that are inherited from a parent Business Unit. The value of this field is eventually consistent and is only present when the storeMode is set to FromParent.
Stores that are inherited from a parent Business Unit. The value of this field is eventually consistent and is only present when the storeMode is set to FromParent.
Customer Groups assigned to the Business Unit.
- *They are considered during line Item price selection, if provided (non-null).
+ *They are considered during line Item price selection, if provided (non-null).
* * * @return null|CustomerGroupAssignmentCollection @@ -729,7 +729,7 @@ public function getAssociates() } /** - *Associates that are inherited from a parent Business Unit. The value of this field is eventually consistent and is only present when the associateMode is set to ExplicitAndFromParent.
Associates that are inherited from a parent Business Unit. The value of this field is eventually consistent and is only present when the associateMode is set to ExplicitAndFromParent.
Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -35,7 +35,7 @@ public function getTotal(); public function getLimit(); /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int diff --git a/lib/commercetools-api/src/Models/BusinessUnitSearch/BusinessUnitPagedSearchResponseBuilder.php b/lib/commercetools-api/src/Models/BusinessUnitSearch/BusinessUnitPagedSearchResponseBuilder.php index f83467419f2..1eb5cc83d0b 100644 --- a/lib/commercetools-api/src/Models/BusinessUnitSearch/BusinessUnitPagedSearchResponseBuilder.php +++ b/lib/commercetools-api/src/Models/BusinessUnitSearch/BusinessUnitPagedSearchResponseBuilder.php @@ -56,7 +56,7 @@ public function getTotal() } /** - *Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -67,7 +67,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int diff --git a/lib/commercetools-api/src/Models/BusinessUnitSearch/BusinessUnitPagedSearchResponseModel.php b/lib/commercetools-api/src/Models/BusinessUnitSearch/BusinessUnitPagedSearchResponseModel.php index 75150857277..df4513239b9 100644 --- a/lib/commercetools-api/src/Models/BusinessUnitSearch/BusinessUnitPagedSearchResponseModel.php +++ b/lib/commercetools-api/src/Models/BusinessUnitSearch/BusinessUnitPagedSearchResponseModel.php @@ -80,7 +80,7 @@ public function getTotal() } /** - *Number of results requested.
+ *Number of results requested.
* * * @return null|int @@ -100,7 +100,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * * @return null|int diff --git a/lib/commercetools-api/src/Models/Cart/Cart.php b/lib/commercetools-api/src/Models/Cart/Cart.php index 4ee27ca3d0c..596757f08e8 100644 --- a/lib/commercetools-api/src/Models/Cart/Cart.php +++ b/lib/commercetools-api/src/Models/Cart/Cart.php @@ -114,7 +114,7 @@ public function getCustomerId(); public function getCustomerEmail(); /** - *Reference to the Customer Group of the Customer that the Cart belongs to. Used for Line Item price selection.
+ *Reference to the Customer Group of the Customer that the Cart belongs to. Used for Line Item price selection.
* * @return null|CustomerGroupReference @@ -130,7 +130,7 @@ public function getCustomerGroup(); public function getAnonymousId(); /** - *Reference to a Business Unit the Cart belongs to. Only available for B2B-enabled Projects.
+ *Reference to a Business Unit the Cart belongs to. Only available for B2B-enabled Projects.
* * @return null|BusinessUnitKeyReference @@ -376,7 +376,7 @@ public function getRefusedGifts(); public function getPaymentInfo(); /** - *Used for Line Item price selection.
+ *Used for Line Item price selection.
* * @return null|string @@ -416,7 +416,7 @@ public function getCustom(); public function getDiscountTypeCombination(); /** - *Indicates whether the Cart has been locked, preventing edits.
+ *Indicates whether the Cart has been locked, preventing edits.
* * @return null|CartLock @@ -433,7 +433,7 @@ public function getDeleteDaysAfterLastModification(); /** *User-defined identifier of a purchase order.
- *It is typically set by the Buyer or Merchant to track the purchase order during the quote and order flow.
+ *It is typically set by the Buyer or Merchant to track the purchase order during the quote and order flow.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CartAddLineItemAction.php b/lib/commercetools-api/src/Models/Cart/CartAddLineItemAction.php index a8a1f8fe5e2..b676f30efb4 100644 --- a/lib/commercetools-api/src/Models/Cart/CartAddLineItemAction.php +++ b/lib/commercetools-api/src/Models/Cart/CartAddLineItemAction.php @@ -90,7 +90,7 @@ public function getQuantity(); public function getAddedAt(); /** - *Used to select a Product Price. + *
Used to select a Product Price.
* The Channel must have the ProductDistribution ChannelRoleEnum.
* If the Cart is bound to a Store with distributionChannels set, the Channel must match one of the Store's distribution channels.
Used to identify Inventory entries that must be reserved. + *
Used to identify Inventory entries that must be reserved.
* The Channel must have the InventorySupply ChannelRoleEnum.
Used to select a Product Price. + *
Used to select a Product Price.
* The Channel must have the ProductDistribution ChannelRoleEnum.
* If the Cart is bound to a Store with distributionChannels set, the Channel must match one of the Store's distribution channels.
Used to identify Inventory entries that must be reserved. + *
Used to identify Inventory entries that must be reserved.
* The Channel must have the InventorySupply ChannelRoleEnum.
Used to select a Product Price. + *
Used to select a Product Price.
* The Channel must have the ProductDistribution ChannelRoleEnum.
* If the Cart is bound to a Store with distributionChannels set, the Channel must match one of the Store's distribution channels.
Used to identify Inventory entries that must be reserved. + *
Used to identify Inventory entries that must be reserved.
* The Channel must have the InventorySupply ChannelRoleEnum.
Reference to the Customer Group of the Customer that the Cart belongs to. Used for Line Item price selection.
+ *Reference to the Customer Group of the Customer that the Cart belongs to. Used for Line Item price selection.
* * @return null|CustomerGroupReference @@ -438,7 +438,7 @@ public function getAnonymousId() } /** - *Reference to a Business Unit the Cart belongs to. Only available for B2B-enabled Projects.
+ *Reference to a Business Unit the Cart belongs to. Only available for B2B-enabled Projects.
* * @return null|BusinessUnitKeyReference @@ -771,7 +771,7 @@ public function getPaymentInfo() } /** - *Used for Line Item price selection.
+ *Used for Line Item price selection.
* * @return null|string @@ -826,7 +826,7 @@ public function getDiscountTypeCombination() } /** - *Indicates whether the Cart has been locked, preventing edits.
+ *Indicates whether the Cart has been locked, preventing edits.
* * @return null|CartLock @@ -849,7 +849,7 @@ public function getDeleteDaysAfterLastModification() /** *User-defined identifier of a purchase order.
- *It is typically set by the Buyer or Merchant to track the purchase order during the quote and order flow.
+ *It is typically set by the Buyer or Merchant to track the purchase order during the quote and order flow.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CartDraft.php b/lib/commercetools-api/src/Models/Cart/CartDraft.php index 9bdd9c63bb4..eec8c0be89e 100644 --- a/lib/commercetools-api/src/Models/Cart/CartDraft.php +++ b/lib/commercetools-api/src/Models/Cart/CartDraft.php @@ -85,7 +85,7 @@ public function getCustomerId(); public function getCustomerEmail(); /** - *ResourceIdentifier to the Customer Group of the Customer that the Cart belongs to. Used for Line Item price selection.
+ *ResourceIdentifier to the Customer Group of the Customer that the Cart belongs to. Used for Line Item price selection.
*You can set either a customerId or a customerGroup.
* If the Customer referenced in customerId belongs to a Customer Group then customerGroup is set automatically.
ResourceIdentifier to the Business Unit the Cart should belong to. When the customerId of the Cart is also set, the Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.
ResourceIdentifier to the Business Unit the Cart should belong to. When the customerId of the Cart is also set, the Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.
Used for Line Item price selection. + *
Used for Line Item price selection.
* If used for Create Cart in Store, the provided country must be one of the Store's countries.
User-defined identifier of a purchase order.
- *It is typically set by the Buyer or Merchant to track the purchase order during the quote and order flow.
+ *It is typically set by the Buyer or Merchant to track the purchase order during the quote and order flow.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CartDraftBuilder.php b/lib/commercetools-api/src/Models/Cart/CartDraftBuilder.php index fd8fe072453..c1d201b4025 100644 --- a/lib/commercetools-api/src/Models/Cart/CartDraftBuilder.php +++ b/lib/commercetools-api/src/Models/Cart/CartDraftBuilder.php @@ -264,7 +264,7 @@ public function getCustomerEmail() } /** - *ResourceIdentifier to the Customer Group of the Customer that the Cart belongs to. Used for Line Item price selection.
+ *ResourceIdentifier to the Customer Group of the Customer that the Cart belongs to. Used for Line Item price selection.
*You can set either a customerId or a customerGroup.
* If the Customer referenced in customerId belongs to a Customer Group then customerGroup is set automatically.
ResourceIdentifier to the Business Unit the Cart should belong to. When the customerId of the Cart is also set, the Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.
ResourceIdentifier to the Business Unit the Cart should belong to. When the customerId of the Cart is also set, the Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.
Used for Line Item price selection. + *
Used for Line Item price selection.
* If used for Create Cart in Store, the provided country must be one of the Store's countries.
User-defined identifier of a purchase order.
- *It is typically set by the Buyer or Merchant to track the purchase order during the quote and order flow.
+ *It is typically set by the Buyer or Merchant to track the purchase order during the quote and order flow.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CartDraftModel.php b/lib/commercetools-api/src/Models/Cart/CartDraftModel.php index ebbb9880fa4..f92e607d89f 100644 --- a/lib/commercetools-api/src/Models/Cart/CartDraftModel.php +++ b/lib/commercetools-api/src/Models/Cart/CartDraftModel.php @@ -369,7 +369,7 @@ public function getCustomerEmail() } /** - *ResourceIdentifier to the Customer Group of the Customer that the Cart belongs to. Used for Line Item price selection.
+ *ResourceIdentifier to the Customer Group of the Customer that the Cart belongs to. Used for Line Item price selection.
*You can set either a customerId or a customerGroup.
* If the Customer referenced in customerId belongs to a Customer Group then customerGroup is set automatically.
ResourceIdentifier to the Business Unit the Cart should belong to. When the customerId of the Cart is also set, the Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.
ResourceIdentifier to the Business Unit the Cart should belong to. When the customerId of the Cart is also set, the Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.
Used for Line Item price selection. + *
Used for Line Item price selection.
* If used for Create Cart in Store, the provided country must be one of the Store's countries.
User-defined identifier of a purchase order.
- *It is typically set by the Buyer or Merchant to track the purchase order during the quote and order flow.
+ *It is typically set by the Buyer or Merchant to track the purchase order during the quote and order flow.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CartModel.php b/lib/commercetools-api/src/Models/Cart/CartModel.php index 1e826c61615..1c8c1fa5bbd 100644 --- a/lib/commercetools-api/src/Models/Cart/CartModel.php +++ b/lib/commercetools-api/src/Models/Cart/CartModel.php @@ -592,7 +592,7 @@ public function getCustomerEmail() } /** - *Reference to the Customer Group of the Customer that the Cart belongs to. Used for Line Item price selection.
+ *Reference to the Customer Group of the Customer that the Cart belongs to. Used for Line Item price selection.
* * * @return null|CustomerGroupReference @@ -633,7 +633,7 @@ public function getAnonymousId() } /** - *Reference to a Business Unit the Cart belongs to. Only available for B2B-enabled Projects.
+ *Reference to a Business Unit the Cart belongs to. Only available for B2B-enabled Projects.
* * * @return null|BusinessUnitKeyReference @@ -1239,7 +1239,7 @@ public function getPaymentInfo() } /** - *Used for Line Item price selection.
+ *Used for Line Item price selection.
* * * @return null|string @@ -1341,7 +1341,7 @@ public function getDiscountTypeCombination() } /** - *Indicates whether the Cart has been locked, preventing edits.
+ *Indicates whether the Cart has been locked, preventing edits.
* * * @return null|CartLock @@ -1383,7 +1383,7 @@ public function getDeleteDaysAfterLastModification() /** *User-defined identifier of a purchase order.
- *It is typically set by the Buyer or Merchant to track the purchase order during the quote and order flow.
+ *It is typically set by the Buyer or Merchant to track the purchase order during the quote and order flow.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CartPagedQueryResponse.php b/lib/commercetools-api/src/Models/Cart/CartPagedQueryResponse.php index 5e41ab33195..c3de9b5e6a1 100644 --- a/lib/commercetools-api/src/Models/Cart/CartPagedQueryResponse.php +++ b/lib/commercetools-api/src/Models/Cart/CartPagedQueryResponse.php @@ -20,7 +20,7 @@ interface CartPagedQueryResponse extends JsonObject public const FIELD_RESULTS = 'results'; /** - *Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -28,7 +28,7 @@ interface CartPagedQueryResponse extends JsonObject public function getLimit(); /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -45,10 +45,10 @@ public function getCount(); /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/Cart/CartPagedQueryResponseBuilder.php b/lib/commercetools-api/src/Models/Cart/CartPagedQueryResponseBuilder.php
index 1d6508a5e82..19b07c7bbff 100644
--- a/lib/commercetools-api/src/Models/Cart/CartPagedQueryResponseBuilder.php
+++ b/lib/commercetools-api/src/Models/Cart/CartPagedQueryResponseBuilder.php
@@ -51,7 +51,7 @@ final class CartPagedQueryResponseBuilder implements Builder
private $results;
/**
- * Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -62,7 +62,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -85,10 +85,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/Cart/CartPagedQueryResponseModel.php b/lib/commercetools-api/src/Models/Cart/CartPagedQueryResponseModel.php
index da55dc9f824..0630e7c6382 100644
--- a/lib/commercetools-api/src/Models/Cart/CartPagedQueryResponseModel.php
+++ b/lib/commercetools-api/src/Models/Cart/CartPagedQueryResponseModel.php
@@ -68,7 +68,7 @@ public function __construct(
}
/**
- * Number of results requested.
+ *Number of results requested.
* * * @return null|int @@ -88,7 +88,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * * @return null|int @@ -129,10 +129,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/Cart/CartReference.php b/lib/commercetools-api/src/Models/Cart/CartReference.php
index 6207e248a7f..7f776a36290 100644
--- a/lib/commercetools-api/src/Models/Cart/CartReference.php
+++ b/lib/commercetools-api/src/Models/Cart/CartReference.php
@@ -23,7 +23,7 @@ interface CartReference extends Reference
public function getTypeId();
/**
- * Contains the representation of the expanded Cart. Only present in responses to requests with Reference Expansion for Carts.
+ *Contains the representation of the expanded Cart. Only present in responses to requests with Reference Expansion for Carts.
* * @return null|Cart diff --git a/lib/commercetools-api/src/Models/Cart/CartReferenceBuilder.php b/lib/commercetools-api/src/Models/Cart/CartReferenceBuilder.php index d872412eb68..30f0421938f 100644 --- a/lib/commercetools-api/src/Models/Cart/CartReferenceBuilder.php +++ b/lib/commercetools-api/src/Models/Cart/CartReferenceBuilder.php @@ -46,7 +46,7 @@ public function getId() } /** - *Contains the representation of the expanded Cart. Only present in responses to requests with Reference Expansion for Carts.
+ *Contains the representation of the expanded Cart. Only present in responses to requests with Reference Expansion for Carts.
* * @return null|Cart diff --git a/lib/commercetools-api/src/Models/Cart/CartReferenceModel.php b/lib/commercetools-api/src/Models/Cart/CartReferenceModel.php index 6c147860f0c..3188612474c 100644 --- a/lib/commercetools-api/src/Models/Cart/CartReferenceModel.php +++ b/lib/commercetools-api/src/Models/Cart/CartReferenceModel.php @@ -93,7 +93,7 @@ public function getId() } /** - *Contains the representation of the expanded Cart. Only present in responses to requests with Reference Expansion for Carts.
+ *Contains the representation of the expanded Cart. Only present in responses to requests with Reference Expansion for Carts.
* * * @return null|Cart diff --git a/lib/commercetools-api/src/Models/Cart/CartSetBillingAddressCustomFieldAction.php b/lib/commercetools-api/src/Models/Cart/CartSetBillingAddressCustomFieldAction.php index ffa5ba6f4bb..48390005dcd 100644 --- a/lib/commercetools-api/src/Models/Cart/CartSetBillingAddressCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/Cart/CartSetBillingAddressCustomFieldAction.php @@ -17,7 +17,7 @@ interface CartSetBillingAddressCustomFieldAction extends CartUpdateAction public const FIELD_VALUE = 'value'; /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CartSetBillingAddressCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/Cart/CartSetBillingAddressCustomFieldActionBuilder.php index 4714e15864e..7c73c8d7f12 100644 --- a/lib/commercetools-api/src/Models/Cart/CartSetBillingAddressCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/Cart/CartSetBillingAddressCustomFieldActionBuilder.php @@ -33,7 +33,7 @@ final class CartSetBillingAddressCustomFieldActionBuilder implements Builder private $value; /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CartSetBillingAddressCustomFieldActionModel.php b/lib/commercetools-api/src/Models/Cart/CartSetBillingAddressCustomFieldActionModel.php index 2d17ae8592a..86c0f73a124 100644 --- a/lib/commercetools-api/src/Models/Cart/CartSetBillingAddressCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/Cart/CartSetBillingAddressCustomFieldActionModel.php @@ -71,7 +71,7 @@ public function getAction() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CartSetBusinessUnitAction.php b/lib/commercetools-api/src/Models/Cart/CartSetBusinessUnitAction.php index 7ec80b0731b..323e5d8bc3e 100644 --- a/lib/commercetools-api/src/Models/Cart/CartSetBusinessUnitAction.php +++ b/lib/commercetools-api/src/Models/Cart/CartSetBusinessUnitAction.php @@ -17,7 +17,7 @@ interface CartSetBusinessUnitAction extends CartUpdateAction public const FIELD_BUSINESS_UNIT = 'businessUnit'; /** - *New Business Unit to assign to the Cart, which must have access to the Store that is set on the Cart.
+ *New Business Unit to assign to the Cart, which must have access to the Store that is set on the Cart.
* * @return null|BusinessUnitResourceIdentifier diff --git a/lib/commercetools-api/src/Models/Cart/CartSetBusinessUnitActionBuilder.php b/lib/commercetools-api/src/Models/Cart/CartSetBusinessUnitActionBuilder.php index c48d3e4c669..38fb4fdb31f 100644 --- a/lib/commercetools-api/src/Models/Cart/CartSetBusinessUnitActionBuilder.php +++ b/lib/commercetools-api/src/Models/Cart/CartSetBusinessUnitActionBuilder.php @@ -29,7 +29,7 @@ final class CartSetBusinessUnitActionBuilder implements Builder private $businessUnit; /** - *New Business Unit to assign to the Cart, which must have access to the Store that is set on the Cart.
+ *New Business Unit to assign to the Cart, which must have access to the Store that is set on the Cart.
* * @return null|BusinessUnitResourceIdentifier diff --git a/lib/commercetools-api/src/Models/Cart/CartSetBusinessUnitActionModel.php b/lib/commercetools-api/src/Models/Cart/CartSetBusinessUnitActionModel.php index 0f98be01e9d..ceb4577245b 100644 --- a/lib/commercetools-api/src/Models/Cart/CartSetBusinessUnitActionModel.php +++ b/lib/commercetools-api/src/Models/Cart/CartSetBusinessUnitActionModel.php @@ -65,7 +65,7 @@ public function getAction() } /** - *New Business Unit to assign to the Cart, which must have access to the Store that is set on the Cart.
+ *New Business Unit to assign to the Cart, which must have access to the Store that is set on the Cart.
* * * @return null|BusinessUnitResourceIdentifier diff --git a/lib/commercetools-api/src/Models/Cart/CartSetCustomFieldAction.php b/lib/commercetools-api/src/Models/Cart/CartSetCustomFieldAction.php index 982efddca91..684dff911ca 100644 --- a/lib/commercetools-api/src/Models/Cart/CartSetCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/Cart/CartSetCustomFieldAction.php @@ -17,7 +17,7 @@ interface CartSetCustomFieldAction extends CartUpdateAction public const FIELD_VALUE = 'value'; /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CartSetCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/Cart/CartSetCustomFieldActionBuilder.php index ca068bd3cdb..014d737e2bd 100644 --- a/lib/commercetools-api/src/Models/Cart/CartSetCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/Cart/CartSetCustomFieldActionBuilder.php @@ -33,7 +33,7 @@ final class CartSetCustomFieldActionBuilder implements Builder private $value; /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CartSetCustomFieldActionModel.php b/lib/commercetools-api/src/Models/Cart/CartSetCustomFieldActionModel.php index 6d9efba85ea..87cf300524e 100644 --- a/lib/commercetools-api/src/Models/Cart/CartSetCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/Cart/CartSetCustomFieldActionModel.php @@ -71,7 +71,7 @@ public function getAction() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CartSetCustomLineItemCustomFieldAction.php b/lib/commercetools-api/src/Models/Cart/CartSetCustomLineItemCustomFieldAction.php index 511b3a310eb..d5c135bc4b2 100644 --- a/lib/commercetools-api/src/Models/Cart/CartSetCustomLineItemCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/Cart/CartSetCustomLineItemCustomFieldAction.php @@ -35,7 +35,7 @@ public function getCustomLineItemId(); public function getCustomLineItemKey(); /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CartSetCustomLineItemCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/Cart/CartSetCustomLineItemCustomFieldActionBuilder.php index 602bd875f2c..990caa43a93 100644 --- a/lib/commercetools-api/src/Models/Cart/CartSetCustomLineItemCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/Cart/CartSetCustomLineItemCustomFieldActionBuilder.php @@ -67,7 +67,7 @@ public function getCustomLineItemKey() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CartSetCustomLineItemCustomFieldActionModel.php b/lib/commercetools-api/src/Models/Cart/CartSetCustomLineItemCustomFieldActionModel.php index 07003e8b31a..d05db118641 100644 --- a/lib/commercetools-api/src/Models/Cart/CartSetCustomLineItemCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/Cart/CartSetCustomLineItemCustomFieldActionModel.php @@ -127,7 +127,7 @@ public function getCustomLineItemKey() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CartSetItemShippingAddressCustomFieldAction.php b/lib/commercetools-api/src/Models/Cart/CartSetItemShippingAddressCustomFieldAction.php index 81ebf5fc730..e639a232f1d 100644 --- a/lib/commercetools-api/src/Models/Cart/CartSetItemShippingAddressCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/Cart/CartSetItemShippingAddressCustomFieldAction.php @@ -26,7 +26,7 @@ interface CartSetItemShippingAddressCustomFieldAction extends CartUpdateAction public function getAddressKey(); /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CartSetItemShippingAddressCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/Cart/CartSetItemShippingAddressCustomFieldActionBuilder.php index e0bd9a40b83..6dceb851700 100644 --- a/lib/commercetools-api/src/Models/Cart/CartSetItemShippingAddressCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/Cart/CartSetItemShippingAddressCustomFieldActionBuilder.php @@ -50,7 +50,7 @@ public function getAddressKey() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CartSetItemShippingAddressCustomFieldActionModel.php b/lib/commercetools-api/src/Models/Cart/CartSetItemShippingAddressCustomFieldActionModel.php index 32d4129af9f..eb392cf0648 100644 --- a/lib/commercetools-api/src/Models/Cart/CartSetItemShippingAddressCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/Cart/CartSetItemShippingAddressCustomFieldActionModel.php @@ -99,7 +99,7 @@ public function getAddressKey() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CartSetLineItemCustomFieldAction.php b/lib/commercetools-api/src/Models/Cart/CartSetLineItemCustomFieldAction.php index f007ac5ea5b..562b32b288a 100644 --- a/lib/commercetools-api/src/Models/Cart/CartSetLineItemCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/Cart/CartSetLineItemCustomFieldAction.php @@ -35,7 +35,7 @@ public function getLineItemId(); public function getLineItemKey(); /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CartSetLineItemCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/Cart/CartSetLineItemCustomFieldActionBuilder.php index 705833044e7..49aae4bb970 100644 --- a/lib/commercetools-api/src/Models/Cart/CartSetLineItemCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/Cart/CartSetLineItemCustomFieldActionBuilder.php @@ -67,7 +67,7 @@ public function getLineItemKey() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CartSetLineItemCustomFieldActionModel.php b/lib/commercetools-api/src/Models/Cart/CartSetLineItemCustomFieldActionModel.php index 401539097b9..ce795eed9e8 100644 --- a/lib/commercetools-api/src/Models/Cart/CartSetLineItemCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/Cart/CartSetLineItemCustomFieldActionModel.php @@ -127,7 +127,7 @@ public function getLineItemKey() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CartSetShippingAddressCustomFieldAction.php b/lib/commercetools-api/src/Models/Cart/CartSetShippingAddressCustomFieldAction.php index 25f744019be..cb79e1f4c42 100644 --- a/lib/commercetools-api/src/Models/Cart/CartSetShippingAddressCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/Cart/CartSetShippingAddressCustomFieldAction.php @@ -17,7 +17,7 @@ interface CartSetShippingAddressCustomFieldAction extends CartUpdateAction public const FIELD_VALUE = 'value'; /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CartSetShippingAddressCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/Cart/CartSetShippingAddressCustomFieldActionBuilder.php index afe9c4031f1..411e4d358ed 100644 --- a/lib/commercetools-api/src/Models/Cart/CartSetShippingAddressCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/Cart/CartSetShippingAddressCustomFieldActionBuilder.php @@ -33,7 +33,7 @@ final class CartSetShippingAddressCustomFieldActionBuilder implements Builder private $value; /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CartSetShippingAddressCustomFieldActionModel.php b/lib/commercetools-api/src/Models/Cart/CartSetShippingAddressCustomFieldActionModel.php index f21c6511265..8ecfed7e52b 100644 --- a/lib/commercetools-api/src/Models/Cart/CartSetShippingAddressCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/Cart/CartSetShippingAddressCustomFieldActionModel.php @@ -71,7 +71,7 @@ public function getAction() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CartSetShippingCustomFieldAction.php b/lib/commercetools-api/src/Models/Cart/CartSetShippingCustomFieldAction.php index fe339eb6afa..bf5bf4a7c7b 100644 --- a/lib/commercetools-api/src/Models/Cart/CartSetShippingCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/Cart/CartSetShippingCustomFieldAction.php @@ -28,7 +28,7 @@ interface CartSetShippingCustomFieldAction extends CartUpdateAction public function getShippingKey(); /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CartSetShippingCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/Cart/CartSetShippingCustomFieldActionBuilder.php index c49918d0676..e16fe18efbb 100644 --- a/lib/commercetools-api/src/Models/Cart/CartSetShippingCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/Cart/CartSetShippingCustomFieldActionBuilder.php @@ -52,7 +52,7 @@ public function getShippingKey() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CartSetShippingCustomFieldActionModel.php b/lib/commercetools-api/src/Models/Cart/CartSetShippingCustomFieldActionModel.php index b601539059c..4e3b394a945 100644 --- a/lib/commercetools-api/src/Models/Cart/CartSetShippingCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/Cart/CartSetShippingCustomFieldActionModel.php @@ -101,7 +101,7 @@ public function getShippingKey() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/LineItem.php b/lib/commercetools-api/src/Models/Cart/LineItem.php index 622f08b5925..53b63dcd7b6 100644 --- a/lib/commercetools-api/src/Models/Cart/LineItem.php +++ b/lib/commercetools-api/src/Models/Cart/LineItem.php @@ -102,7 +102,7 @@ public function getName(); /** *slug of the current version of the Product. Updated automatically if the slug changes. Empty if the Product has been deleted.
- * The productSlug field of LineItem is not expanded when using Reference Expansion.
productSlug field of LineItem is not expanded when using Reference Expansion.
*
* @return null|LocalizedString
@@ -207,7 +207,7 @@ public function getTaxRate();
public function getPerMethodTaxRate();
/**
- * Identifies Inventory entries that are reserved. The referenced Channel has the InventorySupply ChannelRoleEnum.
Identifies Inventory entries that are reserved. The referenced Channel has the InventorySupply ChannelRoleEnum.
Used to select a Product Price. The referenced Channel has the ProductDistribution ChannelRoleEnum.
Used to select a Product Price. The referenced Channel has the ProductDistribution ChannelRoleEnum.
slug of the current version of the Product. Updated automatically if the slug changes. Empty if the Product has been deleted.
- * The productSlug field of LineItem is not expanded when using Reference Expansion.
productSlug field of LineItem is not expanded when using Reference Expansion.
*
* @return null|LocalizedString
@@ -414,7 +414,7 @@ public function getPerMethodTaxRate()
}
/**
- * Identifies Inventory entries that are reserved. The referenced Channel has the InventorySupply ChannelRoleEnum.
Identifies Inventory entries that are reserved. The referenced Channel has the InventorySupply ChannelRoleEnum.
Used to select a Product Price. The referenced Channel has the ProductDistribution ChannelRoleEnum.
Used to select a Product Price. The referenced Channel has the ProductDistribution ChannelRoleEnum.
Used to select a Product Price. + *
Used to select a Product Price.
* The referenced Channel must have the ProductDistribution ChannelRoleEnum.
If the Cart is bound to a Store with distributionChannels set,
* the Channel must match one of the Store's distribution channels.
Used to identify Inventory entries that must be reserved. + *
Used to identify Inventory entries that must be reserved.
* The referenced Channel must have the InventorySupply ChannelRoleEnum.
Used to select a Product Price. + *
Used to select a Product Price.
* The referenced Channel must have the ProductDistribution ChannelRoleEnum.
If the Cart is bound to a Store with distributionChannels set,
* the Channel must match one of the Store's distribution channels.
Used to identify Inventory entries that must be reserved. + *
Used to identify Inventory entries that must be reserved.
* The referenced Channel must have the InventorySupply ChannelRoleEnum.
Used to select a Product Price. + *
Used to select a Product Price.
* The referenced Channel must have the ProductDistribution ChannelRoleEnum.
If the Cart is bound to a Store with distributionChannels set,
* the Channel must match one of the Store's distribution channels.
Used to identify Inventory entries that must be reserved. + *
Used to identify Inventory entries that must be reserved.
* The referenced Channel must have the InventorySupply ChannelRoleEnum.
slug of the current version of the Product. Updated automatically if the slug changes. Empty if the Product has been deleted.
- * The productSlug field of LineItem is not expanded when using Reference Expansion.
productSlug field of LineItem is not expanded when using Reference Expansion.
*
*
* @return null|LocalizedString
@@ -638,7 +638,7 @@ public function getPerMethodTaxRate()
}
/**
- * Identifies Inventory entries that are reserved. The referenced Channel has the InventorySupply ChannelRoleEnum.
Identifies Inventory entries that are reserved. The referenced Channel has the InventorySupply ChannelRoleEnum.
Used to select a Product Price. The referenced Channel has the ProductDistribution ChannelRoleEnum.
Used to select a Product Price. The referenced Channel has the ProductDistribution ChannelRoleEnum.
Expected version of the ProductTailoring on which the changes apply. - * If the expected version does not match the actual version, a 409 Conflict is returned.
+ * If the expected version does not match the actual version, a 409 Conflict is returned. * * @return null|int diff --git a/lib/commercetools-api/src/Models/Cart/ProductTailoringUpdateBuilder.php b/lib/commercetools-api/src/Models/Cart/ProductTailoringUpdateBuilder.php index 3ede4ab66b8..55bc91ba01e 100644 --- a/lib/commercetools-api/src/Models/Cart/ProductTailoringUpdateBuilder.php +++ b/lib/commercetools-api/src/Models/Cart/ProductTailoringUpdateBuilder.php @@ -35,7 +35,7 @@ final class ProductTailoringUpdateBuilder implements Builder /** *Expected version of the ProductTailoring on which the changes apply. - * If the expected version does not match the actual version, a 409 Conflict is returned.
+ * If the expected version does not match the actual version, a 409 Conflict is returned. * * @return null|int diff --git a/lib/commercetools-api/src/Models/Cart/ProductTailoringUpdateModel.php b/lib/commercetools-api/src/Models/Cart/ProductTailoringUpdateModel.php index e98a81bfa9c..60dae2d513a 100644 --- a/lib/commercetools-api/src/Models/Cart/ProductTailoringUpdateModel.php +++ b/lib/commercetools-api/src/Models/Cart/ProductTailoringUpdateModel.php @@ -46,7 +46,7 @@ public function __construct( /** *Expected version of the ProductTailoring on which the changes apply. - * If the expected version does not match the actual version, a 409 Conflict is returned.
+ * If the expected version does not match the actual version, a 409 Conflict is returned. * * * @return null|int diff --git a/lib/commercetools-api/src/Models/CartDiscount/CartDiscount.php b/lib/commercetools-api/src/Models/CartDiscount/CartDiscount.php index c550b6cdc8b..eeaa6ab9ca7 100644 --- a/lib/commercetools-api/src/Models/CartDiscount/CartDiscount.php +++ b/lib/commercetools-api/src/Models/CartDiscount/CartDiscount.php @@ -124,7 +124,7 @@ public function getDescription(); public function getValue(); /** - *Valid Cart Predicate.
+ *Valid Cart Predicate.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountAddStoreAction.php b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountAddStoreAction.php index 703217b1eca..df626bc1579 100644 --- a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountAddStoreAction.php +++ b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountAddStoreAction.php @@ -20,8 +20,8 @@ interface CartDiscountAddStoreAction extends CartDiscountUpdateAction *Store to add.
*A failed update can return the following errors:
*Store to add.
*A failed update can return the following errors:
*Store to add.
*A failed update can return the following errors:
*Valid Cart Predicate.
+ *Valid Cart Predicate.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountCustomLineItemsTarget.php b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountCustomLineItemsTarget.php index cb595263851..37421359d60 100644 --- a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountCustomLineItemsTarget.php +++ b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountCustomLineItemsTarget.php @@ -16,7 +16,7 @@ interface CartDiscountCustomLineItemsTarget extends CartDiscountTarget public const FIELD_PREDICATE = 'predicate'; /** - *Valid CustomLineItem target predicate.
+ *Valid CustomLineItem target predicate.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountCustomLineItemsTargetBuilder.php b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountCustomLineItemsTargetBuilder.php index 8e51303d1af..0615d1794e3 100644 --- a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountCustomLineItemsTargetBuilder.php +++ b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountCustomLineItemsTargetBuilder.php @@ -27,7 +27,7 @@ final class CartDiscountCustomLineItemsTargetBuilder implements Builder private $predicate; /** - *Valid CustomLineItem target predicate.
+ *Valid CustomLineItem target predicate.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountCustomLineItemsTargetModel.php b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountCustomLineItemsTargetModel.php index 49730d6db1e..ad002208ef5 100644 --- a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountCustomLineItemsTargetModel.php +++ b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountCustomLineItemsTargetModel.php @@ -63,7 +63,7 @@ public function getType() } /** - *Valid CustomLineItem target predicate.
+ *Valid CustomLineItem target predicate.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountDraft.php b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountDraft.php index ba4de0a6654..16a8c41e505 100644 --- a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountDraft.php +++ b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountDraft.php @@ -69,7 +69,7 @@ public function getDescription(); public function getValue(); /** - *Valid Cart Predicate.
+ *Valid Cart Predicate.
* * @return null|string @@ -100,8 +100,8 @@ public function getSortOrder(); *If the referenced Stores exceed the limit, a MaxStoreReferencesReached error is returned.
- *If the referenced Stores exceed the limit for Cart Discounts that do not require a Discount Code, a StoreCartDiscountsLimitReached error is returned.
+ *If the referenced Stores exceed the limit, a MaxStoreReferencesReached error is returned.
+ *If the referenced Stores exceed the limit for Cart Discounts that do not require a Discount Code, a StoreCartDiscountsLimitReached error is returned.
* * @return null|StoreResourceIdentifierCollection @@ -110,7 +110,7 @@ public function getStores(); /** *Only active Discounts can be applied to the Cart. - * If the limit for active Cart Discounts is reached, a MaxCartDiscountsReached error is returned.
+ * If the limit for active Cart Discounts is reached, a MaxCartDiscountsReached error is returned. * * @return null|bool diff --git a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountDraftBuilder.php b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountDraftBuilder.php index 5ceeb417cce..b70984aae38 100644 --- a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountDraftBuilder.php +++ b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountDraftBuilder.php @@ -171,7 +171,7 @@ public function getValue() } /** - *Valid Cart Predicate.
+ *Valid Cart Predicate.
* * @return null|string @@ -211,8 +211,8 @@ public function getSortOrder() *If the referenced Stores exceed the limit, a MaxStoreReferencesReached error is returned.
- *If the referenced Stores exceed the limit for Cart Discounts that do not require a Discount Code, a StoreCartDiscountsLimitReached error is returned.
+ *If the referenced Stores exceed the limit, a MaxStoreReferencesReached error is returned.
+ *If the referenced Stores exceed the limit for Cart Discounts that do not require a Discount Code, a StoreCartDiscountsLimitReached error is returned.
* * @return null|StoreResourceIdentifierCollection @@ -224,7 +224,7 @@ public function getStores() /** *Only active Discounts can be applied to the Cart. - * If the limit for active Cart Discounts is reached, a MaxCartDiscountsReached error is returned.
+ * If the limit for active Cart Discounts is reached, a MaxCartDiscountsReached error is returned. * * @return null|bool diff --git a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountDraftModel.php b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountDraftModel.php index 9e5ae3345be..9b09f387189 100644 --- a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountDraftModel.php +++ b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountDraftModel.php @@ -249,7 +249,7 @@ public function getValue() } /** - *Valid Cart Predicate.
+ *Valid Cart Predicate.
* * * @return null|string @@ -317,8 +317,8 @@ public function getSortOrder() *If the referenced Stores exceed the limit, a MaxStoreReferencesReached error is returned.
- *If the referenced Stores exceed the limit for Cart Discounts that do not require a Discount Code, a StoreCartDiscountsLimitReached error is returned.
+ *If the referenced Stores exceed the limit, a MaxStoreReferencesReached error is returned.
+ *If the referenced Stores exceed the limit for Cart Discounts that do not require a Discount Code, a StoreCartDiscountsLimitReached error is returned.
* * * @return null|StoreResourceIdentifierCollection @@ -339,7 +339,7 @@ public function getStores() /** *Only active Discounts can be applied to the Cart. - * If the limit for active Cart Discounts is reached, a MaxCartDiscountsReached error is returned.
+ * If the limit for active Cart Discounts is reached, a MaxCartDiscountsReached error is returned. * * * @return null|bool diff --git a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountLineItemsTarget.php b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountLineItemsTarget.php index 4d7a6a68639..219b1592213 100644 --- a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountLineItemsTarget.php +++ b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountLineItemsTarget.php @@ -16,7 +16,7 @@ interface CartDiscountLineItemsTarget extends CartDiscountTarget public const FIELD_PREDICATE = 'predicate'; /** - *Valid LineItem target predicate.
+ *Valid LineItem target predicate.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountLineItemsTargetBuilder.php b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountLineItemsTargetBuilder.php index 769590f1cf5..7ea560414f6 100644 --- a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountLineItemsTargetBuilder.php +++ b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountLineItemsTargetBuilder.php @@ -27,7 +27,7 @@ final class CartDiscountLineItemsTargetBuilder implements Builder private $predicate; /** - *Valid LineItem target predicate.
+ *Valid LineItem target predicate.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountLineItemsTargetModel.php b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountLineItemsTargetModel.php index 9e06a4bf33e..f4f5a931649 100644 --- a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountLineItemsTargetModel.php +++ b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountLineItemsTargetModel.php @@ -63,7 +63,7 @@ public function getType() } /** - *Valid LineItem target predicate.
+ *Valid LineItem target predicate.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountModel.php b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountModel.php index 36f83c7f3e9..b1da40518e0 100644 --- a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountModel.php +++ b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountModel.php @@ -442,7 +442,7 @@ public function getValue() } /** - *Valid Cart Predicate.
+ *Valid Cart Predicate.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountPagedQueryResponse.php b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountPagedQueryResponse.php index b889a8b578d..5a847e7d378 100644 --- a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountPagedQueryResponse.php +++ b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountPagedQueryResponse.php @@ -20,7 +20,7 @@ interface CartDiscountPagedQueryResponse extends JsonObject public const FIELD_RESULTS = 'results'; /** - *Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -28,7 +28,7 @@ interface CartDiscountPagedQueryResponse extends JsonObject public function getLimit(); /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -45,10 +45,10 @@ public function getCount(); /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountPagedQueryResponseBuilder.php b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountPagedQueryResponseBuilder.php
index 20fab050941..9f83e8d6ad7 100644
--- a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountPagedQueryResponseBuilder.php
+++ b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountPagedQueryResponseBuilder.php
@@ -51,7 +51,7 @@ final class CartDiscountPagedQueryResponseBuilder implements Builder
private $results;
/**
- * Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -62,7 +62,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -85,10 +85,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountPagedQueryResponseModel.php b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountPagedQueryResponseModel.php
index 4568bef9a1d..23984174d4d 100644
--- a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountPagedQueryResponseModel.php
+++ b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountPagedQueryResponseModel.php
@@ -68,7 +68,7 @@ public function __construct(
}
/**
- * Number of results requested.
+ *Number of results requested.
* * * @return null|int @@ -88,7 +88,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * * @return null|int @@ -129,10 +129,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountReference.php b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountReference.php
index fc9ac5d321a..4bfc6822bec 100644
--- a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountReference.php
+++ b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountReference.php
@@ -23,7 +23,7 @@ interface CartDiscountReference extends Reference
public function getTypeId();
/**
- * Contains the representation of the expanded CartDiscount. Only present in responses to requests with Reference Expansion for CartDiscounts.
+ *Contains the representation of the expanded CartDiscount. Only present in responses to requests with Reference Expansion for CartDiscounts.
* * @return null|CartDiscount diff --git a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountReferenceBuilder.php b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountReferenceBuilder.php index 99c6ce58abe..e544bd69be5 100644 --- a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountReferenceBuilder.php +++ b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountReferenceBuilder.php @@ -46,7 +46,7 @@ public function getId() } /** - *Contains the representation of the expanded CartDiscount. Only present in responses to requests with Reference Expansion for CartDiscounts.
+ *Contains the representation of the expanded CartDiscount. Only present in responses to requests with Reference Expansion for CartDiscounts.
* * @return null|CartDiscount diff --git a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountReferenceModel.php b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountReferenceModel.php index 8da57bfc069..7fc8126c548 100644 --- a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountReferenceModel.php +++ b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountReferenceModel.php @@ -93,7 +93,7 @@ public function getId() } /** - *Contains the representation of the expanded CartDiscount. Only present in responses to requests with Reference Expansion for CartDiscounts.
+ *Contains the representation of the expanded CartDiscount. Only present in responses to requests with Reference Expansion for CartDiscounts.
* * * @return null|CartDiscount diff --git a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountSetCustomFieldAction.php b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountSetCustomFieldAction.php index 814d29eae61..7f2448ace73 100644 --- a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountSetCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountSetCustomFieldAction.php @@ -17,7 +17,7 @@ interface CartDiscountSetCustomFieldAction extends CartDiscountUpdateAction public const FIELD_VALUE = 'value'; /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountSetCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountSetCustomFieldActionBuilder.php index 4f0dfa8642f..7d1fc9854eb 100644 --- a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountSetCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountSetCustomFieldActionBuilder.php @@ -33,7 +33,7 @@ final class CartDiscountSetCustomFieldActionBuilder implements Builder private $value; /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountSetCustomFieldActionModel.php b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountSetCustomFieldActionModel.php index a9dac11ad20..e790e349956 100644 --- a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountSetCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountSetCustomFieldActionModel.php @@ -71,7 +71,7 @@ public function getAction() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountSetStoresAction.php b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountSetStoresAction.php index b2d382da739..8b92d77dc58 100644 --- a/lib/commercetools-api/src/Models/CartDiscount/CartDiscountSetStoresAction.php +++ b/lib/commercetools-api/src/Models/CartDiscount/CartDiscountSetStoresAction.php @@ -22,8 +22,8 @@ interface CartDiscountSetStoresAction extends CartDiscountUpdateAction * If empty, any existing values will be removed. *A failed update can return the following errors:
*A failed update can return the following errors:
*A failed update can return the following errors:
*Valid CustomLineItem predicate that determines the units participating in the Discount.
+ *Valid CustomLineItem predicate that determines the units participating in the Discount.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/CartDiscount/CountOnCustomLineItemUnitsBuilder.php b/lib/commercetools-api/src/Models/CartDiscount/CountOnCustomLineItemUnitsBuilder.php index 674b5937414..20c5ac374dd 100644 --- a/lib/commercetools-api/src/Models/CartDiscount/CountOnCustomLineItemUnitsBuilder.php +++ b/lib/commercetools-api/src/Models/CartDiscount/CountOnCustomLineItemUnitsBuilder.php @@ -45,7 +45,7 @@ final class CountOnCustomLineItemUnitsBuilder implements Builder private $excludeCount; /** - *Valid CustomLineItem predicate that determines the units participating in the Discount.
+ *Valid CustomLineItem predicate that determines the units participating in the Discount.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/CartDiscount/CountOnCustomLineItemUnitsModel.php b/lib/commercetools-api/src/Models/CartDiscount/CountOnCustomLineItemUnitsModel.php index ab05bbbe6ae..163ada5177a 100644 --- a/lib/commercetools-api/src/Models/CartDiscount/CountOnCustomLineItemUnitsModel.php +++ b/lib/commercetools-api/src/Models/CartDiscount/CountOnCustomLineItemUnitsModel.php @@ -87,7 +87,7 @@ public function getType() } /** - *Valid CustomLineItem predicate that determines the units participating in the Discount.
+ *Valid CustomLineItem predicate that determines the units participating in the Discount.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/CartDiscount/CountOnLineItemUnits.php b/lib/commercetools-api/src/Models/CartDiscount/CountOnLineItemUnits.php index d02561292f4..e80d4b6d54a 100644 --- a/lib/commercetools-api/src/Models/CartDiscount/CountOnLineItemUnits.php +++ b/lib/commercetools-api/src/Models/CartDiscount/CountOnLineItemUnits.php @@ -19,7 +19,7 @@ interface CountOnLineItemUnits extends PatternComponent public const FIELD_EXCLUDE_COUNT = 'excludeCount'; /** - *Valid LineItem predicate that determines the units participating in the Discount.
+ *Valid LineItem predicate that determines the units participating in the Discount.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/CartDiscount/CountOnLineItemUnitsBuilder.php b/lib/commercetools-api/src/Models/CartDiscount/CountOnLineItemUnitsBuilder.php index 950bb74a627..f3d614472a1 100644 --- a/lib/commercetools-api/src/Models/CartDiscount/CountOnLineItemUnitsBuilder.php +++ b/lib/commercetools-api/src/Models/CartDiscount/CountOnLineItemUnitsBuilder.php @@ -45,7 +45,7 @@ final class CountOnLineItemUnitsBuilder implements Builder private $excludeCount; /** - *Valid LineItem predicate that determines the units participating in the Discount.
+ *Valid LineItem predicate that determines the units participating in the Discount.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/CartDiscount/CountOnLineItemUnitsModel.php b/lib/commercetools-api/src/Models/CartDiscount/CountOnLineItemUnitsModel.php index 71d3ddf00e2..7222f5ae028 100644 --- a/lib/commercetools-api/src/Models/CartDiscount/CountOnLineItemUnitsModel.php +++ b/lib/commercetools-api/src/Models/CartDiscount/CountOnLineItemUnitsModel.php @@ -87,7 +87,7 @@ public function getType() } /** - *Valid LineItem predicate that determines the units participating in the Discount.
+ *Valid LineItem predicate that determines the units participating in the Discount.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/CartDiscount/MultiBuyCustomLineItemsTarget.php b/lib/commercetools-api/src/Models/CartDiscount/MultiBuyCustomLineItemsTarget.php index 79fd21b35ff..bcbae9b1245 100644 --- a/lib/commercetools-api/src/Models/CartDiscount/MultiBuyCustomLineItemsTarget.php +++ b/lib/commercetools-api/src/Models/CartDiscount/MultiBuyCustomLineItemsTarget.php @@ -20,7 +20,7 @@ interface MultiBuyCustomLineItemsTarget extends CartDiscountTarget public const FIELD_SELECTION_MODE = 'selectionMode'; /** - *Valid CustomLineItems target predicate. The Discount will be applied to Custom Line Items that are matched by the predicate.
+ *Valid CustomLineItems target predicate. The Discount will be applied to Custom Line Items that are matched by the predicate.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/CartDiscount/MultiBuyCustomLineItemsTargetBuilder.php b/lib/commercetools-api/src/Models/CartDiscount/MultiBuyCustomLineItemsTargetBuilder.php index 13a92a75550..5626376ad27 100644 --- a/lib/commercetools-api/src/Models/CartDiscount/MultiBuyCustomLineItemsTargetBuilder.php +++ b/lib/commercetools-api/src/Models/CartDiscount/MultiBuyCustomLineItemsTargetBuilder.php @@ -51,7 +51,7 @@ final class MultiBuyCustomLineItemsTargetBuilder implements Builder private $selectionMode; /** - *Valid CustomLineItems target predicate. The Discount will be applied to Custom Line Items that are matched by the predicate.
+ *Valid CustomLineItems target predicate. The Discount will be applied to Custom Line Items that are matched by the predicate.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/CartDiscount/MultiBuyCustomLineItemsTargetModel.php b/lib/commercetools-api/src/Models/CartDiscount/MultiBuyCustomLineItemsTargetModel.php index c5c2fa38f51..c16d69b2b82 100644 --- a/lib/commercetools-api/src/Models/CartDiscount/MultiBuyCustomLineItemsTargetModel.php +++ b/lib/commercetools-api/src/Models/CartDiscount/MultiBuyCustomLineItemsTargetModel.php @@ -95,7 +95,7 @@ public function getType() } /** - *Valid CustomLineItems target predicate. The Discount will be applied to Custom Line Items that are matched by the predicate.
+ *Valid CustomLineItems target predicate. The Discount will be applied to Custom Line Items that are matched by the predicate.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/CartDiscount/MultiBuyLineItemsTarget.php b/lib/commercetools-api/src/Models/CartDiscount/MultiBuyLineItemsTarget.php index 382fa2517e2..730c597acff 100644 --- a/lib/commercetools-api/src/Models/CartDiscount/MultiBuyLineItemsTarget.php +++ b/lib/commercetools-api/src/Models/CartDiscount/MultiBuyLineItemsTarget.php @@ -20,7 +20,7 @@ interface MultiBuyLineItemsTarget extends CartDiscountTarget public const FIELD_SELECTION_MODE = 'selectionMode'; /** - *Valid LineItem target predicate. The Discount will be applied to Line Items that are matched by the predicate.
+ *Valid LineItem target predicate. The Discount will be applied to Line Items that are matched by the predicate.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/CartDiscount/MultiBuyLineItemsTargetBuilder.php b/lib/commercetools-api/src/Models/CartDiscount/MultiBuyLineItemsTargetBuilder.php index 1d7dc075199..66ff500fb8a 100644 --- a/lib/commercetools-api/src/Models/CartDiscount/MultiBuyLineItemsTargetBuilder.php +++ b/lib/commercetools-api/src/Models/CartDiscount/MultiBuyLineItemsTargetBuilder.php @@ -51,7 +51,7 @@ final class MultiBuyLineItemsTargetBuilder implements Builder private $selectionMode; /** - *Valid LineItem target predicate. The Discount will be applied to Line Items that are matched by the predicate.
+ *Valid LineItem target predicate. The Discount will be applied to Line Items that are matched by the predicate.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/CartDiscount/MultiBuyLineItemsTargetModel.php b/lib/commercetools-api/src/Models/CartDiscount/MultiBuyLineItemsTargetModel.php index 018ea37f07d..c46f51cb117 100644 --- a/lib/commercetools-api/src/Models/CartDiscount/MultiBuyLineItemsTargetModel.php +++ b/lib/commercetools-api/src/Models/CartDiscount/MultiBuyLineItemsTargetModel.php @@ -95,7 +95,7 @@ public function getType() } /** - *Valid LineItem target predicate. The Discount will be applied to Line Items that are matched by the predicate.
+ *Valid LineItem target predicate. The Discount will be applied to Line Items that are matched by the predicate.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Category/Category.php b/lib/commercetools-api/src/Models/Category/Category.php index 48001ed7137..d8d112e1347 100644 --- a/lib/commercetools-api/src/Models/Category/Category.php +++ b/lib/commercetools-api/src/Models/Category/Category.php @@ -96,7 +96,7 @@ public function getName(); *User-defined identifier used as a deep-link URL to the related Category per Locale.
* A Category can have the same slug for different Locales, but they are unique across the Project.
* Valid slugs match the pattern ^[A-Za-z0-9_-]{2,256}+$.
- * For good performance, indexes are provided for the first 15 languages set in a Project.
languages set in a Project.
*
* @return null|LocalizedString
diff --git a/lib/commercetools-api/src/Models/Category/CategoryBuilder.php b/lib/commercetools-api/src/Models/Category/CategoryBuilder.php
index 5268d53a471..c91f84829e7 100644
--- a/lib/commercetools-api/src/Models/Category/CategoryBuilder.php
+++ b/lib/commercetools-api/src/Models/Category/CategoryBuilder.php
@@ -227,7 +227,7 @@ public function getName()
* User-defined identifier used as a deep-link URL to the related Category per Locale.
* A Category can have the same slug for different Locales, but they are unique across the Project.
* Valid slugs match the pattern ^[A-Za-z0-9_-]{2,256}+$.
- * For good performance, indexes are provided for the first 15 languages set in a Project.
languages set in a Project.
*
* @return null|LocalizedString
diff --git a/lib/commercetools-api/src/Models/Category/CategoryDraft.php b/lib/commercetools-api/src/Models/Category/CategoryDraft.php
index 31124d187cf..0c599ef96a0 100644
--- a/lib/commercetools-api/src/Models/Category/CategoryDraft.php
+++ b/lib/commercetools-api/src/Models/Category/CategoryDraft.php
@@ -123,7 +123,7 @@ public function getAssets();
/**
* User-defined unique identifier for the Category.
- *This field is optional for backwards compatibility reasons, but we strongly recommend setting it. Keys are mandatory for importing Categories with the Import API and the Merchant Center.
+ *This field is optional for backwards compatibility reasons, but we strongly recommend setting it. Keys are mandatory for importing Categories with the Import API and the Merchant Center.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Category/CategoryDraftBuilder.php b/lib/commercetools-api/src/Models/Category/CategoryDraftBuilder.php index 3fad682c075..fc78efa04b0 100644 --- a/lib/commercetools-api/src/Models/Category/CategoryDraftBuilder.php +++ b/lib/commercetools-api/src/Models/Category/CategoryDraftBuilder.php @@ -224,7 +224,7 @@ public function getAssets() /** *User-defined unique identifier for the Category.
- *This field is optional for backwards compatibility reasons, but we strongly recommend setting it. Keys are mandatory for importing Categories with the Import API and the Merchant Center.
+ *This field is optional for backwards compatibility reasons, but we strongly recommend setting it. Keys are mandatory for importing Categories with the Import API and the Merchant Center.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Category/CategoryDraftModel.php b/lib/commercetools-api/src/Models/Category/CategoryDraftModel.php index f75a705e6f8..acc75908bd6 100644 --- a/lib/commercetools-api/src/Models/Category/CategoryDraftModel.php +++ b/lib/commercetools-api/src/Models/Category/CategoryDraftModel.php @@ -362,7 +362,7 @@ public function getAssets() /** *User-defined unique identifier for the Category.
- *This field is optional for backwards compatibility reasons, but we strongly recommend setting it. Keys are mandatory for importing Categories with the Import API and the Merchant Center.
+ *This field is optional for backwards compatibility reasons, but we strongly recommend setting it. Keys are mandatory for importing Categories with the Import API and the Merchant Center.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Category/CategoryModel.php b/lib/commercetools-api/src/Models/Category/CategoryModel.php index 4c0ae842f39..d0bf586b023 100644 --- a/lib/commercetools-api/src/Models/Category/CategoryModel.php +++ b/lib/commercetools-api/src/Models/Category/CategoryModel.php @@ -346,7 +346,7 @@ public function getName() *User-defined identifier used as a deep-link URL to the related Category per Locale.
* A Category can have the same slug for different Locales, but they are unique across the Project.
* Valid slugs match the pattern ^[A-Za-z0-9_-]{2,256}+$.
- * For good performance, indexes are provided for the first 15 languages set in a Project.
languages set in a Project.
*
*
* @return null|LocalizedString
diff --git a/lib/commercetools-api/src/Models/Category/CategoryPagedQueryResponse.php b/lib/commercetools-api/src/Models/Category/CategoryPagedQueryResponse.php
index 67881be9372..665899db0bf 100644
--- a/lib/commercetools-api/src/Models/Category/CategoryPagedQueryResponse.php
+++ b/lib/commercetools-api/src/Models/Category/CategoryPagedQueryResponse.php
@@ -20,7 +20,7 @@ interface CategoryPagedQueryResponse extends JsonObject
public const FIELD_RESULTS = 'results';
/**
- * Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -28,7 +28,7 @@ interface CategoryPagedQueryResponse extends JsonObject public function getLimit(); /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -45,10 +45,10 @@ public function getCount(); /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/Category/CategoryPagedQueryResponseBuilder.php b/lib/commercetools-api/src/Models/Category/CategoryPagedQueryResponseBuilder.php
index 71ba72cd877..5468de166f3 100644
--- a/lib/commercetools-api/src/Models/Category/CategoryPagedQueryResponseBuilder.php
+++ b/lib/commercetools-api/src/Models/Category/CategoryPagedQueryResponseBuilder.php
@@ -51,7 +51,7 @@ final class CategoryPagedQueryResponseBuilder implements Builder
private $results;
/**
- * Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -62,7 +62,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -85,10 +85,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/Category/CategoryPagedQueryResponseModel.php b/lib/commercetools-api/src/Models/Category/CategoryPagedQueryResponseModel.php
index cc2a1fe83c1..18adf960ec5 100644
--- a/lib/commercetools-api/src/Models/Category/CategoryPagedQueryResponseModel.php
+++ b/lib/commercetools-api/src/Models/Category/CategoryPagedQueryResponseModel.php
@@ -68,7 +68,7 @@ public function __construct(
}
/**
- * Number of results requested.
+ *Number of results requested.
* * * @return null|int @@ -88,7 +88,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * * @return null|int @@ -129,10 +129,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/Category/CategoryReference.php b/lib/commercetools-api/src/Models/Category/CategoryReference.php
index a1e2d3dc799..3408e44bb05 100644
--- a/lib/commercetools-api/src/Models/Category/CategoryReference.php
+++ b/lib/commercetools-api/src/Models/Category/CategoryReference.php
@@ -23,7 +23,7 @@ interface CategoryReference extends Reference
public function getTypeId();
/**
- * Contains the representation of the expanded Category. Only present in responses to requests with Reference Expansion for Categories.
+ *Contains the representation of the expanded Category. Only present in responses to requests with Reference Expansion for Categories.
* * @return null|Category diff --git a/lib/commercetools-api/src/Models/Category/CategoryReferenceBuilder.php b/lib/commercetools-api/src/Models/Category/CategoryReferenceBuilder.php index 22990e90d0c..9cef7213c94 100644 --- a/lib/commercetools-api/src/Models/Category/CategoryReferenceBuilder.php +++ b/lib/commercetools-api/src/Models/Category/CategoryReferenceBuilder.php @@ -46,7 +46,7 @@ public function getId() } /** - *Contains the representation of the expanded Category. Only present in responses to requests with Reference Expansion for Categories.
+ *Contains the representation of the expanded Category. Only present in responses to requests with Reference Expansion for Categories.
* * @return null|Category diff --git a/lib/commercetools-api/src/Models/Category/CategoryReferenceModel.php b/lib/commercetools-api/src/Models/Category/CategoryReferenceModel.php index 2c682d8f05a..2e4092d9bc2 100644 --- a/lib/commercetools-api/src/Models/Category/CategoryReferenceModel.php +++ b/lib/commercetools-api/src/Models/Category/CategoryReferenceModel.php @@ -93,7 +93,7 @@ public function getId() } /** - *Contains the representation of the expanded Category. Only present in responses to requests with Reference Expansion for Categories.
+ *Contains the representation of the expanded Category. Only present in responses to requests with Reference Expansion for Categories.
* * * @return null|Category diff --git a/lib/commercetools-api/src/Models/Category/CategorySetAssetCustomFieldAction.php b/lib/commercetools-api/src/Models/Category/CategorySetAssetCustomFieldAction.php index 883f382565b..e292746e497 100644 --- a/lib/commercetools-api/src/Models/Category/CategorySetAssetCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/Category/CategorySetAssetCustomFieldAction.php @@ -35,7 +35,7 @@ public function getAssetId(); public function getAssetKey(); /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Category/CategorySetAssetCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/Category/CategorySetAssetCustomFieldActionBuilder.php index 872b9593032..cf492daa1bb 100644 --- a/lib/commercetools-api/src/Models/Category/CategorySetAssetCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/Category/CategorySetAssetCustomFieldActionBuilder.php @@ -67,7 +67,7 @@ public function getAssetKey() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Category/CategorySetAssetCustomFieldActionModel.php b/lib/commercetools-api/src/Models/Category/CategorySetAssetCustomFieldActionModel.php index 731b44233c3..67d5c9b02a9 100644 --- a/lib/commercetools-api/src/Models/Category/CategorySetAssetCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/Category/CategorySetAssetCustomFieldActionModel.php @@ -127,7 +127,7 @@ public function getAssetKey() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Category/CategorySetCustomFieldAction.php b/lib/commercetools-api/src/Models/Category/CategorySetCustomFieldAction.php index 6ed17418955..23f7b74b5e9 100644 --- a/lib/commercetools-api/src/Models/Category/CategorySetCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/Category/CategorySetCustomFieldAction.php @@ -17,7 +17,7 @@ interface CategorySetCustomFieldAction extends CategoryUpdateAction public const FIELD_VALUE = 'value'; /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Category/CategorySetCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/Category/CategorySetCustomFieldActionBuilder.php index 5ad91f11c28..be9db94a491 100644 --- a/lib/commercetools-api/src/Models/Category/CategorySetCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/Category/CategorySetCustomFieldActionBuilder.php @@ -33,7 +33,7 @@ final class CategorySetCustomFieldActionBuilder implements Builder private $value; /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Category/CategorySetCustomFieldActionModel.php b/lib/commercetools-api/src/Models/Category/CategorySetCustomFieldActionModel.php index 07c30bcde4b..14bf91cb1e8 100644 --- a/lib/commercetools-api/src/Models/Category/CategorySetCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/Category/CategorySetCustomFieldActionModel.php @@ -71,7 +71,7 @@ public function getAction() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Channel/ChannelPagedQueryResponse.php b/lib/commercetools-api/src/Models/Channel/ChannelPagedQueryResponse.php index ee34b2b851c..b7c3f5fbc8e 100644 --- a/lib/commercetools-api/src/Models/Channel/ChannelPagedQueryResponse.php +++ b/lib/commercetools-api/src/Models/Channel/ChannelPagedQueryResponse.php @@ -20,7 +20,7 @@ interface ChannelPagedQueryResponse extends JsonObject public const FIELD_RESULTS = 'results'; /** - *Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -28,7 +28,7 @@ interface ChannelPagedQueryResponse extends JsonObject public function getLimit(); /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -45,10 +45,10 @@ public function getCount(); /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/Channel/ChannelPagedQueryResponseBuilder.php b/lib/commercetools-api/src/Models/Channel/ChannelPagedQueryResponseBuilder.php
index 4517af2ae07..e7866075de4 100644
--- a/lib/commercetools-api/src/Models/Channel/ChannelPagedQueryResponseBuilder.php
+++ b/lib/commercetools-api/src/Models/Channel/ChannelPagedQueryResponseBuilder.php
@@ -51,7 +51,7 @@ final class ChannelPagedQueryResponseBuilder implements Builder
private $results;
/**
- * Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -62,7 +62,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -85,10 +85,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/Channel/ChannelPagedQueryResponseModel.php b/lib/commercetools-api/src/Models/Channel/ChannelPagedQueryResponseModel.php
index 61046a1a794..1c34fcffbae 100644
--- a/lib/commercetools-api/src/Models/Channel/ChannelPagedQueryResponseModel.php
+++ b/lib/commercetools-api/src/Models/Channel/ChannelPagedQueryResponseModel.php
@@ -68,7 +68,7 @@ public function __construct(
}
/**
- * Number of results requested.
+ *Number of results requested.
* * * @return null|int @@ -88,7 +88,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * * @return null|int @@ -129,10 +129,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/Channel/ChannelReference.php b/lib/commercetools-api/src/Models/Channel/ChannelReference.php
index f873d19697f..9b888ea7bc4 100644
--- a/lib/commercetools-api/src/Models/Channel/ChannelReference.php
+++ b/lib/commercetools-api/src/Models/Channel/ChannelReference.php
@@ -24,7 +24,7 @@ public function getTypeId();
/**
* Contains the representation of the expanded Channel. - * Only present in responses to requests with Reference Expansion for Channels.
+ * Only present in responses to requests with Reference Expansion for Channels. * * @return null|Channel diff --git a/lib/commercetools-api/src/Models/Channel/ChannelReferenceBuilder.php b/lib/commercetools-api/src/Models/Channel/ChannelReferenceBuilder.php index f28cece7070..e8024bc0cf8 100644 --- a/lib/commercetools-api/src/Models/Channel/ChannelReferenceBuilder.php +++ b/lib/commercetools-api/src/Models/Channel/ChannelReferenceBuilder.php @@ -47,7 +47,7 @@ public function getId() /** *Contains the representation of the expanded Channel. - * Only present in responses to requests with Reference Expansion for Channels.
+ * Only present in responses to requests with Reference Expansion for Channels. * * @return null|Channel diff --git a/lib/commercetools-api/src/Models/Channel/ChannelReferenceModel.php b/lib/commercetools-api/src/Models/Channel/ChannelReferenceModel.php index f1976318d9f..4e4cece19ce 100644 --- a/lib/commercetools-api/src/Models/Channel/ChannelReferenceModel.php +++ b/lib/commercetools-api/src/Models/Channel/ChannelReferenceModel.php @@ -94,7 +94,7 @@ public function getId() /** *Contains the representation of the expanded Channel. - * Only present in responses to requests with Reference Expansion for Channels.
+ * Only present in responses to requests with Reference Expansion for Channels. * * * @return null|Channel diff --git a/lib/commercetools-api/src/Models/Channel/ChannelSetAddressCustomFieldAction.php b/lib/commercetools-api/src/Models/Channel/ChannelSetAddressCustomFieldAction.php index 88335c972f5..451b78ebc46 100644 --- a/lib/commercetools-api/src/Models/Channel/ChannelSetAddressCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/Channel/ChannelSetAddressCustomFieldAction.php @@ -17,7 +17,7 @@ interface ChannelSetAddressCustomFieldAction extends ChannelUpdateAction public const FIELD_VALUE = 'value'; /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Channel/ChannelSetAddressCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/Channel/ChannelSetAddressCustomFieldActionBuilder.php index 14ec9d2122a..6c55ba18d57 100644 --- a/lib/commercetools-api/src/Models/Channel/ChannelSetAddressCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/Channel/ChannelSetAddressCustomFieldActionBuilder.php @@ -33,7 +33,7 @@ final class ChannelSetAddressCustomFieldActionBuilder implements Builder private $value; /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Channel/ChannelSetAddressCustomFieldActionModel.php b/lib/commercetools-api/src/Models/Channel/ChannelSetAddressCustomFieldActionModel.php index dec4aa9b526..b1225cee6fe 100644 --- a/lib/commercetools-api/src/Models/Channel/ChannelSetAddressCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/Channel/ChannelSetAddressCustomFieldActionModel.php @@ -71,7 +71,7 @@ public function getAction() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Channel/ChannelSetCustomFieldAction.php b/lib/commercetools-api/src/Models/Channel/ChannelSetCustomFieldAction.php index f1b61b721c6..123c5c103a1 100644 --- a/lib/commercetools-api/src/Models/Channel/ChannelSetCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/Channel/ChannelSetCustomFieldAction.php @@ -17,7 +17,7 @@ interface ChannelSetCustomFieldAction extends ChannelUpdateAction public const FIELD_VALUE = 'value'; /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Channel/ChannelSetCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/Channel/ChannelSetCustomFieldActionBuilder.php index 284b7a3ae9c..d628e7fc98e 100644 --- a/lib/commercetools-api/src/Models/Channel/ChannelSetCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/Channel/ChannelSetCustomFieldActionBuilder.php @@ -33,7 +33,7 @@ final class ChannelSetCustomFieldActionBuilder implements Builder private $value; /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Channel/ChannelSetCustomFieldActionModel.php b/lib/commercetools-api/src/Models/Channel/ChannelSetCustomFieldActionModel.php index 9171d7a32a1..12a66c0b489 100644 --- a/lib/commercetools-api/src/Models/Channel/ChannelSetCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/Channel/ChannelSetCustomFieldActionModel.php @@ -71,7 +71,7 @@ public function getAction() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Common/ClientLogging.php b/lib/commercetools-api/src/Models/Common/ClientLogging.php index 23ec304c827..53f3de37b0c 100644 --- a/lib/commercetools-api/src/Models/Common/ClientLogging.php +++ b/lib/commercetools-api/src/Models/Common/ClientLogging.php @@ -29,7 +29,7 @@ interface ClientLogging extends JsonObject public function getClientId(); /** - *External user ID provided by X-External-User-ID HTTP Header.
External user ID provided by X-External-User-ID HTTP Header.
Indicates the Customer who created or modified the resource in the context of a Business Unit. Only available for B2B-enabled Projects when an Associate acts on behalf of a company using the associate endpoints.
+ *Indicates the Customer who created or modified the resource in the context of a Business Unit. Only available for B2B-enabled Projects when an Associate acts on behalf of a company using the associate endpoints.
* * @return null|CustomerReference diff --git a/lib/commercetools-api/src/Models/Common/ClientLoggingBuilder.php b/lib/commercetools-api/src/Models/Common/ClientLoggingBuilder.php index e175828039b..2e5ee667d18 100644 --- a/lib/commercetools-api/src/Models/Common/ClientLoggingBuilder.php +++ b/lib/commercetools-api/src/Models/Common/ClientLoggingBuilder.php @@ -64,7 +64,7 @@ public function getClientId() } /** - *External user ID provided by X-External-User-ID HTTP Header.
External user ID provided by X-External-User-ID HTTP Header.
Indicates the Customer who created or modified the resource in the context of a Business Unit. Only available for B2B-enabled Projects when an Associate acts on behalf of a company using the associate endpoints.
+ *Indicates the Customer who created or modified the resource in the context of a Business Unit. Only available for B2B-enabled Projects when an Associate acts on behalf of a company using the associate endpoints.
* * @return null|CustomerReference diff --git a/lib/commercetools-api/src/Models/Common/ClientLoggingModel.php b/lib/commercetools-api/src/Models/Common/ClientLoggingModel.php index f5390b6964a..b2d10300a52 100644 --- a/lib/commercetools-api/src/Models/Common/ClientLoggingModel.php +++ b/lib/commercetools-api/src/Models/Common/ClientLoggingModel.php @@ -90,7 +90,7 @@ public function getClientId() } /** - *External user ID provided by X-External-User-ID HTTP Header.
External user ID provided by X-External-User-ID HTTP Header.
Indicates the Customer who created or modified the resource in the context of a Business Unit. Only available for B2B-enabled Projects when an Associate acts on behalf of a company using the associate endpoints.
+ *Indicates the Customer who created or modified the resource in the context of a Business Unit. Only available for B2B-enabled Projects when an Associate acts on behalf of a company using the associate endpoints.
* * * @return null|CustomerReference diff --git a/lib/commercetools-api/src/Models/Common/CreatedBy.php b/lib/commercetools-api/src/Models/Common/CreatedBy.php index 6ac1ef56fc9..6d0775174ee 100644 --- a/lib/commercetools-api/src/Models/Common/CreatedBy.php +++ b/lib/commercetools-api/src/Models/Common/CreatedBy.php @@ -25,7 +25,7 @@ interface CreatedBy extends ClientLogging public function getClientId(); /** - *External user ID provided by the X-External-User-ID HTTP Header or external_user_id:{externalUserId} scope.
External user ID provided by the X-External-User-ID HTTP Header or external_user_id:{externalUserId} scope.
Indicates the Customer who created the resource in the context of a Business Unit. Only available for B2B-enabled Project when an Associate acts on behalf of a company using the associate endpoints.
+ *Indicates the Customer who created the resource in the context of a Business Unit. Only available for B2B-enabled Project when an Associate acts on behalf of a company using the associate endpoints.
* * @return null|CustomerReference diff --git a/lib/commercetools-api/src/Models/Common/CreatedByBuilder.php b/lib/commercetools-api/src/Models/Common/CreatedByBuilder.php index 200a908e456..a211d58c3f7 100644 --- a/lib/commercetools-api/src/Models/Common/CreatedByBuilder.php +++ b/lib/commercetools-api/src/Models/Common/CreatedByBuilder.php @@ -70,7 +70,7 @@ public function getClientId() } /** - *External user ID provided by the X-External-User-ID HTTP Header or external_user_id:{externalUserId} scope.
External user ID provided by the X-External-User-ID HTTP Header or external_user_id:{externalUserId} scope.
Indicates the Customer who created the resource in the context of a Business Unit. Only available for B2B-enabled Project when an Associate acts on behalf of a company using the associate endpoints.
+ *Indicates the Customer who created the resource in the context of a Business Unit. Only available for B2B-enabled Project when an Associate acts on behalf of a company using the associate endpoints.
* * @return null|CustomerReference diff --git a/lib/commercetools-api/src/Models/Common/CreatedByModel.php b/lib/commercetools-api/src/Models/Common/CreatedByModel.php index a09c3a852db..9308f089d5a 100644 --- a/lib/commercetools-api/src/Models/Common/CreatedByModel.php +++ b/lib/commercetools-api/src/Models/Common/CreatedByModel.php @@ -98,7 +98,7 @@ public function getClientId() } /** - *External user ID provided by the X-External-User-ID HTTP Header or external_user_id:{externalUserId} scope.
External user ID provided by the X-External-User-ID HTTP Header or external_user_id:{externalUserId} scope.
Indicates the Customer who created the resource in the context of a Business Unit. Only available for B2B-enabled Project when an Associate acts on behalf of a company using the associate endpoints.
+ *Indicates the Customer who created the resource in the context of a Business Unit. Only available for B2B-enabled Project when an Associate acts on behalf of a company using the associate endpoints.
* * * @return null|CustomerReference diff --git a/lib/commercetools-api/src/Models/Common/LastModifiedBy.php b/lib/commercetools-api/src/Models/Common/LastModifiedBy.php index aac48df1cac..35f2663ddc5 100644 --- a/lib/commercetools-api/src/Models/Common/LastModifiedBy.php +++ b/lib/commercetools-api/src/Models/Common/LastModifiedBy.php @@ -25,7 +25,7 @@ interface LastModifiedBy extends ClientLogging public function getClientId(); /** - *External user ID provided by the X-External-User-ID HTTP Header or external_user_id:{externalUserId} scope.
External user ID provided by the X-External-User-ID HTTP Header or external_user_id:{externalUserId} scope.
Indicates the Customer who modified the resource in the context of a Business Unit. Only available for B2B-enabled Projects when an Associate acts on behalf of a company using the associate endpoints.
+ *Indicates the Customer who modified the resource in the context of a Business Unit. Only available for B2B-enabled Projects when an Associate acts on behalf of a company using the associate endpoints.
* * @return null|CustomerReference diff --git a/lib/commercetools-api/src/Models/Common/LastModifiedByBuilder.php b/lib/commercetools-api/src/Models/Common/LastModifiedByBuilder.php index 521113023f5..26eced725df 100644 --- a/lib/commercetools-api/src/Models/Common/LastModifiedByBuilder.php +++ b/lib/commercetools-api/src/Models/Common/LastModifiedByBuilder.php @@ -70,7 +70,7 @@ public function getClientId() } /** - *External user ID provided by the X-External-User-ID HTTP Header or external_user_id:{externalUserId} scope.
External user ID provided by the X-External-User-ID HTTP Header or external_user_id:{externalUserId} scope.
Indicates the Customer who modified the resource in the context of a Business Unit. Only available for B2B-enabled Projects when an Associate acts on behalf of a company using the associate endpoints.
+ *Indicates the Customer who modified the resource in the context of a Business Unit. Only available for B2B-enabled Projects when an Associate acts on behalf of a company using the associate endpoints.
* * @return null|CustomerReference diff --git a/lib/commercetools-api/src/Models/Common/LastModifiedByModel.php b/lib/commercetools-api/src/Models/Common/LastModifiedByModel.php index 0dfd77a1c48..9dd0ddbbabd 100644 --- a/lib/commercetools-api/src/Models/Common/LastModifiedByModel.php +++ b/lib/commercetools-api/src/Models/Common/LastModifiedByModel.php @@ -98,7 +98,7 @@ public function getClientId() } /** - *External user ID provided by the X-External-User-ID HTTP Header or external_user_id:{externalUserId} scope.
External user ID provided by the X-External-User-ID HTTP Header or external_user_id:{externalUserId} scope.
Indicates the Customer who modified the resource in the context of a Business Unit. Only available for B2B-enabled Projects when an Associate acts on behalf of a company using the associate endpoints.
+ *Indicates the Customer who modified the resource in the context of a Business Unit. Only available for B2B-enabled Projects when an Associate acts on behalf of a company using the associate endpoints.
* * * @return null|CustomerReference diff --git a/lib/commercetools-api/src/Models/Common/PagedQueryResponse.php b/lib/commercetools-api/src/Models/Common/PagedQueryResponse.php index 4129f9d0f2c..c38f5803030 100644 --- a/lib/commercetools-api/src/Models/Common/PagedQueryResponse.php +++ b/lib/commercetools-api/src/Models/Common/PagedQueryResponse.php @@ -21,7 +21,7 @@ interface PagedQueryResponse extends JsonObject public const FIELD_META = 'meta'; /** - *Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -29,7 +29,7 @@ interface PagedQueryResponse extends JsonObject public function getLimit(); /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -46,10 +46,10 @@ public function getCount(); /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/Common/PagedQueryResponseBuilder.php b/lib/commercetools-api/src/Models/Common/PagedQueryResponseBuilder.php
index 01d8bc0baa5..6f4f7c930ee 100644
--- a/lib/commercetools-api/src/Models/Common/PagedQueryResponseBuilder.php
+++ b/lib/commercetools-api/src/Models/Common/PagedQueryResponseBuilder.php
@@ -57,7 +57,7 @@ final class PagedQueryResponseBuilder implements Builder
private $meta;
/**
- * Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -68,7 +68,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -91,10 +91,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/Common/PagedQueryResponseModel.php b/lib/commercetools-api/src/Models/Common/PagedQueryResponseModel.php
index 4f9f1bd7f07..c67b8c286c2 100644
--- a/lib/commercetools-api/src/Models/Common/PagedQueryResponseModel.php
+++ b/lib/commercetools-api/src/Models/Common/PagedQueryResponseModel.php
@@ -76,7 +76,7 @@ public function __construct(
}
/**
- * Number of results requested.
+ *Number of results requested.
* * * @return null|int @@ -96,7 +96,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * * @return null|int @@ -137,10 +137,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/Common/Price.php b/lib/commercetools-api/src/Models/Common/Price.php
index ee69b74ef04..d34c5fde11d 100644
--- a/lib/commercetools-api/src/Models/Common/Price.php
+++ b/lib/commercetools-api/src/Models/Common/Price.php
@@ -97,7 +97,7 @@ public function getValidUntil();
/**
* Set if a matching ProductDiscount exists.
- * If set, the API uses the DiscountedPrice value for the Line Item price selection.
+ * If set, the API uses the DiscountedPrice value for the Line Item price selection.
* When a relative discount has been applied and the fraction part of the DiscountedPrice value is 0.5, the value is rounded in favor of the customer with half-down rounding.
If an absolute discount value exceeds the price of the Product Variant, the discounted price is a negative value.
* diff --git a/lib/commercetools-api/src/Models/Common/PriceBuilder.php b/lib/commercetools-api/src/Models/Common/PriceBuilder.php index d8fd733fcbc..21d390e5ceb 100644 --- a/lib/commercetools-api/src/Models/Common/PriceBuilder.php +++ b/lib/commercetools-api/src/Models/Common/PriceBuilder.php @@ -191,7 +191,7 @@ public function getValidUntil() /** *Set if a matching ProductDiscount exists.
- * If set, the API uses the DiscountedPrice value for the Line Item price selection.
+ * If set, the API uses the DiscountedPrice value for the Line Item price selection.
* When a relative discount has been applied and the fraction part of the DiscountedPrice value is 0.5, the value is rounded in favor of the customer with half-down rounding.
If an absolute discount value exceeds the price of the Product Variant, the discounted price is a negative value.
* diff --git a/lib/commercetools-api/src/Models/Common/PriceModel.php b/lib/commercetools-api/src/Models/Common/PriceModel.php index 2e2b10f0e66..6ff43452b13 100644 --- a/lib/commercetools-api/src/Models/Common/PriceModel.php +++ b/lib/commercetools-api/src/Models/Common/PriceModel.php @@ -305,7 +305,7 @@ public function getValidUntil() /** *Set if a matching ProductDiscount exists.
- * If set, the API uses the DiscountedPrice value for the Line Item price selection.
+ * If set, the API uses the DiscountedPrice value for the Line Item price selection.
* When a relative discount has been applied and the fraction part of the DiscountedPrice value is 0.5, the value is rounded in favor of the customer with half-down rounding.
If an absolute discount value exceeds the price of the Product Variant, the discounted price is a negative value.
* diff --git a/lib/commercetools-api/src/Models/CustomObject/CustomObject.php b/lib/commercetools-api/src/Models/CustomObject/CustomObject.php index 5d9df02221f..5120fff44bb 100644 --- a/lib/commercetools-api/src/Models/CustomObject/CustomObject.php +++ b/lib/commercetools-api/src/Models/CustomObject/CustomObject.php @@ -88,7 +88,7 @@ public function getContainer(); public function getKey(); /** - *Can be any JSON standard type, such as number, string, boolean, array, object, or a common API data type.
+ *Can be any JSON standard type, such as number, string, boolean, array, object, or a common API data type.
*value points to a non-existing object in such case.Can be any JSON standard type, such as number, string, boolean, array, object, or a common API data type.
+ *Can be any JSON standard type, such as number, string, boolean, array, object, or a common API data type.
*value points to a non-existing object in such case.Can be any JSON standard type, such as number, string, boolean, array, object, or a common API data type.
+ *Can be any JSON standard type, such as number, string, boolean, array, object, or a common API data type.
*value that have null values are not saved.value points to a non-existing object in such case.Can be any JSON standard type, such as number, string, boolean, array, object, or a common API data type.
+ *Can be any JSON standard type, such as number, string, boolean, array, object, or a common API data type.
*value that have null values are not saved.value points to a non-existing object in such case.Can be any JSON standard type, such as number, string, boolean, array, object, or a common API data type.
+ *Can be any JSON standard type, such as number, string, boolean, array, object, or a common API data type.
*value that have null values are not saved.value points to a non-existing object in such case.Can be any JSON standard type, such as number, string, boolean, array, object, or a common API data type.
+ *Can be any JSON standard type, such as number, string, boolean, array, object, or a common API data type.
*value points to a non-existing object in such case.Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -28,7 +28,7 @@ interface CustomObjectPagedQueryResponse extends JsonObject public function getLimit(); /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -45,10 +45,10 @@ public function getCount(); /** *The total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/CustomObject/CustomObjectPagedQueryResponseBuilder.php b/lib/commercetools-api/src/Models/CustomObject/CustomObjectPagedQueryResponseBuilder.php
index a5f320baf30..8f3c49639d4 100644
--- a/lib/commercetools-api/src/Models/CustomObject/CustomObjectPagedQueryResponseBuilder.php
+++ b/lib/commercetools-api/src/Models/CustomObject/CustomObjectPagedQueryResponseBuilder.php
@@ -51,7 +51,7 @@ final class CustomObjectPagedQueryResponseBuilder implements Builder
private $results;
/**
- * Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -62,7 +62,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -85,10 +85,10 @@ public function getCount() /** *The total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/CustomObject/CustomObjectPagedQueryResponseModel.php b/lib/commercetools-api/src/Models/CustomObject/CustomObjectPagedQueryResponseModel.php
index 9852380938c..a3bdcc35433 100644
--- a/lib/commercetools-api/src/Models/CustomObject/CustomObjectPagedQueryResponseModel.php
+++ b/lib/commercetools-api/src/Models/CustomObject/CustomObjectPagedQueryResponseModel.php
@@ -68,7 +68,7 @@ public function __construct(
}
/**
- * Number of results requested.
+ *Number of results requested.
* * * @return null|int @@ -88,7 +88,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * * @return null|int @@ -129,10 +129,10 @@ public function getCount() /** *The total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/CustomObject/CustomObjectReference.php b/lib/commercetools-api/src/Models/CustomObject/CustomObjectReference.php
index 9681337774c..ac0b6c0b986 100644
--- a/lib/commercetools-api/src/Models/CustomObject/CustomObjectReference.php
+++ b/lib/commercetools-api/src/Models/CustomObject/CustomObjectReference.php
@@ -23,7 +23,7 @@ interface CustomObjectReference extends Reference
public function getTypeId();
/**
- * Contains the representation of the expanded CustomObject. Only present in responses to requests with Reference Expansion for CustomObjects.
+ *Contains the representation of the expanded CustomObject. Only present in responses to requests with Reference Expansion for CustomObjects.
* * @return null|CustomObject diff --git a/lib/commercetools-api/src/Models/CustomObject/CustomObjectReferenceBuilder.php b/lib/commercetools-api/src/Models/CustomObject/CustomObjectReferenceBuilder.php index ba0c7d9b4b9..ac6838d369e 100644 --- a/lib/commercetools-api/src/Models/CustomObject/CustomObjectReferenceBuilder.php +++ b/lib/commercetools-api/src/Models/CustomObject/CustomObjectReferenceBuilder.php @@ -46,7 +46,7 @@ public function getId() } /** - *Contains the representation of the expanded CustomObject. Only present in responses to requests with Reference Expansion for CustomObjects.
+ *Contains the representation of the expanded CustomObject. Only present in responses to requests with Reference Expansion for CustomObjects.
* * @return null|CustomObject diff --git a/lib/commercetools-api/src/Models/CustomObject/CustomObjectReferenceModel.php b/lib/commercetools-api/src/Models/CustomObject/CustomObjectReferenceModel.php index 918759d84ea..3dac3597eb5 100644 --- a/lib/commercetools-api/src/Models/CustomObject/CustomObjectReferenceModel.php +++ b/lib/commercetools-api/src/Models/CustomObject/CustomObjectReferenceModel.php @@ -93,7 +93,7 @@ public function getId() } /** - *Contains the representation of the expanded CustomObject. Only present in responses to requests with Reference Expansion for CustomObjects.
+ *Contains the representation of the expanded CustomObject. Only present in responses to requests with Reference Expansion for CustomObjects.
* * * @return null|CustomObject diff --git a/lib/commercetools-api/src/Models/Customer/Customer.php b/lib/commercetools-api/src/Models/Customer/Customer.php index 8a749c5cd52..fdcf6e02d4a 100644 --- a/lib/commercetools-api/src/Models/Customer/Customer.php +++ b/lib/commercetools-api/src/Models/Customer/Customer.php @@ -123,7 +123,7 @@ public function getLastModifiedBy(); public function getCreatedBy(); /** - *Email address of the Customer that is unique for an entire Project or to a Store the Customer is assigned to. + *
Email address of the Customer that is unique for an entire Project or to a Store the Customer is assigned to. * It is the mandatory unique identifier of a Customer.
* @@ -253,7 +253,7 @@ public function getCustomerGroup(); /** *Customer Groups that the Customer belongs to.
- *Used for Line Item price selection.
+ *Used for Line Item price selection.
* * @return null|CustomerGroupAssignmentCollection @@ -287,8 +287,8 @@ public function getSalutation(); /** *Stores to which the Customer is assigned to.
*stores is empty, the Customer is a global customer, and can log in using the Password Flow for global Customers.stores is empty, the Customer is a global customer, and can log in using the Password Flow for global Customers.Email address of the Customer that is unique for an entire Project or to a Store the Customer is assigned to. + *
Email address of the Customer that is unique for an entire Project or to a Store the Customer is assigned to. * It is the mandatory unique identifier of a Customer.
* @@ -498,7 +498,7 @@ public function getCustomerGroup() /** *Customer Groups that the Customer belongs to.
- *Used for Line Item price selection.
+ *Used for Line Item price selection.
* * @return null|CustomerGroupAssignmentCollection @@ -544,8 +544,8 @@ public function getSalutation() /** *Stores to which the Customer is assigned to.
*stores is empty, the Customer is a global customer, and can log in using the Password Flow for global Customers.stores is empty, the Customer is a global customer, and can log in using the Password Flow for global Customers.Email address of the Customer treated as case-insensitive.
+ *Email address of the Customer treated as case-insensitive.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Customer/CustomerCreatePasswordResetTokenBuilder.php b/lib/commercetools-api/src/Models/Customer/CustomerCreatePasswordResetTokenBuilder.php index 709e330a14b..25795de4b6b 100644 --- a/lib/commercetools-api/src/Models/Customer/CustomerCreatePasswordResetTokenBuilder.php +++ b/lib/commercetools-api/src/Models/Customer/CustomerCreatePasswordResetTokenBuilder.php @@ -39,7 +39,7 @@ final class CustomerCreatePasswordResetTokenBuilder implements Builder private $invalidateOlderTokens; /** - *Email address of the Customer treated as case-insensitive.
+ *Email address of the Customer treated as case-insensitive.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Customer/CustomerCreatePasswordResetTokenModel.php b/lib/commercetools-api/src/Models/Customer/CustomerCreatePasswordResetTokenModel.php index e3734e47f27..ff75b66f8e9 100644 --- a/lib/commercetools-api/src/Models/Customer/CustomerCreatePasswordResetTokenModel.php +++ b/lib/commercetools-api/src/Models/Customer/CustomerCreatePasswordResetTokenModel.php @@ -52,7 +52,7 @@ public function __construct( } /** - *Email address of the Customer treated as case-insensitive.
+ *Email address of the Customer treated as case-insensitive.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Customer/CustomerDraft.php b/lib/commercetools-api/src/Models/Customer/CustomerDraft.php index b87e895f8c1..d512646bbbc 100644 --- a/lib/commercetools-api/src/Models/Customer/CustomerDraft.php +++ b/lib/commercetools-api/src/Models/Customer/CustomerDraft.php @@ -51,7 +51,7 @@ interface CustomerDraft extends JsonObject /** *User-defined unique identifier for the Customer.
* The key field is preferred over customerNumber as it is mutable and provides more flexibility.
This field is optional for backwards compatibility reasons, but we strongly recommend setting it. Keys are mandatory for importing Customers with the Import API.
+ *This field is optional for backwards compatibility reasons, but we strongly recommend setting it. Keys are mandatory for importing Customers with the Import API.
* * @return null|string @@ -77,7 +77,7 @@ public function getCustomerNumber(); public function getExternalId(); /** - *Email address of the Customer that must be unique for an entire Project or to a Store the Customer is assigned to. + *
Email address of the Customer that must be unique for an entire Project or to a Store the Customer is assigned to. * It is the mandatory unique identifier of a Customer.
* @@ -239,7 +239,7 @@ public function getCustomerGroup(); /** *Customer Groups to assign the Customer to.
- *Used for Line Item price selection.
+ *Used for Line Item price selection.
* * @return null|CustomerGroupAssignmentDraftCollection @@ -274,8 +274,8 @@ public function getSalutation(); /** *Sets the Stores for the Customer.
*User-defined unique identifier for the Customer.
* The key field is preferred over customerNumber as it is mutable and provides more flexibility.
This field is optional for backwards compatibility reasons, but we strongly recommend setting it. Keys are mandatory for importing Customers with the Import API.
+ *This field is optional for backwards compatibility reasons, but we strongly recommend setting it. Keys are mandatory for importing Customers with the Import API.
* * @return null|string @@ -235,7 +235,7 @@ public function getExternalId() } /** - *Email address of the Customer that must be unique for an entire Project or to a Store the Customer is assigned to. + *
Email address of the Customer that must be unique for an entire Project or to a Store the Customer is assigned to. * It is the mandatory unique identifier of a Customer.
* @@ -454,7 +454,7 @@ public function getCustomerGroup() /** *Customer Groups to assign the Customer to.
- *Used for Line Item price selection.
+ *Used for Line Item price selection.
* * @return null|CustomerGroupAssignmentDraftCollection @@ -501,8 +501,8 @@ public function getSalutation() /** *Sets the Stores for the Customer.
*User-defined unique identifier for the Customer.
* The key field is preferred over customerNumber as it is mutable and provides more flexibility.
This field is optional for backwards compatibility reasons, but we strongly recommend setting it. Keys are mandatory for importing Customers with the Import API.
+ *This field is optional for backwards compatibility reasons, but we strongly recommend setting it. Keys are mandatory for importing Customers with the Import API.
* * * @return null|string @@ -325,7 +325,7 @@ public function getExternalId() } /** - *Email address of the Customer that must be unique for an entire Project or to a Store the Customer is assigned to. + *
Email address of the Customer that must be unique for an entire Project or to a Store the Customer is assigned to. * It is the mandatory unique identifier of a Customer.
* * @@ -721,7 +721,7 @@ public function getCustomerGroup() /** *Customer Groups to assign the Customer to.
- *Used for Line Item price selection.
+ *Used for Line Item price selection.
* * * @return null|CustomerGroupAssignmentDraftCollection @@ -805,8 +805,8 @@ public function getSalutation() /** *Sets the Stores for the Customer.
*Email address of the Customer that is unique for an entire Project or to a Store the Customer is assigned to. + *
Email address of the Customer that is unique for an entire Project or to a Store the Customer is assigned to. * It is the mandatory unique identifier of a Customer.
* * @@ -807,7 +807,7 @@ public function getCustomerGroup() /** *Customer Groups that the Customer belongs to.
- *Used for Line Item price selection.
+ *Used for Line Item price selection.
* * * @return null|CustomerGroupAssignmentCollection @@ -890,8 +890,8 @@ public function getSalutation() /** *Stores to which the Customer is assigned to.
*stores is empty, the Customer is a global customer, and can log in using the Password Flow for global Customers.stores is empty, the Customer is a global customer, and can log in using the Password Flow for global Customers.Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -28,7 +28,7 @@ interface CustomerPagedQueryResponse extends JsonObject public function getLimit(); /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -45,10 +45,10 @@ public function getCount(); /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/Customer/CustomerPagedQueryResponseBuilder.php b/lib/commercetools-api/src/Models/Customer/CustomerPagedQueryResponseBuilder.php
index 8d9dff7a033..006099d33cc 100644
--- a/lib/commercetools-api/src/Models/Customer/CustomerPagedQueryResponseBuilder.php
+++ b/lib/commercetools-api/src/Models/Customer/CustomerPagedQueryResponseBuilder.php
@@ -51,7 +51,7 @@ final class CustomerPagedQueryResponseBuilder implements Builder
private $results;
/**
- * Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -62,7 +62,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -85,10 +85,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/Customer/CustomerPagedQueryResponseModel.php b/lib/commercetools-api/src/Models/Customer/CustomerPagedQueryResponseModel.php
index 2c482d7949a..3eafaaa12af 100644
--- a/lib/commercetools-api/src/Models/Customer/CustomerPagedQueryResponseModel.php
+++ b/lib/commercetools-api/src/Models/Customer/CustomerPagedQueryResponseModel.php
@@ -68,7 +68,7 @@ public function __construct(
}
/**
- * Number of results requested.
+ *Number of results requested.
* * * @return null|int @@ -88,7 +88,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * * @return null|int @@ -129,10 +129,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/Customer/CustomerSetAddressCustomFieldAction.php b/lib/commercetools-api/src/Models/Customer/CustomerSetAddressCustomFieldAction.php
index f4821515b79..a07f8165fbc 100644
--- a/lib/commercetools-api/src/Models/Customer/CustomerSetAddressCustomFieldAction.php
+++ b/lib/commercetools-api/src/Models/Customer/CustomerSetAddressCustomFieldAction.php
@@ -26,7 +26,7 @@ interface CustomerSetAddressCustomFieldAction extends CustomerUpdateAction
public function getAddressId();
/**
- * Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Customer/CustomerSetAddressCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/Customer/CustomerSetAddressCustomFieldActionBuilder.php index ae5511993f6..a4dc2711210 100644 --- a/lib/commercetools-api/src/Models/Customer/CustomerSetAddressCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/Customer/CustomerSetAddressCustomFieldActionBuilder.php @@ -50,7 +50,7 @@ public function getAddressId() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Customer/CustomerSetAddressCustomFieldActionModel.php b/lib/commercetools-api/src/Models/Customer/CustomerSetAddressCustomFieldActionModel.php index 4b3fc8d96b6..c9498cbc83c 100644 --- a/lib/commercetools-api/src/Models/Customer/CustomerSetAddressCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/Customer/CustomerSetAddressCustomFieldActionModel.php @@ -99,7 +99,7 @@ public function getAddressId() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Customer/CustomerSetCustomFieldAction.php b/lib/commercetools-api/src/Models/Customer/CustomerSetCustomFieldAction.php index 099a62abc8d..af5856ec117 100644 --- a/lib/commercetools-api/src/Models/Customer/CustomerSetCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/Customer/CustomerSetCustomFieldAction.php @@ -17,7 +17,7 @@ interface CustomerSetCustomFieldAction extends CustomerUpdateAction public const FIELD_VALUE = 'value'; /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Customer/CustomerSetCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/Customer/CustomerSetCustomFieldActionBuilder.php index 23d1031c764..d33f59deb3d 100644 --- a/lib/commercetools-api/src/Models/Customer/CustomerSetCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/Customer/CustomerSetCustomFieldActionBuilder.php @@ -33,7 +33,7 @@ final class CustomerSetCustomFieldActionBuilder implements Builder private $value; /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Customer/CustomerSetCustomFieldActionModel.php b/lib/commercetools-api/src/Models/Customer/CustomerSetCustomFieldActionModel.php index e9728a5ce5c..05ce2363343 100644 --- a/lib/commercetools-api/src/Models/Customer/CustomerSetCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/Customer/CustomerSetCustomFieldActionModel.php @@ -71,7 +71,7 @@ public function getAction() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Customer/CustomerSignInResult.php b/lib/commercetools-api/src/Models/Customer/CustomerSignInResult.php index b1afed796f4..686ecf51247 100644 --- a/lib/commercetools-api/src/Models/Customer/CustomerSignInResult.php +++ b/lib/commercetools-api/src/Models/Customer/CustomerSignInResult.php @@ -29,7 +29,7 @@ public function getCustomer(); *Cart associated with the Customer.
*The Cart is recalculated to remove invalid Line Items and apply the latest prices, taxes, and discounts. * During these updates, the following errors can be returned: MatchingPriceNotFound and MissingTaxRateForCountry.
- *For more information, see Cart updates.
+ *For more information, see Cart updates.
* * @return null|Cart diff --git a/lib/commercetools-api/src/Models/Customer/CustomerSignInResultBuilder.php b/lib/commercetools-api/src/Models/Customer/CustomerSignInResultBuilder.php index b2db928c91b..0e7f42f924e 100644 --- a/lib/commercetools-api/src/Models/Customer/CustomerSignInResultBuilder.php +++ b/lib/commercetools-api/src/Models/Customer/CustomerSignInResultBuilder.php @@ -49,7 +49,7 @@ public function getCustomer() *Cart associated with the Customer.
*The Cart is recalculated to remove invalid Line Items and apply the latest prices, taxes, and discounts. * During these updates, the following errors can be returned: MatchingPriceNotFound and MissingTaxRateForCountry.
- *For more information, see Cart updates.
+ *For more information, see Cart updates.
* * @return null|Cart diff --git a/lib/commercetools-api/src/Models/Customer/CustomerSignInResultModel.php b/lib/commercetools-api/src/Models/Customer/CustomerSignInResultModel.php index 8995d3d34bb..bf2110d1520 100644 --- a/lib/commercetools-api/src/Models/Customer/CustomerSignInResultModel.php +++ b/lib/commercetools-api/src/Models/Customer/CustomerSignInResultModel.php @@ -70,7 +70,7 @@ public function getCustomer() *Cart associated with the Customer.
*The Cart is recalculated to remove invalid Line Items and apply the latest prices, taxes, and discounts. * During these updates, the following errors can be returned: MatchingPriceNotFound and MissingTaxRateForCountry.
- *For more information, see Cart updates.
+ *For more information, see Cart updates.
* * * @return null|Cart diff --git a/lib/commercetools-api/src/Models/Customer/CustomerSignin.php b/lib/commercetools-api/src/Models/Customer/CustomerSignin.php index 52a3f9515cb..0c36a4bf940 100644 --- a/lib/commercetools-api/src/Models/Customer/CustomerSignin.php +++ b/lib/commercetools-api/src/Models/Customer/CustomerSignin.php @@ -23,7 +23,7 @@ interface CustomerSignin extends JsonObject public const FIELD_UPDATE_PRODUCT_DATA = 'updateProductData'; /** - *Email address of the Customer treated as case-insensitive.
+ *Email address of the Customer treated as case-insensitive.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Customer/CustomerSigninBuilder.php b/lib/commercetools-api/src/Models/Customer/CustomerSigninBuilder.php index b37b02f8b0f..e9b33430c40 100644 --- a/lib/commercetools-api/src/Models/Customer/CustomerSigninBuilder.php +++ b/lib/commercetools-api/src/Models/Customer/CustomerSigninBuilder.php @@ -65,7 +65,7 @@ final class CustomerSigninBuilder implements Builder private $updateProductData; /** - *Email address of the Customer treated as case-insensitive.
+ *Email address of the Customer treated as case-insensitive.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Customer/CustomerSigninModel.php b/lib/commercetools-api/src/Models/Customer/CustomerSigninModel.php index e61737cb118..658e83f66a9 100644 --- a/lib/commercetools-api/src/Models/Customer/CustomerSigninModel.php +++ b/lib/commercetools-api/src/Models/Customer/CustomerSigninModel.php @@ -86,7 +86,7 @@ public function __construct( } /** - *Email address of the Customer treated as case-insensitive.
+ *Email address of the Customer treated as case-insensitive.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Customer/MyCustomerSignin.php b/lib/commercetools-api/src/Models/Customer/MyCustomerSignin.php index 204859045aa..38da82d5eaa 100644 --- a/lib/commercetools-api/src/Models/Customer/MyCustomerSignin.php +++ b/lib/commercetools-api/src/Models/Customer/MyCustomerSignin.php @@ -19,7 +19,7 @@ interface MyCustomerSignin extends JsonObject public const FIELD_UPDATE_PRODUCT_DATA = 'updateProductData'; /** - *Email address of the Customer treated as case-insensitive.
+ *Email address of the Customer treated as case-insensitive.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Customer/MyCustomerSigninBuilder.php b/lib/commercetools-api/src/Models/Customer/MyCustomerSigninBuilder.php index 5dddd8ac9c2..d86c7a00145 100644 --- a/lib/commercetools-api/src/Models/Customer/MyCustomerSigninBuilder.php +++ b/lib/commercetools-api/src/Models/Customer/MyCustomerSigninBuilder.php @@ -45,7 +45,7 @@ final class MyCustomerSigninBuilder implements Builder private $updateProductData; /** - *Email address of the Customer treated as case-insensitive.
+ *Email address of the Customer treated as case-insensitive.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Customer/MyCustomerSigninModel.php b/lib/commercetools-api/src/Models/Customer/MyCustomerSigninModel.php index c50738dd916..71b4375e4b1 100644 --- a/lib/commercetools-api/src/Models/Customer/MyCustomerSigninModel.php +++ b/lib/commercetools-api/src/Models/Customer/MyCustomerSigninModel.php @@ -60,7 +60,7 @@ public function __construct( } /** - *Email address of the Customer treated as case-insensitive.
+ *Email address of the Customer treated as case-insensitive.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/CustomerGroup/CustomerGroupPagedQueryResponse.php b/lib/commercetools-api/src/Models/CustomerGroup/CustomerGroupPagedQueryResponse.php index 105c2ab44ae..bd0a20e504a 100644 --- a/lib/commercetools-api/src/Models/CustomerGroup/CustomerGroupPagedQueryResponse.php +++ b/lib/commercetools-api/src/Models/CustomerGroup/CustomerGroupPagedQueryResponse.php @@ -20,7 +20,7 @@ interface CustomerGroupPagedQueryResponse extends JsonObject public const FIELD_RESULTS = 'results'; /** - *Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -28,7 +28,7 @@ interface CustomerGroupPagedQueryResponse extends JsonObject public function getLimit(); /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -45,10 +45,10 @@ public function getCount(); /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/CustomerGroup/CustomerGroupPagedQueryResponseBuilder.php b/lib/commercetools-api/src/Models/CustomerGroup/CustomerGroupPagedQueryResponseBuilder.php
index 7730411b70a..b1d78319287 100644
--- a/lib/commercetools-api/src/Models/CustomerGroup/CustomerGroupPagedQueryResponseBuilder.php
+++ b/lib/commercetools-api/src/Models/CustomerGroup/CustomerGroupPagedQueryResponseBuilder.php
@@ -51,7 +51,7 @@ final class CustomerGroupPagedQueryResponseBuilder implements Builder
private $results;
/**
- * Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -62,7 +62,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -85,10 +85,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/CustomerGroup/CustomerGroupPagedQueryResponseModel.php b/lib/commercetools-api/src/Models/CustomerGroup/CustomerGroupPagedQueryResponseModel.php
index d5bd7af3639..ffd9b18e13d 100644
--- a/lib/commercetools-api/src/Models/CustomerGroup/CustomerGroupPagedQueryResponseModel.php
+++ b/lib/commercetools-api/src/Models/CustomerGroup/CustomerGroupPagedQueryResponseModel.php
@@ -68,7 +68,7 @@ public function __construct(
}
/**
- * Number of results requested.
+ *Number of results requested.
* * * @return null|int @@ -88,7 +88,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * * @return null|int @@ -129,10 +129,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/CustomerGroup/CustomerGroupReference.php b/lib/commercetools-api/src/Models/CustomerGroup/CustomerGroupReference.php
index 5a999b4797f..71eb429b0b1 100644
--- a/lib/commercetools-api/src/Models/CustomerGroup/CustomerGroupReference.php
+++ b/lib/commercetools-api/src/Models/CustomerGroup/CustomerGroupReference.php
@@ -23,7 +23,7 @@ interface CustomerGroupReference extends Reference
public function getTypeId();
/**
- * Contains the representation of the expanded CustomerGroup. Only present in responses to requests with Reference Expansion for CustomerGroups.
+ *Contains the representation of the expanded CustomerGroup. Only present in responses to requests with Reference Expansion for CustomerGroups.
* * @return null|CustomerGroup diff --git a/lib/commercetools-api/src/Models/CustomerGroup/CustomerGroupReferenceBuilder.php b/lib/commercetools-api/src/Models/CustomerGroup/CustomerGroupReferenceBuilder.php index 6482a1535a9..8b8c5930b36 100644 --- a/lib/commercetools-api/src/Models/CustomerGroup/CustomerGroupReferenceBuilder.php +++ b/lib/commercetools-api/src/Models/CustomerGroup/CustomerGroupReferenceBuilder.php @@ -46,7 +46,7 @@ public function getId() } /** - *Contains the representation of the expanded CustomerGroup. Only present in responses to requests with Reference Expansion for CustomerGroups.
+ *Contains the representation of the expanded CustomerGroup. Only present in responses to requests with Reference Expansion for CustomerGroups.
* * @return null|CustomerGroup diff --git a/lib/commercetools-api/src/Models/CustomerGroup/CustomerGroupReferenceModel.php b/lib/commercetools-api/src/Models/CustomerGroup/CustomerGroupReferenceModel.php index 98b39352599..159978ed4e6 100644 --- a/lib/commercetools-api/src/Models/CustomerGroup/CustomerGroupReferenceModel.php +++ b/lib/commercetools-api/src/Models/CustomerGroup/CustomerGroupReferenceModel.php @@ -93,7 +93,7 @@ public function getId() } /** - *Contains the representation of the expanded CustomerGroup. Only present in responses to requests with Reference Expansion for CustomerGroups.
+ *Contains the representation of the expanded CustomerGroup. Only present in responses to requests with Reference Expansion for CustomerGroups.
* * * @return null|CustomerGroup diff --git a/lib/commercetools-api/src/Models/CustomerGroup/CustomerGroupSetCustomFieldAction.php b/lib/commercetools-api/src/Models/CustomerGroup/CustomerGroupSetCustomFieldAction.php index 51fe1764478..dc4f3f6c856 100644 --- a/lib/commercetools-api/src/Models/CustomerGroup/CustomerGroupSetCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/CustomerGroup/CustomerGroupSetCustomFieldAction.php @@ -17,7 +17,7 @@ interface CustomerGroupSetCustomFieldAction extends CustomerGroupUpdateAction public const FIELD_VALUE = 'value'; /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/CustomerGroup/CustomerGroupSetCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/CustomerGroup/CustomerGroupSetCustomFieldActionBuilder.php index 34a36571bdb..31029328712 100644 --- a/lib/commercetools-api/src/Models/CustomerGroup/CustomerGroupSetCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/CustomerGroup/CustomerGroupSetCustomFieldActionBuilder.php @@ -33,7 +33,7 @@ final class CustomerGroupSetCustomFieldActionBuilder implements Builder private $value; /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/CustomerGroup/CustomerGroupSetCustomFieldActionModel.php b/lib/commercetools-api/src/Models/CustomerGroup/CustomerGroupSetCustomFieldActionModel.php index 8d876835b23..6a2ff1d2d4c 100644 --- a/lib/commercetools-api/src/Models/CustomerGroup/CustomerGroupSetCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/CustomerGroup/CustomerGroupSetCustomFieldActionModel.php @@ -71,7 +71,7 @@ public function getAction() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/CustomerSearch/CustomerPagedSearchResponse.php b/lib/commercetools-api/src/Models/CustomerSearch/CustomerPagedSearchResponse.php index 72f72d46e1d..a9c7a16d66d 100644 --- a/lib/commercetools-api/src/Models/CustomerSearch/CustomerPagedSearchResponse.php +++ b/lib/commercetools-api/src/Models/CustomerSearch/CustomerPagedSearchResponse.php @@ -27,7 +27,7 @@ interface CustomerPagedSearchResponse extends JsonObject public function getTotal(); /** - *Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -35,7 +35,7 @@ public function getTotal(); public function getLimit(); /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int diff --git a/lib/commercetools-api/src/Models/CustomerSearch/CustomerPagedSearchResponseBuilder.php b/lib/commercetools-api/src/Models/CustomerSearch/CustomerPagedSearchResponseBuilder.php index 842553c653d..eedcef7f731 100644 --- a/lib/commercetools-api/src/Models/CustomerSearch/CustomerPagedSearchResponseBuilder.php +++ b/lib/commercetools-api/src/Models/CustomerSearch/CustomerPagedSearchResponseBuilder.php @@ -56,7 +56,7 @@ public function getTotal() } /** - *Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -67,7 +67,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int diff --git a/lib/commercetools-api/src/Models/CustomerSearch/CustomerPagedSearchResponseModel.php b/lib/commercetools-api/src/Models/CustomerSearch/CustomerPagedSearchResponseModel.php index beade090fca..d09bb4a9fbc 100644 --- a/lib/commercetools-api/src/Models/CustomerSearch/CustomerPagedSearchResponseModel.php +++ b/lib/commercetools-api/src/Models/CustomerSearch/CustomerPagedSearchResponseModel.php @@ -80,7 +80,7 @@ public function getTotal() } /** - *Number of results requested.
+ *Number of results requested.
* * * @return null|int @@ -100,7 +100,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * * @return null|int diff --git a/lib/commercetools-api/src/Models/DiscountCode/DiscountCode.php b/lib/commercetools-api/src/Models/DiscountCode/DiscountCode.php index 7a27bd9f975..73b8ded2966 100644 --- a/lib/commercetools-api/src/Models/DiscountCode/DiscountCode.php +++ b/lib/commercetools-api/src/Models/DiscountCode/DiscountCode.php @@ -112,7 +112,7 @@ public function getName(); public function getDescription(); /** - *User-defined unique identifier of the DiscountCode added to the Cart to apply the related CartDiscounts.
+ *User-defined unique identifier of the DiscountCode added to the Cart to apply the related CartDiscounts.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/DiscountCode/DiscountCodeBuilder.php b/lib/commercetools-api/src/Models/DiscountCode/DiscountCodeBuilder.php index 8872c162588..52e125e1d4d 100644 --- a/lib/commercetools-api/src/Models/DiscountCode/DiscountCodeBuilder.php +++ b/lib/commercetools-api/src/Models/DiscountCode/DiscountCodeBuilder.php @@ -259,7 +259,7 @@ public function getDescription() } /** - *User-defined unique identifier of the DiscountCode added to the Cart to apply the related CartDiscounts.
+ *User-defined unique identifier of the DiscountCode added to the Cart to apply the related CartDiscounts.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/DiscountCode/DiscountCodeDraft.php b/lib/commercetools-api/src/Models/DiscountCode/DiscountCodeDraft.php index 89b3c06eb20..1b02d4702b9 100644 --- a/lib/commercetools-api/src/Models/DiscountCode/DiscountCodeDraft.php +++ b/lib/commercetools-api/src/Models/DiscountCode/DiscountCodeDraft.php @@ -33,7 +33,7 @@ interface DiscountCodeDraft extends JsonObject /** *User-defined unique identifier for the DiscountCode.
- *This field is optional for backwards compatibility reasons, but we strongly recommend setting it. Keys are mandatory for importing Discount Codes with the Import API and the Merchant Center.
+ *This field is optional for backwards compatibility reasons, but we strongly recommend setting it. Keys are mandatory for importing Discount Codes with the Import API and the Merchant Center.
* * @return null|string @@ -57,7 +57,7 @@ public function getName(); public function getDescription(); /** - *User-defined unique identifier for the DiscountCode that can be added to the Cart to apply the related CartDiscounts. + *
User-defined unique identifier for the DiscountCode that can be added to the Cart to apply the related CartDiscounts. * It cannot be modified after the DiscountCode is created.
* diff --git a/lib/commercetools-api/src/Models/DiscountCode/DiscountCodeDraftBuilder.php b/lib/commercetools-api/src/Models/DiscountCode/DiscountCodeDraftBuilder.php index 5c1a3ecc932..6a3ce27c9aa 100644 --- a/lib/commercetools-api/src/Models/DiscountCode/DiscountCodeDraftBuilder.php +++ b/lib/commercetools-api/src/Models/DiscountCode/DiscountCodeDraftBuilder.php @@ -106,7 +106,7 @@ final class DiscountCodeDraftBuilder implements Builder /** *User-defined unique identifier for the DiscountCode.
- *This field is optional for backwards compatibility reasons, but we strongly recommend setting it. Keys are mandatory for importing Discount Codes with the Import API and the Merchant Center.
+ *This field is optional for backwards compatibility reasons, but we strongly recommend setting it. Keys are mandatory for importing Discount Codes with the Import API and the Merchant Center.
* * @return null|string @@ -139,7 +139,7 @@ public function getDescription() } /** - *User-defined unique identifier for the DiscountCode that can be added to the Cart to apply the related CartDiscounts. + *
User-defined unique identifier for the DiscountCode that can be added to the Cart to apply the related CartDiscounts. * It cannot be modified after the DiscountCode is created.
* diff --git a/lib/commercetools-api/src/Models/DiscountCode/DiscountCodeDraftModel.php b/lib/commercetools-api/src/Models/DiscountCode/DiscountCodeDraftModel.php index 429f3b2623e..ba5c177f49d 100644 --- a/lib/commercetools-api/src/Models/DiscountCode/DiscountCodeDraftModel.php +++ b/lib/commercetools-api/src/Models/DiscountCode/DiscountCodeDraftModel.php @@ -139,7 +139,7 @@ public function __construct( /** *User-defined unique identifier for the DiscountCode.
- *This field is optional for backwards compatibility reasons, but we strongly recommend setting it. Keys are mandatory for importing Discount Codes with the Import API and the Merchant Center.
+ *This field is optional for backwards compatibility reasons, but we strongly recommend setting it. Keys are mandatory for importing Discount Codes with the Import API and the Merchant Center.
* * * @return null|string @@ -201,7 +201,7 @@ public function getDescription() } /** - *User-defined unique identifier for the DiscountCode that can be added to the Cart to apply the related CartDiscounts. + *
User-defined unique identifier for the DiscountCode that can be added to the Cart to apply the related CartDiscounts. * It cannot be modified after the DiscountCode is created.
* * diff --git a/lib/commercetools-api/src/Models/DiscountCode/DiscountCodeModel.php b/lib/commercetools-api/src/Models/DiscountCode/DiscountCodeModel.php index 2b0d15a07e3..a2d5d31d846 100644 --- a/lib/commercetools-api/src/Models/DiscountCode/DiscountCodeModel.php +++ b/lib/commercetools-api/src/Models/DiscountCode/DiscountCodeModel.php @@ -401,7 +401,7 @@ public function getDescription() } /** - *User-defined unique identifier of the DiscountCode added to the Cart to apply the related CartDiscounts.
+ *User-defined unique identifier of the DiscountCode added to the Cart to apply the related CartDiscounts.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/DiscountCode/DiscountCodePagedQueryResponse.php b/lib/commercetools-api/src/Models/DiscountCode/DiscountCodePagedQueryResponse.php index 68b97b1bc9c..d1b5508eeb9 100644 --- a/lib/commercetools-api/src/Models/DiscountCode/DiscountCodePagedQueryResponse.php +++ b/lib/commercetools-api/src/Models/DiscountCode/DiscountCodePagedQueryResponse.php @@ -20,7 +20,7 @@ interface DiscountCodePagedQueryResponse extends JsonObject public const FIELD_RESULTS = 'results'; /** - *Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -28,7 +28,7 @@ interface DiscountCodePagedQueryResponse extends JsonObject public function getLimit(); /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -45,10 +45,10 @@ public function getCount(); /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/DiscountCode/DiscountCodePagedQueryResponseBuilder.php b/lib/commercetools-api/src/Models/DiscountCode/DiscountCodePagedQueryResponseBuilder.php
index ed7e7355127..29d77ea99d6 100644
--- a/lib/commercetools-api/src/Models/DiscountCode/DiscountCodePagedQueryResponseBuilder.php
+++ b/lib/commercetools-api/src/Models/DiscountCode/DiscountCodePagedQueryResponseBuilder.php
@@ -51,7 +51,7 @@ final class DiscountCodePagedQueryResponseBuilder implements Builder
private $results;
/**
- * Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -62,7 +62,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -85,10 +85,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/DiscountCode/DiscountCodePagedQueryResponseModel.php b/lib/commercetools-api/src/Models/DiscountCode/DiscountCodePagedQueryResponseModel.php
index b58ad1b1f93..7f835b113f1 100644
--- a/lib/commercetools-api/src/Models/DiscountCode/DiscountCodePagedQueryResponseModel.php
+++ b/lib/commercetools-api/src/Models/DiscountCode/DiscountCodePagedQueryResponseModel.php
@@ -68,7 +68,7 @@ public function __construct(
}
/**
- * Number of results requested.
+ *Number of results requested.
* * * @return null|int @@ -88,7 +88,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * * @return null|int @@ -129,10 +129,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/DiscountCode/DiscountCodeReference.php b/lib/commercetools-api/src/Models/DiscountCode/DiscountCodeReference.php
index 3365175d688..b92697f952e 100644
--- a/lib/commercetools-api/src/Models/DiscountCode/DiscountCodeReference.php
+++ b/lib/commercetools-api/src/Models/DiscountCode/DiscountCodeReference.php
@@ -23,7 +23,7 @@ interface DiscountCodeReference extends Reference
public function getTypeId();
/**
- * Contains the representation of the expanded DiscountCode. Only present in responses to requests with Reference Expansion for DiscountCodes.
+ *Contains the representation of the expanded DiscountCode. Only present in responses to requests with Reference Expansion for DiscountCodes.
* * @return null|DiscountCode diff --git a/lib/commercetools-api/src/Models/DiscountCode/DiscountCodeReferenceBuilder.php b/lib/commercetools-api/src/Models/DiscountCode/DiscountCodeReferenceBuilder.php index 615962c688e..ccbf377cd45 100644 --- a/lib/commercetools-api/src/Models/DiscountCode/DiscountCodeReferenceBuilder.php +++ b/lib/commercetools-api/src/Models/DiscountCode/DiscountCodeReferenceBuilder.php @@ -46,7 +46,7 @@ public function getId() } /** - *Contains the representation of the expanded DiscountCode. Only present in responses to requests with Reference Expansion for DiscountCodes.
+ *Contains the representation of the expanded DiscountCode. Only present in responses to requests with Reference Expansion for DiscountCodes.
* * @return null|DiscountCode diff --git a/lib/commercetools-api/src/Models/DiscountCode/DiscountCodeReferenceModel.php b/lib/commercetools-api/src/Models/DiscountCode/DiscountCodeReferenceModel.php index 6788c9b7036..22ca9beb39f 100644 --- a/lib/commercetools-api/src/Models/DiscountCode/DiscountCodeReferenceModel.php +++ b/lib/commercetools-api/src/Models/DiscountCode/DiscountCodeReferenceModel.php @@ -93,7 +93,7 @@ public function getId() } /** - *Contains the representation of the expanded DiscountCode. Only present in responses to requests with Reference Expansion for DiscountCodes.
+ *Contains the representation of the expanded DiscountCode. Only present in responses to requests with Reference Expansion for DiscountCodes.
* * * @return null|DiscountCode diff --git a/lib/commercetools-api/src/Models/DiscountCode/DiscountCodeSetCustomFieldAction.php b/lib/commercetools-api/src/Models/DiscountCode/DiscountCodeSetCustomFieldAction.php index b4e09f9db3a..1956cafd125 100644 --- a/lib/commercetools-api/src/Models/DiscountCode/DiscountCodeSetCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/DiscountCode/DiscountCodeSetCustomFieldAction.php @@ -17,7 +17,7 @@ interface DiscountCodeSetCustomFieldAction extends DiscountCodeUpdateAction public const FIELD_VALUE = 'value'; /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/DiscountCode/DiscountCodeSetCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/DiscountCode/DiscountCodeSetCustomFieldActionBuilder.php index 02d0d814f5e..40c00c02f8b 100644 --- a/lib/commercetools-api/src/Models/DiscountCode/DiscountCodeSetCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/DiscountCode/DiscountCodeSetCustomFieldActionBuilder.php @@ -33,7 +33,7 @@ final class DiscountCodeSetCustomFieldActionBuilder implements Builder private $value; /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/DiscountCode/DiscountCodeSetCustomFieldActionModel.php b/lib/commercetools-api/src/Models/DiscountCode/DiscountCodeSetCustomFieldActionModel.php index 0d65d88fb9f..c593d838565 100644 --- a/lib/commercetools-api/src/Models/DiscountCode/DiscountCodeSetCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/DiscountCode/DiscountCodeSetCustomFieldActionModel.php @@ -71,7 +71,7 @@ public function getAction() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/DiscountGroup/DiscountGroupPagedQueryResponse.php b/lib/commercetools-api/src/Models/DiscountGroup/DiscountGroupPagedQueryResponse.php index 192eeb39746..91c31f1a3f5 100644 --- a/lib/commercetools-api/src/Models/DiscountGroup/DiscountGroupPagedQueryResponse.php +++ b/lib/commercetools-api/src/Models/DiscountGroup/DiscountGroupPagedQueryResponse.php @@ -20,7 +20,7 @@ interface DiscountGroupPagedQueryResponse extends JsonObject public const FIELD_RESULTS = 'results'; /** - *Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -28,7 +28,7 @@ interface DiscountGroupPagedQueryResponse extends JsonObject public function getLimit(); /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -45,10 +45,10 @@ public function getCount(); /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/DiscountGroup/DiscountGroupPagedQueryResponseBuilder.php b/lib/commercetools-api/src/Models/DiscountGroup/DiscountGroupPagedQueryResponseBuilder.php
index 36f220111b8..3e695e701e9 100644
--- a/lib/commercetools-api/src/Models/DiscountGroup/DiscountGroupPagedQueryResponseBuilder.php
+++ b/lib/commercetools-api/src/Models/DiscountGroup/DiscountGroupPagedQueryResponseBuilder.php
@@ -51,7 +51,7 @@ final class DiscountGroupPagedQueryResponseBuilder implements Builder
private $results;
/**
- * Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -62,7 +62,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -85,10 +85,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/DiscountGroup/DiscountGroupPagedQueryResponseModel.php b/lib/commercetools-api/src/Models/DiscountGroup/DiscountGroupPagedQueryResponseModel.php
index 2b9d9bb8847..e32a92119f2 100644
--- a/lib/commercetools-api/src/Models/DiscountGroup/DiscountGroupPagedQueryResponseModel.php
+++ b/lib/commercetools-api/src/Models/DiscountGroup/DiscountGroupPagedQueryResponseModel.php
@@ -68,7 +68,7 @@ public function __construct(
}
/**
- * Number of results requested.
+ *Number of results requested.
* * * @return null|int @@ -88,7 +88,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * * @return null|int @@ -129,10 +129,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/DiscountGroup/DiscountGroupReference.php b/lib/commercetools-api/src/Models/DiscountGroup/DiscountGroupReference.php
index c8ab81dcfe3..0f523b638ff 100644
--- a/lib/commercetools-api/src/Models/DiscountGroup/DiscountGroupReference.php
+++ b/lib/commercetools-api/src/Models/DiscountGroup/DiscountGroupReference.php
@@ -32,7 +32,7 @@ public function getId();
/**
* Contains the representation of the expanded DiscountGroup. - * Only present in responses to requests with Reference Expansion for DiscountGroups.
+ * Only present in responses to requests with Reference Expansion for DiscountGroups. * * @return null|DiscountGroup diff --git a/lib/commercetools-api/src/Models/DiscountGroup/DiscountGroupReferenceBuilder.php b/lib/commercetools-api/src/Models/DiscountGroup/DiscountGroupReferenceBuilder.php index 14392f3bb0c..949f152312b 100644 --- a/lib/commercetools-api/src/Models/DiscountGroup/DiscountGroupReferenceBuilder.php +++ b/lib/commercetools-api/src/Models/DiscountGroup/DiscountGroupReferenceBuilder.php @@ -47,7 +47,7 @@ public function getId() /** *Contains the representation of the expanded DiscountGroup. - * Only present in responses to requests with Reference Expansion for DiscountGroups.
+ * Only present in responses to requests with Reference Expansion for DiscountGroups. * * @return null|DiscountGroup diff --git a/lib/commercetools-api/src/Models/DiscountGroup/DiscountGroupReferenceModel.php b/lib/commercetools-api/src/Models/DiscountGroup/DiscountGroupReferenceModel.php index c470de036e1..265b14a06b9 100644 --- a/lib/commercetools-api/src/Models/DiscountGroup/DiscountGroupReferenceModel.php +++ b/lib/commercetools-api/src/Models/DiscountGroup/DiscountGroupReferenceModel.php @@ -94,7 +94,7 @@ public function getId() /** *Contains the representation of the expanded DiscountGroup. - * Only present in responses to requests with Reference Expansion for DiscountGroups.
+ * Only present in responses to requests with Reference Expansion for DiscountGroups. * * * @return null|DiscountGroup diff --git a/lib/commercetools-api/src/Models/Error/GraphQLProductPresentWithDifferentVariantSelectionError.php b/lib/commercetools-api/src/Models/Error/GraphQLProductPresentWithDifferentVariantSelectionError.php index 0ec412483ef..85e4c9fda15 100644 --- a/lib/commercetools-api/src/Models/Error/GraphQLProductPresentWithDifferentVariantSelectionError.php +++ b/lib/commercetools-api/src/Models/Error/GraphQLProductPresentWithDifferentVariantSelectionError.php @@ -33,7 +33,7 @@ public function getCode(); public function getProduct(); /** - *Existing Product Variant Selection or Exclusion for the Product in the Product Selection.
+ *Existing Product Variant Selection or Exclusion for the Product in the Product Selection.
* * @return null|ProductVariantSelection diff --git a/lib/commercetools-api/src/Models/Error/GraphQLProductPresentWithDifferentVariantSelectionErrorBuilder.php b/lib/commercetools-api/src/Models/Error/GraphQLProductPresentWithDifferentVariantSelectionErrorBuilder.php index 0ec9586d5ca..7963291564d 100644 --- a/lib/commercetools-api/src/Models/Error/GraphQLProductPresentWithDifferentVariantSelectionErrorBuilder.php +++ b/lib/commercetools-api/src/Models/Error/GraphQLProductPresentWithDifferentVariantSelectionErrorBuilder.php @@ -48,7 +48,7 @@ public function getProduct() } /** - *Existing Product Variant Selection or Exclusion for the Product in the Product Selection.
+ *Existing Product Variant Selection or Exclusion for the Product in the Product Selection.
* * @return null|ProductVariantSelection diff --git a/lib/commercetools-api/src/Models/Error/GraphQLProductPresentWithDifferentVariantSelectionErrorModel.php b/lib/commercetools-api/src/Models/Error/GraphQLProductPresentWithDifferentVariantSelectionErrorModel.php index f649594f64e..d5b5b1c2f22 100644 --- a/lib/commercetools-api/src/Models/Error/GraphQLProductPresentWithDifferentVariantSelectionErrorModel.php +++ b/lib/commercetools-api/src/Models/Error/GraphQLProductPresentWithDifferentVariantSelectionErrorModel.php @@ -96,7 +96,7 @@ public function getProduct() } /** - *Existing Product Variant Selection or Exclusion for the Product in the Product Selection.
+ *Existing Product Variant Selection or Exclusion for the Product in the Product Selection.
* * * @return null|ProductVariantSelection diff --git a/lib/commercetools-api/src/Models/Error/ProductPresentWithDifferentVariantSelectionError.php b/lib/commercetools-api/src/Models/Error/ProductPresentWithDifferentVariantSelectionError.php index 259636aba27..b959c133b0f 100644 --- a/lib/commercetools-api/src/Models/Error/ProductPresentWithDifferentVariantSelectionError.php +++ b/lib/commercetools-api/src/Models/Error/ProductPresentWithDifferentVariantSelectionError.php @@ -41,7 +41,7 @@ public function getMessage(); public function getProduct(); /** - *Existing Product Variant Selection or Exclusion for the Product in the Product Selection.
+ *Existing Product Variant Selection or Exclusion for the Product in the Product Selection.
* * @return null|ProductVariantSelection diff --git a/lib/commercetools-api/src/Models/Error/ProductPresentWithDifferentVariantSelectionErrorBuilder.php b/lib/commercetools-api/src/Models/Error/ProductPresentWithDifferentVariantSelectionErrorBuilder.php index b92c8a27b7f..2c2d23bccd0 100644 --- a/lib/commercetools-api/src/Models/Error/ProductPresentWithDifferentVariantSelectionErrorBuilder.php +++ b/lib/commercetools-api/src/Models/Error/ProductPresentWithDifferentVariantSelectionErrorBuilder.php @@ -65,7 +65,7 @@ public function getProduct() } /** - *Existing Product Variant Selection or Exclusion for the Product in the Product Selection.
+ *Existing Product Variant Selection or Exclusion for the Product in the Product Selection.
* * @return null|ProductVariantSelection diff --git a/lib/commercetools-api/src/Models/Error/ProductPresentWithDifferentVariantSelectionErrorModel.php b/lib/commercetools-api/src/Models/Error/ProductPresentWithDifferentVariantSelectionErrorModel.php index eb25396fc2c..73d0c0b8290 100644 --- a/lib/commercetools-api/src/Models/Error/ProductPresentWithDifferentVariantSelectionErrorModel.php +++ b/lib/commercetools-api/src/Models/Error/ProductPresentWithDifferentVariantSelectionErrorModel.php @@ -124,7 +124,7 @@ public function getProduct() } /** - *Existing Product Variant Selection or Exclusion for the Product in the Product Selection.
+ *Existing Product Variant Selection or Exclusion for the Product in the Product Selection.
* * * @return null|ProductVariantSelection diff --git a/lib/commercetools-api/src/Models/Event/CheckoutMessagePaymentsPayloadBaseData.php b/lib/commercetools-api/src/Models/Event/CheckoutMessagePaymentsPayloadBaseData.php index ecfe2c19e0b..a7bd789cf47 100644 --- a/lib/commercetools-api/src/Models/Event/CheckoutMessagePaymentsPayloadBaseData.php +++ b/lib/commercetools-api/src/Models/Event/CheckoutMessagePaymentsPayloadBaseData.php @@ -39,7 +39,7 @@ public function getProjectKey(); public function getPayment(); /** - *id of the Transaction.
id of the Transaction.
id of the Transaction.
id of the Transaction.
id of the Transaction.
id of the Transaction.
Expansion paths used for reference expansion of the payload.
- *Be aware of the limits of this feature and its performance impact.
+ *Expansion paths used for reference expansion of the payload.
+ *Be aware of the limits of this feature and its performance impact.
* * @return null|array diff --git a/lib/commercetools-api/src/Models/Extension/ExtensionBuilder.php b/lib/commercetools-api/src/Models/Extension/ExtensionBuilder.php index 0b5e0cf9d7f..c274684eeee 100644 --- a/lib/commercetools-api/src/Models/Extension/ExtensionBuilder.php +++ b/lib/commercetools-api/src/Models/Extension/ExtensionBuilder.php @@ -230,8 +230,8 @@ public function getDependencies() } /** - *Expansion paths used for reference expansion of the payload.
- *Be aware of the limits of this feature and its performance impact.
+ *Expansion paths used for reference expansion of the payload.
+ *Be aware of the limits of this feature and its performance impact.
* * @return null|array diff --git a/lib/commercetools-api/src/Models/Extension/ExtensionDraft.php b/lib/commercetools-api/src/Models/Extension/ExtensionDraft.php index 077a8cdf346..f844e50fcf5 100644 --- a/lib/commercetools-api/src/Models/Extension/ExtensionDraft.php +++ b/lib/commercetools-api/src/Models/Extension/ExtensionDraft.php @@ -66,8 +66,8 @@ public function getTimeoutInMs(); public function getDependencies(); /** - *Expansion paths used for reference expansion of the payload.
- *Be aware of the limits of this feature and its performance impact.
+ *Expansion paths used for reference expansion of the payload.
+ *Be aware of the limits of this feature and its performance impact.
* * @return null|array diff --git a/lib/commercetools-api/src/Models/Extension/ExtensionDraftBuilder.php b/lib/commercetools-api/src/Models/Extension/ExtensionDraftBuilder.php index 885c11ad61b..cb4a7a5f7e3 100644 --- a/lib/commercetools-api/src/Models/Extension/ExtensionDraftBuilder.php +++ b/lib/commercetools-api/src/Models/Extension/ExtensionDraftBuilder.php @@ -122,8 +122,8 @@ public function getDependencies() } /** - *Expansion paths used for reference expansion of the payload.
- *Be aware of the limits of this feature and its performance impact.
+ *Expansion paths used for reference expansion of the payload.
+ *Be aware of the limits of this feature and its performance impact.
* * @return null|array diff --git a/lib/commercetools-api/src/Models/Extension/ExtensionDraftModel.php b/lib/commercetools-api/src/Models/Extension/ExtensionDraftModel.php index a1e69a3e2e0..24a48fed185 100644 --- a/lib/commercetools-api/src/Models/Extension/ExtensionDraftModel.php +++ b/lib/commercetools-api/src/Models/Extension/ExtensionDraftModel.php @@ -189,8 +189,8 @@ public function getDependencies() } /** - *Expansion paths used for reference expansion of the payload.
- *Be aware of the limits of this feature and its performance impact.
+ *Expansion paths used for reference expansion of the payload.
+ *Be aware of the limits of this feature and its performance impact.
* * * @return null|array diff --git a/lib/commercetools-api/src/Models/Extension/ExtensionModel.php b/lib/commercetools-api/src/Models/Extension/ExtensionModel.php index c30e80cc705..d359e77c0b9 100644 --- a/lib/commercetools-api/src/Models/Extension/ExtensionModel.php +++ b/lib/commercetools-api/src/Models/Extension/ExtensionModel.php @@ -373,8 +373,8 @@ public function getDependencies() } /** - *Expansion paths used for reference expansion of the payload.
- *Be aware of the limits of this feature and its performance impact.
+ *Expansion paths used for reference expansion of the payload.
+ *Be aware of the limits of this feature and its performance impact.
* * * @return null|array diff --git a/lib/commercetools-api/src/Models/Extension/ExtensionPagedQueryResponse.php b/lib/commercetools-api/src/Models/Extension/ExtensionPagedQueryResponse.php index 8307119b107..32c145ca418 100644 --- a/lib/commercetools-api/src/Models/Extension/ExtensionPagedQueryResponse.php +++ b/lib/commercetools-api/src/Models/Extension/ExtensionPagedQueryResponse.php @@ -20,7 +20,7 @@ interface ExtensionPagedQueryResponse extends JsonObject public const FIELD_RESULTS = 'results'; /** - *Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -28,7 +28,7 @@ interface ExtensionPagedQueryResponse extends JsonObject public function getLimit(); /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -45,10 +45,10 @@ public function getCount(); /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/Extension/ExtensionPagedQueryResponseBuilder.php b/lib/commercetools-api/src/Models/Extension/ExtensionPagedQueryResponseBuilder.php
index d27defe42f9..1e239fe5079 100644
--- a/lib/commercetools-api/src/Models/Extension/ExtensionPagedQueryResponseBuilder.php
+++ b/lib/commercetools-api/src/Models/Extension/ExtensionPagedQueryResponseBuilder.php
@@ -51,7 +51,7 @@ final class ExtensionPagedQueryResponseBuilder implements Builder
private $results;
/**
- * Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -62,7 +62,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -85,10 +85,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/Extension/ExtensionPagedQueryResponseModel.php b/lib/commercetools-api/src/Models/Extension/ExtensionPagedQueryResponseModel.php
index 3bc1e031a06..35a8cd641b8 100644
--- a/lib/commercetools-api/src/Models/Extension/ExtensionPagedQueryResponseModel.php
+++ b/lib/commercetools-api/src/Models/Extension/ExtensionPagedQueryResponseModel.php
@@ -68,7 +68,7 @@ public function __construct(
}
/**
- * Number of results requested.
+ *Number of results requested.
* * * @return null|int @@ -88,7 +88,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * * @return null|int @@ -129,10 +129,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/Extension/ExtensionReference.php b/lib/commercetools-api/src/Models/Extension/ExtensionReference.php
index ddbcb349216..7a4be995495 100644
--- a/lib/commercetools-api/src/Models/Extension/ExtensionReference.php
+++ b/lib/commercetools-api/src/Models/Extension/ExtensionReference.php
@@ -31,7 +31,7 @@ public function getTypeId();
public function getId();
/**
- * Contains the representation of the expanded Extension. Only present in responses to requests with Reference Expansion for Extensions.
+ *Contains the representation of the expanded Extension. Only present in responses to requests with Reference Expansion for Extensions.
* * @return null|Extension diff --git a/lib/commercetools-api/src/Models/Extension/ExtensionReferenceBuilder.php b/lib/commercetools-api/src/Models/Extension/ExtensionReferenceBuilder.php index e7371054400..e4a6471176a 100644 --- a/lib/commercetools-api/src/Models/Extension/ExtensionReferenceBuilder.php +++ b/lib/commercetools-api/src/Models/Extension/ExtensionReferenceBuilder.php @@ -46,7 +46,7 @@ public function getId() } /** - *Contains the representation of the expanded Extension. Only present in responses to requests with Reference Expansion for Extensions.
+ *Contains the representation of the expanded Extension. Only present in responses to requests with Reference Expansion for Extensions.
* * @return null|Extension diff --git a/lib/commercetools-api/src/Models/Extension/ExtensionReferenceModel.php b/lib/commercetools-api/src/Models/Extension/ExtensionReferenceModel.php index eb91e06b840..eaec1567ca9 100644 --- a/lib/commercetools-api/src/Models/Extension/ExtensionReferenceModel.php +++ b/lib/commercetools-api/src/Models/Extension/ExtensionReferenceModel.php @@ -93,7 +93,7 @@ public function getId() } /** - *Contains the representation of the expanded Extension. Only present in responses to requests with Reference Expansion for Extensions.
+ *Contains the representation of the expanded Extension. Only present in responses to requests with Reference Expansion for Extensions.
* * * @return null|Extension diff --git a/lib/commercetools-api/src/Models/Extension/ExtensionSetExpansionPathsAction.php b/lib/commercetools-api/src/Models/Extension/ExtensionSetExpansionPathsAction.php index fe6b330f3fb..7c2548c13cf 100644 --- a/lib/commercetools-api/src/Models/Extension/ExtensionSetExpansionPathsAction.php +++ b/lib/commercetools-api/src/Models/Extension/ExtensionSetExpansionPathsAction.php @@ -16,8 +16,8 @@ interface ExtensionSetExpansionPathsAction extends ExtensionUpdateAction public const FIELD_EXPANSION_PATHS = 'expansionPaths'; /** - *Expansion paths used for reference expansion of the payload.
- *Be aware of the limits of this feature and its performance impact.
+ *Expansion paths used for reference expansion of the payload.
+ *Be aware of the limits of this feature and its performance impact.
* * @return null|array diff --git a/lib/commercetools-api/src/Models/Extension/ExtensionSetExpansionPathsActionBuilder.php b/lib/commercetools-api/src/Models/Extension/ExtensionSetExpansionPathsActionBuilder.php index b67acffae07..33b9c793d43 100644 --- a/lib/commercetools-api/src/Models/Extension/ExtensionSetExpansionPathsActionBuilder.php +++ b/lib/commercetools-api/src/Models/Extension/ExtensionSetExpansionPathsActionBuilder.php @@ -27,8 +27,8 @@ final class ExtensionSetExpansionPathsActionBuilder implements Builder private $expansionPaths; /** - *Expansion paths used for reference expansion of the payload.
- *Be aware of the limits of this feature and its performance impact.
+ *Expansion paths used for reference expansion of the payload.
+ *Be aware of the limits of this feature and its performance impact.
* * @return null|array diff --git a/lib/commercetools-api/src/Models/Extension/ExtensionSetExpansionPathsActionModel.php b/lib/commercetools-api/src/Models/Extension/ExtensionSetExpansionPathsActionModel.php index 9f8364e4b60..57605b81d8b 100644 --- a/lib/commercetools-api/src/Models/Extension/ExtensionSetExpansionPathsActionModel.php +++ b/lib/commercetools-api/src/Models/Extension/ExtensionSetExpansionPathsActionModel.php @@ -63,8 +63,8 @@ public function getAction() } /** - *Expansion paths used for reference expansion of the payload.
- *Be aware of the limits of this feature and its performance impact.
+ *Expansion paths used for reference expansion of the payload.
+ *Be aware of the limits of this feature and its performance impact.
* * * @return null|array diff --git a/lib/commercetools-api/src/Models/Extension/ExtensionTrigger.php b/lib/commercetools-api/src/Models/Extension/ExtensionTrigger.php index f9ce9b70a08..e570f35aa06 100644 --- a/lib/commercetools-api/src/Models/Extension/ExtensionTrigger.php +++ b/lib/commercetools-api/src/Models/Extension/ExtensionTrigger.php @@ -34,7 +34,7 @@ public function getResourceTypeId(); public function getActions(); /** - *Valid predicate that controls the conditions under which the API Extension is called. The Extension is not triggered when the specified condition is not fulfilled.
+ *Valid predicate that controls the conditions under which the API Extension is called. The Extension is not triggered when the specified condition is not fulfilled.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Extension/ExtensionTriggerBuilder.php b/lib/commercetools-api/src/Models/Extension/ExtensionTriggerBuilder.php index 8617abf6bce..f8336ffafd9 100644 --- a/lib/commercetools-api/src/Models/Extension/ExtensionTriggerBuilder.php +++ b/lib/commercetools-api/src/Models/Extension/ExtensionTriggerBuilder.php @@ -61,7 +61,7 @@ public function getActions() } /** - *Valid predicate that controls the conditions under which the API Extension is called. The Extension is not triggered when the specified condition is not fulfilled.
+ *Valid predicate that controls the conditions under which the API Extension is called. The Extension is not triggered when the specified condition is not fulfilled.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Extension/ExtensionTriggerModel.php b/lib/commercetools-api/src/Models/Extension/ExtensionTriggerModel.php index eecdeb41eb0..a6f2439f299 100644 --- a/lib/commercetools-api/src/Models/Extension/ExtensionTriggerModel.php +++ b/lib/commercetools-api/src/Models/Extension/ExtensionTriggerModel.php @@ -92,7 +92,7 @@ public function getActions() } /** - *Valid predicate that controls the conditions under which the API Extension is called. The Extension is not triggered when the specified condition is not fulfilled.
+ *Valid predicate that controls the conditions under which the API Extension is called. The Extension is not triggered when the specified condition is not fulfilled.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Inventory/InventoryEntry.php b/lib/commercetools-api/src/Models/Inventory/InventoryEntry.php index ff4d21d674d..ba346b6920a 100644 --- a/lib/commercetools-api/src/Models/Inventory/InventoryEntry.php +++ b/lib/commercetools-api/src/Models/Inventory/InventoryEntry.php @@ -107,7 +107,7 @@ public function getSku(); public function getSupplyChannel(); /** - *Overall amount of stock (availableQuantity + reserved). This value is eventually consistent with the internal SKU availability used for reservation logic, with a delay of up to 10 seconds. See Inventory checks and consistency for more information.
Overall amount of stock (availableQuantity + reserved). This value is eventually consistent with the internal SKU availability used for reservation logic, with a delay of up to 10 seconds. See Inventory checks and consistency for more information.
Available amount of stock (quantityOnStock - reserved). This value is eventually consistent with the internal SKU availability used for reservation logic, with a delay of up to 10 seconds. See Inventory checks and consistency for more information.
Available amount of stock (quantityOnStock - reserved). This value is eventually consistent with the internal SKU availability used for reservation logic, with a delay of up to 10 seconds. See Inventory checks and consistency for more information.
Minimum quantity that can be added to a Cart. See Quantity limits.
+ *Minimum quantity that can be added to a Cart. See Quantity limits.
* * @return null|int @@ -131,7 +131,7 @@ public function getAvailableQuantity(); public function getMinCartQuantity(); /** - *Maximum quantity that can be added to a Cart. See Quantity limits.
+ *Maximum quantity that can be added to a Cart. See Quantity limits.
* * @return null|int @@ -167,7 +167,7 @@ public function getExpectedDelivery(); public function getReservationExpirationInMinutes(); /** - *Configuration of stock levels for the InventoryEntry. Corresponding Messages are triggered when the quantityOnStock reaches the configured levels.
Configuration of stock levels for the InventoryEntry. Corresponding Messages are triggered when the quantityOnStock reaches the configured levels.
Overall amount of stock (availableQuantity + reserved). This value is eventually consistent with the internal SKU availability used for reservation logic, with a delay of up to 10 seconds. See Inventory checks and consistency for more information.
Overall amount of stock (availableQuantity + reserved). This value is eventually consistent with the internal SKU availability used for reservation logic, with a delay of up to 10 seconds. See Inventory checks and consistency for more information.
Available amount of stock (quantityOnStock - reserved). This value is eventually consistent with the internal SKU availability used for reservation logic, with a delay of up to 10 seconds. See Inventory checks and consistency for more information.
Available amount of stock (quantityOnStock - reserved). This value is eventually consistent with the internal SKU availability used for reservation logic, with a delay of up to 10 seconds. See Inventory checks and consistency for more information.
Minimum quantity that can be added to a Cart. See Quantity limits.
+ *Minimum quantity that can be added to a Cart. See Quantity limits.
* * @return null|int @@ -272,7 +272,7 @@ public function getMinCartQuantity() } /** - *Maximum quantity that can be added to a Cart. See Quantity limits.
+ *Maximum quantity that can be added to a Cart. See Quantity limits.
* * @return null|int @@ -320,7 +320,7 @@ public function getReservationExpirationInMinutes() } /** - *Configuration of stock levels for the InventoryEntry. Corresponding Messages are triggered when the quantityOnStock reaches the configured levels.
Configuration of stock levels for the InventoryEntry. Corresponding Messages are triggered when the quantityOnStock reaches the configured levels.
User-defined unique identifier for the InventoryEntry.
- *This field is optional for backwards compatibility reasons, but we strongly recommend setting it. Keys are mandatory for importing InventoryEntries with the Import API and the Merchant Center.
+ *This field is optional for backwards compatibility reasons, but we strongly recommend setting it. Keys are mandatory for importing InventoryEntries with the Import API and the Merchant Center.
* * @return null|string @@ -54,7 +54,7 @@ public function getKey(); public function getSupplyChannel(); /** - *Overall amount of stock. See Inventory checks and consistency for consistency information.
+ *Overall amount of stock. See Inventory checks and consistency for consistency information.
* * @return null|int @@ -62,7 +62,7 @@ public function getSupplyChannel(); public function getQuantityOnStock(); /** - *Minimum quantity that can be added to a Cart. See Quantity limits.
+ *Minimum quantity that can be added to a Cart. See Quantity limits.
* * @return null|int @@ -70,7 +70,7 @@ public function getQuantityOnStock(); public function getMinCartQuantity(); /** - *Maximum quantity that can be added to a Cart. See Quantity limits.
+ *Maximum quantity that can be added to a Cart. See Quantity limits.
* * @return null|int @@ -106,7 +106,7 @@ public function getExpectedDelivery(); public function getReservationExpirationInMinutes(); /** - *Configuration of stock levels for the InventoryEntry. Corresponding Messages are triggered when the quantityOnStock reaches the configured levels.
Configuration of stock levels for the InventoryEntry. Corresponding Messages are triggered when the quantityOnStock reaches the configured levels.
User-defined unique identifier for the InventoryEntry.
- *This field is optional for backwards compatibility reasons, but we strongly recommend setting it. Keys are mandatory for importing InventoryEntries with the Import API and the Merchant Center.
+ *This field is optional for backwards compatibility reasons, but we strongly recommend setting it. Keys are mandatory for importing InventoryEntries with the Import API and the Merchant Center.
* * @return null|string @@ -126,7 +126,7 @@ public function getSupplyChannel() } /** - *Overall amount of stock. See Inventory checks and consistency for consistency information.
+ *Overall amount of stock. See Inventory checks and consistency for consistency information.
* * @return null|int @@ -137,7 +137,7 @@ public function getQuantityOnStock() } /** - *Minimum quantity that can be added to a Cart. See Quantity limits.
+ *Minimum quantity that can be added to a Cart. See Quantity limits.
* * @return null|int @@ -148,7 +148,7 @@ public function getMinCartQuantity() } /** - *Maximum quantity that can be added to a Cart. See Quantity limits.
+ *Maximum quantity that can be added to a Cart. See Quantity limits.
* * @return null|int @@ -196,7 +196,7 @@ public function getReservationExpirationInMinutes() } /** - *Configuration of stock levels for the InventoryEntry. Corresponding Messages are triggered when the quantityOnStock reaches the configured levels.
Configuration of stock levels for the InventoryEntry. Corresponding Messages are triggered when the quantityOnStock reaches the configured levels.
User-defined unique identifier for the InventoryEntry.
- *This field is optional for backwards compatibility reasons, but we strongly recommend setting it. Keys are mandatory for importing InventoryEntries with the Import API and the Merchant Center.
+ *This field is optional for backwards compatibility reasons, but we strongly recommend setting it. Keys are mandatory for importing InventoryEntries with the Import API and the Merchant Center.
* * * @return null|string @@ -183,7 +183,7 @@ public function getSupplyChannel() } /** - *Overall amount of stock. See Inventory checks and consistency for consistency information.
+ *Overall amount of stock. See Inventory checks and consistency for consistency information.
* * * @return null|int @@ -203,7 +203,7 @@ public function getQuantityOnStock() } /** - *Minimum quantity that can be added to a Cart. See Quantity limits.
+ *Minimum quantity that can be added to a Cart. See Quantity limits.
* * * @return null|int @@ -223,7 +223,7 @@ public function getMinCartQuantity() } /** - *Maximum quantity that can be added to a Cart. See Quantity limits.
+ *Maximum quantity that can be added to a Cart. See Quantity limits.
* * * @return null|int @@ -311,7 +311,7 @@ public function getReservationExpirationInMinutes() } /** - *Configuration of stock levels for the InventoryEntry. Corresponding Messages are triggered when the quantityOnStock reaches the configured levels.
Configuration of stock levels for the InventoryEntry. Corresponding Messages are triggered when the quantityOnStock reaches the configured levels.
Overall amount of stock (availableQuantity + reserved). This value is eventually consistent with the internal SKU availability used for reservation logic, with a delay of up to 10 seconds. See Inventory checks and consistency for more information.
Overall amount of stock (availableQuantity + reserved). This value is eventually consistent with the internal SKU availability used for reservation logic, with a delay of up to 10 seconds. See Inventory checks and consistency for more information.
Available amount of stock (quantityOnStock - reserved). This value is eventually consistent with the internal SKU availability used for reservation logic, with a delay of up to 10 seconds. See Inventory checks and consistency for more information.
Available amount of stock (quantityOnStock - reserved). This value is eventually consistent with the internal SKU availability used for reservation logic, with a delay of up to 10 seconds. See Inventory checks and consistency for more information.
Minimum quantity that can be added to a Cart. See Quantity limits.
+ *Minimum quantity that can be added to a Cart. See Quantity limits.
* * * @return null|int @@ -434,7 +434,7 @@ public function getMinCartQuantity() } /** - *Maximum quantity that can be added to a Cart. See Quantity limits.
+ *Maximum quantity that can be added to a Cart. See Quantity limits.
* * * @return null|int @@ -522,7 +522,7 @@ public function getReservationExpirationInMinutes() } /** - *Configuration of stock levels for the InventoryEntry. Corresponding Messages are triggered when the quantityOnStock reaches the configured levels.
Configuration of stock levels for the InventoryEntry. Corresponding Messages are triggered when the quantityOnStock reaches the configured levels.
Contains the representation of the expanded InventoryEntry. Only present in responses to requests with Reference Expansion for InventoryEntries.
+ *Contains the representation of the expanded InventoryEntry. Only present in responses to requests with Reference Expansion for InventoryEntries.
* * @return null|InventoryEntry diff --git a/lib/commercetools-api/src/Models/Inventory/InventoryEntryReferenceBuilder.php b/lib/commercetools-api/src/Models/Inventory/InventoryEntryReferenceBuilder.php index 12b09d40f7d..b81c43732d6 100644 --- a/lib/commercetools-api/src/Models/Inventory/InventoryEntryReferenceBuilder.php +++ b/lib/commercetools-api/src/Models/Inventory/InventoryEntryReferenceBuilder.php @@ -46,7 +46,7 @@ public function getId() } /** - *Contains the representation of the expanded InventoryEntry. Only present in responses to requests with Reference Expansion for InventoryEntries.
+ *Contains the representation of the expanded InventoryEntry. Only present in responses to requests with Reference Expansion for InventoryEntries.
* * @return null|InventoryEntry diff --git a/lib/commercetools-api/src/Models/Inventory/InventoryEntryReferenceModel.php b/lib/commercetools-api/src/Models/Inventory/InventoryEntryReferenceModel.php index 2eb1423e656..e34f17846db 100644 --- a/lib/commercetools-api/src/Models/Inventory/InventoryEntryReferenceModel.php +++ b/lib/commercetools-api/src/Models/Inventory/InventoryEntryReferenceModel.php @@ -93,7 +93,7 @@ public function getId() } /** - *Contains the representation of the expanded InventoryEntry. Only present in responses to requests with Reference Expansion for InventoryEntries.
+ *Contains the representation of the expanded InventoryEntry. Only present in responses to requests with Reference Expansion for InventoryEntries.
* * * @return null|InventoryEntry diff --git a/lib/commercetools-api/src/Models/Inventory/InventoryEntrySetCustomFieldAction.php b/lib/commercetools-api/src/Models/Inventory/InventoryEntrySetCustomFieldAction.php index 7550625fcf7..b60771743a6 100644 --- a/lib/commercetools-api/src/Models/Inventory/InventoryEntrySetCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/Inventory/InventoryEntrySetCustomFieldAction.php @@ -17,7 +17,7 @@ interface InventoryEntrySetCustomFieldAction extends InventoryEntryUpdateAction public const FIELD_VALUE = 'value'; /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Inventory/InventoryEntrySetCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/Inventory/InventoryEntrySetCustomFieldActionBuilder.php index 2a58b9cf24d..587429feb50 100644 --- a/lib/commercetools-api/src/Models/Inventory/InventoryEntrySetCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/Inventory/InventoryEntrySetCustomFieldActionBuilder.php @@ -33,7 +33,7 @@ final class InventoryEntrySetCustomFieldActionBuilder implements Builder private $value; /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Inventory/InventoryEntrySetCustomFieldActionModel.php b/lib/commercetools-api/src/Models/Inventory/InventoryEntrySetCustomFieldActionModel.php index 6773269b51f..2a9d04e4294 100644 --- a/lib/commercetools-api/src/Models/Inventory/InventoryEntrySetCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/Inventory/InventoryEntrySetCustomFieldActionModel.php @@ -71,7 +71,7 @@ public function getAction() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Inventory/InventoryPagedQueryResponse.php b/lib/commercetools-api/src/Models/Inventory/InventoryPagedQueryResponse.php index 59d54bccc66..1e6043659f5 100644 --- a/lib/commercetools-api/src/Models/Inventory/InventoryPagedQueryResponse.php +++ b/lib/commercetools-api/src/Models/Inventory/InventoryPagedQueryResponse.php @@ -20,7 +20,7 @@ interface InventoryPagedQueryResponse extends JsonObject public const FIELD_RESULTS = 'results'; /** - *Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -28,7 +28,7 @@ interface InventoryPagedQueryResponse extends JsonObject public function getLimit(); /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -45,10 +45,10 @@ public function getCount(); /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/Inventory/InventoryPagedQueryResponseBuilder.php b/lib/commercetools-api/src/Models/Inventory/InventoryPagedQueryResponseBuilder.php
index 2c7e2cd8b44..80357173c48 100644
--- a/lib/commercetools-api/src/Models/Inventory/InventoryPagedQueryResponseBuilder.php
+++ b/lib/commercetools-api/src/Models/Inventory/InventoryPagedQueryResponseBuilder.php
@@ -51,7 +51,7 @@ final class InventoryPagedQueryResponseBuilder implements Builder
private $results;
/**
- * Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -62,7 +62,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -85,10 +85,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/Inventory/InventoryPagedQueryResponseModel.php b/lib/commercetools-api/src/Models/Inventory/InventoryPagedQueryResponseModel.php
index c9c117d830b..91573d9e718 100644
--- a/lib/commercetools-api/src/Models/Inventory/InventoryPagedQueryResponseModel.php
+++ b/lib/commercetools-api/src/Models/Inventory/InventoryPagedQueryResponseModel.php
@@ -68,7 +68,7 @@ public function __construct(
}
/**
- * Number of results requested.
+ *Number of results requested.
* * * @return null|int @@ -88,7 +88,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * * @return null|int @@ -129,10 +129,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/Me/MyBusinessUnitSetAddressCustomFieldAction.php b/lib/commercetools-api/src/Models/Me/MyBusinessUnitSetAddressCustomFieldAction.php
index 7ad3fbce2a4..eec1ca68074 100644
--- a/lib/commercetools-api/src/Models/Me/MyBusinessUnitSetAddressCustomFieldAction.php
+++ b/lib/commercetools-api/src/Models/Me/MyBusinessUnitSetAddressCustomFieldAction.php
@@ -26,7 +26,7 @@ interface MyBusinessUnitSetAddressCustomFieldAction extends MyBusinessUnitUpdate
public function getAddressId();
/**
- * Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Me/MyBusinessUnitSetAddressCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/Me/MyBusinessUnitSetAddressCustomFieldActionBuilder.php index 13a372783d0..71987081bd6 100644 --- a/lib/commercetools-api/src/Models/Me/MyBusinessUnitSetAddressCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/Me/MyBusinessUnitSetAddressCustomFieldActionBuilder.php @@ -50,7 +50,7 @@ public function getAddressId() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Me/MyBusinessUnitSetAddressCustomFieldActionModel.php b/lib/commercetools-api/src/Models/Me/MyBusinessUnitSetAddressCustomFieldActionModel.php index 510ddfdf4cb..472a1704c15 100644 --- a/lib/commercetools-api/src/Models/Me/MyBusinessUnitSetAddressCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/Me/MyBusinessUnitSetAddressCustomFieldActionModel.php @@ -99,7 +99,7 @@ public function getAddressId() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Me/MyBusinessUnitSetCustomFieldAction.php b/lib/commercetools-api/src/Models/Me/MyBusinessUnitSetCustomFieldAction.php index 3924f466131..0f1fa0d69cb 100644 --- a/lib/commercetools-api/src/Models/Me/MyBusinessUnitSetCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/Me/MyBusinessUnitSetCustomFieldAction.php @@ -17,7 +17,7 @@ interface MyBusinessUnitSetCustomFieldAction extends MyBusinessUnitUpdateAction public const FIELD_VALUE = 'value'; /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Me/MyBusinessUnitSetCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/Me/MyBusinessUnitSetCustomFieldActionBuilder.php index ef6803e3bf3..577b669a402 100644 --- a/lib/commercetools-api/src/Models/Me/MyBusinessUnitSetCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/Me/MyBusinessUnitSetCustomFieldActionBuilder.php @@ -33,7 +33,7 @@ final class MyBusinessUnitSetCustomFieldActionBuilder implements Builder private $value; /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Me/MyBusinessUnitSetCustomFieldActionModel.php b/lib/commercetools-api/src/Models/Me/MyBusinessUnitSetCustomFieldActionModel.php index 4118602e5e6..078736e590e 100644 --- a/lib/commercetools-api/src/Models/Me/MyBusinessUnitSetCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/Me/MyBusinessUnitSetCustomFieldActionModel.php @@ -71,7 +71,7 @@ public function getAction() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Me/MyCartAddLineItemAction.php b/lib/commercetools-api/src/Models/Me/MyCartAddLineItemAction.php index d38e47b85b7..f2803d8c2d2 100644 --- a/lib/commercetools-api/src/Models/Me/MyCartAddLineItemAction.php +++ b/lib/commercetools-api/src/Models/Me/MyCartAddLineItemAction.php @@ -85,7 +85,7 @@ public function getQuantity(); public function getAddedAt(); /** - *Used to select a Product Price. + *
Used to select a Product Price.
* The Channel must have the ProductDistribution ChannelRoleEnum.
* If the Cart is bound to a Store with distributionChannels set, the Channel must match one of the Store's distribution channels.
Used to identify Inventory entries that must be reserved. + *
Used to identify Inventory entries that must be reserved.
* The Channel must have the InventorySupply ChannelRoleEnum.
Used to select a Product Price. + *
Used to select a Product Price.
* The Channel must have the ProductDistribution ChannelRoleEnum.
* If the Cart is bound to a Store with distributionChannels set, the Channel must match one of the Store's distribution channels.
Used to identify Inventory entries that must be reserved. + *
Used to identify Inventory entries that must be reserved.
* The Channel must have the InventorySupply ChannelRoleEnum.
Used to select a Product Price. + *
Used to select a Product Price.
* The Channel must have the ProductDistribution ChannelRoleEnum.
* If the Cart is bound to a Store with distributionChannels set, the Channel must match one of the Store's distribution channels.
Used to identify Inventory entries that must be reserved. + *
Used to identify Inventory entries that must be reserved.
* The Channel must have the InventorySupply ChannelRoleEnum.
ResourceIdentifier to the Business Unit the Cart should belong to. The Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.
+ *ResourceIdentifier to the Business Unit the Cart should belong to. The Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.
* * @return null|BusinessUnitResourceIdentifier @@ -147,7 +147,7 @@ public function getShippingMode(); public function getDiscountCodes(); /** - *Used for Line Item price selection. + *
Used for Line Item price selection.
* If used for Create Cart in Store, the provided country must be one of the Store's countries.
ResourceIdentifier to the Business Unit the Cart should belong to. The Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.
+ *ResourceIdentifier to the Business Unit the Cart should belong to. The Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.
* * @return null|BusinessUnitResourceIdentifier @@ -282,7 +282,7 @@ public function getDiscountCodes() } /** - *Used for Line Item price selection. + *
Used for Line Item price selection.
* If used for Create Cart in Store, the provided country must be one of the Store's countries.
ResourceIdentifier to the Business Unit the Cart should belong to. The Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.
+ *ResourceIdentifier to the Business Unit the Cart should belong to. The Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.
* * * @return null|BusinessUnitResourceIdentifier @@ -445,7 +445,7 @@ public function getDiscountCodes() } /** - *Used for Line Item price selection. + *
Used for Line Item price selection.
* If used for Create Cart in Store, the provided country must be one of the Store's countries.
New Business Unit to assign to the Cart, which must have access to the Store that is set on the Cart. + *
New Business Unit to assign to the Cart, which must have access to the Store that is set on the Cart. * Additionally, the authenticated user must be an Associate in the Business Unit.
* diff --git a/lib/commercetools-api/src/Models/Me/MyCartSetBusinessUnitActionBuilder.php b/lib/commercetools-api/src/Models/Me/MyCartSetBusinessUnitActionBuilder.php index 990402dd3b8..7609a30b60e 100644 --- a/lib/commercetools-api/src/Models/Me/MyCartSetBusinessUnitActionBuilder.php +++ b/lib/commercetools-api/src/Models/Me/MyCartSetBusinessUnitActionBuilder.php @@ -29,7 +29,7 @@ final class MyCartSetBusinessUnitActionBuilder implements Builder private $businessUnit; /** - *New Business Unit to assign to the Cart, which must have access to the Store that is set on the Cart. + *
New Business Unit to assign to the Cart, which must have access to the Store that is set on the Cart. * Additionally, the authenticated user must be an Associate in the Business Unit.
* diff --git a/lib/commercetools-api/src/Models/Me/MyCartSetBusinessUnitActionModel.php b/lib/commercetools-api/src/Models/Me/MyCartSetBusinessUnitActionModel.php index 24d4bb6169d..e4a021ab3a1 100644 --- a/lib/commercetools-api/src/Models/Me/MyCartSetBusinessUnitActionModel.php +++ b/lib/commercetools-api/src/Models/Me/MyCartSetBusinessUnitActionModel.php @@ -65,7 +65,7 @@ public function getAction() } /** - *New Business Unit to assign to the Cart, which must have access to the Store that is set on the Cart. + *
New Business Unit to assign to the Cart, which must have access to the Store that is set on the Cart. * Additionally, the authenticated user must be an Associate in the Business Unit.
* * diff --git a/lib/commercetools-api/src/Models/Me/MyCartSetCustomFieldAction.php b/lib/commercetools-api/src/Models/Me/MyCartSetCustomFieldAction.php index 53da349eced..fd22f36e3b3 100644 --- a/lib/commercetools-api/src/Models/Me/MyCartSetCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/Me/MyCartSetCustomFieldAction.php @@ -17,7 +17,7 @@ interface MyCartSetCustomFieldAction extends MyCartUpdateAction public const FIELD_VALUE = 'value'; /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Me/MyCartSetCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/Me/MyCartSetCustomFieldActionBuilder.php index d0a5d32f3f3..3aa6f374d9c 100644 --- a/lib/commercetools-api/src/Models/Me/MyCartSetCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/Me/MyCartSetCustomFieldActionBuilder.php @@ -33,7 +33,7 @@ final class MyCartSetCustomFieldActionBuilder implements Builder private $value; /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Me/MyCartSetCustomFieldActionModel.php b/lib/commercetools-api/src/Models/Me/MyCartSetCustomFieldActionModel.php index 6d7b2599425..8f5b7371874 100644 --- a/lib/commercetools-api/src/Models/Me/MyCartSetCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/Me/MyCartSetCustomFieldActionModel.php @@ -71,7 +71,7 @@ public function getAction() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Me/MyCartSetLineItemCustomFieldAction.php b/lib/commercetools-api/src/Models/Me/MyCartSetLineItemCustomFieldAction.php index ac31345aa8e..43ecb15eb4d 100644 --- a/lib/commercetools-api/src/Models/Me/MyCartSetLineItemCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/Me/MyCartSetLineItemCustomFieldAction.php @@ -35,7 +35,7 @@ public function getLineItemId(); public function getLineItemKey(); /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Me/MyCartSetLineItemCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/Me/MyCartSetLineItemCustomFieldActionBuilder.php index da9424d6600..1765b9906d0 100644 --- a/lib/commercetools-api/src/Models/Me/MyCartSetLineItemCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/Me/MyCartSetLineItemCustomFieldActionBuilder.php @@ -67,7 +67,7 @@ public function getLineItemKey() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Me/MyCartSetLineItemCustomFieldActionModel.php b/lib/commercetools-api/src/Models/Me/MyCartSetLineItemCustomFieldActionModel.php index 6064cdc8a1e..efe0e2173f1 100644 --- a/lib/commercetools-api/src/Models/Me/MyCartSetLineItemCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/Me/MyCartSetLineItemCustomFieldActionModel.php @@ -127,7 +127,7 @@ public function getLineItemKey() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Me/MyCustomerDraft.php b/lib/commercetools-api/src/Models/Me/MyCustomerDraft.php index f622537f3ae..004a3e19f31 100644 --- a/lib/commercetools-api/src/Models/Me/MyCustomerDraft.php +++ b/lib/commercetools-api/src/Models/Me/MyCustomerDraft.php @@ -35,7 +35,7 @@ interface MyCustomerDraft extends JsonObject public const FIELD_STORES = 'stores'; /** - *Email address of the Customer that is unique for an entire Project or Store the Customer is assigned to. + *
Email address of the Customer that is unique for an entire Project or Store the Customer is assigned to. * It is the mandatory unique identifier of a Customer.
* diff --git a/lib/commercetools-api/src/Models/Me/MyCustomerDraftBuilder.php b/lib/commercetools-api/src/Models/Me/MyCustomerDraftBuilder.php index 346cbee912f..5fbccac4b5e 100644 --- a/lib/commercetools-api/src/Models/Me/MyCustomerDraftBuilder.php +++ b/lib/commercetools-api/src/Models/Me/MyCustomerDraftBuilder.php @@ -122,7 +122,7 @@ final class MyCustomerDraftBuilder implements Builder private $stores; /** - *Email address of the Customer that is unique for an entire Project or Store the Customer is assigned to. + *
Email address of the Customer that is unique for an entire Project or Store the Customer is assigned to. * It is the mandatory unique identifier of a Customer.
* diff --git a/lib/commercetools-api/src/Models/Me/MyCustomerDraftModel.php b/lib/commercetools-api/src/Models/Me/MyCustomerDraftModel.php index e393e9c1a17..3269d1c8c52 100644 --- a/lib/commercetools-api/src/Models/Me/MyCustomerDraftModel.php +++ b/lib/commercetools-api/src/Models/Me/MyCustomerDraftModel.php @@ -161,7 +161,7 @@ public function __construct( } /** - *Email address of the Customer that is unique for an entire Project or Store the Customer is assigned to. + *
Email address of the Customer that is unique for an entire Project or Store the Customer is assigned to. * It is the mandatory unique identifier of a Customer.
* * diff --git a/lib/commercetools-api/src/Models/Me/MyCustomerSetCustomFieldAction.php b/lib/commercetools-api/src/Models/Me/MyCustomerSetCustomFieldAction.php index 39438e3a3f3..da09a41afe3 100644 --- a/lib/commercetools-api/src/Models/Me/MyCustomerSetCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/Me/MyCustomerSetCustomFieldAction.php @@ -17,7 +17,7 @@ interface MyCustomerSetCustomFieldAction extends MyCustomerUpdateAction public const FIELD_VALUE = 'value'; /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Me/MyCustomerSetCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/Me/MyCustomerSetCustomFieldActionBuilder.php index 54e322415e5..4908d70a16d 100644 --- a/lib/commercetools-api/src/Models/Me/MyCustomerSetCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/Me/MyCustomerSetCustomFieldActionBuilder.php @@ -33,7 +33,7 @@ final class MyCustomerSetCustomFieldActionBuilder implements Builder private $value; /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Me/MyCustomerSetCustomFieldActionModel.php b/lib/commercetools-api/src/Models/Me/MyCustomerSetCustomFieldActionModel.php index 7e3cd465de2..01591e0f66b 100644 --- a/lib/commercetools-api/src/Models/Me/MyCustomerSetCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/Me/MyCustomerSetCustomFieldActionModel.php @@ -71,7 +71,7 @@ public function getAction() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Me/MyLineItemDraft.php b/lib/commercetools-api/src/Models/Me/MyLineItemDraft.php index a72ec478387..3c462d12336 100644 --- a/lib/commercetools-api/src/Models/Me/MyLineItemDraft.php +++ b/lib/commercetools-api/src/Models/Me/MyLineItemDraft.php @@ -82,7 +82,7 @@ public function getQuantity(); public function getAddedAt(); /** - *Used to identify Inventory entries that must be reserved. + *
Used to identify Inventory entries that must be reserved.
* The Channel must have the InventorySupply ChannelRoleEnum.
Used to select a Product Price. + *
Used to select a Product Price.
* The Channel must have the ProductDistribution ChannelRoleEnum.
If the Cart is bound to a Store with distributionChannels set,
* the Channel must match one of the Store's distribution channels.
Used to identify Inventory entries that must be reserved. + *
Used to identify Inventory entries that must be reserved.
* The Channel must have the InventorySupply ChannelRoleEnum.
Used to select a Product Price. + *
Used to select a Product Price.
* The Channel must have the ProductDistribution ChannelRoleEnum.
If the Cart is bound to a Store with distributionChannels set,
* the Channel must match one of the Store's distribution channels.
Used to identify Inventory entries that must be reserved. + *
Used to identify Inventory entries that must be reserved.
* The Channel must have the InventorySupply ChannelRoleEnum.
Used to select a Product Price. + *
Used to select a Product Price.
* The Channel must have the ProductDistribution ChannelRoleEnum.
If the Cart is bound to a Store with distributionChannels set,
* the Channel must match one of the Store's distribution channels.
Reference to a Customer associated with the Payment. Set automatically with a password flow token. Either customer or anonymousId is present.
Reference to a Customer associated with the Payment. Set automatically with a password flow token. Either customer or anonymousId is present.
Reference to a Customer associated with the Payment. Set automatically with a password flow token. Either customer or anonymousId is present.
Reference to a Customer associated with the Payment. Set automatically with a password flow token. Either customer or anonymousId is present.
Reference to a Customer associated with the Payment. Set automatically with a password flow token. Either customer or anonymousId is present.
Reference to a Customer associated with the Payment. Set automatically with a password flow token. Either customer or anonymousId is present.
Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -37,10 +37,10 @@ public function getCount(); /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
@@ -48,7 +48,7 @@ public function getCount();
public function getTotal();
/**
- * Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int diff --git a/lib/commercetools-api/src/Models/Me/MyPaymentPagedQueryResponseBuilder.php b/lib/commercetools-api/src/Models/Me/MyPaymentPagedQueryResponseBuilder.php index eabc16f4cc2..6028eefe461 100644 --- a/lib/commercetools-api/src/Models/Me/MyPaymentPagedQueryResponseBuilder.php +++ b/lib/commercetools-api/src/Models/Me/MyPaymentPagedQueryResponseBuilder.php @@ -51,7 +51,7 @@ final class MyPaymentPagedQueryResponseBuilder implements Builder private $results; /** - *Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -74,10 +74,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
@@ -88,7 +88,7 @@ public function getTotal()
}
/**
- * Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int diff --git a/lib/commercetools-api/src/Models/Me/MyPaymentPagedQueryResponseModel.php b/lib/commercetools-api/src/Models/Me/MyPaymentPagedQueryResponseModel.php index 1428f8cca80..ad76546bb6f 100644 --- a/lib/commercetools-api/src/Models/Me/MyPaymentPagedQueryResponseModel.php +++ b/lib/commercetools-api/src/Models/Me/MyPaymentPagedQueryResponseModel.php @@ -68,7 +68,7 @@ public function __construct( } /** - *Number of results requested.
+ *Number of results requested.
* * * @return null|int @@ -109,10 +109,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
*
* @return null|int
@@ -132,7 +132,7 @@ public function getTotal()
}
/**
- * Number of elements skipped.
+ *Number of elements skipped.
* * * @return null|int diff --git a/lib/commercetools-api/src/Models/Me/MyPaymentSetCustomFieldAction.php b/lib/commercetools-api/src/Models/Me/MyPaymentSetCustomFieldAction.php index 1307ead5469..0529e01040c 100644 --- a/lib/commercetools-api/src/Models/Me/MyPaymentSetCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/Me/MyPaymentSetCustomFieldAction.php @@ -17,7 +17,7 @@ interface MyPaymentSetCustomFieldAction extends MyPaymentUpdateAction public const FIELD_VALUE = 'value'; /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Me/MyPaymentSetCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/Me/MyPaymentSetCustomFieldActionBuilder.php index aa1f32084e2..5ef6e8452d5 100644 --- a/lib/commercetools-api/src/Models/Me/MyPaymentSetCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/Me/MyPaymentSetCustomFieldActionBuilder.php @@ -33,7 +33,7 @@ final class MyPaymentSetCustomFieldActionBuilder implements Builder private $value; /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Me/MyPaymentSetCustomFieldActionModel.php b/lib/commercetools-api/src/Models/Me/MyPaymentSetCustomFieldActionModel.php index e8ad392bd10..395b9d84f19 100644 --- a/lib/commercetools-api/src/Models/Me/MyPaymentSetCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/Me/MyPaymentSetCustomFieldActionModel.php @@ -71,7 +71,7 @@ public function getAction() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Me/MyPaymentSetMethodInfoCustomFieldAction.php b/lib/commercetools-api/src/Models/Me/MyPaymentSetMethodInfoCustomFieldAction.php index bc1792cc6f5..42a801ed1b2 100644 --- a/lib/commercetools-api/src/Models/Me/MyPaymentSetMethodInfoCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/Me/MyPaymentSetMethodInfoCustomFieldAction.php @@ -17,7 +17,7 @@ interface MyPaymentSetMethodInfoCustomFieldAction extends MyPaymentUpdateAction public const FIELD_VALUE = 'value'; /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Me/MyPaymentSetMethodInfoCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/Me/MyPaymentSetMethodInfoCustomFieldActionBuilder.php index f25165fe881..5be0d7d6346 100644 --- a/lib/commercetools-api/src/Models/Me/MyPaymentSetMethodInfoCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/Me/MyPaymentSetMethodInfoCustomFieldActionBuilder.php @@ -33,7 +33,7 @@ final class MyPaymentSetMethodInfoCustomFieldActionBuilder implements Builder private $value; /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Me/MyPaymentSetMethodInfoCustomFieldActionModel.php b/lib/commercetools-api/src/Models/Me/MyPaymentSetMethodInfoCustomFieldActionModel.php index e0dd9985d50..05fa9a9ebf2 100644 --- a/lib/commercetools-api/src/Models/Me/MyPaymentSetMethodInfoCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/Me/MyPaymentSetMethodInfoCustomFieldActionModel.php @@ -71,7 +71,7 @@ public function getAction() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Me/MyPaymentSetTransactionCustomFieldAction.php b/lib/commercetools-api/src/Models/Me/MyPaymentSetTransactionCustomFieldAction.php index a0df868f3b4..d7f4c4d1a2d 100644 --- a/lib/commercetools-api/src/Models/Me/MyPaymentSetTransactionCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/Me/MyPaymentSetTransactionCustomFieldAction.php @@ -17,7 +17,7 @@ interface MyPaymentSetTransactionCustomFieldAction extends MyPaymentUpdateAction public const FIELD_VALUE = 'value'; /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Me/MyPaymentSetTransactionCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/Me/MyPaymentSetTransactionCustomFieldActionBuilder.php index 78216d148ac..8cce209665e 100644 --- a/lib/commercetools-api/src/Models/Me/MyPaymentSetTransactionCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/Me/MyPaymentSetTransactionCustomFieldActionBuilder.php @@ -33,7 +33,7 @@ final class MyPaymentSetTransactionCustomFieldActionBuilder implements Builder private $value; /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Me/MyPaymentSetTransactionCustomFieldActionModel.php b/lib/commercetools-api/src/Models/Me/MyPaymentSetTransactionCustomFieldActionModel.php index 3cbef93e8dd..b687da07c78 100644 --- a/lib/commercetools-api/src/Models/Me/MyPaymentSetTransactionCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/Me/MyPaymentSetTransactionCustomFieldActionModel.php @@ -71,7 +71,7 @@ public function getAction() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Me/MyShoppingListSetCustomFieldAction.php b/lib/commercetools-api/src/Models/Me/MyShoppingListSetCustomFieldAction.php index bc1b60a0a39..8a7e1265e07 100644 --- a/lib/commercetools-api/src/Models/Me/MyShoppingListSetCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/Me/MyShoppingListSetCustomFieldAction.php @@ -17,7 +17,7 @@ interface MyShoppingListSetCustomFieldAction extends MyShoppingListUpdateAction public const FIELD_VALUE = 'value'; /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Me/MyShoppingListSetCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/Me/MyShoppingListSetCustomFieldActionBuilder.php index cfb2ab88f7d..9f329a4afee 100644 --- a/lib/commercetools-api/src/Models/Me/MyShoppingListSetCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/Me/MyShoppingListSetCustomFieldActionBuilder.php @@ -33,7 +33,7 @@ final class MyShoppingListSetCustomFieldActionBuilder implements Builder private $value; /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Me/MyShoppingListSetCustomFieldActionModel.php b/lib/commercetools-api/src/Models/Me/MyShoppingListSetCustomFieldActionModel.php index 6998dd81852..7f5bbc3f29a 100644 --- a/lib/commercetools-api/src/Models/Me/MyShoppingListSetCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/Me/MyShoppingListSetCustomFieldActionModel.php @@ -71,7 +71,7 @@ public function getAction() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Me/MyShoppingListSetLineItemCustomFieldAction.php b/lib/commercetools-api/src/Models/Me/MyShoppingListSetLineItemCustomFieldAction.php index 75972f022e5..ef28a29e2a1 100644 --- a/lib/commercetools-api/src/Models/Me/MyShoppingListSetLineItemCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/Me/MyShoppingListSetLineItemCustomFieldAction.php @@ -35,7 +35,7 @@ public function getLineItemId(); public function getLineItemKey(); /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Me/MyShoppingListSetLineItemCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/Me/MyShoppingListSetLineItemCustomFieldActionBuilder.php index 0fed9e81831..3a11624078b 100644 --- a/lib/commercetools-api/src/Models/Me/MyShoppingListSetLineItemCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/Me/MyShoppingListSetLineItemCustomFieldActionBuilder.php @@ -67,7 +67,7 @@ public function getLineItemKey() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Me/MyShoppingListSetLineItemCustomFieldActionModel.php b/lib/commercetools-api/src/Models/Me/MyShoppingListSetLineItemCustomFieldActionModel.php index 645088d4a80..063c7897df2 100644 --- a/lib/commercetools-api/src/Models/Me/MyShoppingListSetLineItemCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/Me/MyShoppingListSetLineItemCustomFieldActionModel.php @@ -127,7 +127,7 @@ public function getLineItemKey() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Me/MyShoppingListSetTextLineItemCustomFieldAction.php b/lib/commercetools-api/src/Models/Me/MyShoppingListSetTextLineItemCustomFieldAction.php index bd525f86db5..26d55c634da 100644 --- a/lib/commercetools-api/src/Models/Me/MyShoppingListSetTextLineItemCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/Me/MyShoppingListSetTextLineItemCustomFieldAction.php @@ -35,7 +35,7 @@ public function getTextLineItemId(); public function getTextLineItemKey(); /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Me/MyShoppingListSetTextLineItemCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/Me/MyShoppingListSetTextLineItemCustomFieldActionBuilder.php index 3dca07b6abf..5e345302379 100644 --- a/lib/commercetools-api/src/Models/Me/MyShoppingListSetTextLineItemCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/Me/MyShoppingListSetTextLineItemCustomFieldActionBuilder.php @@ -67,7 +67,7 @@ public function getTextLineItemKey() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Me/MyShoppingListSetTextLineItemCustomFieldActionModel.php b/lib/commercetools-api/src/Models/Me/MyShoppingListSetTextLineItemCustomFieldActionModel.php index 75726e56931..51591685f9f 100644 --- a/lib/commercetools-api/src/Models/Me/MyShoppingListSetTextLineItemCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/Me/MyShoppingListSetTextLineItemCustomFieldActionModel.php @@ -127,7 +127,7 @@ public function getTextLineItemKey() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/ApprovalFlowApprovedMessageModel.php b/lib/commercetools-api/src/Models/Message/ApprovalFlowApprovedMessageModel.php index 5031c72570a..7dd83ad2795 100644 --- a/lib/commercetools-api/src/Models/Message/ApprovalFlowApprovedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/ApprovalFlowApprovedMessageModel.php @@ -336,7 +336,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/ApprovalFlowCompletedMessageModel.php b/lib/commercetools-api/src/Models/Message/ApprovalFlowCompletedMessageModel.php index 06351a82e25..046d8136748 100644 --- a/lib/commercetools-api/src/Models/Message/ApprovalFlowCompletedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/ApprovalFlowCompletedMessageModel.php @@ -334,7 +334,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/ApprovalFlowCreatedMessageModel.php b/lib/commercetools-api/src/Models/Message/ApprovalFlowCreatedMessageModel.php index b667e0bb126..36d92cabace 100644 --- a/lib/commercetools-api/src/Models/Message/ApprovalFlowCreatedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/ApprovalFlowCreatedMessageModel.php @@ -326,7 +326,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/ApprovalFlowRejectedMessageModel.php b/lib/commercetools-api/src/Models/Message/ApprovalFlowRejectedMessageModel.php index 131efb3da5b..75441b0bd51 100644 --- a/lib/commercetools-api/src/Models/Message/ApprovalFlowRejectedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/ApprovalFlowRejectedMessageModel.php @@ -344,7 +344,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/ApprovalRuleApproversSetMessageModel.php b/lib/commercetools-api/src/Models/Message/ApprovalRuleApproversSetMessageModel.php index 6c10c371586..4474b859a90 100644 --- a/lib/commercetools-api/src/Models/Message/ApprovalRuleApproversSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/ApprovalRuleApproversSetMessageModel.php @@ -334,7 +334,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/ApprovalRuleCreatedMessageModel.php b/lib/commercetools-api/src/Models/Message/ApprovalRuleCreatedMessageModel.php index e722fadad7d..a71a7e4ffd5 100644 --- a/lib/commercetools-api/src/Models/Message/ApprovalRuleCreatedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/ApprovalRuleCreatedMessageModel.php @@ -326,7 +326,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/ApprovalRuleDescriptionSetMessageModel.php b/lib/commercetools-api/src/Models/Message/ApprovalRuleDescriptionSetMessageModel.php index 818fc70c366..c56075d42a3 100644 --- a/lib/commercetools-api/src/Models/Message/ApprovalRuleDescriptionSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/ApprovalRuleDescriptionSetMessageModel.php @@ -332,7 +332,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/ApprovalRuleKeySetMessageModel.php b/lib/commercetools-api/src/Models/Message/ApprovalRuleKeySetMessageModel.php index 299ac393740..6c167f058be 100644 --- a/lib/commercetools-api/src/Models/Message/ApprovalRuleKeySetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/ApprovalRuleKeySetMessageModel.php @@ -332,7 +332,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/ApprovalRuleNameSetMessageModel.php b/lib/commercetools-api/src/Models/Message/ApprovalRuleNameSetMessageModel.php index 3ad02c89803..a9d613c155d 100644 --- a/lib/commercetools-api/src/Models/Message/ApprovalRuleNameSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/ApprovalRuleNameSetMessageModel.php @@ -332,7 +332,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/ApprovalRulePredicateSetMessageModel.php b/lib/commercetools-api/src/Models/Message/ApprovalRulePredicateSetMessageModel.php index f028100dbe9..2cf26ae15b9 100644 --- a/lib/commercetools-api/src/Models/Message/ApprovalRulePredicateSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/ApprovalRulePredicateSetMessageModel.php @@ -332,7 +332,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/ApprovalRuleRequestersSetMessageModel.php b/lib/commercetools-api/src/Models/Message/ApprovalRuleRequestersSetMessageModel.php index 7dbc17c86f2..0f27bd4686e 100644 --- a/lib/commercetools-api/src/Models/Message/ApprovalRuleRequestersSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/ApprovalRuleRequestersSetMessageModel.php @@ -333,7 +333,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/ApprovalRuleStatusSetMessageModel.php b/lib/commercetools-api/src/Models/Message/ApprovalRuleStatusSetMessageModel.php index 1d6aef8147f..ad1e36bfdfe 100644 --- a/lib/commercetools-api/src/Models/Message/ApprovalRuleStatusSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/ApprovalRuleStatusSetMessageModel.php @@ -332,7 +332,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/AssociateRoleBuyerAssignableChangedMessageModel.php b/lib/commercetools-api/src/Models/Message/AssociateRoleBuyerAssignableChangedMessageModel.php index 0dcc2d42df3..aa7820ca79e 100644 --- a/lib/commercetools-api/src/Models/Message/AssociateRoleBuyerAssignableChangedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/AssociateRoleBuyerAssignableChangedMessageModel.php @@ -324,7 +324,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/AssociateRoleCreatedMessageModel.php b/lib/commercetools-api/src/Models/Message/AssociateRoleCreatedMessageModel.php index 28012aacdf4..3783f5d58bc 100644 --- a/lib/commercetools-api/src/Models/Message/AssociateRoleCreatedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/AssociateRoleCreatedMessageModel.php @@ -326,7 +326,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/AssociateRoleDeletedMessageModel.php b/lib/commercetools-api/src/Models/Message/AssociateRoleDeletedMessageModel.php index 711cbe25513..80b26f426eb 100644 --- a/lib/commercetools-api/src/Models/Message/AssociateRoleDeletedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/AssociateRoleDeletedMessageModel.php @@ -316,7 +316,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/AssociateRoleNameSetMessageModel.php b/lib/commercetools-api/src/Models/Message/AssociateRoleNameSetMessageModel.php index ee4dc314a4b..bde54f65f8d 100644 --- a/lib/commercetools-api/src/Models/Message/AssociateRoleNameSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/AssociateRoleNameSetMessageModel.php @@ -324,7 +324,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/AssociateRolePermissionAddedMessageModel.php b/lib/commercetools-api/src/Models/Message/AssociateRolePermissionAddedMessageModel.php index ece3b30094f..5d3a567a3e4 100644 --- a/lib/commercetools-api/src/Models/Message/AssociateRolePermissionAddedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/AssociateRolePermissionAddedMessageModel.php @@ -324,7 +324,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/AssociateRolePermissionRemovedMessageModel.php b/lib/commercetools-api/src/Models/Message/AssociateRolePermissionRemovedMessageModel.php index bb057416853..2455f832267 100644 --- a/lib/commercetools-api/src/Models/Message/AssociateRolePermissionRemovedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/AssociateRolePermissionRemovedMessageModel.php @@ -324,7 +324,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/AssociateRolePermissionsSetMessageModel.php b/lib/commercetools-api/src/Models/Message/AssociateRolePermissionsSetMessageModel.php index 181193a4658..2a1bbd19df8 100644 --- a/lib/commercetools-api/src/Models/Message/AssociateRolePermissionsSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/AssociateRolePermissionsSetMessageModel.php @@ -324,7 +324,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/BusinessUnitAddressAddedMessageModel.php b/lib/commercetools-api/src/Models/Message/BusinessUnitAddressAddedMessageModel.php index 7daf491b04f..d687862b972 100644 --- a/lib/commercetools-api/src/Models/Message/BusinessUnitAddressAddedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/BusinessUnitAddressAddedMessageModel.php @@ -326,7 +326,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/BusinessUnitAddressChangedMessageModel.php b/lib/commercetools-api/src/Models/Message/BusinessUnitAddressChangedMessageModel.php index 3969104330d..da6cb7ad021 100644 --- a/lib/commercetools-api/src/Models/Message/BusinessUnitAddressChangedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/BusinessUnitAddressChangedMessageModel.php @@ -334,7 +334,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/BusinessUnitAddressCustomFieldAddedMessageModel.php b/lib/commercetools-api/src/Models/Message/BusinessUnitAddressCustomFieldAddedMessageModel.php index 3d97f70ab66..0aed4ac670c 100644 --- a/lib/commercetools-api/src/Models/Message/BusinessUnitAddressCustomFieldAddedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/BusinessUnitAddressCustomFieldAddedMessageModel.php @@ -340,7 +340,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/BusinessUnitAddressCustomFieldChangedMessageModel.php b/lib/commercetools-api/src/Models/Message/BusinessUnitAddressCustomFieldChangedMessageModel.php index 6c6dac44f1f..5466707364c 100644 --- a/lib/commercetools-api/src/Models/Message/BusinessUnitAddressCustomFieldChangedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/BusinessUnitAddressCustomFieldChangedMessageModel.php @@ -348,7 +348,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/BusinessUnitAddressCustomFieldRemovedMessageModel.php b/lib/commercetools-api/src/Models/Message/BusinessUnitAddressCustomFieldRemovedMessageModel.php index 982fc07a3b8..edaf58f4523 100644 --- a/lib/commercetools-api/src/Models/Message/BusinessUnitAddressCustomFieldRemovedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/BusinessUnitAddressCustomFieldRemovedMessageModel.php @@ -332,7 +332,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/BusinessUnitAddressCustomTypeRemovedMessageModel.php b/lib/commercetools-api/src/Models/Message/BusinessUnitAddressCustomTypeRemovedMessageModel.php index 43706330e8f..be90e92ec33 100644 --- a/lib/commercetools-api/src/Models/Message/BusinessUnitAddressCustomTypeRemovedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/BusinessUnitAddressCustomTypeRemovedMessageModel.php @@ -332,7 +332,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/BusinessUnitAddressCustomTypeSetMessageModel.php b/lib/commercetools-api/src/Models/Message/BusinessUnitAddressCustomTypeSetMessageModel.php index ecc99add9ab..580cc93c43b 100644 --- a/lib/commercetools-api/src/Models/Message/BusinessUnitAddressCustomTypeSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/BusinessUnitAddressCustomTypeSetMessageModel.php @@ -342,7 +342,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/BusinessUnitAddressRemovedMessageModel.php b/lib/commercetools-api/src/Models/Message/BusinessUnitAddressRemovedMessageModel.php index c75fce6e42a..c3def556275 100644 --- a/lib/commercetools-api/src/Models/Message/BusinessUnitAddressRemovedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/BusinessUnitAddressRemovedMessageModel.php @@ -334,7 +334,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/BusinessUnitApprovalRuleModeChangedMessageModel.php b/lib/commercetools-api/src/Models/Message/BusinessUnitApprovalRuleModeChangedMessageModel.php index b6725ad3bc0..55413d38b80 100644 --- a/lib/commercetools-api/src/Models/Message/BusinessUnitApprovalRuleModeChangedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/BusinessUnitApprovalRuleModeChangedMessageModel.php @@ -332,7 +332,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/BusinessUnitAssociateAddedMessageModel.php b/lib/commercetools-api/src/Models/Message/BusinessUnitAssociateAddedMessageModel.php index d7efdbba5d4..abbad06fedf 100644 --- a/lib/commercetools-api/src/Models/Message/BusinessUnitAssociateAddedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/BusinessUnitAssociateAddedMessageModel.php @@ -326,7 +326,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/BusinessUnitAssociateChangedMessageModel.php b/lib/commercetools-api/src/Models/Message/BusinessUnitAssociateChangedMessageModel.php index e91df30d572..48633453253 100644 --- a/lib/commercetools-api/src/Models/Message/BusinessUnitAssociateChangedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/BusinessUnitAssociateChangedMessageModel.php @@ -326,7 +326,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/BusinessUnitAssociateModeChangedMessageModel.php b/lib/commercetools-api/src/Models/Message/BusinessUnitAssociateModeChangedMessageModel.php index 4ed05b68201..6b2e32357ff 100644 --- a/lib/commercetools-api/src/Models/Message/BusinessUnitAssociateModeChangedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/BusinessUnitAssociateModeChangedMessageModel.php @@ -332,7 +332,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/BusinessUnitAssociateRemovedMessageModel.php b/lib/commercetools-api/src/Models/Message/BusinessUnitAssociateRemovedMessageModel.php index 7aa9851966f..64e525ac238 100644 --- a/lib/commercetools-api/src/Models/Message/BusinessUnitAssociateRemovedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/BusinessUnitAssociateRemovedMessageModel.php @@ -326,7 +326,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/BusinessUnitAssociatesSetMessageModel.php b/lib/commercetools-api/src/Models/Message/BusinessUnitAssociatesSetMessageModel.php index 2f209288b34..7693b8b0954 100644 --- a/lib/commercetools-api/src/Models/Message/BusinessUnitAssociatesSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/BusinessUnitAssociatesSetMessageModel.php @@ -325,7 +325,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/BusinessUnitBillingAddressAddedMessageModel.php b/lib/commercetools-api/src/Models/Message/BusinessUnitBillingAddressAddedMessageModel.php index da64af1ac71..4632b4d0fe3 100644 --- a/lib/commercetools-api/src/Models/Message/BusinessUnitBillingAddressAddedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/BusinessUnitBillingAddressAddedMessageModel.php @@ -326,7 +326,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/BusinessUnitBillingAddressRemovedMessageModel.php b/lib/commercetools-api/src/Models/Message/BusinessUnitBillingAddressRemovedMessageModel.php index 7abd68ea402..03d9762af77 100644 --- a/lib/commercetools-api/src/Models/Message/BusinessUnitBillingAddressRemovedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/BusinessUnitBillingAddressRemovedMessageModel.php @@ -326,7 +326,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/BusinessUnitContactEmailSetMessageModel.php b/lib/commercetools-api/src/Models/Message/BusinessUnitContactEmailSetMessageModel.php index cf07505e50d..111a46b87e6 100644 --- a/lib/commercetools-api/src/Models/Message/BusinessUnitContactEmailSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/BusinessUnitContactEmailSetMessageModel.php @@ -324,7 +324,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/BusinessUnitCreatedMessageModel.php b/lib/commercetools-api/src/Models/Message/BusinessUnitCreatedMessageModel.php index 009f0841326..2b8b4118c2e 100644 --- a/lib/commercetools-api/src/Models/Message/BusinessUnitCreatedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/BusinessUnitCreatedMessageModel.php @@ -326,7 +326,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/BusinessUnitCustomFieldAddedMessageModel.php b/lib/commercetools-api/src/Models/Message/BusinessUnitCustomFieldAddedMessageModel.php index 33849913251..299bb44c94a 100644 --- a/lib/commercetools-api/src/Models/Message/BusinessUnitCustomFieldAddedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/BusinessUnitCustomFieldAddedMessageModel.php @@ -332,7 +332,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/BusinessUnitCustomFieldChangedMessageModel.php b/lib/commercetools-api/src/Models/Message/BusinessUnitCustomFieldChangedMessageModel.php index 6830dfbb90c..59c144a04bd 100644 --- a/lib/commercetools-api/src/Models/Message/BusinessUnitCustomFieldChangedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/BusinessUnitCustomFieldChangedMessageModel.php @@ -340,7 +340,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/BusinessUnitCustomFieldRemovedMessageModel.php b/lib/commercetools-api/src/Models/Message/BusinessUnitCustomFieldRemovedMessageModel.php index 50856aca487..0716656f4aa 100644 --- a/lib/commercetools-api/src/Models/Message/BusinessUnitCustomFieldRemovedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/BusinessUnitCustomFieldRemovedMessageModel.php @@ -324,7 +324,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/BusinessUnitCustomTypeRemovedMessageModel.php b/lib/commercetools-api/src/Models/Message/BusinessUnitCustomTypeRemovedMessageModel.php index c544f007ff3..db4a7924489 100644 --- a/lib/commercetools-api/src/Models/Message/BusinessUnitCustomTypeRemovedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/BusinessUnitCustomTypeRemovedMessageModel.php @@ -324,7 +324,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/BusinessUnitCustomTypeSetMessageModel.php b/lib/commercetools-api/src/Models/Message/BusinessUnitCustomTypeSetMessageModel.php index 780943a5c33..8fc33e6f400 100644 --- a/lib/commercetools-api/src/Models/Message/BusinessUnitCustomTypeSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/BusinessUnitCustomTypeSetMessageModel.php @@ -334,7 +334,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/BusinessUnitCustomerGroupAssignmentAddedMessageModel.php b/lib/commercetools-api/src/Models/Message/BusinessUnitCustomerGroupAssignmentAddedMessageModel.php index 42356178b6e..b9be3c8b9fb 100644 --- a/lib/commercetools-api/src/Models/Message/BusinessUnitCustomerGroupAssignmentAddedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/BusinessUnitCustomerGroupAssignmentAddedMessageModel.php @@ -326,7 +326,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/BusinessUnitCustomerGroupAssignmentRemovedMessageModel.php b/lib/commercetools-api/src/Models/Message/BusinessUnitCustomerGroupAssignmentRemovedMessageModel.php index 68081d4c780..70556b649f0 100644 --- a/lib/commercetools-api/src/Models/Message/BusinessUnitCustomerGroupAssignmentRemovedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/BusinessUnitCustomerGroupAssignmentRemovedMessageModel.php @@ -326,7 +326,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/BusinessUnitCustomerGroupAssignmentsSetMessageModel.php b/lib/commercetools-api/src/Models/Message/BusinessUnitCustomerGroupAssignmentsSetMessageModel.php index 31789283963..8ce884a3a6f 100644 --- a/lib/commercetools-api/src/Models/Message/BusinessUnitCustomerGroupAssignmentsSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/BusinessUnitCustomerGroupAssignmentsSetMessageModel.php @@ -333,7 +333,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/BusinessUnitDefaultBillingAddressSetMessageModel.php b/lib/commercetools-api/src/Models/Message/BusinessUnitDefaultBillingAddressSetMessageModel.php index 9a1810d5ad7..e3d5c9b05df 100644 --- a/lib/commercetools-api/src/Models/Message/BusinessUnitDefaultBillingAddressSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/BusinessUnitDefaultBillingAddressSetMessageModel.php @@ -326,7 +326,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/BusinessUnitDefaultShippingAddressSetMessageModel.php b/lib/commercetools-api/src/Models/Message/BusinessUnitDefaultShippingAddressSetMessageModel.php index d329f7563b6..7d4be7f954f 100644 --- a/lib/commercetools-api/src/Models/Message/BusinessUnitDefaultShippingAddressSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/BusinessUnitDefaultShippingAddressSetMessageModel.php @@ -326,7 +326,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/BusinessUnitDeletedMessageModel.php b/lib/commercetools-api/src/Models/Message/BusinessUnitDeletedMessageModel.php index fbc4b9f1e03..da9590065f4 100644 --- a/lib/commercetools-api/src/Models/Message/BusinessUnitDeletedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/BusinessUnitDeletedMessageModel.php @@ -316,7 +316,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/BusinessUnitNameChangedMessageModel.php b/lib/commercetools-api/src/Models/Message/BusinessUnitNameChangedMessageModel.php index 029758381ca..dbe498b2b5a 100644 --- a/lib/commercetools-api/src/Models/Message/BusinessUnitNameChangedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/BusinessUnitNameChangedMessageModel.php @@ -324,7 +324,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/BusinessUnitParentChangedMessageModel.php b/lib/commercetools-api/src/Models/Message/BusinessUnitParentChangedMessageModel.php index cdeef34347f..d4bed29999b 100644 --- a/lib/commercetools-api/src/Models/Message/BusinessUnitParentChangedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/BusinessUnitParentChangedMessageModel.php @@ -334,7 +334,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/BusinessUnitShippingAddressAddedMessageModel.php b/lib/commercetools-api/src/Models/Message/BusinessUnitShippingAddressAddedMessageModel.php index 084903ec878..31ea9c81568 100644 --- a/lib/commercetools-api/src/Models/Message/BusinessUnitShippingAddressAddedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/BusinessUnitShippingAddressAddedMessageModel.php @@ -326,7 +326,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/BusinessUnitShippingAddressRemovedMessageModel.php b/lib/commercetools-api/src/Models/Message/BusinessUnitShippingAddressRemovedMessageModel.php index 23f995ce880..1b4162079d3 100644 --- a/lib/commercetools-api/src/Models/Message/BusinessUnitShippingAddressRemovedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/BusinessUnitShippingAddressRemovedMessageModel.php @@ -326,7 +326,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/BusinessUnitStatusChangedMessageModel.php b/lib/commercetools-api/src/Models/Message/BusinessUnitStatusChangedMessageModel.php index 8598f2343b9..537830508cb 100644 --- a/lib/commercetools-api/src/Models/Message/BusinessUnitStatusChangedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/BusinessUnitStatusChangedMessageModel.php @@ -324,7 +324,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/BusinessUnitStoreAddedMessageModel.php b/lib/commercetools-api/src/Models/Message/BusinessUnitStoreAddedMessageModel.php index 7cc728f69ef..3c7f2937250 100644 --- a/lib/commercetools-api/src/Models/Message/BusinessUnitStoreAddedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/BusinessUnitStoreAddedMessageModel.php @@ -326,7 +326,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/BusinessUnitStoreModeChangedMessageModel.php b/lib/commercetools-api/src/Models/Message/BusinessUnitStoreModeChangedMessageModel.php index a183f8060b8..80d3bc095a8 100644 --- a/lib/commercetools-api/src/Models/Message/BusinessUnitStoreModeChangedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/BusinessUnitStoreModeChangedMessageModel.php @@ -349,7 +349,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/BusinessUnitStoreRemovedMessageModel.php b/lib/commercetools-api/src/Models/Message/BusinessUnitStoreRemovedMessageModel.php index 2ddabba2ad9..c6e9a605d17 100644 --- a/lib/commercetools-api/src/Models/Message/BusinessUnitStoreRemovedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/BusinessUnitStoreRemovedMessageModel.php @@ -326,7 +326,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/BusinessUnitStoresSetMessageModel.php b/lib/commercetools-api/src/Models/Message/BusinessUnitStoresSetMessageModel.php index a91ffde5ee6..e09b2282425 100644 --- a/lib/commercetools-api/src/Models/Message/BusinessUnitStoresSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/BusinessUnitStoresSetMessageModel.php @@ -325,7 +325,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/BusinessUnitTopLevelUnitSetMessageModel.php b/lib/commercetools-api/src/Models/Message/BusinessUnitTopLevelUnitSetMessageModel.php index 98293288983..057871e6e79 100644 --- a/lib/commercetools-api/src/Models/Message/BusinessUnitTopLevelUnitSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/BusinessUnitTopLevelUnitSetMessageModel.php @@ -334,7 +334,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/BusinessUnitTypeSetMessageModel.php b/lib/commercetools-api/src/Models/Message/BusinessUnitTypeSetMessageModel.php index a08690b95f2..2e4536b6efa 100644 --- a/lib/commercetools-api/src/Models/Message/BusinessUnitTypeSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/BusinessUnitTypeSetMessageModel.php @@ -350,7 +350,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/CartDiscountCreatedMessageModel.php b/lib/commercetools-api/src/Models/Message/CartDiscountCreatedMessageModel.php index e44883b80cf..6f2edc7da9a 100644 --- a/lib/commercetools-api/src/Models/Message/CartDiscountCreatedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/CartDiscountCreatedMessageModel.php @@ -326,7 +326,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/CartDiscountDeletedMessageModel.php b/lib/commercetools-api/src/Models/Message/CartDiscountDeletedMessageModel.php index cc399ba9c8a..c5eae83ef30 100644 --- a/lib/commercetools-api/src/Models/Message/CartDiscountDeletedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/CartDiscountDeletedMessageModel.php @@ -316,7 +316,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/CartDiscountStoreAddedMessageModel.php b/lib/commercetools-api/src/Models/Message/CartDiscountStoreAddedMessageModel.php index 2ca99dd0f7a..57ef6ae1e85 100644 --- a/lib/commercetools-api/src/Models/Message/CartDiscountStoreAddedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/CartDiscountStoreAddedMessageModel.php @@ -326,7 +326,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/CartDiscountStoreRemovedMessageModel.php b/lib/commercetools-api/src/Models/Message/CartDiscountStoreRemovedMessageModel.php index da0a8d22308..545a628d9e7 100644 --- a/lib/commercetools-api/src/Models/Message/CartDiscountStoreRemovedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/CartDiscountStoreRemovedMessageModel.php @@ -326,7 +326,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/CartDiscountStoresSetMessageModel.php b/lib/commercetools-api/src/Models/Message/CartDiscountStoresSetMessageModel.php index dec05af610f..cfe12ecf721 100644 --- a/lib/commercetools-api/src/Models/Message/CartDiscountStoresSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/CartDiscountStoresSetMessageModel.php @@ -325,7 +325,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/CartFrozenMessageModel.php b/lib/commercetools-api/src/Models/Message/CartFrozenMessageModel.php index a4ac8af85e3..fce258b6d10 100644 --- a/lib/commercetools-api/src/Models/Message/CartFrozenMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/CartFrozenMessageModel.php @@ -316,7 +316,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/CartPurchaseOrderNumberSetMessageModel.php b/lib/commercetools-api/src/Models/Message/CartPurchaseOrderNumberSetMessageModel.php index 627380e113d..5b14759be19 100644 --- a/lib/commercetools-api/src/Models/Message/CartPurchaseOrderNumberSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/CartPurchaseOrderNumberSetMessageModel.php @@ -332,7 +332,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/CartUnfrozenMessageModel.php b/lib/commercetools-api/src/Models/Message/CartUnfrozenMessageModel.php index 4cb2ffed3d6..3ed7f385b50 100644 --- a/lib/commercetools-api/src/Models/Message/CartUnfrozenMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/CartUnfrozenMessageModel.php @@ -316,7 +316,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/CategoryCreatedMessageModel.php b/lib/commercetools-api/src/Models/Message/CategoryCreatedMessageModel.php index 18f3c98f737..589fd85e765 100644 --- a/lib/commercetools-api/src/Models/Message/CategoryCreatedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/CategoryCreatedMessageModel.php @@ -326,7 +326,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/CategorySlugChangedMessageModel.php b/lib/commercetools-api/src/Models/Message/CategorySlugChangedMessageModel.php index a1bafdecfb5..a33cf248cec 100644 --- a/lib/commercetools-api/src/Models/Message/CategorySlugChangedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/CategorySlugChangedMessageModel.php @@ -334,7 +334,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/CustomLineItemStateTransitionMessageModel.php b/lib/commercetools-api/src/Models/Message/CustomLineItemStateTransitionMessageModel.php index 3314712cf3b..655fe137615 100644 --- a/lib/commercetools-api/src/Models/Message/CustomLineItemStateTransitionMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/CustomLineItemStateTransitionMessageModel.php @@ -366,7 +366,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/CustomerAddressAddedMessageModel.php b/lib/commercetools-api/src/Models/Message/CustomerAddressAddedMessageModel.php index de6db6b0f82..17724c2687c 100644 --- a/lib/commercetools-api/src/Models/Message/CustomerAddressAddedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/CustomerAddressAddedMessageModel.php @@ -326,7 +326,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/CustomerAddressChangedMessageModel.php b/lib/commercetools-api/src/Models/Message/CustomerAddressChangedMessageModel.php index b8ad86f0cfa..7dad74ebeab 100644 --- a/lib/commercetools-api/src/Models/Message/CustomerAddressChangedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/CustomerAddressChangedMessageModel.php @@ -334,7 +334,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/CustomerAddressCustomFieldAddedMessageModel.php b/lib/commercetools-api/src/Models/Message/CustomerAddressCustomFieldAddedMessageModel.php index d63b07d9993..2cfb7c48569 100644 --- a/lib/commercetools-api/src/Models/Message/CustomerAddressCustomFieldAddedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/CustomerAddressCustomFieldAddedMessageModel.php @@ -340,7 +340,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/CustomerAddressCustomFieldChangedMessageModel.php b/lib/commercetools-api/src/Models/Message/CustomerAddressCustomFieldChangedMessageModel.php index 4414b7f6cab..aa5bfb2fdc6 100644 --- a/lib/commercetools-api/src/Models/Message/CustomerAddressCustomFieldChangedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/CustomerAddressCustomFieldChangedMessageModel.php @@ -348,7 +348,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/CustomerAddressCustomFieldRemovedMessageModel.php b/lib/commercetools-api/src/Models/Message/CustomerAddressCustomFieldRemovedMessageModel.php index 3fe4cee4422..586737eec9a 100644 --- a/lib/commercetools-api/src/Models/Message/CustomerAddressCustomFieldRemovedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/CustomerAddressCustomFieldRemovedMessageModel.php @@ -332,7 +332,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/CustomerAddressCustomTypeRemovedMessageModel.php b/lib/commercetools-api/src/Models/Message/CustomerAddressCustomTypeRemovedMessageModel.php index fdb516f9720..0b72e63452a 100644 --- a/lib/commercetools-api/src/Models/Message/CustomerAddressCustomTypeRemovedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/CustomerAddressCustomTypeRemovedMessageModel.php @@ -332,7 +332,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/CustomerAddressCustomTypeSetMessageModel.php b/lib/commercetools-api/src/Models/Message/CustomerAddressCustomTypeSetMessageModel.php index 011df2dfe36..b589874097b 100644 --- a/lib/commercetools-api/src/Models/Message/CustomerAddressCustomTypeSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/CustomerAddressCustomTypeSetMessageModel.php @@ -342,7 +342,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/CustomerAddressRemovedMessageModel.php b/lib/commercetools-api/src/Models/Message/CustomerAddressRemovedMessageModel.php index 16360bdde34..b73a75b241e 100644 --- a/lib/commercetools-api/src/Models/Message/CustomerAddressRemovedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/CustomerAddressRemovedMessageModel.php @@ -334,7 +334,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/CustomerBillingAddressAddedMessageModel.php b/lib/commercetools-api/src/Models/Message/CustomerBillingAddressAddedMessageModel.php index 70e51f8a12d..fd495c84cd4 100644 --- a/lib/commercetools-api/src/Models/Message/CustomerBillingAddressAddedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/CustomerBillingAddressAddedMessageModel.php @@ -326,7 +326,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/CustomerBillingAddressRemovedMessageModel.php b/lib/commercetools-api/src/Models/Message/CustomerBillingAddressRemovedMessageModel.php index 76eb17ef6cb..c11ab142933 100644 --- a/lib/commercetools-api/src/Models/Message/CustomerBillingAddressRemovedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/CustomerBillingAddressRemovedMessageModel.php @@ -326,7 +326,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/CustomerCompanyNameSetMessageModel.php b/lib/commercetools-api/src/Models/Message/CustomerCompanyNameSetMessageModel.php index 0e8ba74fc84..a906c9cba9a 100644 --- a/lib/commercetools-api/src/Models/Message/CustomerCompanyNameSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/CustomerCompanyNameSetMessageModel.php @@ -324,7 +324,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/CustomerCreatedMessageModel.php b/lib/commercetools-api/src/Models/Message/CustomerCreatedMessageModel.php index 126955b3391..70475a9f4fa 100644 --- a/lib/commercetools-api/src/Models/Message/CustomerCreatedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/CustomerCreatedMessageModel.php @@ -326,7 +326,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/CustomerCustomFieldAddedMessageModel.php b/lib/commercetools-api/src/Models/Message/CustomerCustomFieldAddedMessageModel.php index d01f428e7ca..fa9697d46ab 100644 --- a/lib/commercetools-api/src/Models/Message/CustomerCustomFieldAddedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/CustomerCustomFieldAddedMessageModel.php @@ -332,7 +332,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/CustomerCustomFieldChangedMessageModel.php b/lib/commercetools-api/src/Models/Message/CustomerCustomFieldChangedMessageModel.php index 67beb172926..350c18606f4 100644 --- a/lib/commercetools-api/src/Models/Message/CustomerCustomFieldChangedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/CustomerCustomFieldChangedMessageModel.php @@ -340,7 +340,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/CustomerCustomFieldRemovedMessageModel.php b/lib/commercetools-api/src/Models/Message/CustomerCustomFieldRemovedMessageModel.php index 179dec5f9de..ca36810c371 100644 --- a/lib/commercetools-api/src/Models/Message/CustomerCustomFieldRemovedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/CustomerCustomFieldRemovedMessageModel.php @@ -324,7 +324,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/CustomerCustomTypeRemovedMessageModel.php b/lib/commercetools-api/src/Models/Message/CustomerCustomTypeRemovedMessageModel.php index 92822992985..98edf8fae69 100644 --- a/lib/commercetools-api/src/Models/Message/CustomerCustomTypeRemovedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/CustomerCustomTypeRemovedMessageModel.php @@ -324,7 +324,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/CustomerCustomTypeSetMessageModel.php b/lib/commercetools-api/src/Models/Message/CustomerCustomTypeSetMessageModel.php index 4554c1e80ab..26b8b180872 100644 --- a/lib/commercetools-api/src/Models/Message/CustomerCustomTypeSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/CustomerCustomTypeSetMessageModel.php @@ -334,7 +334,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/CustomerDateOfBirthSetMessageModel.php b/lib/commercetools-api/src/Models/Message/CustomerDateOfBirthSetMessageModel.php index f73f2c0de14..cb80321d506 100644 --- a/lib/commercetools-api/src/Models/Message/CustomerDateOfBirthSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/CustomerDateOfBirthSetMessageModel.php @@ -324,7 +324,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/CustomerDefaultBillingAddressSetMessageModel.php b/lib/commercetools-api/src/Models/Message/CustomerDefaultBillingAddressSetMessageModel.php index 84635e24524..24c915df32f 100644 --- a/lib/commercetools-api/src/Models/Message/CustomerDefaultBillingAddressSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/CustomerDefaultBillingAddressSetMessageModel.php @@ -326,7 +326,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/CustomerDefaultShippingAddressSetMessageModel.php b/lib/commercetools-api/src/Models/Message/CustomerDefaultShippingAddressSetMessageModel.php index dcc0a060c5a..edb18064a5f 100644 --- a/lib/commercetools-api/src/Models/Message/CustomerDefaultShippingAddressSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/CustomerDefaultShippingAddressSetMessageModel.php @@ -326,7 +326,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/CustomerDeletedMessageModel.php b/lib/commercetools-api/src/Models/Message/CustomerDeletedMessageModel.php index f6ed030eb9b..9f905034e97 100644 --- a/lib/commercetools-api/src/Models/Message/CustomerDeletedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/CustomerDeletedMessageModel.php @@ -324,7 +324,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/CustomerEmailChangedMessageModel.php b/lib/commercetools-api/src/Models/Message/CustomerEmailChangedMessageModel.php index 1e974304bd2..6a72cb8fb21 100644 --- a/lib/commercetools-api/src/Models/Message/CustomerEmailChangedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/CustomerEmailChangedMessageModel.php @@ -332,7 +332,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/CustomerEmailTokenCreatedMessageModel.php b/lib/commercetools-api/src/Models/Message/CustomerEmailTokenCreatedMessageModel.php index 36d97a7e4d8..57f25104c8a 100644 --- a/lib/commercetools-api/src/Models/Message/CustomerEmailTokenCreatedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/CustomerEmailTokenCreatedMessageModel.php @@ -348,7 +348,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/CustomerEmailVerifiedMessageModel.php b/lib/commercetools-api/src/Models/Message/CustomerEmailVerifiedMessageModel.php index 677183bb301..e0de031789a 100644 --- a/lib/commercetools-api/src/Models/Message/CustomerEmailVerifiedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/CustomerEmailVerifiedMessageModel.php @@ -316,7 +316,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/CustomerExternalIdSetMessageModel.php b/lib/commercetools-api/src/Models/Message/CustomerExternalIdSetMessageModel.php index 43261ba3e56..fc17c01f914 100644 --- a/lib/commercetools-api/src/Models/Message/CustomerExternalIdSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/CustomerExternalIdSetMessageModel.php @@ -324,7 +324,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/CustomerFirstNameSetMessageModel.php b/lib/commercetools-api/src/Models/Message/CustomerFirstNameSetMessageModel.php index a91e8de7c28..497b86a187a 100644 --- a/lib/commercetools-api/src/Models/Message/CustomerFirstNameSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/CustomerFirstNameSetMessageModel.php @@ -324,7 +324,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/CustomerGroupAssignmentAddedMessageModel.php b/lib/commercetools-api/src/Models/Message/CustomerGroupAssignmentAddedMessageModel.php index 80f96372c8a..3a1b533d66b 100644 --- a/lib/commercetools-api/src/Models/Message/CustomerGroupAssignmentAddedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/CustomerGroupAssignmentAddedMessageModel.php @@ -326,7 +326,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/CustomerGroupAssignmentRemovedMessageModel.php b/lib/commercetools-api/src/Models/Message/CustomerGroupAssignmentRemovedMessageModel.php index 266516592d1..c98da3c2bf9 100644 --- a/lib/commercetools-api/src/Models/Message/CustomerGroupAssignmentRemovedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/CustomerGroupAssignmentRemovedMessageModel.php @@ -326,7 +326,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/CustomerGroupAssignmentsSetMessageModel.php b/lib/commercetools-api/src/Models/Message/CustomerGroupAssignmentsSetMessageModel.php index fefb465c2e4..037c8b38b40 100644 --- a/lib/commercetools-api/src/Models/Message/CustomerGroupAssignmentsSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/CustomerGroupAssignmentsSetMessageModel.php @@ -333,7 +333,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/CustomerGroupCustomFieldAddedMessageModel.php b/lib/commercetools-api/src/Models/Message/CustomerGroupCustomFieldAddedMessageModel.php index bc4648711d1..d5e34f41079 100644 --- a/lib/commercetools-api/src/Models/Message/CustomerGroupCustomFieldAddedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/CustomerGroupCustomFieldAddedMessageModel.php @@ -332,7 +332,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/CustomerGroupCustomFieldChangedMessageModel.php b/lib/commercetools-api/src/Models/Message/CustomerGroupCustomFieldChangedMessageModel.php index 28067a880a3..38a3810705b 100644 --- a/lib/commercetools-api/src/Models/Message/CustomerGroupCustomFieldChangedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/CustomerGroupCustomFieldChangedMessageModel.php @@ -340,7 +340,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/CustomerGroupCustomFieldRemovedMessageModel.php b/lib/commercetools-api/src/Models/Message/CustomerGroupCustomFieldRemovedMessageModel.php index bfbc7bcd060..22859898083 100644 --- a/lib/commercetools-api/src/Models/Message/CustomerGroupCustomFieldRemovedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/CustomerGroupCustomFieldRemovedMessageModel.php @@ -324,7 +324,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/CustomerGroupCustomTypeRemovedMessageModel.php b/lib/commercetools-api/src/Models/Message/CustomerGroupCustomTypeRemovedMessageModel.php index c3c688c025a..4be8f7f8ee0 100644 --- a/lib/commercetools-api/src/Models/Message/CustomerGroupCustomTypeRemovedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/CustomerGroupCustomTypeRemovedMessageModel.php @@ -324,7 +324,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/CustomerGroupCustomTypeSetMessageModel.php b/lib/commercetools-api/src/Models/Message/CustomerGroupCustomTypeSetMessageModel.php index e683692ecbb..b8550405e41 100644 --- a/lib/commercetools-api/src/Models/Message/CustomerGroupCustomTypeSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/CustomerGroupCustomTypeSetMessageModel.php @@ -334,7 +334,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/CustomerGroupSetMessageModel.php b/lib/commercetools-api/src/Models/Message/CustomerGroupSetMessageModel.php index be0e91c18a1..a39a2d936d8 100644 --- a/lib/commercetools-api/src/Models/Message/CustomerGroupSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/CustomerGroupSetMessageModel.php @@ -326,7 +326,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/CustomerLastNameSetMessageModel.php b/lib/commercetools-api/src/Models/Message/CustomerLastNameSetMessageModel.php index 980dba26994..e2ef6a69f47 100644 --- a/lib/commercetools-api/src/Models/Message/CustomerLastNameSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/CustomerLastNameSetMessageModel.php @@ -324,7 +324,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/CustomerPasswordTokenCreatedMessageModel.php b/lib/commercetools-api/src/Models/Message/CustomerPasswordTokenCreatedMessageModel.php index 0b987036eae..5ac48e606cf 100644 --- a/lib/commercetools-api/src/Models/Message/CustomerPasswordTokenCreatedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/CustomerPasswordTokenCreatedMessageModel.php @@ -348,7 +348,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/CustomerPasswordUpdatedMessageModel.php b/lib/commercetools-api/src/Models/Message/CustomerPasswordUpdatedMessageModel.php index 3e25652a350..ca75b89b990 100644 --- a/lib/commercetools-api/src/Models/Message/CustomerPasswordUpdatedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/CustomerPasswordUpdatedMessageModel.php @@ -324,7 +324,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/CustomerShippingAddressAddedMessageModel.php b/lib/commercetools-api/src/Models/Message/CustomerShippingAddressAddedMessageModel.php index 7bdd8abf6ab..933cf7edaac 100644 --- a/lib/commercetools-api/src/Models/Message/CustomerShippingAddressAddedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/CustomerShippingAddressAddedMessageModel.php @@ -326,7 +326,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/CustomerShippingAddressRemovedMessageModel.php b/lib/commercetools-api/src/Models/Message/CustomerShippingAddressRemovedMessageModel.php index 62d9be1ad8f..12a3d82c706 100644 --- a/lib/commercetools-api/src/Models/Message/CustomerShippingAddressRemovedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/CustomerShippingAddressRemovedMessageModel.php @@ -326,7 +326,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/CustomerStoresSetMessageModel.php b/lib/commercetools-api/src/Models/Message/CustomerStoresSetMessageModel.php index ca96b3b9c2c..394348dc2be 100644 --- a/lib/commercetools-api/src/Models/Message/CustomerStoresSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/CustomerStoresSetMessageModel.php @@ -333,7 +333,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/CustomerTitleSetMessageModel.php b/lib/commercetools-api/src/Models/Message/CustomerTitleSetMessageModel.php index 09603e0b6ef..dfa197df581 100644 --- a/lib/commercetools-api/src/Models/Message/CustomerTitleSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/CustomerTitleSetMessageModel.php @@ -324,7 +324,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/DeliveryAddedMessageModel.php b/lib/commercetools-api/src/Models/Message/DeliveryAddedMessageModel.php index 690f964a4c1..fbeca886806 100644 --- a/lib/commercetools-api/src/Models/Message/DeliveryAddedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/DeliveryAddedMessageModel.php @@ -334,7 +334,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/DeliveryAddressSetMessageModel.php b/lib/commercetools-api/src/Models/Message/DeliveryAddressSetMessageModel.php index 038af37ace3..d349b56cc96 100644 --- a/lib/commercetools-api/src/Models/Message/DeliveryAddressSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/DeliveryAddressSetMessageModel.php @@ -350,7 +350,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/DeliveryCustomFieldAddedMessageModel.php b/lib/commercetools-api/src/Models/Message/DeliveryCustomFieldAddedMessageModel.php index e306e9040fd..308c8b26e94 100644 --- a/lib/commercetools-api/src/Models/Message/DeliveryCustomFieldAddedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/DeliveryCustomFieldAddedMessageModel.php @@ -340,7 +340,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/DeliveryCustomFieldChangedMessageModel.php b/lib/commercetools-api/src/Models/Message/DeliveryCustomFieldChangedMessageModel.php index 5ae893dc834..87f7056329d 100644 --- a/lib/commercetools-api/src/Models/Message/DeliveryCustomFieldChangedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/DeliveryCustomFieldChangedMessageModel.php @@ -348,7 +348,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/DeliveryCustomFieldRemovedMessageModel.php b/lib/commercetools-api/src/Models/Message/DeliveryCustomFieldRemovedMessageModel.php index b1ef47c9dab..a940de757e1 100644 --- a/lib/commercetools-api/src/Models/Message/DeliveryCustomFieldRemovedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/DeliveryCustomFieldRemovedMessageModel.php @@ -332,7 +332,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/DeliveryCustomTypeRemovedMessageModel.php b/lib/commercetools-api/src/Models/Message/DeliveryCustomTypeRemovedMessageModel.php index 159fcc11e7e..d7ce8c468ec 100644 --- a/lib/commercetools-api/src/Models/Message/DeliveryCustomTypeRemovedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/DeliveryCustomTypeRemovedMessageModel.php @@ -332,7 +332,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/DeliveryCustomTypeSetMessageModel.php b/lib/commercetools-api/src/Models/Message/DeliveryCustomTypeSetMessageModel.php index 0efe0452e65..f5a165a80b4 100644 --- a/lib/commercetools-api/src/Models/Message/DeliveryCustomTypeSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/DeliveryCustomTypeSetMessageModel.php @@ -342,7 +342,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/DeliveryItemsUpdatedMessageModel.php b/lib/commercetools-api/src/Models/Message/DeliveryItemsUpdatedMessageModel.php index a13eab98707..64dfdb4aebd 100644 --- a/lib/commercetools-api/src/Models/Message/DeliveryItemsUpdatedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/DeliveryItemsUpdatedMessageModel.php @@ -349,7 +349,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/DeliveryRemovedMessageModel.php b/lib/commercetools-api/src/Models/Message/DeliveryRemovedMessageModel.php index 811635af8ff..07481d53656 100644 --- a/lib/commercetools-api/src/Models/Message/DeliveryRemovedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/DeliveryRemovedMessageModel.php @@ -334,7 +334,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/DiscountCodeCreatedMessageModel.php b/lib/commercetools-api/src/Models/Message/DiscountCodeCreatedMessageModel.php index c75b4f4e819..4e6f90d6255 100644 --- a/lib/commercetools-api/src/Models/Message/DiscountCodeCreatedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/DiscountCodeCreatedMessageModel.php @@ -326,7 +326,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/DiscountCodeDeletedMessageModel.php b/lib/commercetools-api/src/Models/Message/DiscountCodeDeletedMessageModel.php index b1783dbf934..572e918755c 100644 --- a/lib/commercetools-api/src/Models/Message/DiscountCodeDeletedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/DiscountCodeDeletedMessageModel.php @@ -316,7 +316,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/DiscountCodeKeySetMessageModel.php b/lib/commercetools-api/src/Models/Message/DiscountCodeKeySetMessageModel.php index 80b91b110bd..450f72db167 100644 --- a/lib/commercetools-api/src/Models/Message/DiscountCodeKeySetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/DiscountCodeKeySetMessageModel.php @@ -332,7 +332,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/DiscountGroupCreatedMessageModel.php b/lib/commercetools-api/src/Models/Message/DiscountGroupCreatedMessageModel.php index 8aa06f402d0..95f5e0a29a8 100644 --- a/lib/commercetools-api/src/Models/Message/DiscountGroupCreatedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/DiscountGroupCreatedMessageModel.php @@ -326,7 +326,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/DiscountGroupDeletedMessageModel.php b/lib/commercetools-api/src/Models/Message/DiscountGroupDeletedMessageModel.php index bdb3f53aac1..c3b50b8ff24 100644 --- a/lib/commercetools-api/src/Models/Message/DiscountGroupDeletedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/DiscountGroupDeletedMessageModel.php @@ -316,7 +316,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/DiscountGroupIsActiveSetMessageModel.php b/lib/commercetools-api/src/Models/Message/DiscountGroupIsActiveSetMessageModel.php index 7bfda53bd2a..26a5ba4c064 100644 --- a/lib/commercetools-api/src/Models/Message/DiscountGroupIsActiveSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/DiscountGroupIsActiveSetMessageModel.php @@ -332,7 +332,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/DiscountGroupKeySetMessageModel.php b/lib/commercetools-api/src/Models/Message/DiscountGroupKeySetMessageModel.php index 2d25e3d09ed..4267b2401ed 100644 --- a/lib/commercetools-api/src/Models/Message/DiscountGroupKeySetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/DiscountGroupKeySetMessageModel.php @@ -332,7 +332,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/DiscountGroupSortOrderSetMessageModel.php b/lib/commercetools-api/src/Models/Message/DiscountGroupSortOrderSetMessageModel.php index 63027560567..69ba9b49042 100644 --- a/lib/commercetools-api/src/Models/Message/DiscountGroupSortOrderSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/DiscountGroupSortOrderSetMessageModel.php @@ -332,7 +332,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/InventoryEntryCreatedMessageModel.php b/lib/commercetools-api/src/Models/Message/InventoryEntryCreatedMessageModel.php index b7d6d5969c7..fb1855c40ac 100644 --- a/lib/commercetools-api/src/Models/Message/InventoryEntryCreatedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/InventoryEntryCreatedMessageModel.php @@ -326,7 +326,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/InventoryEntryDeletedMessageModel.php b/lib/commercetools-api/src/Models/Message/InventoryEntryDeletedMessageModel.php index 98fb20c2075..b00209e6fd4 100644 --- a/lib/commercetools-api/src/Models/Message/InventoryEntryDeletedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/InventoryEntryDeletedMessageModel.php @@ -334,7 +334,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/InventoryEntryOutOfStockMessageModel.php b/lib/commercetools-api/src/Models/Message/InventoryEntryOutOfStockMessageModel.php index e98ccddbc0b..cffd712da89 100644 --- a/lib/commercetools-api/src/Models/Message/InventoryEntryOutOfStockMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/InventoryEntryOutOfStockMessageModel.php @@ -334,7 +334,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/InventoryEntryQuantitySetMessageModel.php b/lib/commercetools-api/src/Models/Message/InventoryEntryQuantitySetMessageModel.php index 81b65e8e84b..f0deef55e78 100644 --- a/lib/commercetools-api/src/Models/Message/InventoryEntryQuantitySetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/InventoryEntryQuantitySetMessageModel.php @@ -366,7 +366,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/InventoryEntryReorderPointMessageModel.php b/lib/commercetools-api/src/Models/Message/InventoryEntryReorderPointMessageModel.php index 6400783cfc8..1913913723e 100644 --- a/lib/commercetools-api/src/Models/Message/InventoryEntryReorderPointMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/InventoryEntryReorderPointMessageModel.php @@ -342,7 +342,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/InventoryEntryReservationExpirationInMinutesSetMessageModel.php b/lib/commercetools-api/src/Models/Message/InventoryEntryReservationExpirationInMinutesSetMessageModel.php index 018b8f8b437..d7d204eeaa2 100644 --- a/lib/commercetools-api/src/Models/Message/InventoryEntryReservationExpirationInMinutesSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/InventoryEntryReservationExpirationInMinutesSetMessageModel.php @@ -332,7 +332,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/InventoryEntrySafetyStockMessageModel.php b/lib/commercetools-api/src/Models/Message/InventoryEntrySafetyStockMessageModel.php index b14d26dd839..fcde338214d 100644 --- a/lib/commercetools-api/src/Models/Message/InventoryEntrySafetyStockMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/InventoryEntrySafetyStockMessageModel.php @@ -342,7 +342,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/LineItemStateTransitionMessageModel.php b/lib/commercetools-api/src/Models/Message/LineItemStateTransitionMessageModel.php index 914781e09c8..9aeb2a9b22e 100644 --- a/lib/commercetools-api/src/Models/Message/LineItemStateTransitionMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/LineItemStateTransitionMessageModel.php @@ -366,7 +366,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/Message.php b/lib/commercetools-api/src/Models/Message/Message.php index b47917fd155..64c0f2e22c5 100644 --- a/lib/commercetools-api/src/Models/Message/Message.php +++ b/lib/commercetools-api/src/Models/Message/Message.php @@ -101,7 +101,7 @@ public function getResource(); public function getResourceVersion(); /** - *Message Type of the Message.
+ *Message Type of the Message.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/MessageModel.php b/lib/commercetools-api/src/Models/Message/MessageModel.php index 428824110fe..378001aecc6 100644 --- a/lib/commercetools-api/src/Models/Message/MessageModel.php +++ b/lib/commercetools-api/src/Models/Message/MessageModel.php @@ -640,7 +640,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/MessagePagedQueryResponse.php b/lib/commercetools-api/src/Models/Message/MessagePagedQueryResponse.php index b1d0f53bbfb..e1ff6ffe8e4 100644 --- a/lib/commercetools-api/src/Models/Message/MessagePagedQueryResponse.php +++ b/lib/commercetools-api/src/Models/Message/MessagePagedQueryResponse.php @@ -20,7 +20,7 @@ interface MessagePagedQueryResponse extends JsonObject public const FIELD_RESULTS = 'results'; /** - *Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -37,10 +37,10 @@ public function getCount(); /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
@@ -48,7 +48,7 @@ public function getCount();
public function getTotal();
/**
- * Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int diff --git a/lib/commercetools-api/src/Models/Message/MessagePagedQueryResponseBuilder.php b/lib/commercetools-api/src/Models/Message/MessagePagedQueryResponseBuilder.php index 117a156623a..9e402b71bf0 100644 --- a/lib/commercetools-api/src/Models/Message/MessagePagedQueryResponseBuilder.php +++ b/lib/commercetools-api/src/Models/Message/MessagePagedQueryResponseBuilder.php @@ -51,7 +51,7 @@ final class MessagePagedQueryResponseBuilder implements Builder private $results; /** - *Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -74,10 +74,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
@@ -88,7 +88,7 @@ public function getTotal()
}
/**
- * Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int diff --git a/lib/commercetools-api/src/Models/Message/MessagePagedQueryResponseModel.php b/lib/commercetools-api/src/Models/Message/MessagePagedQueryResponseModel.php index e52cfd44337..70047c0bf7d 100644 --- a/lib/commercetools-api/src/Models/Message/MessagePagedQueryResponseModel.php +++ b/lib/commercetools-api/src/Models/Message/MessagePagedQueryResponseModel.php @@ -68,7 +68,7 @@ public function __construct( } /** - *Number of results requested.
+ *Number of results requested.
* * * @return null|int @@ -109,10 +109,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
*
* @return null|int
@@ -132,7 +132,7 @@ public function getTotal()
}
/**
- * Number of elements skipped.
+ *Number of elements skipped.
* * * @return null|int diff --git a/lib/commercetools-api/src/Models/Message/MessagesConfiguration.php b/lib/commercetools-api/src/Models/Message/MessagesConfiguration.php index 49cfd036f2a..572da08956e 100644 --- a/lib/commercetools-api/src/Models/Message/MessagesConfiguration.php +++ b/lib/commercetools-api/src/Models/Message/MessagesConfiguration.php @@ -17,7 +17,7 @@ interface MessagesConfiguration extends JsonObject public const FIELD_DELETE_DAYS_AFTER_CREATION = 'deleteDaysAfterCreation'; /** - *When true, the Messages Query feature is active.
When true, the Messages Query feature is active.
Specifies the number of days each Message should be available via the Messages Query API. + *
Specifies the number of days each Message should be available via the Messages Query API. * For Messages older than the specified period, it is not guaranteed that they are still accessible via the API. * This field may not be present on Projects created before 8 October 2018.
* diff --git a/lib/commercetools-api/src/Models/Message/MessagesConfigurationBuilder.php b/lib/commercetools-api/src/Models/Message/MessagesConfigurationBuilder.php index 9ecdc871f5e..7b9a5618f19 100644 --- a/lib/commercetools-api/src/Models/Message/MessagesConfigurationBuilder.php +++ b/lib/commercetools-api/src/Models/Message/MessagesConfigurationBuilder.php @@ -33,7 +33,7 @@ final class MessagesConfigurationBuilder implements Builder private $deleteDaysAfterCreation; /** - *When true, the Messages Query feature is active.
When true, the Messages Query feature is active.
Specifies the number of days each Message should be available via the Messages Query API. + *
Specifies the number of days each Message should be available via the Messages Query API. * For Messages older than the specified period, it is not guaranteed that they are still accessible via the API. * This field may not be present on Projects created before 8 October 2018.
* diff --git a/lib/commercetools-api/src/Models/Message/MessagesConfigurationDraft.php b/lib/commercetools-api/src/Models/Message/MessagesConfigurationDraft.php index cc5aef56a8f..7eefc502e45 100644 --- a/lib/commercetools-api/src/Models/Message/MessagesConfigurationDraft.php +++ b/lib/commercetools-api/src/Models/Message/MessagesConfigurationDraft.php @@ -17,7 +17,7 @@ interface MessagesConfigurationDraft extends JsonObject public const FIELD_DELETE_DAYS_AFTER_CREATION = 'deleteDaysAfterCreation'; /** - *Setting to true activates the Messages Query feature.
Setting to true activates the Messages Query feature.
Specifies the number of days each Message should be available via the Messages Query API. For Messages older than the specified period, it is not guaranteed that they are still accessible via the API.
+ *Specifies the number of days each Message should be available via the Messages Query API. For Messages older than the specified period, it is not guaranteed that they are still accessible via the API.
* * @return null|int diff --git a/lib/commercetools-api/src/Models/Message/MessagesConfigurationDraftBuilder.php b/lib/commercetools-api/src/Models/Message/MessagesConfigurationDraftBuilder.php index be4f9716e57..3bef11684c2 100644 --- a/lib/commercetools-api/src/Models/Message/MessagesConfigurationDraftBuilder.php +++ b/lib/commercetools-api/src/Models/Message/MessagesConfigurationDraftBuilder.php @@ -33,7 +33,7 @@ final class MessagesConfigurationDraftBuilder implements Builder private $deleteDaysAfterCreation; /** - *Setting to true activates the Messages Query feature.
Setting to true activates the Messages Query feature.
Specifies the number of days each Message should be available via the Messages Query API. For Messages older than the specified period, it is not guaranteed that they are still accessible via the API.
+ *Specifies the number of days each Message should be available via the Messages Query API. For Messages older than the specified period, it is not guaranteed that they are still accessible via the API.
* * @return null|int diff --git a/lib/commercetools-api/src/Models/Message/MessagesConfigurationDraftModel.php b/lib/commercetools-api/src/Models/Message/MessagesConfigurationDraftModel.php index 8c432c0b41b..13108862159 100644 --- a/lib/commercetools-api/src/Models/Message/MessagesConfigurationDraftModel.php +++ b/lib/commercetools-api/src/Models/Message/MessagesConfigurationDraftModel.php @@ -44,7 +44,7 @@ public function __construct( } /** - *Setting to true activates the Messages Query feature.
Setting to true activates the Messages Query feature.
Specifies the number of days each Message should be available via the Messages Query API. For Messages older than the specified period, it is not guaranteed that they are still accessible via the API.
+ *Specifies the number of days each Message should be available via the Messages Query API. For Messages older than the specified period, it is not guaranteed that they are still accessible via the API.
* * * @return null|int diff --git a/lib/commercetools-api/src/Models/Message/MessagesConfigurationModel.php b/lib/commercetools-api/src/Models/Message/MessagesConfigurationModel.php index 2992329cbae..9022e046bdd 100644 --- a/lib/commercetools-api/src/Models/Message/MessagesConfigurationModel.php +++ b/lib/commercetools-api/src/Models/Message/MessagesConfigurationModel.php @@ -44,7 +44,7 @@ public function __construct( } /** - *When true, the Messages Query feature is active.
When true, the Messages Query feature is active.
Specifies the number of days each Message should be available via the Messages Query API. + *
Specifies the number of days each Message should be available via the Messages Query API. * For Messages older than the specified period, it is not guaranteed that they are still accessible via the API. * This field may not be present on Projects created before 8 October 2018.
* diff --git a/lib/commercetools-api/src/Models/Message/OrderBillingAddressSetMessageModel.php b/lib/commercetools-api/src/Models/Message/OrderBillingAddressSetMessageModel.php index 0c5708cbea7..b82fd38f6d2 100644 --- a/lib/commercetools-api/src/Models/Message/OrderBillingAddressSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/OrderBillingAddressSetMessageModel.php @@ -334,7 +334,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/OrderBusinessUnitSetMessageModel.php b/lib/commercetools-api/src/Models/Message/OrderBusinessUnitSetMessageModel.php index 78a1e7f5593..a40fdddf79b 100644 --- a/lib/commercetools-api/src/Models/Message/OrderBusinessUnitSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/OrderBusinessUnitSetMessageModel.php @@ -334,7 +334,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/OrderCreatedFromRecurringOrderMessageModel.php b/lib/commercetools-api/src/Models/Message/OrderCreatedFromRecurringOrderMessageModel.php index 6ed6418ccaa..02928e22ca6 100644 --- a/lib/commercetools-api/src/Models/Message/OrderCreatedFromRecurringOrderMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/OrderCreatedFromRecurringOrderMessageModel.php @@ -336,7 +336,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/OrderCreatedMessageModel.php b/lib/commercetools-api/src/Models/Message/OrderCreatedMessageModel.php index bc16b300a2f..a2901c17a37 100644 --- a/lib/commercetools-api/src/Models/Message/OrderCreatedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/OrderCreatedMessageModel.php @@ -326,7 +326,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/OrderCustomFieldAddedMessageModel.php b/lib/commercetools-api/src/Models/Message/OrderCustomFieldAddedMessageModel.php index 08986aabd8a..547141715b4 100644 --- a/lib/commercetools-api/src/Models/Message/OrderCustomFieldAddedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/OrderCustomFieldAddedMessageModel.php @@ -332,7 +332,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/OrderCustomFieldChangedMessageModel.php b/lib/commercetools-api/src/Models/Message/OrderCustomFieldChangedMessageModel.php index f260c99fe8c..b83eebcb1fb 100644 --- a/lib/commercetools-api/src/Models/Message/OrderCustomFieldChangedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/OrderCustomFieldChangedMessageModel.php @@ -340,7 +340,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/OrderCustomFieldRemovedMessageModel.php b/lib/commercetools-api/src/Models/Message/OrderCustomFieldRemovedMessageModel.php index 0d0f0af488a..9b8f19f4d8e 100644 --- a/lib/commercetools-api/src/Models/Message/OrderCustomFieldRemovedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/OrderCustomFieldRemovedMessageModel.php @@ -324,7 +324,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/OrderCustomLineItemAddedMessageModel.php b/lib/commercetools-api/src/Models/Message/OrderCustomLineItemAddedMessageModel.php index d783e9b23c9..71eff969dd2 100644 --- a/lib/commercetools-api/src/Models/Message/OrderCustomLineItemAddedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/OrderCustomLineItemAddedMessageModel.php @@ -326,7 +326,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/OrderCustomLineItemDiscountSetMessageModel.php b/lib/commercetools-api/src/Models/Message/OrderCustomLineItemDiscountSetMessageModel.php index 40546e6e4a9..065a4324edc 100644 --- a/lib/commercetools-api/src/Models/Message/OrderCustomLineItemDiscountSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/OrderCustomLineItemDiscountSetMessageModel.php @@ -351,7 +351,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/OrderCustomLineItemQuantityChangedMessageModel.php b/lib/commercetools-api/src/Models/Message/OrderCustomLineItemQuantityChangedMessageModel.php index 0f2e1ed1380..bf9f5c5c295 100644 --- a/lib/commercetools-api/src/Models/Message/OrderCustomLineItemQuantityChangedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/OrderCustomLineItemQuantityChangedMessageModel.php @@ -348,7 +348,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/OrderCustomLineItemRemovedMessageModel.php b/lib/commercetools-api/src/Models/Message/OrderCustomLineItemRemovedMessageModel.php index 2d91091a95b..a9884f7ed1c 100644 --- a/lib/commercetools-api/src/Models/Message/OrderCustomLineItemRemovedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/OrderCustomLineItemRemovedMessageModel.php @@ -342,7 +342,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/OrderCustomTypeRemovedMessageModel.php b/lib/commercetools-api/src/Models/Message/OrderCustomTypeRemovedMessageModel.php index 5bb697e7f0c..a33622c3844 100644 --- a/lib/commercetools-api/src/Models/Message/OrderCustomTypeRemovedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/OrderCustomTypeRemovedMessageModel.php @@ -324,7 +324,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/OrderCustomTypeSetMessageModel.php b/lib/commercetools-api/src/Models/Message/OrderCustomTypeSetMessageModel.php index b4e8a6f7b4e..b7cc3eac01b 100644 --- a/lib/commercetools-api/src/Models/Message/OrderCustomTypeSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/OrderCustomTypeSetMessageModel.php @@ -334,7 +334,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/OrderCustomerEmailSetMessageModel.php b/lib/commercetools-api/src/Models/Message/OrderCustomerEmailSetMessageModel.php index d8107b888e4..e4e59e63874 100644 --- a/lib/commercetools-api/src/Models/Message/OrderCustomerEmailSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/OrderCustomerEmailSetMessageModel.php @@ -332,7 +332,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/OrderCustomerGroupSetMessageModel.php b/lib/commercetools-api/src/Models/Message/OrderCustomerGroupSetMessageModel.php index f36c9a6ebc1..3903f9fd8f4 100644 --- a/lib/commercetools-api/src/Models/Message/OrderCustomerGroupSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/OrderCustomerGroupSetMessageModel.php @@ -334,7 +334,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/OrderCustomerSetMessageModel.php b/lib/commercetools-api/src/Models/Message/OrderCustomerSetMessageModel.php index cf0fbb13ad1..f9278f81e43 100644 --- a/lib/commercetools-api/src/Models/Message/OrderCustomerSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/OrderCustomerSetMessageModel.php @@ -352,7 +352,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/OrderDeletedMessageModel.php b/lib/commercetools-api/src/Models/Message/OrderDeletedMessageModel.php index 082e76d2daf..b8f064eac10 100644 --- a/lib/commercetools-api/src/Models/Message/OrderDeletedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/OrderDeletedMessageModel.php @@ -326,7 +326,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/OrderDiscountCodeAddedMessageModel.php b/lib/commercetools-api/src/Models/Message/OrderDiscountCodeAddedMessageModel.php index 3b2f7f03dbb..3ab162c8459 100644 --- a/lib/commercetools-api/src/Models/Message/OrderDiscountCodeAddedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/OrderDiscountCodeAddedMessageModel.php @@ -326,7 +326,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/OrderDiscountCodeRemovedMessageModel.php b/lib/commercetools-api/src/Models/Message/OrderDiscountCodeRemovedMessageModel.php index 497972a5f6f..0fcb1ef129a 100644 --- a/lib/commercetools-api/src/Models/Message/OrderDiscountCodeRemovedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/OrderDiscountCodeRemovedMessageModel.php @@ -326,7 +326,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/OrderDiscountCodeStateSetMessageModel.php b/lib/commercetools-api/src/Models/Message/OrderDiscountCodeStateSetMessageModel.php index bc73bdae8bb..c2a6574e588 100644 --- a/lib/commercetools-api/src/Models/Message/OrderDiscountCodeStateSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/OrderDiscountCodeStateSetMessageModel.php @@ -342,7 +342,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/OrderEditAppliedMessageModel.php b/lib/commercetools-api/src/Models/Message/OrderEditAppliedMessageModel.php index 4bd57cfcf77..772f1cd782e 100644 --- a/lib/commercetools-api/src/Models/Message/OrderEditAppliedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/OrderEditAppliedMessageModel.php @@ -336,7 +336,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/OrderImportedMessageModel.php b/lib/commercetools-api/src/Models/Message/OrderImportedMessageModel.php index 095076cf32a..61d23a101b5 100644 --- a/lib/commercetools-api/src/Models/Message/OrderImportedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/OrderImportedMessageModel.php @@ -326,7 +326,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/OrderLineItemAddedMessageModel.php b/lib/commercetools-api/src/Models/Message/OrderLineItemAddedMessageModel.php index 001047ae21e..67bc2d3a82c 100644 --- a/lib/commercetools-api/src/Models/Message/OrderLineItemAddedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/OrderLineItemAddedMessageModel.php @@ -334,7 +334,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/OrderLineItemDiscountSetMessageModel.php b/lib/commercetools-api/src/Models/Message/OrderLineItemDiscountSetMessageModel.php index 1c16799c166..69b0a218af7 100644 --- a/lib/commercetools-api/src/Models/Message/OrderLineItemDiscountSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/OrderLineItemDiscountSetMessageModel.php @@ -370,7 +370,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/OrderLineItemDistributionChannelSetMessageModel.php b/lib/commercetools-api/src/Models/Message/OrderLineItemDistributionChannelSetMessageModel.php index d7a3a83b9a5..2a5c921d71e 100644 --- a/lib/commercetools-api/src/Models/Message/OrderLineItemDistributionChannelSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/OrderLineItemDistributionChannelSetMessageModel.php @@ -342,7 +342,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/OrderLineItemRemovedMessageModel.php b/lib/commercetools-api/src/Models/Message/OrderLineItemRemovedMessageModel.php index 1bf1ff2619b..3801e3057c7 100644 --- a/lib/commercetools-api/src/Models/Message/OrderLineItemRemovedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/OrderLineItemRemovedMessageModel.php @@ -397,7 +397,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/OrderMessageModel.php b/lib/commercetools-api/src/Models/Message/OrderMessageModel.php index ae696186d9c..819d1d41d74 100644 --- a/lib/commercetools-api/src/Models/Message/OrderMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/OrderMessageModel.php @@ -315,7 +315,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/OrderPaymentAddedMessageModel.php b/lib/commercetools-api/src/Models/Message/OrderPaymentAddedMessageModel.php index 2fad38b7ad6..5558fc98395 100644 --- a/lib/commercetools-api/src/Models/Message/OrderPaymentAddedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/OrderPaymentAddedMessageModel.php @@ -326,7 +326,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/OrderPaymentRemovedMessageModel.php b/lib/commercetools-api/src/Models/Message/OrderPaymentRemovedMessageModel.php index aa63ec081b4..fc377cad8d9 100644 --- a/lib/commercetools-api/src/Models/Message/OrderPaymentRemovedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/OrderPaymentRemovedMessageModel.php @@ -334,7 +334,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/OrderPaymentStateChangedMessageModel.php b/lib/commercetools-api/src/Models/Message/OrderPaymentStateChangedMessageModel.php index 931b57f56f4..5de0ec6f134 100644 --- a/lib/commercetools-api/src/Models/Message/OrderPaymentStateChangedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/OrderPaymentStateChangedMessageModel.php @@ -332,7 +332,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/OrderPurchaseOrderNumberSetMessageModel.php b/lib/commercetools-api/src/Models/Message/OrderPurchaseOrderNumberSetMessageModel.php index ee71e1e6f70..9c4eb557c73 100644 --- a/lib/commercetools-api/src/Models/Message/OrderPurchaseOrderNumberSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/OrderPurchaseOrderNumberSetMessageModel.php @@ -332,7 +332,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/OrderReturnShipmentStateChangedMessageModel.php b/lib/commercetools-api/src/Models/Message/OrderReturnShipmentStateChangedMessageModel.php index 48efd7d0039..e781aa636a4 100644 --- a/lib/commercetools-api/src/Models/Message/OrderReturnShipmentStateChangedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/OrderReturnShipmentStateChangedMessageModel.php @@ -332,7 +332,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/OrderShipmentStateChangedMessageModel.php b/lib/commercetools-api/src/Models/Message/OrderShipmentStateChangedMessageModel.php index 910d971b7b6..84195695538 100644 --- a/lib/commercetools-api/src/Models/Message/OrderShipmentStateChangedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/OrderShipmentStateChangedMessageModel.php @@ -332,7 +332,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/OrderShippingAddressSetMessageModel.php b/lib/commercetools-api/src/Models/Message/OrderShippingAddressSetMessageModel.php index af45499e722..aabaed4d59a 100644 --- a/lib/commercetools-api/src/Models/Message/OrderShippingAddressSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/OrderShippingAddressSetMessageModel.php @@ -334,7 +334,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/OrderShippingInfoSetMessageModel.php b/lib/commercetools-api/src/Models/Message/OrderShippingInfoSetMessageModel.php index dc2b121f86a..c6842a92882 100644 --- a/lib/commercetools-api/src/Models/Message/OrderShippingInfoSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/OrderShippingInfoSetMessageModel.php @@ -334,7 +334,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/OrderShippingRateInputSetMessageModel.php b/lib/commercetools-api/src/Models/Message/OrderShippingRateInputSetMessageModel.php index 715d2f8fc39..af2f2a054df 100644 --- a/lib/commercetools-api/src/Models/Message/OrderShippingRateInputSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/OrderShippingRateInputSetMessageModel.php @@ -334,7 +334,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/OrderStateChangedMessageModel.php b/lib/commercetools-api/src/Models/Message/OrderStateChangedMessageModel.php index e6d64a9b51d..7bebc02bc80 100644 --- a/lib/commercetools-api/src/Models/Message/OrderStateChangedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/OrderStateChangedMessageModel.php @@ -332,7 +332,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/OrderStateTransitionMessageModel.php b/lib/commercetools-api/src/Models/Message/OrderStateTransitionMessageModel.php index 13648397ad0..68e858b05e5 100644 --- a/lib/commercetools-api/src/Models/Message/OrderStateTransitionMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/OrderStateTransitionMessageModel.php @@ -342,7 +342,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/OrderStoreSetMessageModel.php b/lib/commercetools-api/src/Models/Message/OrderStoreSetMessageModel.php index e8e5c6d8a44..d817cc0f785 100644 --- a/lib/commercetools-api/src/Models/Message/OrderStoreSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/OrderStoreSetMessageModel.php @@ -326,7 +326,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/ParcelAddedToDeliveryMessageModel.php b/lib/commercetools-api/src/Models/Message/ParcelAddedToDeliveryMessageModel.php index fdff5070909..d73ad6f9888 100644 --- a/lib/commercetools-api/src/Models/Message/ParcelAddedToDeliveryMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/ParcelAddedToDeliveryMessageModel.php @@ -344,7 +344,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/ParcelItemsUpdatedMessageModel.php b/lib/commercetools-api/src/Models/Message/ParcelItemsUpdatedMessageModel.php index 8d285f15a3b..919e9ec44f3 100644 --- a/lib/commercetools-api/src/Models/Message/ParcelItemsUpdatedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/ParcelItemsUpdatedMessageModel.php @@ -357,7 +357,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/ParcelMeasurementsUpdatedMessageModel.php b/lib/commercetools-api/src/Models/Message/ParcelMeasurementsUpdatedMessageModel.php index a4dbb5c0768..bfdbb13565c 100644 --- a/lib/commercetools-api/src/Models/Message/ParcelMeasurementsUpdatedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/ParcelMeasurementsUpdatedMessageModel.php @@ -350,7 +350,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/ParcelRemovedFromDeliveryMessageModel.php b/lib/commercetools-api/src/Models/Message/ParcelRemovedFromDeliveryMessageModel.php index d207ae9b1d9..f5cf09c6a83 100644 --- a/lib/commercetools-api/src/Models/Message/ParcelRemovedFromDeliveryMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/ParcelRemovedFromDeliveryMessageModel.php @@ -342,7 +342,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/ParcelTrackingDataUpdatedMessageModel.php b/lib/commercetools-api/src/Models/Message/ParcelTrackingDataUpdatedMessageModel.php index 2b3b42bf3e2..2d3c814fd46 100644 --- a/lib/commercetools-api/src/Models/Message/ParcelTrackingDataUpdatedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/ParcelTrackingDataUpdatedMessageModel.php @@ -350,7 +350,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/PaymentCreatedMessageModel.php b/lib/commercetools-api/src/Models/Message/PaymentCreatedMessageModel.php index 5b901d20167..9e6fd3b855d 100644 --- a/lib/commercetools-api/src/Models/Message/PaymentCreatedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/PaymentCreatedMessageModel.php @@ -326,7 +326,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/PaymentInteractionAddedMessageModel.php b/lib/commercetools-api/src/Models/Message/PaymentInteractionAddedMessageModel.php index dc348801412..2e95ae74bcb 100644 --- a/lib/commercetools-api/src/Models/Message/PaymentInteractionAddedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/PaymentInteractionAddedMessageModel.php @@ -326,7 +326,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/PaymentInterfaceIdSetMessageModel.php b/lib/commercetools-api/src/Models/Message/PaymentInterfaceIdSetMessageModel.php index 4d773f08aa7..e7a88d3eeb3 100644 --- a/lib/commercetools-api/src/Models/Message/PaymentInterfaceIdSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/PaymentInterfaceIdSetMessageModel.php @@ -332,7 +332,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/PaymentMethodCreatedMessageModel.php b/lib/commercetools-api/src/Models/Message/PaymentMethodCreatedMessageModel.php index 50915eaaba6..a63030ab49b 100644 --- a/lib/commercetools-api/src/Models/Message/PaymentMethodCreatedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/PaymentMethodCreatedMessageModel.php @@ -326,7 +326,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/PaymentMethodCustomFieldAddedMessageModel.php b/lib/commercetools-api/src/Models/Message/PaymentMethodCustomFieldAddedMessageModel.php index 174f330e17d..1a3a2e8d812 100644 --- a/lib/commercetools-api/src/Models/Message/PaymentMethodCustomFieldAddedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/PaymentMethodCustomFieldAddedMessageModel.php @@ -332,7 +332,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/PaymentMethodCustomFieldChangedMessageModel.php b/lib/commercetools-api/src/Models/Message/PaymentMethodCustomFieldChangedMessageModel.php index deb5e11240e..3e948f67c19 100644 --- a/lib/commercetools-api/src/Models/Message/PaymentMethodCustomFieldChangedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/PaymentMethodCustomFieldChangedMessageModel.php @@ -340,7 +340,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/PaymentMethodCustomFieldRemovedMessageModel.php b/lib/commercetools-api/src/Models/Message/PaymentMethodCustomFieldRemovedMessageModel.php index 3a5446f3060..4ad435b0799 100644 --- a/lib/commercetools-api/src/Models/Message/PaymentMethodCustomFieldRemovedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/PaymentMethodCustomFieldRemovedMessageModel.php @@ -324,7 +324,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/PaymentMethodCustomTypeRemovedMessageModel.php b/lib/commercetools-api/src/Models/Message/PaymentMethodCustomTypeRemovedMessageModel.php index 4287bab2271..5fe63417e87 100644 --- a/lib/commercetools-api/src/Models/Message/PaymentMethodCustomTypeRemovedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/PaymentMethodCustomTypeRemovedMessageModel.php @@ -324,7 +324,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/PaymentMethodCustomTypeSetMessageModel.php b/lib/commercetools-api/src/Models/Message/PaymentMethodCustomTypeSetMessageModel.php index f0549459c75..ebab3785b7c 100644 --- a/lib/commercetools-api/src/Models/Message/PaymentMethodCustomTypeSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/PaymentMethodCustomTypeSetMessageModel.php @@ -334,7 +334,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/PaymentMethodDefaultSetMessageModel.php b/lib/commercetools-api/src/Models/Message/PaymentMethodDefaultSetMessageModel.php index c71614f0b94..8dd2497c6b3 100644 --- a/lib/commercetools-api/src/Models/Message/PaymentMethodDefaultSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/PaymentMethodDefaultSetMessageModel.php @@ -332,7 +332,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/PaymentMethodDeletedMessageModel.php b/lib/commercetools-api/src/Models/Message/PaymentMethodDeletedMessageModel.php index e45727fb1eb..b0c4af23788 100644 --- a/lib/commercetools-api/src/Models/Message/PaymentMethodDeletedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/PaymentMethodDeletedMessageModel.php @@ -326,7 +326,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/PaymentMethodInfoCustomFieldAddedMessageModel.php b/lib/commercetools-api/src/Models/Message/PaymentMethodInfoCustomFieldAddedMessageModel.php index fcd4c5586af..f8f39d543e5 100644 --- a/lib/commercetools-api/src/Models/Message/PaymentMethodInfoCustomFieldAddedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/PaymentMethodInfoCustomFieldAddedMessageModel.php @@ -332,7 +332,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/PaymentMethodInfoCustomFieldChangedMessageModel.php b/lib/commercetools-api/src/Models/Message/PaymentMethodInfoCustomFieldChangedMessageModel.php index cb81b91676d..2f103a3bd4e 100644 --- a/lib/commercetools-api/src/Models/Message/PaymentMethodInfoCustomFieldChangedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/PaymentMethodInfoCustomFieldChangedMessageModel.php @@ -332,7 +332,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/PaymentMethodInfoCustomFieldRemovedMessageModel.php b/lib/commercetools-api/src/Models/Message/PaymentMethodInfoCustomFieldRemovedMessageModel.php index 06ec441e01a..d27a05d62aa 100644 --- a/lib/commercetools-api/src/Models/Message/PaymentMethodInfoCustomFieldRemovedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/PaymentMethodInfoCustomFieldRemovedMessageModel.php @@ -324,7 +324,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/PaymentMethodInfoCustomTypeRemovedMessageModel.php b/lib/commercetools-api/src/Models/Message/PaymentMethodInfoCustomTypeRemovedMessageModel.php index a8366d86a9c..51b9b7ff479 100644 --- a/lib/commercetools-api/src/Models/Message/PaymentMethodInfoCustomTypeRemovedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/PaymentMethodInfoCustomTypeRemovedMessageModel.php @@ -324,7 +324,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/PaymentMethodInfoCustomTypeSetMessageModel.php b/lib/commercetools-api/src/Models/Message/PaymentMethodInfoCustomTypeSetMessageModel.php index 425a56466af..48dc061e1b7 100644 --- a/lib/commercetools-api/src/Models/Message/PaymentMethodInfoCustomTypeSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/PaymentMethodInfoCustomTypeSetMessageModel.php @@ -334,7 +334,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/PaymentMethodInfoInterfaceAccountSetMessageModel.php b/lib/commercetools-api/src/Models/Message/PaymentMethodInfoInterfaceAccountSetMessageModel.php index defbe6f2b2c..bee27fc7053 100644 --- a/lib/commercetools-api/src/Models/Message/PaymentMethodInfoInterfaceAccountSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/PaymentMethodInfoInterfaceAccountSetMessageModel.php @@ -332,7 +332,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/PaymentMethodInfoInterfaceSetMessageModel.php b/lib/commercetools-api/src/Models/Message/PaymentMethodInfoInterfaceSetMessageModel.php index 75135300725..9a21cbd4f9c 100644 --- a/lib/commercetools-api/src/Models/Message/PaymentMethodInfoInterfaceSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/PaymentMethodInfoInterfaceSetMessageModel.php @@ -332,7 +332,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/PaymentMethodInfoMethodSetMessageModel.php b/lib/commercetools-api/src/Models/Message/PaymentMethodInfoMethodSetMessageModel.php index 8d504924b81..cd701562ee9 100644 --- a/lib/commercetools-api/src/Models/Message/PaymentMethodInfoMethodSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/PaymentMethodInfoMethodSetMessageModel.php @@ -332,7 +332,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/PaymentMethodInfoNameSetMessageModel.php b/lib/commercetools-api/src/Models/Message/PaymentMethodInfoNameSetMessageModel.php index f4cc46a9a76..0544a125da1 100644 --- a/lib/commercetools-api/src/Models/Message/PaymentMethodInfoNameSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/PaymentMethodInfoNameSetMessageModel.php @@ -334,7 +334,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/PaymentMethodInfoTokenSetMessageModel.php b/lib/commercetools-api/src/Models/Message/PaymentMethodInfoTokenSetMessageModel.php index 051d5ec8b66..abd4133398b 100644 --- a/lib/commercetools-api/src/Models/Message/PaymentMethodInfoTokenSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/PaymentMethodInfoTokenSetMessageModel.php @@ -334,7 +334,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/PaymentMethodInterfaceAccountSetMessageModel.php b/lib/commercetools-api/src/Models/Message/PaymentMethodInterfaceAccountSetMessageModel.php index dcae686ff82..9a88f108e46 100644 --- a/lib/commercetools-api/src/Models/Message/PaymentMethodInterfaceAccountSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/PaymentMethodInterfaceAccountSetMessageModel.php @@ -332,7 +332,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/PaymentMethodKeySetMessageModel.php b/lib/commercetools-api/src/Models/Message/PaymentMethodKeySetMessageModel.php index 15b53f73827..277a4c0168c 100644 --- a/lib/commercetools-api/src/Models/Message/PaymentMethodKeySetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/PaymentMethodKeySetMessageModel.php @@ -332,7 +332,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/PaymentMethodMethodSetMessageModel.php b/lib/commercetools-api/src/Models/Message/PaymentMethodMethodSetMessageModel.php index 856379a95e5..476b1006dcb 100644 --- a/lib/commercetools-api/src/Models/Message/PaymentMethodMethodSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/PaymentMethodMethodSetMessageModel.php @@ -332,7 +332,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/PaymentMethodNameSetMessageModel.php b/lib/commercetools-api/src/Models/Message/PaymentMethodNameSetMessageModel.php index 3a6dcfe2898..60b5c50c54e 100644 --- a/lib/commercetools-api/src/Models/Message/PaymentMethodNameSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/PaymentMethodNameSetMessageModel.php @@ -334,7 +334,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/PaymentMethodPaymentInterfaceSetMessageModel.php b/lib/commercetools-api/src/Models/Message/PaymentMethodPaymentInterfaceSetMessageModel.php index 5ca21027b59..7765fc73d1f 100644 --- a/lib/commercetools-api/src/Models/Message/PaymentMethodPaymentInterfaceSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/PaymentMethodPaymentInterfaceSetMessageModel.php @@ -332,7 +332,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/PaymentMethodPaymentMethodStatusSetMessageModel.php b/lib/commercetools-api/src/Models/Message/PaymentMethodPaymentMethodStatusSetMessageModel.php index 6cbb886a25f..fb9abd1d731 100644 --- a/lib/commercetools-api/src/Models/Message/PaymentMethodPaymentMethodStatusSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/PaymentMethodPaymentMethodStatusSetMessageModel.php @@ -332,7 +332,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/PaymentStatusInterfaceCodeSetMessageModel.php b/lib/commercetools-api/src/Models/Message/PaymentStatusInterfaceCodeSetMessageModel.php index 70e37c74888..901fcf1354f 100644 --- a/lib/commercetools-api/src/Models/Message/PaymentStatusInterfaceCodeSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/PaymentStatusInterfaceCodeSetMessageModel.php @@ -324,7 +324,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/PaymentStatusStateTransitionMessageModel.php b/lib/commercetools-api/src/Models/Message/PaymentStatusStateTransitionMessageModel.php index e710a92f5a8..274e9636c11 100644 --- a/lib/commercetools-api/src/Models/Message/PaymentStatusStateTransitionMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/PaymentStatusStateTransitionMessageModel.php @@ -334,7 +334,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/PaymentTransactionAddedMessageModel.php b/lib/commercetools-api/src/Models/Message/PaymentTransactionAddedMessageModel.php index 2488552c32b..a3d33eeab53 100644 --- a/lib/commercetools-api/src/Models/Message/PaymentTransactionAddedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/PaymentTransactionAddedMessageModel.php @@ -326,7 +326,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/PaymentTransactionInterfaceIdSetMessageModel.php b/lib/commercetools-api/src/Models/Message/PaymentTransactionInterfaceIdSetMessageModel.php index 9fa46636a57..cede4524268 100644 --- a/lib/commercetools-api/src/Models/Message/PaymentTransactionInterfaceIdSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/PaymentTransactionInterfaceIdSetMessageModel.php @@ -340,7 +340,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/PaymentTransactionStateChangedMessageModel.php b/lib/commercetools-api/src/Models/Message/PaymentTransactionStateChangedMessageModel.php index 91c0a4da3b0..f6d90b5b07b 100644 --- a/lib/commercetools-api/src/Models/Message/PaymentTransactionStateChangedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/PaymentTransactionStateChangedMessageModel.php @@ -332,7 +332,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/ProductAddedToCategoryMessageModel.php b/lib/commercetools-api/src/Models/Message/ProductAddedToCategoryMessageModel.php index 305dcab4d45..311c4f402b1 100644 --- a/lib/commercetools-api/src/Models/Message/ProductAddedToCategoryMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/ProductAddedToCategoryMessageModel.php @@ -334,7 +334,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/ProductCreatedMessageModel.php b/lib/commercetools-api/src/Models/Message/ProductCreatedMessageModel.php index 43364d79ba6..2887cae3f2a 100644 --- a/lib/commercetools-api/src/Models/Message/ProductCreatedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/ProductCreatedMessageModel.php @@ -326,7 +326,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/ProductDeletedMessageModel.php b/lib/commercetools-api/src/Models/Message/ProductDeletedMessageModel.php index b7f88c12982..2641a611564 100644 --- a/lib/commercetools-api/src/Models/Message/ProductDeletedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/ProductDeletedMessageModel.php @@ -334,7 +334,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/ProductImageAddedMessageModel.php b/lib/commercetools-api/src/Models/Message/ProductImageAddedMessageModel.php index 06f65765a4c..9eb6cf56e63 100644 --- a/lib/commercetools-api/src/Models/Message/ProductImageAddedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/ProductImageAddedMessageModel.php @@ -342,7 +342,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/ProductPriceAddedMessageModel.php b/lib/commercetools-api/src/Models/Message/ProductPriceAddedMessageModel.php index b5152916fbe..195217aa1ba 100644 --- a/lib/commercetools-api/src/Models/Message/ProductPriceAddedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/ProductPriceAddedMessageModel.php @@ -342,7 +342,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/ProductPriceChangedMessageModel.php b/lib/commercetools-api/src/Models/Message/ProductPriceChangedMessageModel.php index d946cd28cd5..e1a687ac799 100644 --- a/lib/commercetools-api/src/Models/Message/ProductPriceChangedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/ProductPriceChangedMessageModel.php @@ -358,7 +358,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/ProductPriceCustomFieldAddedMessageModel.php b/lib/commercetools-api/src/Models/Message/ProductPriceCustomFieldAddedMessageModel.php index 2409c940e7e..da9b6883c51 100644 --- a/lib/commercetools-api/src/Models/Message/ProductPriceCustomFieldAddedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/ProductPriceCustomFieldAddedMessageModel.php @@ -356,7 +356,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/ProductPriceCustomFieldChangedMessageModel.php b/lib/commercetools-api/src/Models/Message/ProductPriceCustomFieldChangedMessageModel.php index b03a0ddf367..9914396f975 100644 --- a/lib/commercetools-api/src/Models/Message/ProductPriceCustomFieldChangedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/ProductPriceCustomFieldChangedMessageModel.php @@ -356,7 +356,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/ProductPriceCustomFieldRemovedMessageModel.php b/lib/commercetools-api/src/Models/Message/ProductPriceCustomFieldRemovedMessageModel.php index 8c0a44a2bb6..f587d1416d0 100644 --- a/lib/commercetools-api/src/Models/Message/ProductPriceCustomFieldRemovedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/ProductPriceCustomFieldRemovedMessageModel.php @@ -348,7 +348,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/ProductPriceCustomFieldsRemovedMessageModel.php b/lib/commercetools-api/src/Models/Message/ProductPriceCustomFieldsRemovedMessageModel.php index e2fc3ca2a89..c6d164ba3c3 100644 --- a/lib/commercetools-api/src/Models/Message/ProductPriceCustomFieldsRemovedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/ProductPriceCustomFieldsRemovedMessageModel.php @@ -340,7 +340,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/ProductPriceCustomFieldsSetMessageModel.php b/lib/commercetools-api/src/Models/Message/ProductPriceCustomFieldsSetMessageModel.php index b378d49e716..7cd0b2e7b08 100644 --- a/lib/commercetools-api/src/Models/Message/ProductPriceCustomFieldsSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/ProductPriceCustomFieldsSetMessageModel.php @@ -358,7 +358,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/ProductPriceDiscountsSetMessageModel.php b/lib/commercetools-api/src/Models/Message/ProductPriceDiscountsSetMessageModel.php index 6160b856601..392a4b4b075 100644 --- a/lib/commercetools-api/src/Models/Message/ProductPriceDiscountsSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/ProductPriceDiscountsSetMessageModel.php @@ -324,7 +324,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/ProductPriceExternalDiscountSetMessageModel.php b/lib/commercetools-api/src/Models/Message/ProductPriceExternalDiscountSetMessageModel.php index 3046b4f0bc5..4d7e6f82ee9 100644 --- a/lib/commercetools-api/src/Models/Message/ProductPriceExternalDiscountSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/ProductPriceExternalDiscountSetMessageModel.php @@ -366,7 +366,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/ProductPriceKeySetMessageModel.php b/lib/commercetools-api/src/Models/Message/ProductPriceKeySetMessageModel.php index af49e673507..aa00f04aea5 100644 --- a/lib/commercetools-api/src/Models/Message/ProductPriceKeySetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/ProductPriceKeySetMessageModel.php @@ -356,7 +356,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/ProductPriceModeSetMessageModel.php b/lib/commercetools-api/src/Models/Message/ProductPriceModeSetMessageModel.php index c4daa23b6b0..cd3998bf86c 100644 --- a/lib/commercetools-api/src/Models/Message/ProductPriceModeSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/ProductPriceModeSetMessageModel.php @@ -324,7 +324,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/ProductPriceRemovedMessageModel.php b/lib/commercetools-api/src/Models/Message/ProductPriceRemovedMessageModel.php index 2f1d0db0ba1..20b5e82d3c0 100644 --- a/lib/commercetools-api/src/Models/Message/ProductPriceRemovedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/ProductPriceRemovedMessageModel.php @@ -342,7 +342,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/ProductPricesSetMessageModel.php b/lib/commercetools-api/src/Models/Message/ProductPricesSetMessageModel.php index 436abc11a78..6f32ed0b222 100644 --- a/lib/commercetools-api/src/Models/Message/ProductPricesSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/ProductPricesSetMessageModel.php @@ -341,7 +341,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/ProductPublishedMessageModel.php b/lib/commercetools-api/src/Models/Message/ProductPublishedMessageModel.php index 51102014514..36f5762a21d 100644 --- a/lib/commercetools-api/src/Models/Message/ProductPublishedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/ProductPublishedMessageModel.php @@ -342,7 +342,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/ProductRemovedFromCategoryMessageModel.php b/lib/commercetools-api/src/Models/Message/ProductRemovedFromCategoryMessageModel.php index 93802c6cd06..81d66203a51 100644 --- a/lib/commercetools-api/src/Models/Message/ProductRemovedFromCategoryMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/ProductRemovedFromCategoryMessageModel.php @@ -334,7 +334,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/ProductRevertedStagedChangesMessageModel.php b/lib/commercetools-api/src/Models/Message/ProductRevertedStagedChangesMessageModel.php index 9ee44667d6e..fbd7a65090a 100644 --- a/lib/commercetools-api/src/Models/Message/ProductRevertedStagedChangesMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/ProductRevertedStagedChangesMessageModel.php @@ -324,7 +324,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/ProductSelectionCreatedMessageModel.php b/lib/commercetools-api/src/Models/Message/ProductSelectionCreatedMessageModel.php index 3056011b6a6..369fb2bda5f 100644 --- a/lib/commercetools-api/src/Models/Message/ProductSelectionCreatedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/ProductSelectionCreatedMessageModel.php @@ -326,7 +326,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/ProductSelectionDeletedMessageModel.php b/lib/commercetools-api/src/Models/Message/ProductSelectionDeletedMessageModel.php index 0bf1260c2cd..69ded5b47cd 100644 --- a/lib/commercetools-api/src/Models/Message/ProductSelectionDeletedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/ProductSelectionDeletedMessageModel.php @@ -316,7 +316,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/ProductSelectionProductAddedMessageModel.php b/lib/commercetools-api/src/Models/Message/ProductSelectionProductAddedMessageModel.php index 9b736bfd5ed..73dba34ea0d 100644 --- a/lib/commercetools-api/src/Models/Message/ProductSelectionProductAddedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/ProductSelectionProductAddedMessageModel.php @@ -336,7 +336,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/ProductSelectionProductExcludedMessageModel.php b/lib/commercetools-api/src/Models/Message/ProductSelectionProductExcludedMessageModel.php index 08149c5f3a7..67ca1edb4ec 100644 --- a/lib/commercetools-api/src/Models/Message/ProductSelectionProductExcludedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/ProductSelectionProductExcludedMessageModel.php @@ -336,7 +336,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/ProductSelectionProductRemovedMessageModel.php b/lib/commercetools-api/src/Models/Message/ProductSelectionProductRemovedMessageModel.php index 5d79116ebbb..fdca624b472 100644 --- a/lib/commercetools-api/src/Models/Message/ProductSelectionProductRemovedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/ProductSelectionProductRemovedMessageModel.php @@ -326,7 +326,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/ProductSelectionVariantExclusionChangedMessageModel.php b/lib/commercetools-api/src/Models/Message/ProductSelectionVariantExclusionChangedMessageModel.php index 7affd0cfb74..c5561131c58 100644 --- a/lib/commercetools-api/src/Models/Message/ProductSelectionVariantExclusionChangedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/ProductSelectionVariantExclusionChangedMessageModel.php @@ -344,7 +344,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/ProductSelectionVariantSelectionChangedMessageModel.php b/lib/commercetools-api/src/Models/Message/ProductSelectionVariantSelectionChangedMessageModel.php index a0f9737d6ea..192ad93a219 100644 --- a/lib/commercetools-api/src/Models/Message/ProductSelectionVariantSelectionChangedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/ProductSelectionVariantSelectionChangedMessageModel.php @@ -344,7 +344,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/ProductSlugChangedMessageModel.php b/lib/commercetools-api/src/Models/Message/ProductSlugChangedMessageModel.php index f2e5842efbf..923a497374d 100644 --- a/lib/commercetools-api/src/Models/Message/ProductSlugChangedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/ProductSlugChangedMessageModel.php @@ -334,7 +334,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/ProductStateTransitionMessageModel.php b/lib/commercetools-api/src/Models/Message/ProductStateTransitionMessageModel.php index 8779dc54121..d6868acbf54 100644 --- a/lib/commercetools-api/src/Models/Message/ProductStateTransitionMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/ProductStateTransitionMessageModel.php @@ -334,7 +334,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/ProductTailoringCreatedMessageModel.php b/lib/commercetools-api/src/Models/Message/ProductTailoringCreatedMessageModel.php index 2905863e64f..1032bc4c83e 100644 --- a/lib/commercetools-api/src/Models/Message/ProductTailoringCreatedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/ProductTailoringCreatedMessageModel.php @@ -428,7 +428,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/ProductTailoringDeletedMessageModel.php b/lib/commercetools-api/src/Models/Message/ProductTailoringDeletedMessageModel.php index 1c07787b52b..8ae6843047e 100644 --- a/lib/commercetools-api/src/Models/Message/ProductTailoringDeletedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/ProductTailoringDeletedMessageModel.php @@ -344,7 +344,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/ProductTailoringDescriptionSetMessageModel.php b/lib/commercetools-api/src/Models/Message/ProductTailoringDescriptionSetMessageModel.php index 155143d3cb0..eb0f6043ea3 100644 --- a/lib/commercetools-api/src/Models/Message/ProductTailoringDescriptionSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/ProductTailoringDescriptionSetMessageModel.php @@ -362,7 +362,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/ProductTailoringImageAddedMessageModel.php b/lib/commercetools-api/src/Models/Message/ProductTailoringImageAddedMessageModel.php index 692c531434e..efe2aaab4a4 100644 --- a/lib/commercetools-api/src/Models/Message/ProductTailoringImageAddedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/ProductTailoringImageAddedMessageModel.php @@ -362,7 +362,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/ProductTailoringImagesSetMessageModel.php b/lib/commercetools-api/src/Models/Message/ProductTailoringImagesSetMessageModel.php index 7c8b33932cf..5251b6c79ce 100644 --- a/lib/commercetools-api/src/Models/Message/ProductTailoringImagesSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/ProductTailoringImagesSetMessageModel.php @@ -369,7 +369,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/ProductTailoringNameSetMessageModel.php b/lib/commercetools-api/src/Models/Message/ProductTailoringNameSetMessageModel.php index 1064a62fd73..8f2ae85c0c9 100644 --- a/lib/commercetools-api/src/Models/Message/ProductTailoringNameSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/ProductTailoringNameSetMessageModel.php @@ -362,7 +362,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/ProductTailoringPublishedMessageModel.php b/lib/commercetools-api/src/Models/Message/ProductTailoringPublishedMessageModel.php index dbc1d23a0c4..117c1dc4bd2 100644 --- a/lib/commercetools-api/src/Models/Message/ProductTailoringPublishedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/ProductTailoringPublishedMessageModel.php @@ -344,7 +344,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/ProductTailoringSlugSetMessageModel.php b/lib/commercetools-api/src/Models/Message/ProductTailoringSlugSetMessageModel.php index 496817a336d..e3ce5197b24 100644 --- a/lib/commercetools-api/src/Models/Message/ProductTailoringSlugSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/ProductTailoringSlugSetMessageModel.php @@ -362,7 +362,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/ProductTailoringUnpublishedMessageModel.php b/lib/commercetools-api/src/Models/Message/ProductTailoringUnpublishedMessageModel.php index f8485310e48..16e7c56eed5 100644 --- a/lib/commercetools-api/src/Models/Message/ProductTailoringUnpublishedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/ProductTailoringUnpublishedMessageModel.php @@ -344,7 +344,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/ProductUnpublishedMessageModel.php b/lib/commercetools-api/src/Models/Message/ProductUnpublishedMessageModel.php index c9898e41595..336ce12cde5 100644 --- a/lib/commercetools-api/src/Models/Message/ProductUnpublishedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/ProductUnpublishedMessageModel.php @@ -316,7 +316,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/ProductVariantAddedMessageModel.php b/lib/commercetools-api/src/Models/Message/ProductVariantAddedMessageModel.php index 262311bf476..16d96e98d30 100644 --- a/lib/commercetools-api/src/Models/Message/ProductVariantAddedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/ProductVariantAddedMessageModel.php @@ -334,7 +334,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/ProductVariantDeletedMessageModel.php b/lib/commercetools-api/src/Models/Message/ProductVariantDeletedMessageModel.php index b2a42280ed0..dc6fd39dcf4 100644 --- a/lib/commercetools-api/src/Models/Message/ProductVariantDeletedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/ProductVariantDeletedMessageModel.php @@ -342,7 +342,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/ProductVariantTailoringAddedMessageModel.php b/lib/commercetools-api/src/Models/Message/ProductVariantTailoringAddedMessageModel.php index e27ad62fe24..701aef9fa1e 100644 --- a/lib/commercetools-api/src/Models/Message/ProductVariantTailoringAddedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/ProductVariantTailoringAddedMessageModel.php @@ -362,7 +362,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/ProductVariantTailoringRemovedMessageModel.php b/lib/commercetools-api/src/Models/Message/ProductVariantTailoringRemovedMessageModel.php index a77067f41ec..23811c6e009 100644 --- a/lib/commercetools-api/src/Models/Message/ProductVariantTailoringRemovedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/ProductVariantTailoringRemovedMessageModel.php @@ -362,7 +362,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/QuoteCreatedMessage.php b/lib/commercetools-api/src/Models/Message/QuoteCreatedMessage.php index bbc7e800d07..ea38cb90071 100644 --- a/lib/commercetools-api/src/Models/Message/QuoteCreatedMessage.php +++ b/lib/commercetools-api/src/Models/Message/QuoteCreatedMessage.php @@ -17,7 +17,7 @@ interface QuoteCreatedMessage extends Message public const FIELD_QUOTE = 'quote'; /** - *Quote that was created.
+ *Quote that was created.
* * @return null|Quote diff --git a/lib/commercetools-api/src/Models/Message/QuoteCreatedMessageBuilder.php b/lib/commercetools-api/src/Models/Message/QuoteCreatedMessageBuilder.php index 19b51412696..a5acd628584 100644 --- a/lib/commercetools-api/src/Models/Message/QuoteCreatedMessageBuilder.php +++ b/lib/commercetools-api/src/Models/Message/QuoteCreatedMessageBuilder.php @@ -207,7 +207,7 @@ public function getResourceUserProvidedIdentifiers() } /** - *Quote that was created.
+ *Quote that was created.
* * @return null|Quote diff --git a/lib/commercetools-api/src/Models/Message/QuoteCreatedMessageModel.php b/lib/commercetools-api/src/Models/Message/QuoteCreatedMessageModel.php index 9c491f463e5..7eef0c69de1 100644 --- a/lib/commercetools-api/src/Models/Message/QuoteCreatedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/QuoteCreatedMessageModel.php @@ -326,7 +326,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string @@ -367,7 +367,7 @@ public function getResourceUserProvidedIdentifiers() } /** - *Quote that was created.
+ *Quote that was created.
* * * @return null|Quote diff --git a/lib/commercetools-api/src/Models/Message/QuoteCreatedMessagePayload.php b/lib/commercetools-api/src/Models/Message/QuoteCreatedMessagePayload.php index 5973925da01..554e7970d29 100644 --- a/lib/commercetools-api/src/Models/Message/QuoteCreatedMessagePayload.php +++ b/lib/commercetools-api/src/Models/Message/QuoteCreatedMessagePayload.php @@ -17,7 +17,7 @@ interface QuoteCreatedMessagePayload extends MessagePayload public const FIELD_QUOTE = 'quote'; /** - *Quote that was created.
+ *Quote that was created.
* * @return null|Quote diff --git a/lib/commercetools-api/src/Models/Message/QuoteCreatedMessagePayloadBuilder.php b/lib/commercetools-api/src/Models/Message/QuoteCreatedMessagePayloadBuilder.php index 4418e9cc493..7a1c8ae7df3 100644 --- a/lib/commercetools-api/src/Models/Message/QuoteCreatedMessagePayloadBuilder.php +++ b/lib/commercetools-api/src/Models/Message/QuoteCreatedMessagePayloadBuilder.php @@ -29,7 +29,7 @@ final class QuoteCreatedMessagePayloadBuilder implements Builder private $quote; /** - *Quote that was created.
+ *Quote that was created.
* * @return null|Quote diff --git a/lib/commercetools-api/src/Models/Message/QuoteCreatedMessagePayloadModel.php b/lib/commercetools-api/src/Models/Message/QuoteCreatedMessagePayloadModel.php index 16a5abdfebe..e6561436836 100644 --- a/lib/commercetools-api/src/Models/Message/QuoteCreatedMessagePayloadModel.php +++ b/lib/commercetools-api/src/Models/Message/QuoteCreatedMessagePayloadModel.php @@ -65,7 +65,7 @@ public function getType() } /** - *Quote that was created.
+ *Quote that was created.
* * * @return null|Quote diff --git a/lib/commercetools-api/src/Models/Message/QuoteCustomerChangedMessage.php b/lib/commercetools-api/src/Models/Message/QuoteCustomerChangedMessage.php index 0463a1ad572..0e828c0d4d4 100644 --- a/lib/commercetools-api/src/Models/Message/QuoteCustomerChangedMessage.php +++ b/lib/commercetools-api/src/Models/Message/QuoteCustomerChangedMessage.php @@ -18,7 +18,7 @@ interface QuoteCustomerChangedMessage extends Message public const FIELD_PREVIOUS_CUSTOMER = 'previousCustomer'; /** - *The Buyer who now owns the Quote.
+ *The Buyer who now owns the Quote.
* * @return null|CustomerReference @@ -26,7 +26,7 @@ interface QuoteCustomerChangedMessage extends Message public function getCustomer(); /** - *The previous Buyer.
+ *The previous Buyer.
* * @return null|CustomerReference diff --git a/lib/commercetools-api/src/Models/Message/QuoteCustomerChangedMessageBuilder.php b/lib/commercetools-api/src/Models/Message/QuoteCustomerChangedMessageBuilder.php index 3d46d47713a..7e4d7146b09 100644 --- a/lib/commercetools-api/src/Models/Message/QuoteCustomerChangedMessageBuilder.php +++ b/lib/commercetools-api/src/Models/Message/QuoteCustomerChangedMessageBuilder.php @@ -213,7 +213,7 @@ public function getResourceUserProvidedIdentifiers() } /** - *The Buyer who now owns the Quote.
+ *The Buyer who now owns the Quote.
* * @return null|CustomerReference @@ -224,7 +224,7 @@ public function getCustomer() } /** - *The previous Buyer.
+ *The previous Buyer.
* * @return null|CustomerReference diff --git a/lib/commercetools-api/src/Models/Message/QuoteCustomerChangedMessageModel.php b/lib/commercetools-api/src/Models/Message/QuoteCustomerChangedMessageModel.php index 60b1487776e..acb1466765a 100644 --- a/lib/commercetools-api/src/Models/Message/QuoteCustomerChangedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/QuoteCustomerChangedMessageModel.php @@ -334,7 +334,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string @@ -375,7 +375,7 @@ public function getResourceUserProvidedIdentifiers() } /** - *The Buyer who now owns the Quote.
+ *The Buyer who now owns the Quote.
* * * @return null|CustomerReference @@ -396,7 +396,7 @@ public function getCustomer() } /** - *The previous Buyer.
+ *The previous Buyer.
* * * @return null|CustomerReference diff --git a/lib/commercetools-api/src/Models/Message/QuoteCustomerChangedMessagePayload.php b/lib/commercetools-api/src/Models/Message/QuoteCustomerChangedMessagePayload.php index 0d4d7de5840..1cc98f851a6 100644 --- a/lib/commercetools-api/src/Models/Message/QuoteCustomerChangedMessagePayload.php +++ b/lib/commercetools-api/src/Models/Message/QuoteCustomerChangedMessagePayload.php @@ -18,7 +18,7 @@ interface QuoteCustomerChangedMessagePayload extends MessagePayload public const FIELD_PREVIOUS_CUSTOMER = 'previousCustomer'; /** - *The Buyer who now owns the Quote.
+ *The Buyer who now owns the Quote.
* * @return null|CustomerReference @@ -26,7 +26,7 @@ interface QuoteCustomerChangedMessagePayload extends MessagePayload public function getCustomer(); /** - *The previous Buyer.
+ *The previous Buyer.
* * @return null|CustomerReference diff --git a/lib/commercetools-api/src/Models/Message/QuoteCustomerChangedMessagePayloadBuilder.php b/lib/commercetools-api/src/Models/Message/QuoteCustomerChangedMessagePayloadBuilder.php index 04e86f909d5..b1f9826ecbb 100644 --- a/lib/commercetools-api/src/Models/Message/QuoteCustomerChangedMessagePayloadBuilder.php +++ b/lib/commercetools-api/src/Models/Message/QuoteCustomerChangedMessagePayloadBuilder.php @@ -35,7 +35,7 @@ final class QuoteCustomerChangedMessagePayloadBuilder implements Builder private $previousCustomer; /** - *The Buyer who now owns the Quote.
+ *The Buyer who now owns the Quote.
* * @return null|CustomerReference @@ -46,7 +46,7 @@ public function getCustomer() } /** - *The previous Buyer.
+ *The previous Buyer.
* * @return null|CustomerReference diff --git a/lib/commercetools-api/src/Models/Message/QuoteCustomerChangedMessagePayloadModel.php b/lib/commercetools-api/src/Models/Message/QuoteCustomerChangedMessagePayloadModel.php index 0a971c5896f..61eb018bc20 100644 --- a/lib/commercetools-api/src/Models/Message/QuoteCustomerChangedMessagePayloadModel.php +++ b/lib/commercetools-api/src/Models/Message/QuoteCustomerChangedMessagePayloadModel.php @@ -73,7 +73,7 @@ public function getType() } /** - *The Buyer who now owns the Quote.
+ *The Buyer who now owns the Quote.
* * * @return null|CustomerReference @@ -94,7 +94,7 @@ public function getCustomer() } /** - *The previous Buyer.
+ *The previous Buyer.
* * * @return null|CustomerReference diff --git a/lib/commercetools-api/src/Models/Message/QuoteDeletedMessageModel.php b/lib/commercetools-api/src/Models/Message/QuoteDeletedMessageModel.php index 03a32238955..edc8fc550ab 100644 --- a/lib/commercetools-api/src/Models/Message/QuoteDeletedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/QuoteDeletedMessageModel.php @@ -316,7 +316,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/QuoteRenegotiationRequestedMessageModel.php b/lib/commercetools-api/src/Models/Message/QuoteRenegotiationRequestedMessageModel.php index 73207bf7087..3300ac34395 100644 --- a/lib/commercetools-api/src/Models/Message/QuoteRenegotiationRequestedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/QuoteRenegotiationRequestedMessageModel.php @@ -324,7 +324,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/QuoteRequestCreatedMessage.php b/lib/commercetools-api/src/Models/Message/QuoteRequestCreatedMessage.php index 08a44ce620d..7379327ccfc 100644 --- a/lib/commercetools-api/src/Models/Message/QuoteRequestCreatedMessage.php +++ b/lib/commercetools-api/src/Models/Message/QuoteRequestCreatedMessage.php @@ -17,7 +17,7 @@ interface QuoteRequestCreatedMessage extends Message public const FIELD_QUOTE_REQUEST = 'quoteRequest'; /** - *Quote Request that was created.
+ *Quote Request that was created.
* * @return null|QuoteRequest diff --git a/lib/commercetools-api/src/Models/Message/QuoteRequestCreatedMessageBuilder.php b/lib/commercetools-api/src/Models/Message/QuoteRequestCreatedMessageBuilder.php index cc8f602bc61..a71064b43df 100644 --- a/lib/commercetools-api/src/Models/Message/QuoteRequestCreatedMessageBuilder.php +++ b/lib/commercetools-api/src/Models/Message/QuoteRequestCreatedMessageBuilder.php @@ -207,7 +207,7 @@ public function getResourceUserProvidedIdentifiers() } /** - *Quote Request that was created.
+ *Quote Request that was created.
* * @return null|QuoteRequest diff --git a/lib/commercetools-api/src/Models/Message/QuoteRequestCreatedMessageModel.php b/lib/commercetools-api/src/Models/Message/QuoteRequestCreatedMessageModel.php index ae774e56699..619ee33cb36 100644 --- a/lib/commercetools-api/src/Models/Message/QuoteRequestCreatedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/QuoteRequestCreatedMessageModel.php @@ -326,7 +326,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string @@ -367,7 +367,7 @@ public function getResourceUserProvidedIdentifiers() } /** - *Quote Request that was created.
+ *Quote Request that was created.
* * * @return null|QuoteRequest diff --git a/lib/commercetools-api/src/Models/Message/QuoteRequestCreatedMessagePayload.php b/lib/commercetools-api/src/Models/Message/QuoteRequestCreatedMessagePayload.php index ad4b5583a06..25c84f7d587 100644 --- a/lib/commercetools-api/src/Models/Message/QuoteRequestCreatedMessagePayload.php +++ b/lib/commercetools-api/src/Models/Message/QuoteRequestCreatedMessagePayload.php @@ -17,7 +17,7 @@ interface QuoteRequestCreatedMessagePayload extends MessagePayload public const FIELD_QUOTE_REQUEST = 'quoteRequest'; /** - *Quote Request that was created.
+ *Quote Request that was created.
* * @return null|QuoteRequest diff --git a/lib/commercetools-api/src/Models/Message/QuoteRequestCreatedMessagePayloadBuilder.php b/lib/commercetools-api/src/Models/Message/QuoteRequestCreatedMessagePayloadBuilder.php index 2e36a05d6fb..b7d1794727d 100644 --- a/lib/commercetools-api/src/Models/Message/QuoteRequestCreatedMessagePayloadBuilder.php +++ b/lib/commercetools-api/src/Models/Message/QuoteRequestCreatedMessagePayloadBuilder.php @@ -29,7 +29,7 @@ final class QuoteRequestCreatedMessagePayloadBuilder implements Builder private $quoteRequest; /** - *Quote Request that was created.
+ *Quote Request that was created.
* * @return null|QuoteRequest diff --git a/lib/commercetools-api/src/Models/Message/QuoteRequestCreatedMessagePayloadModel.php b/lib/commercetools-api/src/Models/Message/QuoteRequestCreatedMessagePayloadModel.php index fc7dd994bb6..2c710936bf5 100644 --- a/lib/commercetools-api/src/Models/Message/QuoteRequestCreatedMessagePayloadModel.php +++ b/lib/commercetools-api/src/Models/Message/QuoteRequestCreatedMessagePayloadModel.php @@ -65,7 +65,7 @@ public function getType() } /** - *Quote Request that was created.
+ *Quote Request that was created.
* * * @return null|QuoteRequest diff --git a/lib/commercetools-api/src/Models/Message/QuoteRequestCustomerChangedMessage.php b/lib/commercetools-api/src/Models/Message/QuoteRequestCustomerChangedMessage.php index df328753654..41cb0392fba 100644 --- a/lib/commercetools-api/src/Models/Message/QuoteRequestCustomerChangedMessage.php +++ b/lib/commercetools-api/src/Models/Message/QuoteRequestCustomerChangedMessage.php @@ -18,7 +18,7 @@ interface QuoteRequestCustomerChangedMessage extends Message public const FIELD_PREVIOUS_CUSTOMER = 'previousCustomer'; /** - *The Buyer who now owns the Quote Request.
+ *The Buyer who now owns the Quote Request.
* * @return null|CustomerReference @@ -26,7 +26,7 @@ interface QuoteRequestCustomerChangedMessage extends Message public function getCustomer(); /** - *The previous Buyer.
+ *The previous Buyer.
* * @return null|CustomerReference diff --git a/lib/commercetools-api/src/Models/Message/QuoteRequestCustomerChangedMessageBuilder.php b/lib/commercetools-api/src/Models/Message/QuoteRequestCustomerChangedMessageBuilder.php index 223abc67e58..5dbe9552fdb 100644 --- a/lib/commercetools-api/src/Models/Message/QuoteRequestCustomerChangedMessageBuilder.php +++ b/lib/commercetools-api/src/Models/Message/QuoteRequestCustomerChangedMessageBuilder.php @@ -213,7 +213,7 @@ public function getResourceUserProvidedIdentifiers() } /** - *The Buyer who now owns the Quote Request.
+ *The Buyer who now owns the Quote Request.
* * @return null|CustomerReference @@ -224,7 +224,7 @@ public function getCustomer() } /** - *The previous Buyer.
+ *The previous Buyer.
* * @return null|CustomerReference diff --git a/lib/commercetools-api/src/Models/Message/QuoteRequestCustomerChangedMessageModel.php b/lib/commercetools-api/src/Models/Message/QuoteRequestCustomerChangedMessageModel.php index a87191b2777..5b33a040487 100644 --- a/lib/commercetools-api/src/Models/Message/QuoteRequestCustomerChangedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/QuoteRequestCustomerChangedMessageModel.php @@ -334,7 +334,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string @@ -375,7 +375,7 @@ public function getResourceUserProvidedIdentifiers() } /** - *The Buyer who now owns the Quote Request.
+ *The Buyer who now owns the Quote Request.
* * * @return null|CustomerReference @@ -396,7 +396,7 @@ public function getCustomer() } /** - *The previous Buyer.
+ *The previous Buyer.
* * * @return null|CustomerReference diff --git a/lib/commercetools-api/src/Models/Message/QuoteRequestCustomerChangedMessagePayload.php b/lib/commercetools-api/src/Models/Message/QuoteRequestCustomerChangedMessagePayload.php index 4872d60f1aa..8ee5da58bea 100644 --- a/lib/commercetools-api/src/Models/Message/QuoteRequestCustomerChangedMessagePayload.php +++ b/lib/commercetools-api/src/Models/Message/QuoteRequestCustomerChangedMessagePayload.php @@ -18,7 +18,7 @@ interface QuoteRequestCustomerChangedMessagePayload extends MessagePayload public const FIELD_PREVIOUS_CUSTOMER = 'previousCustomer'; /** - *The Buyer who now owns the Quote Request.
+ *The Buyer who now owns the Quote Request.
* * @return null|CustomerReference @@ -26,7 +26,7 @@ interface QuoteRequestCustomerChangedMessagePayload extends MessagePayload public function getCustomer(); /** - *The previous Buyer.
+ *The previous Buyer.
* * @return null|CustomerReference diff --git a/lib/commercetools-api/src/Models/Message/QuoteRequestCustomerChangedMessagePayloadBuilder.php b/lib/commercetools-api/src/Models/Message/QuoteRequestCustomerChangedMessagePayloadBuilder.php index ad1aec2dba7..69541c0d327 100644 --- a/lib/commercetools-api/src/Models/Message/QuoteRequestCustomerChangedMessagePayloadBuilder.php +++ b/lib/commercetools-api/src/Models/Message/QuoteRequestCustomerChangedMessagePayloadBuilder.php @@ -35,7 +35,7 @@ final class QuoteRequestCustomerChangedMessagePayloadBuilder implements Builder private $previousCustomer; /** - *The Buyer who now owns the Quote Request.
+ *The Buyer who now owns the Quote Request.
* * @return null|CustomerReference @@ -46,7 +46,7 @@ public function getCustomer() } /** - *The previous Buyer.
+ *The previous Buyer.
* * @return null|CustomerReference diff --git a/lib/commercetools-api/src/Models/Message/QuoteRequestCustomerChangedMessagePayloadModel.php b/lib/commercetools-api/src/Models/Message/QuoteRequestCustomerChangedMessagePayloadModel.php index 437b7c4bea1..358883b9d04 100644 --- a/lib/commercetools-api/src/Models/Message/QuoteRequestCustomerChangedMessagePayloadModel.php +++ b/lib/commercetools-api/src/Models/Message/QuoteRequestCustomerChangedMessagePayloadModel.php @@ -73,7 +73,7 @@ public function getType() } /** - *The Buyer who now owns the Quote Request.
+ *The Buyer who now owns the Quote Request.
* * * @return null|CustomerReference @@ -94,7 +94,7 @@ public function getCustomer() } /** - *The previous Buyer.
+ *The previous Buyer.
* * * @return null|CustomerReference diff --git a/lib/commercetools-api/src/Models/Message/QuoteRequestDeletedMessageModel.php b/lib/commercetools-api/src/Models/Message/QuoteRequestDeletedMessageModel.php index 5dbfd7e27e5..b86a0c18369 100644 --- a/lib/commercetools-api/src/Models/Message/QuoteRequestDeletedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/QuoteRequestDeletedMessageModel.php @@ -316,7 +316,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/QuoteRequestStateChangedMessageModel.php b/lib/commercetools-api/src/Models/Message/QuoteRequestStateChangedMessageModel.php index 557ae30e727..7b825582eef 100644 --- a/lib/commercetools-api/src/Models/Message/QuoteRequestStateChangedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/QuoteRequestStateChangedMessageModel.php @@ -332,7 +332,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/QuoteRequestStateTransitionMessageModel.php b/lib/commercetools-api/src/Models/Message/QuoteRequestStateTransitionMessageModel.php index 25c587ee7c4..8018a784751 100644 --- a/lib/commercetools-api/src/Models/Message/QuoteRequestStateTransitionMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/QuoteRequestStateTransitionMessageModel.php @@ -342,7 +342,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/QuoteStateChangedMessageModel.php b/lib/commercetools-api/src/Models/Message/QuoteStateChangedMessageModel.php index fccbf9a88db..f93ed6f4be1 100644 --- a/lib/commercetools-api/src/Models/Message/QuoteStateChangedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/QuoteStateChangedMessageModel.php @@ -332,7 +332,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/QuoteStateTransitionMessageModel.php b/lib/commercetools-api/src/Models/Message/QuoteStateTransitionMessageModel.php index 7529c68a618..f1ed3938b95 100644 --- a/lib/commercetools-api/src/Models/Message/QuoteStateTransitionMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/QuoteStateTransitionMessageModel.php @@ -342,7 +342,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/RecurringOrderCreatedMessageModel.php b/lib/commercetools-api/src/Models/Message/RecurringOrderCreatedMessageModel.php index 575f912475f..c46e058bcce 100644 --- a/lib/commercetools-api/src/Models/Message/RecurringOrderCreatedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/RecurringOrderCreatedMessageModel.php @@ -326,7 +326,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/RecurringOrderCustomFieldAddedMessageModel.php b/lib/commercetools-api/src/Models/Message/RecurringOrderCustomFieldAddedMessageModel.php index 970aea38843..b33f87891e1 100644 --- a/lib/commercetools-api/src/Models/Message/RecurringOrderCustomFieldAddedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/RecurringOrderCustomFieldAddedMessageModel.php @@ -332,7 +332,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/RecurringOrderCustomFieldChangedMessageModel.php b/lib/commercetools-api/src/Models/Message/RecurringOrderCustomFieldChangedMessageModel.php index 622ec31f722..dfd4a66176d 100644 --- a/lib/commercetools-api/src/Models/Message/RecurringOrderCustomFieldChangedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/RecurringOrderCustomFieldChangedMessageModel.php @@ -340,7 +340,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/RecurringOrderCustomFieldRemovedMessageModel.php b/lib/commercetools-api/src/Models/Message/RecurringOrderCustomFieldRemovedMessageModel.php index 6c82521acc7..a982c4e4804 100644 --- a/lib/commercetools-api/src/Models/Message/RecurringOrderCustomFieldRemovedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/RecurringOrderCustomFieldRemovedMessageModel.php @@ -324,7 +324,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/RecurringOrderCustomTypeRemovedMessageModel.php b/lib/commercetools-api/src/Models/Message/RecurringOrderCustomTypeRemovedMessageModel.php index a06aa177b52..71fe13167b6 100644 --- a/lib/commercetools-api/src/Models/Message/RecurringOrderCustomTypeRemovedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/RecurringOrderCustomTypeRemovedMessageModel.php @@ -324,7 +324,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/RecurringOrderCustomTypeSetMessageModel.php b/lib/commercetools-api/src/Models/Message/RecurringOrderCustomTypeSetMessageModel.php index 58cce1ea31c..af629019796 100644 --- a/lib/commercetools-api/src/Models/Message/RecurringOrderCustomTypeSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/RecurringOrderCustomTypeSetMessageModel.php @@ -334,7 +334,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/RecurringOrderDeletedMessageModel.php b/lib/commercetools-api/src/Models/Message/RecurringOrderDeletedMessageModel.php index 39503de2220..154254a8349 100644 --- a/lib/commercetools-api/src/Models/Message/RecurringOrderDeletedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/RecurringOrderDeletedMessageModel.php @@ -326,7 +326,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/RecurringOrderExpiresAtSetMessageModel.php b/lib/commercetools-api/src/Models/Message/RecurringOrderExpiresAtSetMessageModel.php index 404e19d8621..cfad0f285be 100644 --- a/lib/commercetools-api/src/Models/Message/RecurringOrderExpiresAtSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/RecurringOrderExpiresAtSetMessageModel.php @@ -332,7 +332,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/RecurringOrderFailedMessageModel.php b/lib/commercetools-api/src/Models/Message/RecurringOrderFailedMessageModel.php index aaaf91515f7..9a7f6632413 100644 --- a/lib/commercetools-api/src/Models/Message/RecurringOrderFailedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/RecurringOrderFailedMessageModel.php @@ -357,7 +357,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/RecurringOrderKeySetMessageModel.php b/lib/commercetools-api/src/Models/Message/RecurringOrderKeySetMessageModel.php index 92c2dca3b05..40112f74818 100644 --- a/lib/commercetools-api/src/Models/Message/RecurringOrderKeySetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/RecurringOrderKeySetMessageModel.php @@ -332,7 +332,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/RecurringOrderScheduleSetMessageModel.php b/lib/commercetools-api/src/Models/Message/RecurringOrderScheduleSetMessageModel.php index c24046fd7a8..48bf8d56ce6 100644 --- a/lib/commercetools-api/src/Models/Message/RecurringOrderScheduleSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/RecurringOrderScheduleSetMessageModel.php @@ -334,7 +334,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/RecurringOrderStartsAtSetMessageModel.php b/lib/commercetools-api/src/Models/Message/RecurringOrderStartsAtSetMessageModel.php index 7a744ebc508..45e1c57ade5 100644 --- a/lib/commercetools-api/src/Models/Message/RecurringOrderStartsAtSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/RecurringOrderStartsAtSetMessageModel.php @@ -332,7 +332,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/RecurringOrderStateChangedMessageModel.php b/lib/commercetools-api/src/Models/Message/RecurringOrderStateChangedMessageModel.php index 1e36951046b..771eb4eb16b 100644 --- a/lib/commercetools-api/src/Models/Message/RecurringOrderStateChangedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/RecurringOrderStateChangedMessageModel.php @@ -332,7 +332,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/RecurringOrderStateTransitionMessageModel.php b/lib/commercetools-api/src/Models/Message/RecurringOrderStateTransitionMessageModel.php index 193a84af4f9..156dac2bba7 100644 --- a/lib/commercetools-api/src/Models/Message/RecurringOrderStateTransitionMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/RecurringOrderStateTransitionMessageModel.php @@ -342,7 +342,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/ReturnInfoAddedMessageModel.php b/lib/commercetools-api/src/Models/Message/ReturnInfoAddedMessageModel.php index ba5b9dd116f..35144b79af8 100644 --- a/lib/commercetools-api/src/Models/Message/ReturnInfoAddedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/ReturnInfoAddedMessageModel.php @@ -326,7 +326,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/ReturnInfoSetMessageModel.php b/lib/commercetools-api/src/Models/Message/ReturnInfoSetMessageModel.php index fca6ca82c6c..fdb1f85f99d 100644 --- a/lib/commercetools-api/src/Models/Message/ReturnInfoSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/ReturnInfoSetMessageModel.php @@ -325,7 +325,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/ReviewCreatedMessageModel.php b/lib/commercetools-api/src/Models/Message/ReviewCreatedMessageModel.php index 7d8c6c9ede6..f3cbda09ad2 100644 --- a/lib/commercetools-api/src/Models/Message/ReviewCreatedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/ReviewCreatedMessageModel.php @@ -326,7 +326,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/ReviewRatingSetMessageModel.php b/lib/commercetools-api/src/Models/Message/ReviewRatingSetMessageModel.php index dc49ba5bf09..05dd7d287fe 100644 --- a/lib/commercetools-api/src/Models/Message/ReviewRatingSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/ReviewRatingSetMessageModel.php @@ -348,7 +348,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/ReviewStateTransitionMessageModel.php b/lib/commercetools-api/src/Models/Message/ReviewStateTransitionMessageModel.php index 0a7040e039f..c1c6a0ce847 100644 --- a/lib/commercetools-api/src/Models/Message/ReviewStateTransitionMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/ReviewStateTransitionMessageModel.php @@ -366,7 +366,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/ShoppingListLineItemAddedMessageModel.php b/lib/commercetools-api/src/Models/Message/ShoppingListLineItemAddedMessageModel.php index bede32af206..44b4a7bea32 100644 --- a/lib/commercetools-api/src/Models/Message/ShoppingListLineItemAddedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/ShoppingListLineItemAddedMessageModel.php @@ -326,7 +326,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/ShoppingListLineItemRemovedMessageModel.php b/lib/commercetools-api/src/Models/Message/ShoppingListLineItemRemovedMessageModel.php index 6afb6e63ef0..ccb28619eee 100644 --- a/lib/commercetools-api/src/Models/Message/ShoppingListLineItemRemovedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/ShoppingListLineItemRemovedMessageModel.php @@ -326,7 +326,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/ShoppingListMessageModel.php b/lib/commercetools-api/src/Models/Message/ShoppingListMessageModel.php index 102d9f4a50a..60421b3a261 100644 --- a/lib/commercetools-api/src/Models/Message/ShoppingListMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/ShoppingListMessageModel.php @@ -315,7 +315,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/StagedQuoteCreatedMessage.php b/lib/commercetools-api/src/Models/Message/StagedQuoteCreatedMessage.php index e73e838f788..8d6918e4700 100644 --- a/lib/commercetools-api/src/Models/Message/StagedQuoteCreatedMessage.php +++ b/lib/commercetools-api/src/Models/Message/StagedQuoteCreatedMessage.php @@ -17,7 +17,7 @@ interface StagedQuoteCreatedMessage extends Message public const FIELD_STAGED_QUOTE = 'stagedQuote'; /** - *Staged Quote that was created.
+ *Staged Quote that was created.
* * @return null|StagedQuote diff --git a/lib/commercetools-api/src/Models/Message/StagedQuoteCreatedMessageBuilder.php b/lib/commercetools-api/src/Models/Message/StagedQuoteCreatedMessageBuilder.php index b67b679476d..3d672d38093 100644 --- a/lib/commercetools-api/src/Models/Message/StagedQuoteCreatedMessageBuilder.php +++ b/lib/commercetools-api/src/Models/Message/StagedQuoteCreatedMessageBuilder.php @@ -207,7 +207,7 @@ public function getResourceUserProvidedIdentifiers() } /** - *Staged Quote that was created.
+ *Staged Quote that was created.
* * @return null|StagedQuote diff --git a/lib/commercetools-api/src/Models/Message/StagedQuoteCreatedMessageModel.php b/lib/commercetools-api/src/Models/Message/StagedQuoteCreatedMessageModel.php index 65a59ff4794..d2810e3a981 100644 --- a/lib/commercetools-api/src/Models/Message/StagedQuoteCreatedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/StagedQuoteCreatedMessageModel.php @@ -326,7 +326,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string @@ -367,7 +367,7 @@ public function getResourceUserProvidedIdentifiers() } /** - *Staged Quote that was created.
+ *Staged Quote that was created.
* * * @return null|StagedQuote diff --git a/lib/commercetools-api/src/Models/Message/StagedQuoteCreatedMessagePayload.php b/lib/commercetools-api/src/Models/Message/StagedQuoteCreatedMessagePayload.php index 6f02b265bfe..9a3e5ed46bc 100644 --- a/lib/commercetools-api/src/Models/Message/StagedQuoteCreatedMessagePayload.php +++ b/lib/commercetools-api/src/Models/Message/StagedQuoteCreatedMessagePayload.php @@ -17,7 +17,7 @@ interface StagedQuoteCreatedMessagePayload extends MessagePayload public const FIELD_STAGED_QUOTE = 'stagedQuote'; /** - *Staged Quote that was created.
+ *Staged Quote that was created.
* * @return null|StagedQuote diff --git a/lib/commercetools-api/src/Models/Message/StagedQuoteCreatedMessagePayloadBuilder.php b/lib/commercetools-api/src/Models/Message/StagedQuoteCreatedMessagePayloadBuilder.php index f3c8928caa4..ac9e5fda157 100644 --- a/lib/commercetools-api/src/Models/Message/StagedQuoteCreatedMessagePayloadBuilder.php +++ b/lib/commercetools-api/src/Models/Message/StagedQuoteCreatedMessagePayloadBuilder.php @@ -29,7 +29,7 @@ final class StagedQuoteCreatedMessagePayloadBuilder implements Builder private $stagedQuote; /** - *Staged Quote that was created.
+ *Staged Quote that was created.
* * @return null|StagedQuote diff --git a/lib/commercetools-api/src/Models/Message/StagedQuoteCreatedMessagePayloadModel.php b/lib/commercetools-api/src/Models/Message/StagedQuoteCreatedMessagePayloadModel.php index 7def887d4c1..ff1f20bd8b5 100644 --- a/lib/commercetools-api/src/Models/Message/StagedQuoteCreatedMessagePayloadModel.php +++ b/lib/commercetools-api/src/Models/Message/StagedQuoteCreatedMessagePayloadModel.php @@ -65,7 +65,7 @@ public function getType() } /** - *Staged Quote that was created.
+ *Staged Quote that was created.
* * * @return null|StagedQuote diff --git a/lib/commercetools-api/src/Models/Message/StagedQuoteDeletedMessageModel.php b/lib/commercetools-api/src/Models/Message/StagedQuoteDeletedMessageModel.php index fd9a3b6b95f..24536b6450f 100644 --- a/lib/commercetools-api/src/Models/Message/StagedQuoteDeletedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/StagedQuoteDeletedMessageModel.php @@ -316,7 +316,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/StagedQuoteSellerCommentSetMessageModel.php b/lib/commercetools-api/src/Models/Message/StagedQuoteSellerCommentSetMessageModel.php index 7ba6c212361..5454e0fab78 100644 --- a/lib/commercetools-api/src/Models/Message/StagedQuoteSellerCommentSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/StagedQuoteSellerCommentSetMessageModel.php @@ -324,7 +324,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/StagedQuoteStateChangedMessageModel.php b/lib/commercetools-api/src/Models/Message/StagedQuoteStateChangedMessageModel.php index b71bfd98fe5..da8f0af7f57 100644 --- a/lib/commercetools-api/src/Models/Message/StagedQuoteStateChangedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/StagedQuoteStateChangedMessageModel.php @@ -332,7 +332,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/StagedQuoteStateTransitionMessageModel.php b/lib/commercetools-api/src/Models/Message/StagedQuoteStateTransitionMessageModel.php index 1a2285ce9d3..f33f2397901 100644 --- a/lib/commercetools-api/src/Models/Message/StagedQuoteStateTransitionMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/StagedQuoteStateTransitionMessageModel.php @@ -342,7 +342,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/StagedQuoteValidToSetMessageModel.php b/lib/commercetools-api/src/Models/Message/StagedQuoteValidToSetMessageModel.php index 93384a284b0..9417c0e3ff4 100644 --- a/lib/commercetools-api/src/Models/Message/StagedQuoteValidToSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/StagedQuoteValidToSetMessageModel.php @@ -324,7 +324,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/StandalonePriceActiveChangedMessageModel.php b/lib/commercetools-api/src/Models/Message/StandalonePriceActiveChangedMessageModel.php index 587b9f0532e..0415357c349 100644 --- a/lib/commercetools-api/src/Models/Message/StandalonePriceActiveChangedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/StandalonePriceActiveChangedMessageModel.php @@ -332,7 +332,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/StandalonePriceCreatedMessageModel.php b/lib/commercetools-api/src/Models/Message/StandalonePriceCreatedMessageModel.php index 10af74abb2e..39311456e87 100644 --- a/lib/commercetools-api/src/Models/Message/StandalonePriceCreatedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/StandalonePriceCreatedMessageModel.php @@ -326,7 +326,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/StandalonePriceDeletedMessageModel.php b/lib/commercetools-api/src/Models/Message/StandalonePriceDeletedMessageModel.php index a0de416f79d..80f9f4a61c0 100644 --- a/lib/commercetools-api/src/Models/Message/StandalonePriceDeletedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/StandalonePriceDeletedMessageModel.php @@ -324,7 +324,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/StandalonePriceDiscountSetMessageModel.php b/lib/commercetools-api/src/Models/Message/StandalonePriceDiscountSetMessageModel.php index f5d41f71443..06f13773d66 100644 --- a/lib/commercetools-api/src/Models/Message/StandalonePriceDiscountSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/StandalonePriceDiscountSetMessageModel.php @@ -326,7 +326,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/StandalonePriceExternalDiscountSetMessageModel.php b/lib/commercetools-api/src/Models/Message/StandalonePriceExternalDiscountSetMessageModel.php index ce09bf9c119..252e8b9ec22 100644 --- a/lib/commercetools-api/src/Models/Message/StandalonePriceExternalDiscountSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/StandalonePriceExternalDiscountSetMessageModel.php @@ -326,7 +326,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/StandalonePriceKeySetMessageModel.php b/lib/commercetools-api/src/Models/Message/StandalonePriceKeySetMessageModel.php index a184379a0ea..e0e18778f76 100644 --- a/lib/commercetools-api/src/Models/Message/StandalonePriceKeySetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/StandalonePriceKeySetMessageModel.php @@ -332,7 +332,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/StandalonePriceStagedChangesAppliedMessage.php b/lib/commercetools-api/src/Models/Message/StandalonePriceStagedChangesAppliedMessage.php index d003e23d83e..755c8d7d3a0 100644 --- a/lib/commercetools-api/src/Models/Message/StandalonePriceStagedChangesAppliedMessage.php +++ b/lib/commercetools-api/src/Models/Message/StandalonePriceStagedChangesAppliedMessage.php @@ -17,7 +17,7 @@ interface StandalonePriceStagedChangesAppliedMessage extends Message public const FIELD_STAGED_CHANGES = 'stagedChanges'; /** - *Applied changes of the StandalonePrice after the Apply Staged Changes update action.
+ *Applied changes of the StandalonePrice after the Apply Staged Changes update action.
* * @return null|StagedStandalonePrice diff --git a/lib/commercetools-api/src/Models/Message/StandalonePriceStagedChangesAppliedMessageBuilder.php b/lib/commercetools-api/src/Models/Message/StandalonePriceStagedChangesAppliedMessageBuilder.php index 43ee7de0409..de2c469c533 100644 --- a/lib/commercetools-api/src/Models/Message/StandalonePriceStagedChangesAppliedMessageBuilder.php +++ b/lib/commercetools-api/src/Models/Message/StandalonePriceStagedChangesAppliedMessageBuilder.php @@ -207,7 +207,7 @@ public function getResourceUserProvidedIdentifiers() } /** - *Applied changes of the StandalonePrice after the Apply Staged Changes update action.
+ *Applied changes of the StandalonePrice after the Apply Staged Changes update action.
* * @return null|StagedStandalonePrice diff --git a/lib/commercetools-api/src/Models/Message/StandalonePriceStagedChangesAppliedMessageModel.php b/lib/commercetools-api/src/Models/Message/StandalonePriceStagedChangesAppliedMessageModel.php index cfc204e3d8c..f7cabe2f240 100644 --- a/lib/commercetools-api/src/Models/Message/StandalonePriceStagedChangesAppliedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/StandalonePriceStagedChangesAppliedMessageModel.php @@ -326,7 +326,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string @@ -367,7 +367,7 @@ public function getResourceUserProvidedIdentifiers() } /** - *Applied changes of the StandalonePrice after the Apply Staged Changes update action.
+ *Applied changes of the StandalonePrice after the Apply Staged Changes update action.
* * * @return null|StagedStandalonePrice diff --git a/lib/commercetools-api/src/Models/Message/StandalonePriceStagedChangesAppliedMessagePayload.php b/lib/commercetools-api/src/Models/Message/StandalonePriceStagedChangesAppliedMessagePayload.php index 3f3dce1c1b4..daac9b50067 100644 --- a/lib/commercetools-api/src/Models/Message/StandalonePriceStagedChangesAppliedMessagePayload.php +++ b/lib/commercetools-api/src/Models/Message/StandalonePriceStagedChangesAppliedMessagePayload.php @@ -17,7 +17,7 @@ interface StandalonePriceStagedChangesAppliedMessagePayload extends MessagePaylo public const FIELD_STAGED_CHANGES = 'stagedChanges'; /** - *Applied changes of the StandalonePrice after the Apply Staged Changes update action.
+ *Applied changes of the StandalonePrice after the Apply Staged Changes update action.
* * @return null|StagedStandalonePrice diff --git a/lib/commercetools-api/src/Models/Message/StandalonePriceStagedChangesAppliedMessagePayloadBuilder.php b/lib/commercetools-api/src/Models/Message/StandalonePriceStagedChangesAppliedMessagePayloadBuilder.php index f6d5d2fa9f2..bece1b70fbb 100644 --- a/lib/commercetools-api/src/Models/Message/StandalonePriceStagedChangesAppliedMessagePayloadBuilder.php +++ b/lib/commercetools-api/src/Models/Message/StandalonePriceStagedChangesAppliedMessagePayloadBuilder.php @@ -29,7 +29,7 @@ final class StandalonePriceStagedChangesAppliedMessagePayloadBuilder implements private $stagedChanges; /** - *Applied changes of the StandalonePrice after the Apply Staged Changes update action.
+ *Applied changes of the StandalonePrice after the Apply Staged Changes update action.
* * @return null|StagedStandalonePrice diff --git a/lib/commercetools-api/src/Models/Message/StandalonePriceStagedChangesAppliedMessagePayloadModel.php b/lib/commercetools-api/src/Models/Message/StandalonePriceStagedChangesAppliedMessagePayloadModel.php index 707787b6148..4fbb25b7cd2 100644 --- a/lib/commercetools-api/src/Models/Message/StandalonePriceStagedChangesAppliedMessagePayloadModel.php +++ b/lib/commercetools-api/src/Models/Message/StandalonePriceStagedChangesAppliedMessagePayloadModel.php @@ -65,7 +65,7 @@ public function getType() } /** - *Applied changes of the StandalonePrice after the Apply Staged Changes update action.
+ *Applied changes of the StandalonePrice after the Apply Staged Changes update action.
* * * @return null|StagedStandalonePrice diff --git a/lib/commercetools-api/src/Models/Message/StandalonePriceStagedChangesRemovedMessageModel.php b/lib/commercetools-api/src/Models/Message/StandalonePriceStagedChangesRemovedMessageModel.php index d17df53ea04..ee86c594683 100644 --- a/lib/commercetools-api/src/Models/Message/StandalonePriceStagedChangesRemovedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/StandalonePriceStagedChangesRemovedMessageModel.php @@ -326,7 +326,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/StandalonePriceTierAddedMessageModel.php b/lib/commercetools-api/src/Models/Message/StandalonePriceTierAddedMessageModel.php index 09b266b4e43..a45bfb27756 100644 --- a/lib/commercetools-api/src/Models/Message/StandalonePriceTierAddedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/StandalonePriceTierAddedMessageModel.php @@ -326,7 +326,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/StandalonePriceTierRemovedMessageModel.php b/lib/commercetools-api/src/Models/Message/StandalonePriceTierRemovedMessageModel.php index 65370e174f9..06d1fea1d1a 100644 --- a/lib/commercetools-api/src/Models/Message/StandalonePriceTierRemovedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/StandalonePriceTierRemovedMessageModel.php @@ -326,7 +326,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/StandalonePriceTiersSetMessageModel.php b/lib/commercetools-api/src/Models/Message/StandalonePriceTiersSetMessageModel.php index 6b117b91a5e..1f45eef1313 100644 --- a/lib/commercetools-api/src/Models/Message/StandalonePriceTiersSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/StandalonePriceTiersSetMessageModel.php @@ -333,7 +333,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/StandalonePriceValidFromAndUntilSetMessageModel.php b/lib/commercetools-api/src/Models/Message/StandalonePriceValidFromAndUntilSetMessageModel.php index 92c6bf59c42..4cc4d9c7ca3 100644 --- a/lib/commercetools-api/src/Models/Message/StandalonePriceValidFromAndUntilSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/StandalonePriceValidFromAndUntilSetMessageModel.php @@ -348,7 +348,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/StandalonePriceValidFromSetMessageModel.php b/lib/commercetools-api/src/Models/Message/StandalonePriceValidFromSetMessageModel.php index bd29a04738c..ec5838a2456 100644 --- a/lib/commercetools-api/src/Models/Message/StandalonePriceValidFromSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/StandalonePriceValidFromSetMessageModel.php @@ -332,7 +332,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/StandalonePriceValidUntilSetMessageModel.php b/lib/commercetools-api/src/Models/Message/StandalonePriceValidUntilSetMessageModel.php index 68d542024f5..50b9134cde9 100644 --- a/lib/commercetools-api/src/Models/Message/StandalonePriceValidUntilSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/StandalonePriceValidUntilSetMessageModel.php @@ -332,7 +332,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/StandalonePriceValueChangedMessageModel.php b/lib/commercetools-api/src/Models/Message/StandalonePriceValueChangedMessageModel.php index 4a2178b648e..0fad80b7e2c 100644 --- a/lib/commercetools-api/src/Models/Message/StandalonePriceValueChangedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/StandalonePriceValueChangedMessageModel.php @@ -342,7 +342,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/StoreCountriesChangedMessageModel.php b/lib/commercetools-api/src/Models/Message/StoreCountriesChangedMessageModel.php index 1ec8e11dcfe..812eacd5498 100644 --- a/lib/commercetools-api/src/Models/Message/StoreCountriesChangedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/StoreCountriesChangedMessageModel.php @@ -333,7 +333,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/StoreCreatedMessageModel.php b/lib/commercetools-api/src/Models/Message/StoreCreatedMessageModel.php index 9e0e04ee912..229f7c50b46 100644 --- a/lib/commercetools-api/src/Models/Message/StoreCreatedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/StoreCreatedMessageModel.php @@ -379,7 +379,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/StoreDeletedMessageModel.php b/lib/commercetools-api/src/Models/Message/StoreDeletedMessageModel.php index f576e97c177..3c95eb1eb4d 100644 --- a/lib/commercetools-api/src/Models/Message/StoreDeletedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/StoreDeletedMessageModel.php @@ -316,7 +316,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/StoreDistributionChannelsChangedMessageModel.php b/lib/commercetools-api/src/Models/Message/StoreDistributionChannelsChangedMessageModel.php index 9b7ff610ca1..5c1c629bbb1 100644 --- a/lib/commercetools-api/src/Models/Message/StoreDistributionChannelsChangedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/StoreDistributionChannelsChangedMessageModel.php @@ -333,7 +333,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/StoreLanguagesChangedMessageModel.php b/lib/commercetools-api/src/Models/Message/StoreLanguagesChangedMessageModel.php index fee6a5d28d2..7b78674d02d 100644 --- a/lib/commercetools-api/src/Models/Message/StoreLanguagesChangedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/StoreLanguagesChangedMessageModel.php @@ -332,7 +332,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/StoreNameSetMessageModel.php b/lib/commercetools-api/src/Models/Message/StoreNameSetMessageModel.php index b3d1875d35e..c87f4ae1dbb 100644 --- a/lib/commercetools-api/src/Models/Message/StoreNameSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/StoreNameSetMessageModel.php @@ -335,7 +335,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/StoreProductSelectionsChangedMessageModel.php b/lib/commercetools-api/src/Models/Message/StoreProductSelectionsChangedMessageModel.php index b3713920177..e81fabb6a67 100644 --- a/lib/commercetools-api/src/Models/Message/StoreProductSelectionsChangedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/StoreProductSelectionsChangedMessageModel.php @@ -341,7 +341,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/StoreSupplyChannelsChangedMessageModel.php b/lib/commercetools-api/src/Models/Message/StoreSupplyChannelsChangedMessageModel.php index eb22c033cb2..a3c5e296fb5 100644 --- a/lib/commercetools-api/src/Models/Message/StoreSupplyChannelsChangedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/StoreSupplyChannelsChangedMessageModel.php @@ -333,7 +333,7 @@ public function getResourceVersion() } /** - *Message Type of the Message.
+ *Message Type of the Message.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/UserProvidedIdentifiers.php b/lib/commercetools-api/src/Models/Message/UserProvidedIdentifiers.php index 15af6b6c7f7..acb2af76dbb 100644 --- a/lib/commercetools-api/src/Models/Message/UserProvidedIdentifiers.php +++ b/lib/commercetools-api/src/Models/Message/UserProvidedIdentifiers.php @@ -71,7 +71,7 @@ public function getSku(); public function getSlug(); /** - *Unique identifier of a Custom Object.
+ *Unique identifier of a Custom Object.
* * @return null|ContainerAndKey diff --git a/lib/commercetools-api/src/Models/Message/UserProvidedIdentifiersBuilder.php b/lib/commercetools-api/src/Models/Message/UserProvidedIdentifiersBuilder.php index c94a9ee6851..0e662c26890 100644 --- a/lib/commercetools-api/src/Models/Message/UserProvidedIdentifiersBuilder.php +++ b/lib/commercetools-api/src/Models/Message/UserProvidedIdentifiersBuilder.php @@ -131,7 +131,7 @@ public function getSlug() } /** - *Unique identifier of a Custom Object.
+ *Unique identifier of a Custom Object.
* * @return null|ContainerAndKey diff --git a/lib/commercetools-api/src/Models/Message/UserProvidedIdentifiersModel.php b/lib/commercetools-api/src/Models/Message/UserProvidedIdentifiersModel.php index ee11b6df2c9..e116ea50931 100644 --- a/lib/commercetools-api/src/Models/Message/UserProvidedIdentifiersModel.php +++ b/lib/commercetools-api/src/Models/Message/UserProvidedIdentifiersModel.php @@ -207,7 +207,7 @@ public function getSlug() } /** - *Unique identifier of a Custom Object.
+ *Unique identifier of a Custom Object.
* * * @return null|ContainerAndKey diff --git a/lib/commercetools-api/src/Models/Order/LineItemImportDraft.php b/lib/commercetools-api/src/Models/Order/LineItemImportDraft.php index 2052c0da8fa..4872bf84296 100644 --- a/lib/commercetools-api/src/Models/Order/LineItemImportDraft.php +++ b/lib/commercetools-api/src/Models/Order/LineItemImportDraft.php @@ -91,7 +91,7 @@ public function getPrice(); public function getTaxRate(); /** - *The Channel used to select a Price. + *
The Channel used to select a Price.
* This Channel must have the ProductDistribution role.
The Channel used to select a Price. + *
The Channel used to select a Price.
* This Channel must have the ProductDistribution role.
The Channel used to select a Price. + *
The Channel used to select a Price.
* This Channel must have the ProductDistribution role.
User-defined identifier of a purchase Order.
- *It is typically set by the Buyer and can be used with Quotes to track the purchase Order during the quote and order flow.
+ *It is typically set by the Buyer and can be used with Quotes to track the purchase Order during the quote and order flow.
* * @return null|string @@ -142,7 +142,7 @@ public function getCustomerEmail(); /** *Reference to the Customer Group of the Customer that the Order belongs to. - * Used for Line Item price selection.
+ * Used for Line Item price selection. * * @return null|CustomerGroupReference @@ -158,7 +158,7 @@ public function getCustomerGroup(); public function getAnonymousId(); /** - *Reference to a Business Unit the Order belongs to. Only available for B2B-enabled Projects.
+ *Reference to a Business Unit the Order belongs to. Only available for B2B-enabled Projects.
* * @return null|BusinessUnitKeyReference @@ -385,7 +385,7 @@ public function getRefusedGifts(); public function getPaymentInfo(); /** - *Used for Line Item price selection.
+ *Used for Line Item price selection.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/OrderBuilder.php b/lib/commercetools-api/src/Models/Order/OrderBuilder.php index 0c51d0e3912..1807bb87ad6 100644 --- a/lib/commercetools-api/src/Models/Order/OrderBuilder.php +++ b/lib/commercetools-api/src/Models/Order/OrderBuilder.php @@ -447,7 +447,7 @@ public function getOrderNumber() /** *User-defined identifier of a purchase Order.
- *It is typically set by the Buyer and can be used with Quotes to track the purchase Order during the quote and order flow.
+ *It is typically set by the Buyer and can be used with Quotes to track the purchase Order during the quote and order flow.
* * @return null|string @@ -481,7 +481,7 @@ public function getCustomerEmail() /** *Reference to the Customer Group of the Customer that the Order belongs to. - * Used for Line Item price selection.
+ * Used for Line Item price selection. * * @return null|CustomerGroupReference @@ -503,7 +503,7 @@ public function getAnonymousId() } /** - *Reference to a Business Unit the Order belongs to. Only available for B2B-enabled Projects.
+ *Reference to a Business Unit the Order belongs to. Only available for B2B-enabled Projects.
* * @return null|BusinessUnitKeyReference @@ -808,7 +808,7 @@ public function getPaymentInfo() } /** - *Used for Line Item price selection.
+ *Used for Line Item price selection.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/OrderFromCartDraft.php b/lib/commercetools-api/src/Models/Order/OrderFromCartDraft.php index 315be843855..b8824a8b53e 100644 --- a/lib/commercetools-api/src/Models/Order/OrderFromCartDraft.php +++ b/lib/commercetools-api/src/Models/Order/OrderFromCartDraft.php @@ -63,7 +63,7 @@ public function getOrderNumber(); /** *User-defined identifier for a purchase order.
- *It is typically set by the Buyer or Merchant to track the purchase order during the quote and order flow.
+ *It is typically set by the Buyer or Merchant to track the purchase order during the quote and order flow.
*If not provided, the purchaseOrderNumber from the referenced Cart is used.
User-defined identifier for a purchase order.
- *It is typically set by the Buyer or Merchant to track the purchase order during the quote and order flow.
+ *It is typically set by the Buyer or Merchant to track the purchase order during the quote and order flow.
*If not provided, the purchaseOrderNumber from the referenced Cart is used.
User-defined identifier for a purchase order.
- *It is typically set by the Buyer or Merchant to track the purchase order during the quote and order flow.
+ *It is typically set by the Buyer or Merchant to track the purchase order during the quote and order flow.
*If not provided, the purchaseOrderNumber from the referenced Cart is used.
ResourceIdentifier to the Business Unit the Order should belong to.
- * When the customerId of the Order is also set, the Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.
customerId of the Order is also set, the Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.
*
* @return null|BusinessUnitResourceIdentifier
diff --git a/lib/commercetools-api/src/Models/Order/OrderImportDraftBuilder.php b/lib/commercetools-api/src/Models/Order/OrderImportDraftBuilder.php
index 99f5d501456..d12dbecbf31 100644
--- a/lib/commercetools-api/src/Models/Order/OrderImportDraftBuilder.php
+++ b/lib/commercetools-api/src/Models/Order/OrderImportDraftBuilder.php
@@ -264,7 +264,7 @@ public function getCustomerGroup()
/**
* ResourceIdentifier to the Business Unit the Order should belong to.
- * When the customerId of the Order is also set, the Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.
customerId of the Order is also set, the Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.
*
* @return null|BusinessUnitResourceIdentifier
diff --git a/lib/commercetools-api/src/Models/Order/OrderImportDraftModel.php b/lib/commercetools-api/src/Models/Order/OrderImportDraftModel.php
index af9418d2876..d468245e5ea 100644
--- a/lib/commercetools-api/src/Models/Order/OrderImportDraftModel.php
+++ b/lib/commercetools-api/src/Models/Order/OrderImportDraftModel.php
@@ -373,7 +373,7 @@ public function getCustomerGroup()
/**
* ResourceIdentifier to the Business Unit the Order should belong to.
- * When the customerId of the Order is also set, the Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.
customerId of the Order is also set, the Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.
*
*
* @return null|BusinessUnitResourceIdentifier
diff --git a/lib/commercetools-api/src/Models/Order/OrderModel.php b/lib/commercetools-api/src/Models/Order/OrderModel.php
index 689e054284a..270d749b0b2 100644
--- a/lib/commercetools-api/src/Models/Order/OrderModel.php
+++ b/lib/commercetools-api/src/Models/Order/OrderModel.php
@@ -615,7 +615,7 @@ public function getOrderNumber()
/**
* User-defined identifier of a purchase Order.
- *It is typically set by the Buyer and can be used with Quotes to track the purchase Order during the quote and order flow.
+ *It is typically set by the Buyer and can be used with Quotes to track the purchase Order during the quote and order flow.
* * * @return null|string @@ -676,7 +676,7 @@ public function getCustomerEmail() /** *Reference to the Customer Group of the Customer that the Order belongs to. - * Used for Line Item price selection.
+ * Used for Line Item price selection. * * * @return null|CustomerGroupReference @@ -717,7 +717,7 @@ public function getAnonymousId() } /** - *Reference to a Business Unit the Order belongs to. Only available for B2B-enabled Projects.
+ *Reference to a Business Unit the Order belongs to. Only available for B2B-enabled Projects.
* * * @return null|BusinessUnitKeyReference @@ -1268,7 +1268,7 @@ public function getPaymentInfo() } /** - *Used for Line Item price selection.
+ *Used for Line Item price selection.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/OrderPagedQueryResponse.php b/lib/commercetools-api/src/Models/Order/OrderPagedQueryResponse.php index d43f25c7467..38e74d139a5 100644 --- a/lib/commercetools-api/src/Models/Order/OrderPagedQueryResponse.php +++ b/lib/commercetools-api/src/Models/Order/OrderPagedQueryResponse.php @@ -20,7 +20,7 @@ interface OrderPagedQueryResponse extends JsonObject public const FIELD_RESULTS = 'results'; /** - *Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -28,7 +28,7 @@ interface OrderPagedQueryResponse extends JsonObject public function getLimit(); /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -45,10 +45,10 @@ public function getCount(); /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/Order/OrderPagedQueryResponseBuilder.php b/lib/commercetools-api/src/Models/Order/OrderPagedQueryResponseBuilder.php
index eea1efe4c52..f0ad232bee5 100644
--- a/lib/commercetools-api/src/Models/Order/OrderPagedQueryResponseBuilder.php
+++ b/lib/commercetools-api/src/Models/Order/OrderPagedQueryResponseBuilder.php
@@ -51,7 +51,7 @@ final class OrderPagedQueryResponseBuilder implements Builder
private $results;
/**
- * Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -62,7 +62,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -85,10 +85,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/Order/OrderPagedQueryResponseModel.php b/lib/commercetools-api/src/Models/Order/OrderPagedQueryResponseModel.php
index 7ba942c98d5..3c393324e99 100644
--- a/lib/commercetools-api/src/Models/Order/OrderPagedQueryResponseModel.php
+++ b/lib/commercetools-api/src/Models/Order/OrderPagedQueryResponseModel.php
@@ -68,7 +68,7 @@ public function __construct(
}
/**
- * Number of results requested.
+ *Number of results requested.
* * * @return null|int @@ -88,7 +88,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * * @return null|int @@ -129,10 +129,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/Order/OrderPagedSearchResponse.php b/lib/commercetools-api/src/Models/Order/OrderPagedSearchResponse.php
index fee45ec5109..be9bbf87a59 100644
--- a/lib/commercetools-api/src/Models/Order/OrderPagedSearchResponse.php
+++ b/lib/commercetools-api/src/Models/Order/OrderPagedSearchResponse.php
@@ -27,7 +27,7 @@ interface OrderPagedSearchResponse extends JsonObject
public function getTotal();
/**
- * Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -35,7 +35,7 @@ public function getTotal(); public function getOffset(); /** - *Number of results requested.
+ *Number of results requested.
* * @return null|int diff --git a/lib/commercetools-api/src/Models/Order/OrderPagedSearchResponseBuilder.php b/lib/commercetools-api/src/Models/Order/OrderPagedSearchResponseBuilder.php index b1da2b40527..340100291ed 100644 --- a/lib/commercetools-api/src/Models/Order/OrderPagedSearchResponseBuilder.php +++ b/lib/commercetools-api/src/Models/Order/OrderPagedSearchResponseBuilder.php @@ -56,7 +56,7 @@ public function getTotal() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -67,7 +67,7 @@ public function getOffset() } /** - *Number of results requested.
+ *Number of results requested.
* * @return null|int diff --git a/lib/commercetools-api/src/Models/Order/OrderPagedSearchResponseModel.php b/lib/commercetools-api/src/Models/Order/OrderPagedSearchResponseModel.php index 686c53dbbe9..cce1906db20 100644 --- a/lib/commercetools-api/src/Models/Order/OrderPagedSearchResponseModel.php +++ b/lib/commercetools-api/src/Models/Order/OrderPagedSearchResponseModel.php @@ -80,7 +80,7 @@ public function getTotal() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * * @return null|int @@ -100,7 +100,7 @@ public function getOffset() } /** - *Number of results requested.
+ *Number of results requested.
* * * @return null|int diff --git a/lib/commercetools-api/src/Models/Order/OrderReference.php b/lib/commercetools-api/src/Models/Order/OrderReference.php index 2a862d674fa..c890af81540 100644 --- a/lib/commercetools-api/src/Models/Order/OrderReference.php +++ b/lib/commercetools-api/src/Models/Order/OrderReference.php @@ -23,7 +23,7 @@ interface OrderReference extends Reference public function getTypeId(); /** - *Contains the representation of the expanded Order. Only present in responses to requests with Reference Expansion for Orders.
+ *Contains the representation of the expanded Order. Only present in responses to requests with Reference Expansion for Orders.
* * @return null|Order diff --git a/lib/commercetools-api/src/Models/Order/OrderReferenceBuilder.php b/lib/commercetools-api/src/Models/Order/OrderReferenceBuilder.php index 0e166c3b8e6..d24b2396cd3 100644 --- a/lib/commercetools-api/src/Models/Order/OrderReferenceBuilder.php +++ b/lib/commercetools-api/src/Models/Order/OrderReferenceBuilder.php @@ -46,7 +46,7 @@ public function getId() } /** - *Contains the representation of the expanded Order. Only present in responses to requests with Reference Expansion for Orders.
+ *Contains the representation of the expanded Order. Only present in responses to requests with Reference Expansion for Orders.
* * @return null|Order diff --git a/lib/commercetools-api/src/Models/Order/OrderReferenceModel.php b/lib/commercetools-api/src/Models/Order/OrderReferenceModel.php index 9bd20d7e5ad..ab60d8bfeef 100644 --- a/lib/commercetools-api/src/Models/Order/OrderReferenceModel.php +++ b/lib/commercetools-api/src/Models/Order/OrderReferenceModel.php @@ -93,7 +93,7 @@ public function getId() } /** - *Contains the representation of the expanded Order. Only present in responses to requests with Reference Expansion for Orders.
+ *Contains the representation of the expanded Order. Only present in responses to requests with Reference Expansion for Orders.
* * * @return null|Order diff --git a/lib/commercetools-api/src/Models/Order/OrderSearchAnyValueBuilder.php b/lib/commercetools-api/src/Models/Order/OrderSearchAnyValueBuilder.php index 4f7ac26d49d..48bce052edf 100644 --- a/lib/commercetools-api/src/Models/Order/OrderSearchAnyValueBuilder.php +++ b/lib/commercetools-api/src/Models/Order/OrderSearchAnyValueBuilder.php @@ -75,7 +75,7 @@ public function getBoost() } /** - *Possible values for the customType property on simple expressions indicating the data type of the field.
Possible values for the customType property on simple expressions indicating the data type of the field.
Possible values for the customType property on simple expressions indicating the data type of the field.
Possible values for the customType property on simple expressions indicating the data type of the field.
Possible values for the customType property on simple expressions indicating the data type of the field.
Possible values for the customType property on simple expressions indicating the data type of the field.
Possible values for the customType property on simple expressions indicating the data type of the field.
Possible values for the customType property on simple expressions indicating the data type of the field.
Possible values for the customType property on simple expressions indicating the data type of the field.
Possible values for the customType property on simple expressions indicating the data type of the field.
Possible values for the customType property on simple expressions indicating the data type of the field.
Possible values for the customType property on simple expressions indicating the data type of the field.
Possible values for the customType property on simple expressions indicating the data type of the field.
Possible values for the customType property on simple expressions indicating the data type of the field.
Possible values for the customType property on simple expressions indicating the data type of the field.
Possible values for the customType property on simple expressions indicating the data type of the field.
Possible values for the customType property on simple expressions indicating the data type of the field.
Possible values for the customType property on simple expressions indicating the data type of the field.
Possible values for the customType property on simple expressions indicating the data type of the field.
Possible values for the customType property on simple expressions indicating the data type of the field.
Possible values for the customType property on simple expressions indicating the data type of the field.
Possible values for the customType property on simple expressions indicating the data type of the field.
Possible values for the customType property on simple expressions indicating the data type of the field.
Possible values for the customType property on simple expressions indicating the data type of the field.
Possible values for the customType property on simple expressions indicating the data type of the field.
Possible values for the customType property on simple expressions indicating the data type of the field.
Possible values for the customType property on simple expressions indicating the data type of the field.
Possible values for the customType property on simple expressions indicating the data type of the field.
Possible values for the customType property on simple expressions indicating the data type of the field.
Possible values for the customType property on simple expressions indicating the data type of the field.
Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/OrderSetBillingAddressCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/Order/OrderSetBillingAddressCustomFieldActionBuilder.php index b1f8bc390f2..5ae1d3cfa9d 100644 --- a/lib/commercetools-api/src/Models/Order/OrderSetBillingAddressCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/Order/OrderSetBillingAddressCustomFieldActionBuilder.php @@ -33,7 +33,7 @@ final class OrderSetBillingAddressCustomFieldActionBuilder implements Builder private $value; /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/OrderSetBillingAddressCustomFieldActionModel.php b/lib/commercetools-api/src/Models/Order/OrderSetBillingAddressCustomFieldActionModel.php index b58b0a3df51..b8ad223bf8d 100644 --- a/lib/commercetools-api/src/Models/Order/OrderSetBillingAddressCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/Order/OrderSetBillingAddressCustomFieldActionModel.php @@ -71,7 +71,7 @@ public function getAction() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/OrderSetCustomFieldAction.php b/lib/commercetools-api/src/Models/Order/OrderSetCustomFieldAction.php index a540efd77a9..91f35ca17ad 100644 --- a/lib/commercetools-api/src/Models/Order/OrderSetCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/Order/OrderSetCustomFieldAction.php @@ -17,7 +17,7 @@ interface OrderSetCustomFieldAction extends OrderUpdateAction public const FIELD_VALUE = 'value'; /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/OrderSetCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/Order/OrderSetCustomFieldActionBuilder.php index 8ba8b5fd8f4..675de1c5aae 100644 --- a/lib/commercetools-api/src/Models/Order/OrderSetCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/Order/OrderSetCustomFieldActionBuilder.php @@ -33,7 +33,7 @@ final class OrderSetCustomFieldActionBuilder implements Builder private $value; /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/OrderSetCustomFieldActionModel.php b/lib/commercetools-api/src/Models/Order/OrderSetCustomFieldActionModel.php index df6558e854e..122c02732b1 100644 --- a/lib/commercetools-api/src/Models/Order/OrderSetCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/Order/OrderSetCustomFieldActionModel.php @@ -71,7 +71,7 @@ public function getAction() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/OrderSetCustomLineItemCustomFieldAction.php b/lib/commercetools-api/src/Models/Order/OrderSetCustomLineItemCustomFieldAction.php index bb1adc18c1c..c9aed1aae5b 100644 --- a/lib/commercetools-api/src/Models/Order/OrderSetCustomLineItemCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/Order/OrderSetCustomLineItemCustomFieldAction.php @@ -35,7 +35,7 @@ public function getCustomLineItemId(); public function getCustomLineItemKey(); /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/OrderSetCustomLineItemCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/Order/OrderSetCustomLineItemCustomFieldActionBuilder.php index 18e6768bebd..19dd8e7815d 100644 --- a/lib/commercetools-api/src/Models/Order/OrderSetCustomLineItemCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/Order/OrderSetCustomLineItemCustomFieldActionBuilder.php @@ -67,7 +67,7 @@ public function getCustomLineItemKey() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/OrderSetCustomLineItemCustomFieldActionModel.php b/lib/commercetools-api/src/Models/Order/OrderSetCustomLineItemCustomFieldActionModel.php index 8175841573d..b45629ef2da 100644 --- a/lib/commercetools-api/src/Models/Order/OrderSetCustomLineItemCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/Order/OrderSetCustomLineItemCustomFieldActionModel.php @@ -127,7 +127,7 @@ public function getCustomLineItemKey() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/OrderSetDeliveryAddressCustomFieldAction.php b/lib/commercetools-api/src/Models/Order/OrderSetDeliveryAddressCustomFieldAction.php index a610c185ecc..086c22510df 100644 --- a/lib/commercetools-api/src/Models/Order/OrderSetDeliveryAddressCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/Order/OrderSetDeliveryAddressCustomFieldAction.php @@ -37,7 +37,7 @@ public function getDeliveryId(); public function getDeliveryKey(); /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/OrderSetDeliveryAddressCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/Order/OrderSetDeliveryAddressCustomFieldActionBuilder.php index dafc66d32cd..dbfa35b2138 100644 --- a/lib/commercetools-api/src/Models/Order/OrderSetDeliveryAddressCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/Order/OrderSetDeliveryAddressCustomFieldActionBuilder.php @@ -69,7 +69,7 @@ public function getDeliveryKey() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/OrderSetDeliveryAddressCustomFieldActionModel.php b/lib/commercetools-api/src/Models/Order/OrderSetDeliveryAddressCustomFieldActionModel.php index 08188194b36..95e0e98aea3 100644 --- a/lib/commercetools-api/src/Models/Order/OrderSetDeliveryAddressCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/Order/OrderSetDeliveryAddressCustomFieldActionModel.php @@ -129,7 +129,7 @@ public function getDeliveryKey() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/OrderSetDeliveryCustomFieldAction.php b/lib/commercetools-api/src/Models/Order/OrderSetDeliveryCustomFieldAction.php index fc73b4cac44..d0e9d6297b1 100644 --- a/lib/commercetools-api/src/Models/Order/OrderSetDeliveryCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/Order/OrderSetDeliveryCustomFieldAction.php @@ -37,7 +37,7 @@ public function getDeliveryId(); public function getDeliveryKey(); /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/OrderSetDeliveryCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/Order/OrderSetDeliveryCustomFieldActionBuilder.php index c010cba549f..78a34193662 100644 --- a/lib/commercetools-api/src/Models/Order/OrderSetDeliveryCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/Order/OrderSetDeliveryCustomFieldActionBuilder.php @@ -69,7 +69,7 @@ public function getDeliveryKey() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/OrderSetDeliveryCustomFieldActionModel.php b/lib/commercetools-api/src/Models/Order/OrderSetDeliveryCustomFieldActionModel.php index a58a3fbb418..3acf8ac207b 100644 --- a/lib/commercetools-api/src/Models/Order/OrderSetDeliveryCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/Order/OrderSetDeliveryCustomFieldActionModel.php @@ -129,7 +129,7 @@ public function getDeliveryKey() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/OrderSetItemShippingAddressCustomFieldAction.php b/lib/commercetools-api/src/Models/Order/OrderSetItemShippingAddressCustomFieldAction.php index 3b04e0346c7..2fd46e9acd1 100644 --- a/lib/commercetools-api/src/Models/Order/OrderSetItemShippingAddressCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/Order/OrderSetItemShippingAddressCustomFieldAction.php @@ -26,7 +26,7 @@ interface OrderSetItemShippingAddressCustomFieldAction extends OrderUpdateAction public function getAddressKey(); /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/OrderSetItemShippingAddressCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/Order/OrderSetItemShippingAddressCustomFieldActionBuilder.php index c048e85b525..69910d4c670 100644 --- a/lib/commercetools-api/src/Models/Order/OrderSetItemShippingAddressCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/Order/OrderSetItemShippingAddressCustomFieldActionBuilder.php @@ -50,7 +50,7 @@ public function getAddressKey() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/OrderSetItemShippingAddressCustomFieldActionModel.php b/lib/commercetools-api/src/Models/Order/OrderSetItemShippingAddressCustomFieldActionModel.php index a731c4459f4..54462795ef0 100644 --- a/lib/commercetools-api/src/Models/Order/OrderSetItemShippingAddressCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/Order/OrderSetItemShippingAddressCustomFieldActionModel.php @@ -99,7 +99,7 @@ public function getAddressKey() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/OrderSetLineItemCustomFieldAction.php b/lib/commercetools-api/src/Models/Order/OrderSetLineItemCustomFieldAction.php index 7da2dd7d5d7..e5e1daafec0 100644 --- a/lib/commercetools-api/src/Models/Order/OrderSetLineItemCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/Order/OrderSetLineItemCustomFieldAction.php @@ -35,7 +35,7 @@ public function getLineItemId(); public function getLineItemKey(); /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/OrderSetLineItemCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/Order/OrderSetLineItemCustomFieldActionBuilder.php index a03e09a8e1a..f9435fcd549 100644 --- a/lib/commercetools-api/src/Models/Order/OrderSetLineItemCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/Order/OrderSetLineItemCustomFieldActionBuilder.php @@ -67,7 +67,7 @@ public function getLineItemKey() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/OrderSetLineItemCustomFieldActionModel.php b/lib/commercetools-api/src/Models/Order/OrderSetLineItemCustomFieldActionModel.php index adfd9e94165..5781dcd4006 100644 --- a/lib/commercetools-api/src/Models/Order/OrderSetLineItemCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/Order/OrderSetLineItemCustomFieldActionModel.php @@ -127,7 +127,7 @@ public function getLineItemKey() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/OrderSetParcelCustomFieldAction.php b/lib/commercetools-api/src/Models/Order/OrderSetParcelCustomFieldAction.php index 5ad94657054..d4107c54b0f 100644 --- a/lib/commercetools-api/src/Models/Order/OrderSetParcelCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/Order/OrderSetParcelCustomFieldAction.php @@ -37,7 +37,7 @@ public function getParcelId(); public function getParcelKey(); /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/OrderSetParcelCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/Order/OrderSetParcelCustomFieldActionBuilder.php index f7dcf5d68e2..5cca9f8c91f 100644 --- a/lib/commercetools-api/src/Models/Order/OrderSetParcelCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/Order/OrderSetParcelCustomFieldActionBuilder.php @@ -69,7 +69,7 @@ public function getParcelKey() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/OrderSetParcelCustomFieldActionModel.php b/lib/commercetools-api/src/Models/Order/OrderSetParcelCustomFieldActionModel.php index 3c5c61a11cc..4815a071db8 100644 --- a/lib/commercetools-api/src/Models/Order/OrderSetParcelCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/Order/OrderSetParcelCustomFieldActionModel.php @@ -129,7 +129,7 @@ public function getParcelKey() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/OrderSetReturnItemCustomFieldAction.php b/lib/commercetools-api/src/Models/Order/OrderSetReturnItemCustomFieldAction.php index 4243baa3ba3..a279d14c88d 100644 --- a/lib/commercetools-api/src/Models/Order/OrderSetReturnItemCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/Order/OrderSetReturnItemCustomFieldAction.php @@ -35,7 +35,7 @@ public function getReturnItemId(); public function getReturnItemKey(); /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/OrderSetReturnItemCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/Order/OrderSetReturnItemCustomFieldActionBuilder.php index 0ae50a104b7..0014b43a7ba 100644 --- a/lib/commercetools-api/src/Models/Order/OrderSetReturnItemCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/Order/OrderSetReturnItemCustomFieldActionBuilder.php @@ -67,7 +67,7 @@ public function getReturnItemKey() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/OrderSetReturnItemCustomFieldActionModel.php b/lib/commercetools-api/src/Models/Order/OrderSetReturnItemCustomFieldActionModel.php index a323d4915b3..38f3dd64988 100644 --- a/lib/commercetools-api/src/Models/Order/OrderSetReturnItemCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/Order/OrderSetReturnItemCustomFieldActionModel.php @@ -127,7 +127,7 @@ public function getReturnItemKey() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/OrderSetShippingAddressCustomFieldAction.php b/lib/commercetools-api/src/Models/Order/OrderSetShippingAddressCustomFieldAction.php index 80d46c22986..1c38ac3d8f7 100644 --- a/lib/commercetools-api/src/Models/Order/OrderSetShippingAddressCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/Order/OrderSetShippingAddressCustomFieldAction.php @@ -17,7 +17,7 @@ interface OrderSetShippingAddressCustomFieldAction extends OrderUpdateAction public const FIELD_VALUE = 'value'; /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/OrderSetShippingAddressCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/Order/OrderSetShippingAddressCustomFieldActionBuilder.php index 8f4530647d7..fbd3699f71f 100644 --- a/lib/commercetools-api/src/Models/Order/OrderSetShippingAddressCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/Order/OrderSetShippingAddressCustomFieldActionBuilder.php @@ -33,7 +33,7 @@ final class OrderSetShippingAddressCustomFieldActionBuilder implements Builder private $value; /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/OrderSetShippingAddressCustomFieldActionModel.php b/lib/commercetools-api/src/Models/Order/OrderSetShippingAddressCustomFieldActionModel.php index 9878db71c45..62fd31bf409 100644 --- a/lib/commercetools-api/src/Models/Order/OrderSetShippingAddressCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/Order/OrderSetShippingAddressCustomFieldActionModel.php @@ -71,7 +71,7 @@ public function getAction() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/OrderSetShippingCustomFieldAction.php b/lib/commercetools-api/src/Models/Order/OrderSetShippingCustomFieldAction.php index 6348af7c5fa..b2d3c35d80d 100644 --- a/lib/commercetools-api/src/Models/Order/OrderSetShippingCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/Order/OrderSetShippingCustomFieldAction.php @@ -28,7 +28,7 @@ interface OrderSetShippingCustomFieldAction extends OrderUpdateAction public function getShippingKey(); /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/OrderSetShippingCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/Order/OrderSetShippingCustomFieldActionBuilder.php index 792ecae06c2..dc1e39a92ce 100644 --- a/lib/commercetools-api/src/Models/Order/OrderSetShippingCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/Order/OrderSetShippingCustomFieldActionBuilder.php @@ -52,7 +52,7 @@ public function getShippingKey() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/OrderSetShippingCustomFieldActionModel.php b/lib/commercetools-api/src/Models/Order/OrderSetShippingCustomFieldActionModel.php index e2d3433d7fc..edd7331795d 100644 --- a/lib/commercetools-api/src/Models/Order/OrderSetShippingCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/Order/OrderSetShippingCustomFieldActionModel.php @@ -101,7 +101,7 @@ public function getShippingKey() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/OrderEdit/OrderEditDraft.php b/lib/commercetools-api/src/Models/OrderEdit/OrderEditDraft.php index 58e91678d9e..a962b4a8894 100644 --- a/lib/commercetools-api/src/Models/OrderEdit/OrderEditDraft.php +++ b/lib/commercetools-api/src/Models/OrderEdit/OrderEditDraft.php @@ -67,7 +67,7 @@ public function getComment(); /** *Set to true if you want to preview the edited Order first without persisting it (dry run).
* A dry run allows checking for potential errors when trying to apply the stagedActions.
Order API Extensions, if any, are also called in dry runs.
+ *Order API Extensions, if any, are also called in dry runs.
* * @return null|bool diff --git a/lib/commercetools-api/src/Models/OrderEdit/OrderEditDraftBuilder.php b/lib/commercetools-api/src/Models/OrderEdit/OrderEditDraftBuilder.php index 226ca4c189e..7e88268f06b 100644 --- a/lib/commercetools-api/src/Models/OrderEdit/OrderEditDraftBuilder.php +++ b/lib/commercetools-api/src/Models/OrderEdit/OrderEditDraftBuilder.php @@ -120,7 +120,7 @@ public function getComment() /** *Set to true if you want to preview the edited Order first without persisting it (dry run).
* A dry run allows checking for potential errors when trying to apply the stagedActions.
Order API Extensions, if any, are also called in dry runs.
+ *Order API Extensions, if any, are also called in dry runs.
* * @return null|bool diff --git a/lib/commercetools-api/src/Models/OrderEdit/OrderEditDraftModel.php b/lib/commercetools-api/src/Models/OrderEdit/OrderEditDraftModel.php index 3249154ce44..18868889948 100644 --- a/lib/commercetools-api/src/Models/OrderEdit/OrderEditDraftModel.php +++ b/lib/commercetools-api/src/Models/OrderEdit/OrderEditDraftModel.php @@ -186,7 +186,7 @@ public function getComment() /** *Set to true if you want to preview the edited Order first without persisting it (dry run).
* A dry run allows checking for potential errors when trying to apply the stagedActions.
Order API Extensions, if any, are also called in dry runs.
+ *Order API Extensions, if any, are also called in dry runs.
* * * @return null|bool diff --git a/lib/commercetools-api/src/Models/OrderEdit/OrderEditPagedQueryResponse.php b/lib/commercetools-api/src/Models/OrderEdit/OrderEditPagedQueryResponse.php index 7ec82a37f4a..6a11f5975e5 100644 --- a/lib/commercetools-api/src/Models/OrderEdit/OrderEditPagedQueryResponse.php +++ b/lib/commercetools-api/src/Models/OrderEdit/OrderEditPagedQueryResponse.php @@ -20,7 +20,7 @@ interface OrderEditPagedQueryResponse extends JsonObject public const FIELD_RESULTS = 'results'; /** - *Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -28,7 +28,7 @@ interface OrderEditPagedQueryResponse extends JsonObject public function getLimit(); /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -45,10 +45,10 @@ public function getCount(); /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/OrderEdit/OrderEditPagedQueryResponseBuilder.php b/lib/commercetools-api/src/Models/OrderEdit/OrderEditPagedQueryResponseBuilder.php
index 9e69c225e7f..be15d44b9de 100644
--- a/lib/commercetools-api/src/Models/OrderEdit/OrderEditPagedQueryResponseBuilder.php
+++ b/lib/commercetools-api/src/Models/OrderEdit/OrderEditPagedQueryResponseBuilder.php
@@ -51,7 +51,7 @@ final class OrderEditPagedQueryResponseBuilder implements Builder
private $results;
/**
- * Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -62,7 +62,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -85,10 +85,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/OrderEdit/OrderEditPagedQueryResponseModel.php b/lib/commercetools-api/src/Models/OrderEdit/OrderEditPagedQueryResponseModel.php
index 9760192a97b..d6c2f1d74b3 100644
--- a/lib/commercetools-api/src/Models/OrderEdit/OrderEditPagedQueryResponseModel.php
+++ b/lib/commercetools-api/src/Models/OrderEdit/OrderEditPagedQueryResponseModel.php
@@ -68,7 +68,7 @@ public function __construct(
}
/**
- * Number of results requested.
+ *Number of results requested.
* * * @return null|int @@ -88,7 +88,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * * @return null|int @@ -129,10 +129,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/OrderEdit/OrderEditPreviewSuccess.php b/lib/commercetools-api/src/Models/OrderEdit/OrderEditPreviewSuccess.php
index c4e4d340476..c18e8cbedbe 100644
--- a/lib/commercetools-api/src/Models/OrderEdit/OrderEditPreviewSuccess.php
+++ b/lib/commercetools-api/src/Models/OrderEdit/OrderEditPreviewSuccess.php
@@ -18,7 +18,7 @@ interface OrderEditPreviewSuccess extends OrderEditResult
public const FIELD_MESSAGE_PAYLOADS = 'messagePayloads';
/**
- * A preview of the edited Order as it will be after all stagedActions (incl. optional Order API Extensions) are applied.
A preview of the edited Order as it will be after all stagedActions (incl. optional Order API Extensions) are applied.
A preview of the edited Order as it will be after all stagedActions (incl. optional Order API Extensions) are applied.
A preview of the edited Order as it will be after all stagedActions (incl. optional Order API Extensions) are applied.
A preview of the edited Order as it will be after all stagedActions (incl. optional Order API Extensions) are applied.
A preview of the edited Order as it will be after all stagedActions (incl. optional Order API Extensions) are applied.
Contains the representation of the expanded Order Edit. Only present in responses to requests with Reference Expansion for Order Edits.
+ *Contains the representation of the expanded Order Edit. Only present in responses to requests with Reference Expansion for Order Edits.
* * @return null|OrderEdit diff --git a/lib/commercetools-api/src/Models/OrderEdit/OrderEditReferenceBuilder.php b/lib/commercetools-api/src/Models/OrderEdit/OrderEditReferenceBuilder.php index 6d08bff6c58..e7a80ffa506 100644 --- a/lib/commercetools-api/src/Models/OrderEdit/OrderEditReferenceBuilder.php +++ b/lib/commercetools-api/src/Models/OrderEdit/OrderEditReferenceBuilder.php @@ -46,7 +46,7 @@ public function getId() } /** - *Contains the representation of the expanded Order Edit. Only present in responses to requests with Reference Expansion for Order Edits.
+ *Contains the representation of the expanded Order Edit. Only present in responses to requests with Reference Expansion for Order Edits.
* * @return null|OrderEdit diff --git a/lib/commercetools-api/src/Models/OrderEdit/OrderEditReferenceModel.php b/lib/commercetools-api/src/Models/OrderEdit/OrderEditReferenceModel.php index f6717366e80..4b7d08dac51 100644 --- a/lib/commercetools-api/src/Models/OrderEdit/OrderEditReferenceModel.php +++ b/lib/commercetools-api/src/Models/OrderEdit/OrderEditReferenceModel.php @@ -93,7 +93,7 @@ public function getId() } /** - *Contains the representation of the expanded Order Edit. Only present in responses to requests with Reference Expansion for Order Edits.
+ *Contains the representation of the expanded Order Edit. Only present in responses to requests with Reference Expansion for Order Edits.
* * * @return null|OrderEdit diff --git a/lib/commercetools-api/src/Models/OrderEdit/OrderEditSetCustomFieldAction.php b/lib/commercetools-api/src/Models/OrderEdit/OrderEditSetCustomFieldAction.php index be78e98311a..5b80e0ad82e 100644 --- a/lib/commercetools-api/src/Models/OrderEdit/OrderEditSetCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/OrderEdit/OrderEditSetCustomFieldAction.php @@ -17,7 +17,7 @@ interface OrderEditSetCustomFieldAction extends OrderEditUpdateAction public const FIELD_VALUE = 'value'; /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/OrderEdit/OrderEditSetCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/OrderEdit/OrderEditSetCustomFieldActionBuilder.php index c21327fd4a5..7e3e516c6b2 100644 --- a/lib/commercetools-api/src/Models/OrderEdit/OrderEditSetCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/OrderEdit/OrderEditSetCustomFieldActionBuilder.php @@ -33,7 +33,7 @@ final class OrderEditSetCustomFieldActionBuilder implements Builder private $value; /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/OrderEdit/OrderEditSetCustomFieldActionModel.php b/lib/commercetools-api/src/Models/OrderEdit/OrderEditSetCustomFieldActionModel.php index bf62d8c4be6..22ebe005d08 100644 --- a/lib/commercetools-api/src/Models/OrderEdit/OrderEditSetCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/OrderEdit/OrderEditSetCustomFieldActionModel.php @@ -71,7 +71,7 @@ public function getAction() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderAddLineItemAction.php b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderAddLineItemAction.php index 8a8018ee7b6..158ccbaa2b0 100644 --- a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderAddLineItemAction.php +++ b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderAddLineItemAction.php @@ -93,7 +93,7 @@ public function getQuantity(); public function getAddedAt(); /** - *Used to select a Product Price. + *
Used to select a Product Price.
* The Channel must have the ProductDistribution ChannelRoleEnum.
* If the Cart is bound to a Store with distributionChannels set, the Channel must match one of the Store's distribution channels.
Used to identify Inventory entries that must be reserved. + *
Used to identify Inventory entries that must be reserved.
* The Channel must have the InventorySupply ChannelRoleEnum.
Used to select a Product Price. + *
Used to select a Product Price.
* The Channel must have the ProductDistribution ChannelRoleEnum.
* If the Cart is bound to a Store with distributionChannels set, the Channel must match one of the Store's distribution channels.
Used to identify Inventory entries that must be reserved. + *
Used to identify Inventory entries that must be reserved.
* The Channel must have the InventorySupply ChannelRoleEnum.
Used to select a Product Price. + *
Used to select a Product Price.
* The Channel must have the ProductDistribution ChannelRoleEnum.
* If the Cart is bound to a Store with distributionChannels set, the Channel must match one of the Store's distribution channels.
Used to identify Inventory entries that must be reserved. + *
Used to identify Inventory entries that must be reserved.
* The Channel must have the InventorySupply ChannelRoleEnum.
User-defined identifier of a purchase Order.
- *It is typically set by the Buyer and can be used with Quotes to track the purchase Order during the quote and order flow.
+ *It is typically set by the Buyer and can be used with Quotes to track the purchase Order during the quote and order flow.
* * @return null|string @@ -483,7 +483,7 @@ public function getCustomerEmail() /** *Reference to the Customer Group of the Customer that the Order belongs to. - * Used for Line Item price selection.
+ * Used for Line Item price selection. * * @return null|CustomerGroupReference @@ -505,7 +505,7 @@ public function getAnonymousId() } /** - *Reference to a Business Unit the Order belongs to. Only available for B2B-enabled Projects.
+ *Reference to a Business Unit the Order belongs to. Only available for B2B-enabled Projects.
* * @return null|BusinessUnitKeyReference @@ -810,7 +810,7 @@ public function getPaymentInfo() } /** - *Used for Line Item price selection.
+ *Used for Line Item price selection.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderChangeLineItemQuantityAction.php b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderChangeLineItemQuantityAction.php index 84dd241e25d..cf7e7159a21 100644 --- a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderChangeLineItemQuantityAction.php +++ b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderChangeLineItemQuantityAction.php @@ -50,7 +50,7 @@ public function getQuantity(); /** *Required when the Line Item uses ExternalPrice LineItemPriceMode.
* Sets the LineItem price to the given value when changing the quantity of a Line Item.
The LineItem price is updated as described in Line Item price selection.
+ *The LineItem price is updated as described in Line Item price selection.
*To set the money value in high precision, use HighPrecisionMoneyDraft.
* diff --git a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderChangeLineItemQuantityActionBuilder.php b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderChangeLineItemQuantityActionBuilder.php index 74785b80184..39e30857b8b 100644 --- a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderChangeLineItemQuantityActionBuilder.php +++ b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderChangeLineItemQuantityActionBuilder.php @@ -93,7 +93,7 @@ public function getQuantity() /** *Required when the Line Item uses ExternalPrice LineItemPriceMode.
* Sets the LineItem price to the given value when changing the quantity of a Line Item.
The LineItem price is updated as described in Line Item price selection.
+ *The LineItem price is updated as described in Line Item price selection.
*To set the money value in high precision, use HighPrecisionMoneyDraft.
* diff --git a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderChangeLineItemQuantityActionModel.php b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderChangeLineItemQuantityActionModel.php index b7491f786c9..ab3c1ea4a2a 100644 --- a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderChangeLineItemQuantityActionModel.php +++ b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderChangeLineItemQuantityActionModel.php @@ -164,7 +164,7 @@ public function getQuantity() /** *Required when the Line Item uses ExternalPrice LineItemPriceMode.
* Sets the LineItem price to the given value when changing the quantity of a Line Item.
The LineItem price is updated as described in Line Item price selection.
+ *The LineItem price is updated as described in Line Item price selection.
*To set the money value in high precision, use HighPrecisionMoneyDraft.
* * diff --git a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderModel.php b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderModel.php index d73fbf8c0b0..1010d90116a 100644 --- a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderModel.php +++ b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderModel.php @@ -617,7 +617,7 @@ public function getOrderNumber() /** *User-defined identifier of a purchase Order.
- *It is typically set by the Buyer and can be used with Quotes to track the purchase Order during the quote and order flow.
+ *It is typically set by the Buyer and can be used with Quotes to track the purchase Order during the quote and order flow.
* * * @return null|string @@ -678,7 +678,7 @@ public function getCustomerEmail() /** *Reference to the Customer Group of the Customer that the Order belongs to. - * Used for Line Item price selection.
+ * Used for Line Item price selection. * * * @return null|CustomerGroupReference @@ -719,7 +719,7 @@ public function getAnonymousId() } /** - *Reference to a Business Unit the Order belongs to. Only available for B2B-enabled Projects.
+ *Reference to a Business Unit the Order belongs to. Only available for B2B-enabled Projects.
* * * @return null|BusinessUnitKeyReference @@ -1270,7 +1270,7 @@ public function getPaymentInfo() } /** - *Used for Line Item price selection.
+ *Used for Line Item price selection.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetBillingAddressCustomFieldAction.php b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetBillingAddressCustomFieldAction.php index ca6fc41d569..2f180cddfe7 100644 --- a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetBillingAddressCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetBillingAddressCustomFieldAction.php @@ -18,7 +18,7 @@ interface StagedOrderSetBillingAddressCustomFieldAction extends StagedOrderUpdat public const FIELD_VALUE = 'value'; /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetBillingAddressCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetBillingAddressCustomFieldActionBuilder.php index 97407c03ece..f436a9f9823 100644 --- a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetBillingAddressCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetBillingAddressCustomFieldActionBuilder.php @@ -35,7 +35,7 @@ final class StagedOrderSetBillingAddressCustomFieldActionBuilder implements Buil private $value; /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetBillingAddressCustomFieldActionModel.php b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetBillingAddressCustomFieldActionModel.php index b519294a89e..ae28f4c16d0 100644 --- a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetBillingAddressCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetBillingAddressCustomFieldActionModel.php @@ -73,7 +73,7 @@ public function getAction() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetCustomFieldAction.php b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetCustomFieldAction.php index aef73ae84c9..09570be75f2 100644 --- a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetCustomFieldAction.php @@ -18,7 +18,7 @@ interface StagedOrderSetCustomFieldAction extends StagedOrderUpdateAction public const FIELD_VALUE = 'value'; /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetCustomFieldActionBuilder.php index 77925397987..9c2c83f7c3d 100644 --- a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetCustomFieldActionBuilder.php @@ -35,7 +35,7 @@ final class StagedOrderSetCustomFieldActionBuilder implements Builder private $value; /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetCustomFieldActionModel.php b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetCustomFieldActionModel.php index 7dd967ad7fe..f6711c88139 100644 --- a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetCustomFieldActionModel.php @@ -73,7 +73,7 @@ public function getAction() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetCustomLineItemCustomFieldAction.php b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetCustomLineItemCustomFieldAction.php index 7c047eda964..8e7eff22ad5 100644 --- a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetCustomLineItemCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetCustomLineItemCustomFieldAction.php @@ -36,7 +36,7 @@ public function getCustomLineItemId(); public function getCustomLineItemKey(); /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetCustomLineItemCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetCustomLineItemCustomFieldActionBuilder.php index fb1313390e5..6e4e04ba02b 100644 --- a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetCustomLineItemCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetCustomLineItemCustomFieldActionBuilder.php @@ -69,7 +69,7 @@ public function getCustomLineItemKey() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetCustomLineItemCustomFieldActionModel.php b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetCustomLineItemCustomFieldActionModel.php index 8176e530519..a1418e1270c 100644 --- a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetCustomLineItemCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetCustomLineItemCustomFieldActionModel.php @@ -129,7 +129,7 @@ public function getCustomLineItemKey() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetDeliveryAddressCustomFieldAction.php b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetDeliveryAddressCustomFieldAction.php index 34368defaf7..6ff491ed038 100644 --- a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetDeliveryAddressCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetDeliveryAddressCustomFieldAction.php @@ -38,7 +38,7 @@ public function getDeliveryId(); public function getDeliveryKey(); /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetDeliveryAddressCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetDeliveryAddressCustomFieldActionBuilder.php index f9d761437ca..ea5ac5535d1 100644 --- a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetDeliveryAddressCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetDeliveryAddressCustomFieldActionBuilder.php @@ -71,7 +71,7 @@ public function getDeliveryKey() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetDeliveryAddressCustomFieldActionModel.php b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetDeliveryAddressCustomFieldActionModel.php index 4a54b3a7739..fd33a490fb9 100644 --- a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetDeliveryAddressCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetDeliveryAddressCustomFieldActionModel.php @@ -131,7 +131,7 @@ public function getDeliveryKey() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetDeliveryCustomFieldAction.php b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetDeliveryCustomFieldAction.php index 210107951ad..283cd94eb75 100644 --- a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetDeliveryCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetDeliveryCustomFieldAction.php @@ -38,7 +38,7 @@ public function getDeliveryId(); public function getDeliveryKey(); /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetDeliveryCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetDeliveryCustomFieldActionBuilder.php index 82777d47f96..a2a3f933420 100644 --- a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetDeliveryCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetDeliveryCustomFieldActionBuilder.php @@ -71,7 +71,7 @@ public function getDeliveryKey() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetDeliveryCustomFieldActionModel.php b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetDeliveryCustomFieldActionModel.php index 4c9a35733be..0dbf7c38a9e 100644 --- a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetDeliveryCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetDeliveryCustomFieldActionModel.php @@ -131,7 +131,7 @@ public function getDeliveryKey() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetItemShippingAddressCustomFieldAction.php b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetItemShippingAddressCustomFieldAction.php index e2974122969..1968784e0fa 100644 --- a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetItemShippingAddressCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetItemShippingAddressCustomFieldAction.php @@ -27,7 +27,7 @@ interface StagedOrderSetItemShippingAddressCustomFieldAction extends StagedOrder public function getAddressKey(); /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetItemShippingAddressCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetItemShippingAddressCustomFieldActionBuilder.php index b14db7ba4d5..2fa228c1a4b 100644 --- a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetItemShippingAddressCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetItemShippingAddressCustomFieldActionBuilder.php @@ -52,7 +52,7 @@ public function getAddressKey() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetItemShippingAddressCustomFieldActionModel.php b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetItemShippingAddressCustomFieldActionModel.php index 6e8da82a992..a36a04ed7e5 100644 --- a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetItemShippingAddressCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetItemShippingAddressCustomFieldActionModel.php @@ -101,7 +101,7 @@ public function getAddressKey() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetLineItemCustomFieldAction.php b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetLineItemCustomFieldAction.php index 2deee521dbc..8de00dd67c3 100644 --- a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetLineItemCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetLineItemCustomFieldAction.php @@ -36,7 +36,7 @@ public function getLineItemId(); public function getLineItemKey(); /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetLineItemCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetLineItemCustomFieldActionBuilder.php index 369f0f02fb1..c7930304898 100644 --- a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetLineItemCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetLineItemCustomFieldActionBuilder.php @@ -69,7 +69,7 @@ public function getLineItemKey() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetLineItemCustomFieldActionModel.php b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetLineItemCustomFieldActionModel.php index 5b680ce2f5b..089ad90b025 100644 --- a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetLineItemCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetLineItemCustomFieldActionModel.php @@ -129,7 +129,7 @@ public function getLineItemKey() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetParcelCustomFieldAction.php b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetParcelCustomFieldAction.php index abf7857e89b..d12cd081375 100644 --- a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetParcelCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetParcelCustomFieldAction.php @@ -38,7 +38,7 @@ public function getParcelId(); public function getParcelKey(); /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetParcelCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetParcelCustomFieldActionBuilder.php index 4e855639fe1..83639dbba22 100644 --- a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetParcelCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetParcelCustomFieldActionBuilder.php @@ -71,7 +71,7 @@ public function getParcelKey() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetParcelCustomFieldActionModel.php b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetParcelCustomFieldActionModel.php index 5c14283433b..c4f8a593a40 100644 --- a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetParcelCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetParcelCustomFieldActionModel.php @@ -131,7 +131,7 @@ public function getParcelKey() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetReturnItemCustomFieldAction.php b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetReturnItemCustomFieldAction.php index e41ea9c3e6d..b9cee1cb747 100644 --- a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetReturnItemCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetReturnItemCustomFieldAction.php @@ -36,7 +36,7 @@ public function getReturnItemId(); public function getReturnItemKey(); /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetReturnItemCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetReturnItemCustomFieldActionBuilder.php index 4f03a6621c5..dd161539141 100644 --- a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetReturnItemCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetReturnItemCustomFieldActionBuilder.php @@ -69,7 +69,7 @@ public function getReturnItemKey() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetReturnItemCustomFieldActionModel.php b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetReturnItemCustomFieldActionModel.php index dc6d132769e..b02190b40cf 100644 --- a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetReturnItemCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetReturnItemCustomFieldActionModel.php @@ -129,7 +129,7 @@ public function getReturnItemKey() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetShippingAddressCustomFieldAction.php b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetShippingAddressCustomFieldAction.php index a0961b2c983..c6ed59b5a43 100644 --- a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetShippingAddressCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetShippingAddressCustomFieldAction.php @@ -18,7 +18,7 @@ interface StagedOrderSetShippingAddressCustomFieldAction extends StagedOrderUpda public const FIELD_VALUE = 'value'; /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetShippingAddressCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetShippingAddressCustomFieldActionBuilder.php index fbf51d19945..949d0757173 100644 --- a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetShippingAddressCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetShippingAddressCustomFieldActionBuilder.php @@ -35,7 +35,7 @@ final class StagedOrderSetShippingAddressCustomFieldActionBuilder implements Bui private $value; /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetShippingAddressCustomFieldActionModel.php b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetShippingAddressCustomFieldActionModel.php index 426a8e99ac3..e57c5e97ca6 100644 --- a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetShippingAddressCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetShippingAddressCustomFieldActionModel.php @@ -73,7 +73,7 @@ public function getAction() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetShippingCustomFieldAction.php b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetShippingCustomFieldAction.php index 67264e5d437..24e826d87d9 100644 --- a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetShippingCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetShippingCustomFieldAction.php @@ -29,7 +29,7 @@ interface StagedOrderSetShippingCustomFieldAction extends StagedOrderUpdateActio public function getShippingKey(); /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetShippingCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetShippingCustomFieldActionBuilder.php index 4d1f1fa51d4..418da3df8c8 100644 --- a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetShippingCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetShippingCustomFieldActionBuilder.php @@ -54,7 +54,7 @@ public function getShippingKey() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetShippingCustomFieldActionModel.php b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetShippingCustomFieldActionModel.php index 80dda362036..ec969c1d131 100644 --- a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetShippingCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderSetShippingCustomFieldActionModel.php @@ -103,7 +103,7 @@ public function getShippingKey() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Payment/PaymentPagedQueryResponse.php b/lib/commercetools-api/src/Models/Payment/PaymentPagedQueryResponse.php index ccee88d553e..d85661c7730 100644 --- a/lib/commercetools-api/src/Models/Payment/PaymentPagedQueryResponse.php +++ b/lib/commercetools-api/src/Models/Payment/PaymentPagedQueryResponse.php @@ -20,7 +20,7 @@ interface PaymentPagedQueryResponse extends JsonObject public const FIELD_RESULTS = 'results'; /** - *Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -37,10 +37,10 @@ public function getCount(); /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
@@ -48,7 +48,7 @@ public function getCount();
public function getTotal();
/**
- * Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int diff --git a/lib/commercetools-api/src/Models/Payment/PaymentPagedQueryResponseBuilder.php b/lib/commercetools-api/src/Models/Payment/PaymentPagedQueryResponseBuilder.php index c66fb1eba50..0f6073991a9 100644 --- a/lib/commercetools-api/src/Models/Payment/PaymentPagedQueryResponseBuilder.php +++ b/lib/commercetools-api/src/Models/Payment/PaymentPagedQueryResponseBuilder.php @@ -51,7 +51,7 @@ final class PaymentPagedQueryResponseBuilder implements Builder private $results; /** - *Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -74,10 +74,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
@@ -88,7 +88,7 @@ public function getTotal()
}
/**
- * Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int diff --git a/lib/commercetools-api/src/Models/Payment/PaymentPagedQueryResponseModel.php b/lib/commercetools-api/src/Models/Payment/PaymentPagedQueryResponseModel.php index f628eb63b3d..1826f99e58d 100644 --- a/lib/commercetools-api/src/Models/Payment/PaymentPagedQueryResponseModel.php +++ b/lib/commercetools-api/src/Models/Payment/PaymentPagedQueryResponseModel.php @@ -68,7 +68,7 @@ public function __construct( } /** - *Number of results requested.
+ *Number of results requested.
* * * @return null|int @@ -109,10 +109,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
*
* @return null|int
@@ -132,7 +132,7 @@ public function getTotal()
}
/**
- * Number of elements skipped.
+ *Number of elements skipped.
* * * @return null|int diff --git a/lib/commercetools-api/src/Models/Payment/PaymentReference.php b/lib/commercetools-api/src/Models/Payment/PaymentReference.php index bb94b9949bc..34570459c47 100644 --- a/lib/commercetools-api/src/Models/Payment/PaymentReference.php +++ b/lib/commercetools-api/src/Models/Payment/PaymentReference.php @@ -23,7 +23,7 @@ interface PaymentReference extends Reference public function getTypeId(); /** - *Contains the representation of the expanded Payment. Only present in responses to requests with Reference Expansion for Payments.
+ *Contains the representation of the expanded Payment. Only present in responses to requests with Reference Expansion for Payments.
* * @return null|Payment diff --git a/lib/commercetools-api/src/Models/Payment/PaymentReferenceBuilder.php b/lib/commercetools-api/src/Models/Payment/PaymentReferenceBuilder.php index 8e6e4d2e190..a10ec1e560f 100644 --- a/lib/commercetools-api/src/Models/Payment/PaymentReferenceBuilder.php +++ b/lib/commercetools-api/src/Models/Payment/PaymentReferenceBuilder.php @@ -46,7 +46,7 @@ public function getId() } /** - *Contains the representation of the expanded Payment. Only present in responses to requests with Reference Expansion for Payments.
+ *Contains the representation of the expanded Payment. Only present in responses to requests with Reference Expansion for Payments.
* * @return null|Payment diff --git a/lib/commercetools-api/src/Models/Payment/PaymentReferenceModel.php b/lib/commercetools-api/src/Models/Payment/PaymentReferenceModel.php index 6171595eb32..200ee179f5d 100644 --- a/lib/commercetools-api/src/Models/Payment/PaymentReferenceModel.php +++ b/lib/commercetools-api/src/Models/Payment/PaymentReferenceModel.php @@ -93,7 +93,7 @@ public function getId() } /** - *Contains the representation of the expanded Payment. Only present in responses to requests with Reference Expansion for Payments.
+ *Contains the representation of the expanded Payment. Only present in responses to requests with Reference Expansion for Payments.
* * * @return null|Payment diff --git a/lib/commercetools-api/src/Models/Payment/PaymentSetCustomFieldAction.php b/lib/commercetools-api/src/Models/Payment/PaymentSetCustomFieldAction.php index d44c456c750..8b045b2aeb7 100644 --- a/lib/commercetools-api/src/Models/Payment/PaymentSetCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/Payment/PaymentSetCustomFieldAction.php @@ -17,7 +17,7 @@ interface PaymentSetCustomFieldAction extends PaymentUpdateAction public const FIELD_VALUE = 'value'; /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Payment/PaymentSetCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/Payment/PaymentSetCustomFieldActionBuilder.php index a6587266f52..aafece1cda2 100644 --- a/lib/commercetools-api/src/Models/Payment/PaymentSetCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/Payment/PaymentSetCustomFieldActionBuilder.php @@ -33,7 +33,7 @@ final class PaymentSetCustomFieldActionBuilder implements Builder private $value; /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Payment/PaymentSetCustomFieldActionModel.php b/lib/commercetools-api/src/Models/Payment/PaymentSetCustomFieldActionModel.php index b9984e6e30e..a0902ad740d 100644 --- a/lib/commercetools-api/src/Models/Payment/PaymentSetCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/Payment/PaymentSetCustomFieldActionModel.php @@ -71,7 +71,7 @@ public function getAction() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Payment/PaymentSetMethodInfoCustomFieldAction.php b/lib/commercetools-api/src/Models/Payment/PaymentSetMethodInfoCustomFieldAction.php index 42e0b46340f..c9ac49d6d70 100644 --- a/lib/commercetools-api/src/Models/Payment/PaymentSetMethodInfoCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/Payment/PaymentSetMethodInfoCustomFieldAction.php @@ -17,7 +17,7 @@ interface PaymentSetMethodInfoCustomFieldAction extends PaymentUpdateAction public const FIELD_VALUE = 'value'; /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Payment/PaymentSetMethodInfoCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/Payment/PaymentSetMethodInfoCustomFieldActionBuilder.php index 2780f616aab..ee5f4bf845d 100644 --- a/lib/commercetools-api/src/Models/Payment/PaymentSetMethodInfoCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/Payment/PaymentSetMethodInfoCustomFieldActionBuilder.php @@ -33,7 +33,7 @@ final class PaymentSetMethodInfoCustomFieldActionBuilder implements Builder private $value; /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Payment/PaymentSetMethodInfoCustomFieldActionModel.php b/lib/commercetools-api/src/Models/Payment/PaymentSetMethodInfoCustomFieldActionModel.php index bf5074931cb..2ec0cd3458c 100644 --- a/lib/commercetools-api/src/Models/Payment/PaymentSetMethodInfoCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/Payment/PaymentSetMethodInfoCustomFieldActionModel.php @@ -71,7 +71,7 @@ public function getAction() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Payment/PaymentSetTransactionCustomFieldAction.php b/lib/commercetools-api/src/Models/Payment/PaymentSetTransactionCustomFieldAction.php index 4282b0fa7f2..4f68afa3439 100644 --- a/lib/commercetools-api/src/Models/Payment/PaymentSetTransactionCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/Payment/PaymentSetTransactionCustomFieldAction.php @@ -26,7 +26,7 @@ interface PaymentSetTransactionCustomFieldAction extends PaymentUpdateAction public function getTransactionId(); /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Payment/PaymentSetTransactionCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/Payment/PaymentSetTransactionCustomFieldActionBuilder.php index b2d14f89c9d..b476bc6bcb5 100644 --- a/lib/commercetools-api/src/Models/Payment/PaymentSetTransactionCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/Payment/PaymentSetTransactionCustomFieldActionBuilder.php @@ -50,7 +50,7 @@ public function getTransactionId() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Payment/PaymentSetTransactionCustomFieldActionModel.php b/lib/commercetools-api/src/Models/Payment/PaymentSetTransactionCustomFieldActionModel.php index 69d0873f84d..72cb0c2b991 100644 --- a/lib/commercetools-api/src/Models/Payment/PaymentSetTransactionCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/Payment/PaymentSetTransactionCustomFieldActionModel.php @@ -99,7 +99,7 @@ public function getTransactionId() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/PaymentMethod/PaymentMethod.php b/lib/commercetools-api/src/Models/PaymentMethod/PaymentMethod.php index 0c156dc5757..94afe9c249a 100644 --- a/lib/commercetools-api/src/Models/PaymentMethod/PaymentMethod.php +++ b/lib/commercetools-api/src/Models/PaymentMethod/PaymentMethod.php @@ -78,7 +78,7 @@ public function getCustomer(); /** *Reference to a BusinessUnit associated with the PaymentMethod.
- *Only available for B2B-enabled Projects.
+ *Only available for B2B-enabled Projects.
* * @return null|BusinessUnitKeyReference diff --git a/lib/commercetools-api/src/Models/PaymentMethod/PaymentMethodBuilder.php b/lib/commercetools-api/src/Models/PaymentMethod/PaymentMethodBuilder.php index dbbaeecfca6..1c4fb24fd96 100644 --- a/lib/commercetools-api/src/Models/PaymentMethod/PaymentMethodBuilder.php +++ b/lib/commercetools-api/src/Models/PaymentMethod/PaymentMethodBuilder.php @@ -217,7 +217,7 @@ public function getCustomer() /** *Reference to a BusinessUnit associated with the PaymentMethod.
- *Only available for B2B-enabled Projects.
+ *Only available for B2B-enabled Projects.
* * @return null|BusinessUnitKeyReference diff --git a/lib/commercetools-api/src/Models/PaymentMethod/PaymentMethodDraft.php b/lib/commercetools-api/src/Models/PaymentMethod/PaymentMethodDraft.php index 5709eb264d0..6b27ca2f16d 100644 --- a/lib/commercetools-api/src/Models/PaymentMethod/PaymentMethodDraft.php +++ b/lib/commercetools-api/src/Models/PaymentMethod/PaymentMethodDraft.php @@ -56,7 +56,7 @@ public function getCustomer(); /** *Reference to a BusinessUnit the PaymentMethod should belong to.
- *Only available for B2B-enabled Projects.
+ *Only available for B2B-enabled Projects.
* * @return null|BusinessUnitResourceIdentifier diff --git a/lib/commercetools-api/src/Models/PaymentMethod/PaymentMethodDraftBuilder.php b/lib/commercetools-api/src/Models/PaymentMethod/PaymentMethodDraftBuilder.php index 983f171d313..da1ae749056 100644 --- a/lib/commercetools-api/src/Models/PaymentMethod/PaymentMethodDraftBuilder.php +++ b/lib/commercetools-api/src/Models/PaymentMethod/PaymentMethodDraftBuilder.php @@ -130,7 +130,7 @@ public function getCustomer() /** *Reference to a BusinessUnit the PaymentMethod should belong to.
- *Only available for B2B-enabled Projects.
+ *Only available for B2B-enabled Projects.
* * @return null|BusinessUnitResourceIdentifier diff --git a/lib/commercetools-api/src/Models/PaymentMethod/PaymentMethodDraftModel.php b/lib/commercetools-api/src/Models/PaymentMethod/PaymentMethodDraftModel.php index a40dc9d5933..41c4ec5aee2 100644 --- a/lib/commercetools-api/src/Models/PaymentMethod/PaymentMethodDraftModel.php +++ b/lib/commercetools-api/src/Models/PaymentMethod/PaymentMethodDraftModel.php @@ -188,7 +188,7 @@ public function getCustomer() /** *Reference to a BusinessUnit the PaymentMethod should belong to.
- *Only available for B2B-enabled Projects.
+ *Only available for B2B-enabled Projects.
* * * @return null|BusinessUnitResourceIdentifier diff --git a/lib/commercetools-api/src/Models/PaymentMethod/PaymentMethodModel.php b/lib/commercetools-api/src/Models/PaymentMethod/PaymentMethodModel.php index 709b96fc359..6b1de3fbfa5 100644 --- a/lib/commercetools-api/src/Models/PaymentMethod/PaymentMethodModel.php +++ b/lib/commercetools-api/src/Models/PaymentMethod/PaymentMethodModel.php @@ -331,7 +331,7 @@ public function getCustomer() /** *Reference to a BusinessUnit associated with the PaymentMethod.
- *Only available for B2B-enabled Projects.
+ *Only available for B2B-enabled Projects.
* * * @return null|BusinessUnitKeyReference diff --git a/lib/commercetools-api/src/Models/PaymentMethod/PaymentMethodPagedQueryResponse.php b/lib/commercetools-api/src/Models/PaymentMethod/PaymentMethodPagedQueryResponse.php index 7d3869b1cd0..1d8187daca8 100644 --- a/lib/commercetools-api/src/Models/PaymentMethod/PaymentMethodPagedQueryResponse.php +++ b/lib/commercetools-api/src/Models/PaymentMethod/PaymentMethodPagedQueryResponse.php @@ -20,7 +20,7 @@ interface PaymentMethodPagedQueryResponse extends JsonObject public const FIELD_RESULTS = 'results'; /** - *Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -28,7 +28,7 @@ interface PaymentMethodPagedQueryResponse extends JsonObject public function getLimit(); /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -45,10 +45,10 @@ public function getCount(); /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/PaymentMethod/PaymentMethodPagedQueryResponseBuilder.php b/lib/commercetools-api/src/Models/PaymentMethod/PaymentMethodPagedQueryResponseBuilder.php
index 847c72c4973..4faf1d9dde8 100644
--- a/lib/commercetools-api/src/Models/PaymentMethod/PaymentMethodPagedQueryResponseBuilder.php
+++ b/lib/commercetools-api/src/Models/PaymentMethod/PaymentMethodPagedQueryResponseBuilder.php
@@ -51,7 +51,7 @@ final class PaymentMethodPagedQueryResponseBuilder implements Builder
private $results;
/**
- * Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -62,7 +62,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -85,10 +85,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/PaymentMethod/PaymentMethodPagedQueryResponseModel.php b/lib/commercetools-api/src/Models/PaymentMethod/PaymentMethodPagedQueryResponseModel.php
index 2a59478f1ea..58981e2ffed 100644
--- a/lib/commercetools-api/src/Models/PaymentMethod/PaymentMethodPagedQueryResponseModel.php
+++ b/lib/commercetools-api/src/Models/PaymentMethod/PaymentMethodPagedQueryResponseModel.php
@@ -68,7 +68,7 @@ public function __construct(
}
/**
- * Number of results requested.
+ *Number of results requested.
* * * @return null|int @@ -88,7 +88,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * * @return null|int @@ -129,10 +129,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/PaymentMethod/PaymentMethodReference.php b/lib/commercetools-api/src/Models/PaymentMethod/PaymentMethodReference.php
index f9df748d376..0c569f83ade 100644
--- a/lib/commercetools-api/src/Models/PaymentMethod/PaymentMethodReference.php
+++ b/lib/commercetools-api/src/Models/PaymentMethod/PaymentMethodReference.php
@@ -23,7 +23,7 @@ interface PaymentMethodReference extends Reference
public function getTypeId();
/**
- * Contains the representation of the expanded PaymentMethod. Only present in responses to requests with Reference Expansion for PaymentMethods.
+ *Contains the representation of the expanded PaymentMethod. Only present in responses to requests with Reference Expansion for PaymentMethods.
* * @return null|PaymentMethod diff --git a/lib/commercetools-api/src/Models/PaymentMethod/PaymentMethodReferenceBuilder.php b/lib/commercetools-api/src/Models/PaymentMethod/PaymentMethodReferenceBuilder.php index 4b6c3eedfa9..f958c129410 100644 --- a/lib/commercetools-api/src/Models/PaymentMethod/PaymentMethodReferenceBuilder.php +++ b/lib/commercetools-api/src/Models/PaymentMethod/PaymentMethodReferenceBuilder.php @@ -46,7 +46,7 @@ public function getId() } /** - *Contains the representation of the expanded PaymentMethod. Only present in responses to requests with Reference Expansion for PaymentMethods.
+ *Contains the representation of the expanded PaymentMethod. Only present in responses to requests with Reference Expansion for PaymentMethods.
* * @return null|PaymentMethod diff --git a/lib/commercetools-api/src/Models/PaymentMethod/PaymentMethodReferenceModel.php b/lib/commercetools-api/src/Models/PaymentMethod/PaymentMethodReferenceModel.php index cfb9c7ea5d2..8e212f84077 100644 --- a/lib/commercetools-api/src/Models/PaymentMethod/PaymentMethodReferenceModel.php +++ b/lib/commercetools-api/src/Models/PaymentMethod/PaymentMethodReferenceModel.php @@ -93,7 +93,7 @@ public function getId() } /** - *Contains the representation of the expanded PaymentMethod. Only present in responses to requests with Reference Expansion for PaymentMethods.
+ *Contains the representation of the expanded PaymentMethod. Only present in responses to requests with Reference Expansion for PaymentMethods.
* * * @return null|PaymentMethod diff --git a/lib/commercetools-api/src/Models/PaymentMethod/PaymentMethodSetCustomFieldAction.php b/lib/commercetools-api/src/Models/PaymentMethod/PaymentMethodSetCustomFieldAction.php index fa36f0cd755..8bb4a046daa 100644 --- a/lib/commercetools-api/src/Models/PaymentMethod/PaymentMethodSetCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/PaymentMethod/PaymentMethodSetCustomFieldAction.php @@ -17,7 +17,7 @@ interface PaymentMethodSetCustomFieldAction extends PaymentMethodUpdateAction public const FIELD_VALUE = 'value'; /** - *Name of the Custom Field to add, update, or remove.
+ *Name of the Custom Field to add, update, or remove.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/PaymentMethod/PaymentMethodSetCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/PaymentMethod/PaymentMethodSetCustomFieldActionBuilder.php index 5f77116a46b..c7bc4ea48e0 100644 --- a/lib/commercetools-api/src/Models/PaymentMethod/PaymentMethodSetCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/PaymentMethod/PaymentMethodSetCustomFieldActionBuilder.php @@ -33,7 +33,7 @@ final class PaymentMethodSetCustomFieldActionBuilder implements Builder private $value; /** - *Name of the Custom Field to add, update, or remove.
+ *Name of the Custom Field to add, update, or remove.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/PaymentMethod/PaymentMethodSetCustomFieldActionModel.php b/lib/commercetools-api/src/Models/PaymentMethod/PaymentMethodSetCustomFieldActionModel.php index a68c94df011..aa75ac98df0 100644 --- a/lib/commercetools-api/src/Models/PaymentMethod/PaymentMethodSetCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/PaymentMethod/PaymentMethodSetCustomFieldActionModel.php @@ -71,7 +71,7 @@ public function getAction() } /** - *Name of the Custom Field to add, update, or remove.
+ *Name of the Custom Field to add, update, or remove.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Product/FacetTerm.php b/lib/commercetools-api/src/Models/Product/FacetTerm.php index f395ce1e7c7..0fb122060a5 100644 --- a/lib/commercetools-api/src/Models/Product/FacetTerm.php +++ b/lib/commercetools-api/src/Models/Product/FacetTerm.php @@ -18,7 +18,7 @@ interface FacetTerm extends JsonObject public const FIELD_PRODUCT_COUNT = 'productCount'; /** - *Value for the field specified in the term facet expression for which at least one ProductVariant could be found.
+ *Value for the field specified in the term facet expression for which at least one ProductVariant could be found.
* * @return null|mixed @@ -35,7 +35,7 @@ public function getCount(); /** *Number of Products for which the term applies.
- * Only available if the counting products extension is enabled.
counting products extension is enabled.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/Product/FacetTermBuilder.php b/lib/commercetools-api/src/Models/Product/FacetTermBuilder.php
index bc4547fa3cc..9c70ca73933 100644
--- a/lib/commercetools-api/src/Models/Product/FacetTermBuilder.php
+++ b/lib/commercetools-api/src/Models/Product/FacetTermBuilder.php
@@ -39,7 +39,7 @@ final class FacetTermBuilder implements Builder
private $productCount;
/**
- * Value for the field specified in the term facet expression for which at least one ProductVariant could be found.
+ *Value for the field specified in the term facet expression for which at least one ProductVariant could be found.
* * @return null|mixed @@ -62,7 +62,7 @@ public function getCount() /** *Number of Products for which the term applies.
- * Only available if the counting products extension is enabled.
counting products extension is enabled.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/Product/FacetTermModel.php b/lib/commercetools-api/src/Models/Product/FacetTermModel.php
index 58d02eda2e8..d8e455a7581 100644
--- a/lib/commercetools-api/src/Models/Product/FacetTermModel.php
+++ b/lib/commercetools-api/src/Models/Product/FacetTermModel.php
@@ -52,7 +52,7 @@ public function __construct(
}
/**
- * Value for the field specified in the term facet expression for which at least one ProductVariant could be found.
+ *Value for the field specified in the term facet expression for which at least one ProductVariant could be found.
* * * @return null|mixed @@ -93,7 +93,7 @@ public function getCount() /** *Number of Products for which the term applies.
- * Only available if the counting products extension is enabled.
counting products extension is enabled.
*
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/Product/FilteredFacetResult.php b/lib/commercetools-api/src/Models/Product/FilteredFacetResult.php
index 4598e0342de..c53e852b503 100644
--- a/lib/commercetools-api/src/Models/Product/FilteredFacetResult.php
+++ b/lib/commercetools-api/src/Models/Product/FilteredFacetResult.php
@@ -17,7 +17,7 @@ interface FilteredFacetResult extends FacetResult
public const FIELD_PRODUCT_COUNT = 'productCount';
/**
- * Number of ProductVariants matching the value specified in filtered facet expression.
+ *Number of ProductVariants matching the value specified in filtered facet expression.
* * @return null|int @@ -25,7 +25,7 @@ interface FilteredFacetResult extends FacetResult public function getCount(); /** - *Number of Products matching the value specified in filtered facet expression.
+ *Number of Products matching the value specified in filtered facet expression.
*Present only if the counting products extension is enabled.
Number of ProductVariants matching the value specified in filtered facet expression.
+ *Number of ProductVariants matching the value specified in filtered facet expression.
* * @return null|int @@ -44,7 +44,7 @@ public function getCount() } /** - *Number of Products matching the value specified in filtered facet expression.
+ *Number of Products matching the value specified in filtered facet expression.
*Present only if the counting products extension is enabled.
Number of ProductVariants matching the value specified in filtered facet expression.
+ *Number of ProductVariants matching the value specified in filtered facet expression.
* * * @return null|int @@ -91,7 +91,7 @@ public function getCount() } /** - *Number of Products matching the value specified in filtered facet expression.
+ *Number of Products matching the value specified in filtered facet expression.
*Present only if the counting products extension is enabled.
If true, the current representation of the Product is retrievable in the Product Projection endpoints and indexed for Product Search.
If true, the current representation of the Product is retrievable in the Product Projection endpoints and indexed for Product Search.
If true, the current representation of the Product is retrievable in the Product Projection endpoints and indexed for Product Search.
If true, the current representation of the Product is retrievable in the Product Projection endpoints and indexed for Product Search.
If true, the current representation of the Product is retrievable in the Product Projection endpoints and indexed for Product Search.
If true, the current representation of the Product is retrievable in the Product Projection endpoints and indexed for Product Search.
User-defined unique identifier for the Product.
- *This field is optional for backwards compatibility reasons, but we strongly recommend setting it. Keys are mandatory for importing Products with the Import API and the Merchant Center.
+ *This field is optional for backwards compatibility reasons, but we strongly recommend setting it. Keys are mandatory for importing Products with the Import API and the Merchant Center.
* * @return null|string @@ -162,7 +162,7 @@ public function getState(); /** *If true, the platform sets the published flag on the resulting ProductCatalogData to true.
- * This makes the current representation retrievable in Product Projection endpoints and indexes it for Product Search.
+ * This makes the current representation retrievable in Product Projection endpoints and indexes it for Product Search.
* You can also set this flag later using the Publish update action.
User-defined unique identifier for the Product.
- *This field is optional for backwards compatibility reasons, but we strongly recommend setting it. Keys are mandatory for importing Products with the Import API and the Merchant Center.
+ *This field is optional for backwards compatibility reasons, but we strongly recommend setting it. Keys are mandatory for importing Products with the Import API and the Merchant Center.
* * @return null|string @@ -307,7 +307,7 @@ public function getState() /** *If true, the platform sets the published flag on the resulting ProductCatalogData to true.
- * This makes the current representation retrievable in Product Projection endpoints and indexes it for Product Search.
+ * This makes the current representation retrievable in Product Projection endpoints and indexes it for Product Search.
* You can also set this flag later using the Publish update action.
User-defined unique identifier for the Product.
- *This field is optional for backwards compatibility reasons, but we strongly recommend setting it. Keys are mandatory for importing Products with the Import API and the Merchant Center.
+ *This field is optional for backwards compatibility reasons, but we strongly recommend setting it. Keys are mandatory for importing Products with the Import API and the Merchant Center.
* * * @return null|string @@ -497,7 +497,7 @@ public function getState() /** *If true, the platform sets the published flag on the resulting ProductCatalogData to true.
- * This makes the current representation retrievable in Product Projection endpoints and indexes it for Product Search.
+ * This makes the current representation retrievable in Product Projection endpoints and indexes it for Product Search.
* You can also set this flag later using the Publish update action.
Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -28,7 +28,7 @@ interface ProductPagedQueryResponse extends JsonObject public function getLimit(); /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -45,10 +45,10 @@ public function getCount(); /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/Product/ProductPagedQueryResponseBuilder.php b/lib/commercetools-api/src/Models/Product/ProductPagedQueryResponseBuilder.php
index 0a3150d8915..b1e8e1f459e 100644
--- a/lib/commercetools-api/src/Models/Product/ProductPagedQueryResponseBuilder.php
+++ b/lib/commercetools-api/src/Models/Product/ProductPagedQueryResponseBuilder.php
@@ -51,7 +51,7 @@ final class ProductPagedQueryResponseBuilder implements Builder
private $results;
/**
- * Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -62,7 +62,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -85,10 +85,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/Product/ProductPagedQueryResponseModel.php b/lib/commercetools-api/src/Models/Product/ProductPagedQueryResponseModel.php
index 2db2113e8c8..7b1696ced95 100644
--- a/lib/commercetools-api/src/Models/Product/ProductPagedQueryResponseModel.php
+++ b/lib/commercetools-api/src/Models/Product/ProductPagedQueryResponseModel.php
@@ -68,7 +68,7 @@ public function __construct(
}
/**
- * Number of results requested.
+ *Number of results requested.
* * * @return null|int @@ -88,7 +88,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * * @return null|int @@ -129,10 +129,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/Product/ProductProjection.php b/lib/commercetools-api/src/Models/Product/ProductProjection.php
index 15a93422562..2a326566997 100644
--- a/lib/commercetools-api/src/Models/Product/ProductProjection.php
+++ b/lib/commercetools-api/src/Models/Product/ProductProjection.php
@@ -110,7 +110,7 @@ public function getDescription();
* User-defined identifier used in a deep-link URL for the Product.
* Must be unique across a Project, but can be the same for Products in different locales.
* Matches the pattern [a-zA-Z0-9_-]{2,256}.
- * For good performance, indexes are provided for the first 15 languages set in the Project.
languages set in the Project.
*
* @return null|LocalizedString
@@ -158,7 +158,7 @@ public function getMetaDescription();
public function getMetaKeywords();
/**
- * Used by Search Term Suggestions, but is also considered for a full text search in the Product Projection Search API.
+ *Used by Search Term Suggestions, but is also considered for a full text search in the Product Projection Search API.
* * @return null|SearchKeywords @@ -223,7 +223,7 @@ public function getReviewRatingStatistics(); /** *Indicates whether the Prices of the Product Projection are embedded or standalone.
- *When projecting Prices by Store, the API supports only Embedded Prices (Embedded).
When projecting Prices by Store, the API supports only Embedded Prices (Embedded).
User-defined identifier used in a deep-link URL for the Product.
* Must be unique across a Project, but can be the same for Products in different locales.
* Matches the pattern [a-zA-Z0-9_-]{2,256}.
- * For good performance, indexes are provided for the first 15 languages set in the Project.
languages set in the Project.
*
* @return null|LocalizedString
@@ -336,7 +336,7 @@ public function getMetaKeywords()
}
/**
- * Used by Search Term Suggestions, but is also considered for a full text search in the Product Projection Search API.
+ *Used by Search Term Suggestions, but is also considered for a full text search in the Product Projection Search API.
* * @return null|SearchKeywords @@ -425,7 +425,7 @@ public function getReviewRatingStatistics() /** *Indicates whether the Prices of the Product Projection are embedded or standalone.
- *When projecting Prices by Store, the API supports only Embedded Prices (Embedded).
When projecting Prices by Store, the API supports only Embedded Prices (Embedded).
User-defined identifier used in a deep-link URL for the Product.
* Must be unique across a Project, but can be the same for Products in different locales.
* Matches the pattern [a-zA-Z0-9_-]{2,256}.
- * For good performance, indexes are provided for the first 15 languages set in the Project.
languages set in the Project.
*
*
* @return null|LocalizedString
@@ -533,7 +533,7 @@ public function getMetaKeywords()
}
/**
- * Used by Search Term Suggestions, but is also considered for a full text search in the Product Projection Search API.
+ *Used by Search Term Suggestions, but is also considered for a full text search in the Product Projection Search API.
* * * @return null|SearchKeywords @@ -699,7 +699,7 @@ public function getReviewRatingStatistics() /** *Indicates whether the Prices of the Product Projection are embedded or standalone.
- *When projecting Prices by Store, the API supports only Embedded Prices (Embedded).
When projecting Prices by Store, the API supports only Embedded Prices (Embedded).
Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -37,10 +37,10 @@ public function getCount(); /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
@@ -48,7 +48,7 @@ public function getCount();
public function getTotal();
/**
- * Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int diff --git a/lib/commercetools-api/src/Models/Product/ProductProjectionPagedQueryResponseBuilder.php b/lib/commercetools-api/src/Models/Product/ProductProjectionPagedQueryResponseBuilder.php index 71aba4b82ef..8dfdfbf495d 100644 --- a/lib/commercetools-api/src/Models/Product/ProductProjectionPagedQueryResponseBuilder.php +++ b/lib/commercetools-api/src/Models/Product/ProductProjectionPagedQueryResponseBuilder.php @@ -51,7 +51,7 @@ final class ProductProjectionPagedQueryResponseBuilder implements Builder private $results; /** - *Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -74,10 +74,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
@@ -88,7 +88,7 @@ public function getTotal()
}
/**
- * Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int diff --git a/lib/commercetools-api/src/Models/Product/ProductProjectionPagedQueryResponseModel.php b/lib/commercetools-api/src/Models/Product/ProductProjectionPagedQueryResponseModel.php index e8fc66549a4..18e5bcb47b4 100644 --- a/lib/commercetools-api/src/Models/Product/ProductProjectionPagedQueryResponseModel.php +++ b/lib/commercetools-api/src/Models/Product/ProductProjectionPagedQueryResponseModel.php @@ -68,7 +68,7 @@ public function __construct( } /** - *Number of results requested.
+ *Number of results requested.
* * * @return null|int @@ -109,10 +109,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
*
* @return null|int
@@ -132,7 +132,7 @@ public function getTotal()
}
/**
- * Number of elements skipped.
+ *Number of elements skipped.
* * * @return null|int diff --git a/lib/commercetools-api/src/Models/Product/ProductProjectionPagedSearchResponse.php b/lib/commercetools-api/src/Models/Product/ProductProjectionPagedSearchResponse.php index f718bb9fe92..f204ececa2a 100644 --- a/lib/commercetools-api/src/Models/Product/ProductProjectionPagedSearchResponse.php +++ b/lib/commercetools-api/src/Models/Product/ProductProjectionPagedSearchResponse.php @@ -21,7 +21,7 @@ interface ProductProjectionPagedSearchResponse extends JsonObject public const FIELD_FACETS = 'facets'; /** - *The maximum number of results returned on a page.
+ *The maximum number of results returned on a page.
* * @return null|int @@ -29,7 +29,7 @@ interface ProductProjectionPagedSearchResponse extends JsonObject public function getLimit(); /** - *The starting point for the retrieved paginated result.
+ *The starting point for the retrieved paginated result.
* * @return null|int @@ -54,7 +54,7 @@ public function getTotal(); /** *ProductProjections where at least one ProductVariant matches the search query, provided with the text.{language} and/or filter.query or filter query parameter.
- * If the query parameter markMatchingVariants=true was provided with the request, the matching variants are marked as such.
markMatchingVariants=true was provided with the request, the matching variants are marked as such.
*
* @return null|ProductProjectionCollection
@@ -62,7 +62,7 @@ public function getTotal();
public function getResults();
/**
- * Facet results for each facet expression specified in the search request.
+ *Facet results for each facet expression specified in the search request.
*Only present if at least one facet parameter was provided with the search request.
The maximum number of results returned on a page.
+ *The maximum number of results returned on a page.
* * @return null|int @@ -68,7 +68,7 @@ public function getLimit() } /** - *The starting point for the retrieved paginated result.
+ *The starting point for the retrieved paginated result.
* * @return null|int @@ -102,7 +102,7 @@ public function getTotal() /** *ProductProjections where at least one ProductVariant matches the search query, provided with the text.{language} and/or filter.query or filter query parameter.
- * If the query parameter markMatchingVariants=true was provided with the request, the matching variants are marked as such.
markMatchingVariants=true was provided with the request, the matching variants are marked as such.
*
* @return null|ProductProjectionCollection
@@ -113,7 +113,7 @@ public function getResults()
}
/**
- * Facet results for each facet expression specified in the search request.
+ *Facet results for each facet expression specified in the search request.
*Only present if at least one facet parameter was provided with the search request.
The maximum number of results returned on a page.
+ *The maximum number of results returned on a page.
* * * @return null|int @@ -96,7 +96,7 @@ public function getLimit() } /** - *The starting point for the retrieved paginated result.
+ *The starting point for the retrieved paginated result.
* * * @return null|int @@ -157,7 +157,7 @@ public function getTotal() /** *ProductProjections where at least one ProductVariant matches the search query, provided with the text.{language} and/or filter.query or filter query parameter.
- * If the query parameter markMatchingVariants=true was provided with the request, the matching variants are marked as such.
markMatchingVariants=true was provided with the request, the matching variants are marked as such.
*
*
* @return null|ProductProjectionCollection
@@ -177,7 +177,7 @@ public function getResults()
}
/**
- * Facet results for each facet expression specified in the search request.
+ *Facet results for each facet expression specified in the search request.
*Only present if at least one facet parameter was provided with the search request.
Contains the representation of the expanded Product. Only present in responses to requests with Reference Expansion for Products.
+ *Contains the representation of the expanded Product. Only present in responses to requests with Reference Expansion for Products.
* * @return null|Product diff --git a/lib/commercetools-api/src/Models/Product/ProductReferenceBuilder.php b/lib/commercetools-api/src/Models/Product/ProductReferenceBuilder.php index 7c0e2a0fd3f..f2d6a62c8c7 100644 --- a/lib/commercetools-api/src/Models/Product/ProductReferenceBuilder.php +++ b/lib/commercetools-api/src/Models/Product/ProductReferenceBuilder.php @@ -46,7 +46,7 @@ public function getId() } /** - *Contains the representation of the expanded Product. Only present in responses to requests with Reference Expansion for Products.
+ *Contains the representation of the expanded Product. Only present in responses to requests with Reference Expansion for Products.
* * @return null|Product diff --git a/lib/commercetools-api/src/Models/Product/ProductReferenceModel.php b/lib/commercetools-api/src/Models/Product/ProductReferenceModel.php index 753cb42cce3..862795b86d9 100644 --- a/lib/commercetools-api/src/Models/Product/ProductReferenceModel.php +++ b/lib/commercetools-api/src/Models/Product/ProductReferenceModel.php @@ -93,7 +93,7 @@ public function getId() } /** - *Contains the representation of the expanded Product. Only present in responses to requests with Reference Expansion for Products.
+ *Contains the representation of the expanded Product. Only present in responses to requests with Reference Expansion for Products.
* * * @return null|Product diff --git a/lib/commercetools-api/src/Models/Product/ProductSetAssetCustomFieldAction.php b/lib/commercetools-api/src/Models/Product/ProductSetAssetCustomFieldAction.php index 6b19d5546dd..ce7c51d77c6 100644 --- a/lib/commercetools-api/src/Models/Product/ProductSetAssetCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/Product/ProductSetAssetCustomFieldAction.php @@ -62,7 +62,7 @@ public function getAssetId(); public function getAssetKey(); /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Product/ProductSetAssetCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/Product/ProductSetAssetCustomFieldActionBuilder.php index 7de7baff873..c4fcb19268e 100644 --- a/lib/commercetools-api/src/Models/Product/ProductSetAssetCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/Product/ProductSetAssetCustomFieldActionBuilder.php @@ -118,7 +118,7 @@ public function getAssetKey() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Product/ProductSetAssetCustomFieldActionModel.php b/lib/commercetools-api/src/Models/Product/ProductSetAssetCustomFieldActionModel.php index 9b248c8ea38..6f0a0f9eadc 100644 --- a/lib/commercetools-api/src/Models/Product/ProductSetAssetCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/Product/ProductSetAssetCustomFieldActionModel.php @@ -211,7 +211,7 @@ public function getAssetKey() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Product/ProductSetKeyAction.php b/lib/commercetools-api/src/Models/Product/ProductSetKeyAction.php index 28e80e55891..6083973777a 100644 --- a/lib/commercetools-api/src/Models/Product/ProductSetKeyAction.php +++ b/lib/commercetools-api/src/Models/Product/ProductSetKeyAction.php @@ -17,7 +17,7 @@ interface ProductSetKeyAction extends ProductUpdateAction /** *Value to set. If empty, any existing value will be removed.
- *To update a Product using the Import API and the Merchant Center, the Product key must match the pattern ^[A-Za-z0-9_-]{2,256}$.
To update a Product using the Import API and the Merchant Center, the Product key must match the pattern ^[A-Za-z0-9_-]{2,256}$.
Value to set. If empty, any existing value will be removed.
- *To update a Product using the Import API and the Merchant Center, the Product key must match the pattern ^[A-Za-z0-9_-]{2,256}$.
To update a Product using the Import API and the Merchant Center, the Product key must match the pattern ^[A-Za-z0-9_-]{2,256}$.
Value to set. If empty, any existing value will be removed.
- *To update a Product using the Import API and the Merchant Center, the Product key must match the pattern ^[A-Za-z0-9_-]{2,256}$.
To update a Product using the Import API and the Merchant Center, the Product key must match the pattern ^[A-Za-z0-9_-]{2,256}$.
Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Product/ProductSetProductPriceCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/Product/ProductSetProductPriceCustomFieldActionBuilder.php index 54081ea1bbb..89a7a181c78 100644 --- a/lib/commercetools-api/src/Models/Product/ProductSetProductPriceCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/Product/ProductSetProductPriceCustomFieldActionBuilder.php @@ -67,7 +67,7 @@ public function getStaged() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Product/ProductSetProductPriceCustomFieldActionModel.php b/lib/commercetools-api/src/Models/Product/ProductSetProductPriceCustomFieldActionModel.php index 1c6459ea949..89bd7be8a88 100644 --- a/lib/commercetools-api/src/Models/Product/ProductSetProductPriceCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/Product/ProductSetProductPriceCustomFieldActionModel.php @@ -127,7 +127,7 @@ public function getStaged() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Product/ProductVariant.php b/lib/commercetools-api/src/Models/Product/ProductVariant.php index 6fd30cb3539..40be242b911 100644 --- a/lib/commercetools-api/src/Models/Product/ProductVariant.php +++ b/lib/commercetools-api/src/Models/Product/ProductVariant.php @@ -58,7 +58,7 @@ public function getSku(); public function getKey(); /** - *If the Product is projected by Store, this field only contains Embedded Prices that are valid for that Store.
+ *If the Product is projected by Store, this field only contains Embedded Prices that are valid for that Store.
*Cannot contain two Embedded Prices with the same scopes (currency, country, Customer Group, Channel, validFrom and validUntil).
Only present when price selection is applied. + *
Only present when price selection is applied. * Cannot be used in a Query Predicate.
* @@ -111,7 +111,7 @@ public function getAvailability(); /** *true if the Product Variant matches the search query.
- * Only available in response to a Product Projection Search request.
Only available in response to a Product Projection Search request - * with Product price selection. + *
Only available in response to a Product Projection Search request + * with Product price selection. * Can be used to sort, filter, and facet.
* @@ -129,8 +129,8 @@ public function getIsMatchingVariant(); public function getScopedPrice(); /** - *Only available in response to a Product Projection Search request - * with Product price selection.
+ *Only available in response to a Product Projection Search request + * with Product price selection.
* * @return null|bool @@ -138,7 +138,7 @@ public function getScopedPrice(); public function getScopedPriceDiscounted(); /** - *Only available when Product price selection is used. + *
Only available when Product price selection is used. * Cannot be used in a Query Predicate.
* diff --git a/lib/commercetools-api/src/Models/Product/ProductVariantBuilder.php b/lib/commercetools-api/src/Models/Product/ProductVariantBuilder.php index 7865d3c7994..496276a085e 100644 --- a/lib/commercetools-api/src/Models/Product/ProductVariantBuilder.php +++ b/lib/commercetools-api/src/Models/Product/ProductVariantBuilder.php @@ -140,7 +140,7 @@ public function getKey() } /** - *If the Product is projected by Store, this field only contains Embedded Prices that are valid for that Store.
+ *If the Product is projected by Store, this field only contains Embedded Prices that are valid for that Store.
*Cannot contain two Embedded Prices with the same scopes (currency, country, Customer Group, Channel, validFrom and validUntil).
Only present when price selection is applied. + *
Only present when price selection is applied. * Cannot be used in a Query Predicate.
* @@ -211,7 +211,7 @@ public function getAvailability() /** *true if the Product Variant matches the search query.
- * Only available in response to a Product Projection Search request.
Only available in response to a Product Projection Search request - * with Product price selection. + *
Only available in response to a Product Projection Search request + * with Product price selection. * Can be used to sort, filter, and facet.
* @@ -235,8 +235,8 @@ public function getScopedPrice() } /** - *Only available in response to a Product Projection Search request - * with Product price selection.
+ *Only available in response to a Product Projection Search request + * with Product price selection.
* * @return null|bool @@ -247,7 +247,7 @@ public function getScopedPriceDiscounted() } /** - *Only available when Product price selection is used. + *
Only available when Product price selection is used. * Cannot be used in a Query Predicate.
* diff --git a/lib/commercetools-api/src/Models/Product/ProductVariantModel.php b/lib/commercetools-api/src/Models/Product/ProductVariantModel.php index d144305edf8..f70b9f8a670 100644 --- a/lib/commercetools-api/src/Models/Product/ProductVariantModel.php +++ b/lib/commercetools-api/src/Models/Product/ProductVariantModel.php @@ -200,7 +200,7 @@ public function getKey() } /** - *If the Product is projected by Store, this field only contains Embedded Prices that are valid for that Store.
+ *If the Product is projected by Store, this field only contains Embedded Prices that are valid for that Store.
*Cannot contain two Embedded Prices with the same scopes (currency, country, Customer Group, Channel, validFrom and validUntil).
Only present when price selection is applied. + *
Only present when price selection is applied. * Cannot be used in a Query Predicate.
* * @@ -327,7 +327,7 @@ public function getAvailability() /** *true if the Product Variant matches the search query.
- * Only available in response to a Product Projection Search request.
Only available in response to a Product Projection Search request - * with Product price selection. + *
Only available in response to a Product Projection Search request + * with Product price selection. * Can be used to sort, filter, and facet.
* * @@ -370,8 +370,8 @@ public function getScopedPrice() } /** - *Only available in response to a Product Projection Search request - * with Product price selection.
+ *Only available in response to a Product Projection Search request + * with Product price selection.
* * * @return null|bool @@ -391,7 +391,7 @@ public function getScopedPriceDiscounted() } /** - *Only available when Product price selection is used. + *
Only available when Product price selection is used. * Cannot be used in a Query Predicate.
* * diff --git a/lib/commercetools-api/src/Models/Product/TermFacetResult.php b/lib/commercetools-api/src/Models/Product/TermFacetResult.php index ea2e95ef557..89307d3a67e 100644 --- a/lib/commercetools-api/src/Models/Product/TermFacetResult.php +++ b/lib/commercetools-api/src/Models/Product/TermFacetResult.php @@ -28,7 +28,7 @@ interface TermFacetResult extends FacetResult public function getDataType(); /** - *Number of ProductVariants that have no value for the specified term facet expression.
+ *Number of ProductVariants that have no value for the specified term facet expression.
* * @return null|int @@ -36,7 +36,7 @@ public function getDataType(); public function getMissing(); /** - *Number of terms matching the term facet expression.
+ *Number of terms matching the term facet expression.
*categories.id and reviewRatingStatistics.count, the value represents the number of Products.variants.attributes.{name}, the value represents the number of Product Variants matching the expression.Values for the field specified in term facet expression for which at least one ProductVariant could be found.
+ *Values for the field specified in term facet expression for which at least one ProductVariant could be found.
*By default, facet terms are returned in a descending order of their count.
If the term facet expression specifies to count Products through the counting products extension, then facet terms are returned in a descending order of their productCount.
Number of ProductVariants that have no value for the specified term facet expression.
+ *Number of ProductVariants that have no value for the specified term facet expression.
* * @return null|int @@ -73,7 +73,7 @@ public function getMissing() } /** - *Number of terms matching the term facet expression.
+ *Number of terms matching the term facet expression.
*categories.id and reviewRatingStatistics.count, the value represents the number of Products.variants.attributes.{name}, the value represents the number of Product Variants matching the expression.Values for the field specified in term facet expression for which at least one ProductVariant could be found.
+ *Values for the field specified in term facet expression for which at least one ProductVariant could be found.
*By default, facet terms are returned in a descending order of their count.
If the term facet expression specifies to count Products through the counting products extension, then facet terms are returned in a descending order of their productCount.
Number of ProductVariants that have no value for the specified term facet expression.
+ *Number of ProductVariants that have no value for the specified term facet expression.
* * * @return null|int @@ -135,7 +135,7 @@ public function getMissing() } /** - *Number of terms matching the term facet expression.
+ *Number of terms matching the term facet expression.
*categories.id and reviewRatingStatistics.count, the value represents the number of Products.variants.attributes.{name}, the value represents the number of Product Variants matching the expression.Values for the field specified in term facet expression for which at least one ProductVariant could be found.
+ *Values for the field specified in term facet expression for which at least one ProductVariant could be found.
*By default, facet terms are returned in a descending order of their count.
If the term facet expression specifies to count Products through the counting products extension, then facet terms are returned in a descending order of their productCount.
Valid ProductDiscount predicate.
+ *Valid ProductDiscount predicate.
* * @return null|string @@ -148,7 +148,7 @@ public function getReferences(); /** *Date and time (UTC) from which the Discount is effective. - * Take Eventual Consistency into account for calculated discount values.
+ * Take Eventual Consistency into account for calculated discount values. * * @return null|DateTimeImmutable @@ -157,7 +157,7 @@ public function getValidFrom(); /** *Date and time (UTC) until which the Discount is effective. - * Take Eventual Consistency into account for calculated undiscounted values.
+ * Take Eventual Consistency into account for calculated undiscounted values. * * @return null|DateTimeImmutable diff --git a/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountBuilder.php b/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountBuilder.php index cb8c6ed5c01..0080f81bf3e 100644 --- a/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountBuilder.php +++ b/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountBuilder.php @@ -237,7 +237,7 @@ public function getValue() } /** - *Valid ProductDiscount predicate.
+ *Valid ProductDiscount predicate.
* * @return null|string @@ -284,7 +284,7 @@ public function getReferences() /** *Date and time (UTC) from which the Discount is effective. - * Take Eventual Consistency into account for calculated discount values.
+ * Take Eventual Consistency into account for calculated discount values. * * @return null|DateTimeImmutable @@ -296,7 +296,7 @@ public function getValidFrom() /** *Date and time (UTC) until which the Discount is effective. - * Take Eventual Consistency into account for calculated undiscounted values.
+ * Take Eventual Consistency into account for calculated undiscounted values. * * @return null|DateTimeImmutable diff --git a/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountChangePredicateAction.php b/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountChangePredicateAction.php index 56da2be195f..a173e61ec12 100644 --- a/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountChangePredicateAction.php +++ b/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountChangePredicateAction.php @@ -16,7 +16,7 @@ interface ProductDiscountChangePredicateAction extends ProductDiscountUpdateActi public const FIELD_PREDICATE = 'predicate'; /** - *New value to set. Must be a valid ProductDiscount predicate.
+ *New value to set. Must be a valid ProductDiscount predicate.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountChangePredicateActionBuilder.php b/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountChangePredicateActionBuilder.php index 8432bf471fb..b32341807f4 100644 --- a/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountChangePredicateActionBuilder.php +++ b/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountChangePredicateActionBuilder.php @@ -27,7 +27,7 @@ final class ProductDiscountChangePredicateActionBuilder implements Builder private $predicate; /** - *New value to set. Must be a valid ProductDiscount predicate.
+ *New value to set. Must be a valid ProductDiscount predicate.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountChangePredicateActionModel.php b/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountChangePredicateActionModel.php index 3b133b5937e..df3e897a8c8 100644 --- a/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountChangePredicateActionModel.php +++ b/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountChangePredicateActionModel.php @@ -63,7 +63,7 @@ public function getAction() } /** - *New value to set. Must be a valid ProductDiscount predicate.
+ *New value to set. Must be a valid ProductDiscount predicate.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountDraft.php b/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountDraft.php index 12271033795..08e0d72c3f8 100644 --- a/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountDraft.php +++ b/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountDraft.php @@ -58,7 +58,7 @@ public function getDescription(); public function getValue(); /** - *Valid ProductDiscount predicate.
+ *Valid ProductDiscount predicate.
* * @return null|string @@ -84,7 +84,7 @@ public function getIsActive(); /** *Date and time (UTC) from which the Discount is effective. - * Take Eventual Consistency into account for calculated discount values.
+ * Take Eventual Consistency into account for calculated discount values. * * @return null|DateTimeImmutable @@ -93,7 +93,7 @@ public function getValidFrom(); /** *Date and time (UTC) until which the Discount is effective. - * Take Eventual Consistency into account for calculated undiscounted values.
+ * Take Eventual Consistency into account for calculated undiscounted values. * * @return null|DateTimeImmutable diff --git a/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountDraftBuilder.php b/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountDraftBuilder.php index c02485a7c0c..5b6f292f277 100644 --- a/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountDraftBuilder.php +++ b/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountDraftBuilder.php @@ -122,7 +122,7 @@ public function getValue() } /** - *Valid ProductDiscount predicate.
+ *Valid ProductDiscount predicate.
* * @return null|string @@ -157,7 +157,7 @@ public function getIsActive() /** *Date and time (UTC) from which the Discount is effective. - * Take Eventual Consistency into account for calculated discount values.
+ * Take Eventual Consistency into account for calculated discount values. * * @return null|DateTimeImmutable @@ -169,7 +169,7 @@ public function getValidFrom() /** *Date and time (UTC) until which the Discount is effective. - * Take Eventual Consistency into account for calculated undiscounted values.
+ * Take Eventual Consistency into account for calculated undiscounted values. * * @return null|DateTimeImmutable diff --git a/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountDraftModel.php b/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountDraftModel.php index 8aa0fc6dc8a..312cd0f4389 100644 --- a/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountDraftModel.php +++ b/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountDraftModel.php @@ -186,7 +186,7 @@ public function getValue() } /** - *Valid ProductDiscount predicate.
+ *Valid ProductDiscount predicate.
* * * @return null|string @@ -248,7 +248,7 @@ public function getIsActive() /** *Date and time (UTC) from which the Discount is effective. - * Take Eventual Consistency into account for calculated discount values.
+ * Take Eventual Consistency into account for calculated discount values. * * * @return null|DateTimeImmutable @@ -273,7 +273,7 @@ public function getValidFrom() /** *Date and time (UTC) until which the Discount is effective. - * Take Eventual Consistency into account for calculated undiscounted values.
+ * Take Eventual Consistency into account for calculated undiscounted values. * * * @return null|DateTimeImmutable diff --git a/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountMatchQuery.php b/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountMatchQuery.php index 27efaef762f..35c96302170 100644 --- a/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountMatchQuery.php +++ b/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountMatchQuery.php @@ -36,7 +36,7 @@ public function getProductId(); public function getVariantId(); /** - *Controls which projected representation is applied for the query. + *
Controls which projected representation is applied for the query.
* Set to true for the staged Product Projection of the specified Product Variant, set to false for the current one.
Controls which projected representation is applied for the query. + *
Controls which projected representation is applied for the query.
* Set to true for the staged Product Projection of the specified Product Variant, set to false for the current one.
Controls which projected representation is applied for the query. + *
Controls which projected representation is applied for the query.
* Set to true for the staged Product Projection of the specified Product Variant, set to false for the current one.
Valid ProductDiscount predicate.
+ *Valid ProductDiscount predicate.
* * * @return null|string @@ -462,7 +462,7 @@ public function getReferences() /** *Date and time (UTC) from which the Discount is effective. - * Take Eventual Consistency into account for calculated discount values.
+ * Take Eventual Consistency into account for calculated discount values. * * * @return null|DateTimeImmutable @@ -487,7 +487,7 @@ public function getValidFrom() /** *Date and time (UTC) until which the Discount is effective. - * Take Eventual Consistency into account for calculated undiscounted values.
+ * Take Eventual Consistency into account for calculated undiscounted values. * * * @return null|DateTimeImmutable diff --git a/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountPagedQueryResponse.php b/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountPagedQueryResponse.php index 1a61b61444e..5b107a26268 100644 --- a/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountPagedQueryResponse.php +++ b/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountPagedQueryResponse.php @@ -20,7 +20,7 @@ interface ProductDiscountPagedQueryResponse extends JsonObject public const FIELD_RESULTS = 'results'; /** - *Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -28,7 +28,7 @@ interface ProductDiscountPagedQueryResponse extends JsonObject public function getLimit(); /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -45,10 +45,10 @@ public function getCount(); /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountPagedQueryResponseBuilder.php b/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountPagedQueryResponseBuilder.php
index 924a196f81e..13abf5f1c63 100644
--- a/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountPagedQueryResponseBuilder.php
+++ b/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountPagedQueryResponseBuilder.php
@@ -51,7 +51,7 @@ final class ProductDiscountPagedQueryResponseBuilder implements Builder
private $results;
/**
- * Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -62,7 +62,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -85,10 +85,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountPagedQueryResponseModel.php b/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountPagedQueryResponseModel.php
index 3feb7271093..8e3f9eadc37 100644
--- a/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountPagedQueryResponseModel.php
+++ b/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountPagedQueryResponseModel.php
@@ -68,7 +68,7 @@ public function __construct(
}
/**
- * Number of results requested.
+ *Number of results requested.
* * * @return null|int @@ -88,7 +88,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * * @return null|int @@ -129,10 +129,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountReference.php b/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountReference.php
index a5a36a00cca..8b093655955 100644
--- a/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountReference.php
+++ b/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountReference.php
@@ -23,7 +23,7 @@ interface ProductDiscountReference extends Reference
public function getTypeId();
/**
- * Contains the representation of the expanded ProductDiscount. Only present in responses to requests with Reference Expansion for ProductDiscounts.
+ *Contains the representation of the expanded ProductDiscount. Only present in responses to requests with Reference Expansion for ProductDiscounts.
* * @return null|ProductDiscount diff --git a/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountReferenceBuilder.php b/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountReferenceBuilder.php index d097b5cae45..d86c3366644 100644 --- a/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountReferenceBuilder.php +++ b/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountReferenceBuilder.php @@ -46,7 +46,7 @@ public function getId() } /** - *Contains the representation of the expanded ProductDiscount. Only present in responses to requests with Reference Expansion for ProductDiscounts.
+ *Contains the representation of the expanded ProductDiscount. Only present in responses to requests with Reference Expansion for ProductDiscounts.
* * @return null|ProductDiscount diff --git a/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountReferenceModel.php b/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountReferenceModel.php index 35224c5e6cf..ee52deb3576 100644 --- a/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountReferenceModel.php +++ b/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountReferenceModel.php @@ -93,7 +93,7 @@ public function getId() } /** - *Contains the representation of the expanded ProductDiscount. Only present in responses to requests with Reference Expansion for ProductDiscounts.
+ *Contains the representation of the expanded ProductDiscount. Only present in responses to requests with Reference Expansion for ProductDiscounts.
* * * @return null|ProductDiscount diff --git a/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountSetValidFromAction.php b/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountSetValidFromAction.php index f39aee4bcb0..d1499ec5db7 100644 --- a/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountSetValidFromAction.php +++ b/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountSetValidFromAction.php @@ -19,7 +19,7 @@ interface ProductDiscountSetValidFromAction extends ProductDiscountUpdateAction /** *Value to set. * If empty, any existing value will be removed. - * Take Eventual Consistency into account for calculated discount values.
+ * Take Eventual Consistency into account for calculated discount values. * * @return null|DateTimeImmutable diff --git a/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountSetValidFromActionBuilder.php b/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountSetValidFromActionBuilder.php index 22e0a6daed3..b8e3af94a7b 100644 --- a/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountSetValidFromActionBuilder.php +++ b/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountSetValidFromActionBuilder.php @@ -30,7 +30,7 @@ final class ProductDiscountSetValidFromActionBuilder implements Builder /** *Value to set. * If empty, any existing value will be removed. - * Take Eventual Consistency into account for calculated discount values.
+ * Take Eventual Consistency into account for calculated discount values. * * @return null|DateTimeImmutable diff --git a/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountSetValidFromActionModel.php b/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountSetValidFromActionModel.php index 3acbcbb8426..a93ad3eb8e9 100644 --- a/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountSetValidFromActionModel.php +++ b/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountSetValidFromActionModel.php @@ -66,7 +66,7 @@ public function getAction() /** *Value to set. * If empty, any existing value will be removed. - * Take Eventual Consistency into account for calculated discount values.
+ * Take Eventual Consistency into account for calculated discount values. * * * @return null|DateTimeImmutable diff --git a/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountSetValidFromAndUntilAction.php b/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountSetValidFromAndUntilAction.php index d58dcc6c775..3b538909bd3 100644 --- a/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountSetValidFromAndUntilAction.php +++ b/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountSetValidFromAndUntilAction.php @@ -19,7 +19,7 @@ interface ProductDiscountSetValidFromAndUntilAction extends ProductDiscountUpdat /** *Value to set. - * Take Eventual Consistency into account for calculated undiscounted values.
+ * Take Eventual Consistency into account for calculated undiscounted values. * * @return null|DateTimeImmutable @@ -28,7 +28,7 @@ public function getValidFrom(); /** *Value to set. - * Take Eventual Consistency into account for calculated undiscounted values.
+ * Take Eventual Consistency into account for calculated undiscounted values. * * @return null|DateTimeImmutable diff --git a/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountSetValidFromAndUntilActionBuilder.php b/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountSetValidFromAndUntilActionBuilder.php index 317f4747c96..76828a3b681 100644 --- a/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountSetValidFromAndUntilActionBuilder.php +++ b/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountSetValidFromAndUntilActionBuilder.php @@ -35,7 +35,7 @@ final class ProductDiscountSetValidFromAndUntilActionBuilder implements Builder /** *Value to set. - * Take Eventual Consistency into account for calculated undiscounted values.
+ * Take Eventual Consistency into account for calculated undiscounted values. * * @return null|DateTimeImmutable @@ -47,7 +47,7 @@ public function getValidFrom() /** *Value to set. - * Take Eventual Consistency into account for calculated undiscounted values.
+ * Take Eventual Consistency into account for calculated undiscounted values. * * @return null|DateTimeImmutable diff --git a/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountSetValidFromAndUntilActionModel.php b/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountSetValidFromAndUntilActionModel.php index 0692191f2b1..54ad62c11e1 100644 --- a/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountSetValidFromAndUntilActionModel.php +++ b/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountSetValidFromAndUntilActionModel.php @@ -73,7 +73,7 @@ public function getAction() /** *Value to set. - * Take Eventual Consistency into account for calculated undiscounted values.
+ * Take Eventual Consistency into account for calculated undiscounted values. * * * @return null|DateTimeImmutable @@ -98,7 +98,7 @@ public function getValidFrom() /** *Value to set. - * Take Eventual Consistency into account for calculated undiscounted values.
+ * Take Eventual Consistency into account for calculated undiscounted values. * * * @return null|DateTimeImmutable diff --git a/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountSetValidUntilAction.php b/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountSetValidUntilAction.php index 38a109a97f6..d455184b5a3 100644 --- a/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountSetValidUntilAction.php +++ b/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountSetValidUntilAction.php @@ -19,7 +19,7 @@ interface ProductDiscountSetValidUntilAction extends ProductDiscountUpdateAction /** *Value to set. * If empty, any existing value will be removed. - * Take Eventual Consistency into account for calculated undiscounted values.
+ * Take Eventual Consistency into account for calculated undiscounted values. * * @return null|DateTimeImmutable diff --git a/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountSetValidUntilActionBuilder.php b/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountSetValidUntilActionBuilder.php index cf55bc620db..6af4fc5442c 100644 --- a/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountSetValidUntilActionBuilder.php +++ b/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountSetValidUntilActionBuilder.php @@ -30,7 +30,7 @@ final class ProductDiscountSetValidUntilActionBuilder implements Builder /** *Value to set. * If empty, any existing value will be removed. - * Take Eventual Consistency into account for calculated undiscounted values.
+ * Take Eventual Consistency into account for calculated undiscounted values. * * @return null|DateTimeImmutable diff --git a/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountSetValidUntilActionModel.php b/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountSetValidUntilActionModel.php index cca498d5f4a..5b506abf28b 100644 --- a/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountSetValidUntilActionModel.php +++ b/lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountSetValidUntilActionModel.php @@ -66,7 +66,7 @@ public function getAction() /** *Value to set. * If empty, any existing value will be removed. - * Take Eventual Consistency into account for calculated undiscounted values.
+ * Take Eventual Consistency into account for calculated undiscounted values. * * * @return null|DateTimeImmutable diff --git a/lib/commercetools-api/src/Models/ProductSearch/ProductPagedSearchResponse.php b/lib/commercetools-api/src/Models/ProductSearch/ProductPagedSearchResponse.php index b08f634c69b..91305e9317a 100644 --- a/lib/commercetools-api/src/Models/ProductSearch/ProductPagedSearchResponse.php +++ b/lib/commercetools-api/src/Models/ProductSearch/ProductPagedSearchResponse.php @@ -28,7 +28,7 @@ interface ProductPagedSearchResponse extends JsonObject public function getTotal(); /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -36,7 +36,7 @@ public function getTotal(); public function getOffset(); /** - *Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -44,7 +44,7 @@ public function getOffset(); public function getLimit(); /** - *Results for facets when requested.
+ *Results for facets when requested.
* * @return null|ProductSearchFacetResultCollection diff --git a/lib/commercetools-api/src/Models/ProductSearch/ProductPagedSearchResponseBuilder.php b/lib/commercetools-api/src/Models/ProductSearch/ProductPagedSearchResponseBuilder.php index 069297e935b..6cc0e996b02 100644 --- a/lib/commercetools-api/src/Models/ProductSearch/ProductPagedSearchResponseBuilder.php +++ b/lib/commercetools-api/src/Models/ProductSearch/ProductPagedSearchResponseBuilder.php @@ -62,7 +62,7 @@ public function getTotal() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -73,7 +73,7 @@ public function getOffset() } /** - *Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -84,7 +84,7 @@ public function getLimit() } /** - *Results for facets when requested.
+ *Results for facets when requested.
* * @return null|ProductSearchFacetResultCollection diff --git a/lib/commercetools-api/src/Models/ProductSearch/ProductPagedSearchResponseModel.php b/lib/commercetools-api/src/Models/ProductSearch/ProductPagedSearchResponseModel.php index 0cfa006df22..b3dd73f1bd9 100644 --- a/lib/commercetools-api/src/Models/ProductSearch/ProductPagedSearchResponseModel.php +++ b/lib/commercetools-api/src/Models/ProductSearch/ProductPagedSearchResponseModel.php @@ -88,7 +88,7 @@ public function getTotal() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * * @return null|int @@ -108,7 +108,7 @@ public function getOffset() } /** - *Number of results requested.
+ *Number of results requested.
* * * @return null|int @@ -128,7 +128,7 @@ public function getLimit() } /** - *Results for facets when requested.
+ *Results for facets when requested.
* * * @return null|ProductSearchFacetResultCollection diff --git a/lib/commercetools-api/src/Models/ProductSearch/ProductSearchMatchingVariants.php b/lib/commercetools-api/src/Models/ProductSearch/ProductSearchMatchingVariants.php index 0c1528f85bb..aca0a4cbb6f 100644 --- a/lib/commercetools-api/src/Models/ProductSearch/ProductSearchMatchingVariants.php +++ b/lib/commercetools-api/src/Models/ProductSearch/ProductSearchMatchingVariants.php @@ -17,7 +17,7 @@ interface ProductSearchMatchingVariants extends JsonObject public const FIELD_MATCHED_VARIANTS = 'matchedVariants'; /** - *true if all Variants of the returned Product match the search query, or if search query does not specify any expression for a Product Variant field.
true if all Variants of the returned Product match the search query, or if search query does not specify any expression for a Product Variant field.
false if only a subset of the Product Variants match the search query.
Is always false for query expressions on Product Variant fields.
true if all Variants of the returned Product match the search query, or if search query does not specify any expression for a Product Variant field.
true if all Variants of the returned Product match the search query, or if search query does not specify any expression for a Product Variant field.
false if only a subset of the Product Variants match the search query.
Is always false for query expressions on Product Variant fields.
true if all Variants of the returned Product match the search query, or if search query does not specify any expression for a Product Variant field.
true if all Variants of the returned Product match the search query, or if search query does not specify any expression for a Product Variant field.
false if only a subset of the Product Variants match the search query.
Is always false for query expressions on Product Variant fields.
Set to true to retrieve the staged Product Projection
Set to true to retrieve the staged Product Projection
The currency used for Product price selection.
+ *The currency used for Product price selection.
* * @return null|string @@ -49,7 +49,7 @@ public function getStaged(); public function getPriceCurrency(); /** - *The country used for Product price selection. It can be used only in conjunction with the priceCurrency parameter.
The country used for Product price selection. It can be used only in conjunction with the priceCurrency parameter.
id of an existing CustomerGroup used for Product price selection. It can be used only in conjunction with the priceCurrency parameter.
id of an existing CustomerGroup used for Product price selection. It can be used only in conjunction with the priceCurrency parameter.
IDs of existing CustomerGroups used for Product price selection, when using multiple Customer Groups. It can be used only in conjunction with the priceCurrency parameter.
IDs of existing CustomerGroups used for Product price selection, when using multiple Customer Groups. It can be used only in conjunction with the priceCurrency parameter.
id of an existing Channel used for Product price selection. It can be used only in conjunction with the priceCurrency parameter.
id of an existing Channel used for Product price selection. It can be used only in conjunction with the priceCurrency parameter.
Used for locale-based projection.
+ *Used for locale-based projection.
* * @return null|array @@ -91,10 +91,10 @@ public function getLocaleProjection(); /** *key of an existing Store.
* If the Store has defined languages, countries, distributionChannels, or supplyChannels,
- * they are used for projections based on locale, price,
- * and inventory.
For Projects with active Product Selections, the API does not take the availability of the Product in the specified Store into account.
- *Product Tailoring modifies the product information returned in API responses. However, you can only specify query expressions for the original Product data, not for tailored data.
+ * they are used for projections based on locale, price, + * and inventory. + *For Projects with active Product Selections, the API does not take the availability of the Product in the specified Store into account.
+ *Product Tailoring modifies the product information returned in API responses. However, you can only specify query expressions for the original Product data, not for tailored data.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/ProductSearch/ProductSearchProjectionParamsBuilder.php b/lib/commercetools-api/src/Models/ProductSearch/ProductSearchProjectionParamsBuilder.php index aa1b6baff9e..d3c75618bf1 100644 --- a/lib/commercetools-api/src/Models/ProductSearch/ProductSearchProjectionParamsBuilder.php +++ b/lib/commercetools-api/src/Models/ProductSearch/ProductSearchProjectionParamsBuilder.php @@ -87,7 +87,7 @@ public function getExpand() } /** - *Set to true to retrieve the staged Product Projection
Set to true to retrieve the staged Product Projection
The currency used for Product price selection.
+ *The currency used for Product price selection.
* * @return null|string @@ -109,7 +109,7 @@ public function getPriceCurrency() } /** - *The country used for Product price selection. It can be used only in conjunction with the priceCurrency parameter.
The country used for Product price selection. It can be used only in conjunction with the priceCurrency parameter.
id of an existing CustomerGroup used for Product price selection. It can be used only in conjunction with the priceCurrency parameter.
id of an existing CustomerGroup used for Product price selection. It can be used only in conjunction with the priceCurrency parameter.
IDs of existing CustomerGroups used for Product price selection, when using multiple Customer Groups. It can be used only in conjunction with the priceCurrency parameter.
IDs of existing CustomerGroups used for Product price selection, when using multiple Customer Groups. It can be used only in conjunction with the priceCurrency parameter.
id of an existing Channel used for Product price selection. It can be used only in conjunction with the priceCurrency parameter.
id of an existing Channel used for Product price selection. It can be used only in conjunction with the priceCurrency parameter.
Used for locale-based projection.
+ *Used for locale-based projection.
* * @return null|array @@ -166,10 +166,10 @@ public function getLocaleProjection() /** *key of an existing Store.
* If the Store has defined languages, countries, distributionChannels, or supplyChannels,
- * they are used for projections based on locale, price,
- * and inventory.
For Projects with active Product Selections, the API does not take the availability of the Product in the specified Store into account.
- *Product Tailoring modifies the product information returned in API responses. However, you can only specify query expressions for the original Product data, not for tailored data.
+ * they are used for projections based on locale, price, + * and inventory. + *For Projects with active Product Selections, the API does not take the availability of the Product in the specified Store into account.
+ *Product Tailoring modifies the product information returned in API responses. However, you can only specify query expressions for the original Product data, not for tailored data.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/ProductSearch/ProductSearchProjectionParamsModel.php b/lib/commercetools-api/src/Models/ProductSearch/ProductSearchProjectionParamsModel.php index 17913605ca8..bee8fe90906 100644 --- a/lib/commercetools-api/src/Models/ProductSearch/ProductSearchProjectionParamsModel.php +++ b/lib/commercetools-api/src/Models/ProductSearch/ProductSearchProjectionParamsModel.php @@ -121,7 +121,7 @@ public function getExpand() } /** - *Set to true to retrieve the staged Product Projection
Set to true to retrieve the staged Product Projection
The currency used for Product price selection.
+ *The currency used for Product price selection.
* * * @return null|string @@ -161,7 +161,7 @@ public function getPriceCurrency() } /** - *The country used for Product price selection. It can be used only in conjunction with the priceCurrency parameter.
The country used for Product price selection. It can be used only in conjunction with the priceCurrency parameter.
id of an existing CustomerGroup used for Product price selection. It can be used only in conjunction with the priceCurrency parameter.
id of an existing CustomerGroup used for Product price selection. It can be used only in conjunction with the priceCurrency parameter.
IDs of existing CustomerGroups used for Product price selection, when using multiple Customer Groups. It can be used only in conjunction with the priceCurrency parameter.
IDs of existing CustomerGroups used for Product price selection, when using multiple Customer Groups. It can be used only in conjunction with the priceCurrency parameter.
id of an existing Channel used for Product price selection. It can be used only in conjunction with the priceCurrency parameter.
id of an existing Channel used for Product price selection. It can be used only in conjunction with the priceCurrency parameter.
Used for locale-based projection.
+ *Used for locale-based projection.
* * * @return null|array @@ -263,10 +263,10 @@ public function getLocaleProjection() /** *key of an existing Store.
* If the Store has defined languages, countries, distributionChannels, or supplyChannels,
- * they are used for projections based on locale, price,
- * and inventory.
For Projects with active Product Selections, the API does not take the availability of the Product in the specified Store into account.
- *Product Tailoring modifies the product information returned in API responses. However, you can only specify query expressions for the original Product data, not for tailored data.
+ * they are used for projections based on locale, price, + * and inventory. + *For Projects with active Product Selections, the API does not take the availability of the Product in the specified Store into account.
+ *Product Tailoring modifies the product information returned in API responses. However, you can only specify query expressions for the original Product data, not for tailored data.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/ProductSearch/ProductSearchRequest.php b/lib/commercetools-api/src/Models/ProductSearch/ProductSearchRequest.php index bdad3b2db2d..44ffb0f7ab7 100644 --- a/lib/commercetools-api/src/Models/ProductSearch/ProductSearchRequest.php +++ b/lib/commercetools-api/src/Models/ProductSearch/ProductSearchRequest.php @@ -25,7 +25,7 @@ interface ProductSearchRequest extends JsonObject public const FIELD_POST_FILTER = 'postFilter'; /** - *The search query against searchable Product fields.
+ *The search query against searchable Product fields.
* * @return null|SearchQuery @@ -33,7 +33,7 @@ interface ProductSearchRequest extends JsonObject public function getQuery(); /** - *Controls how results to your query are sorted. + *
Controls how results to your query are sorted. * If not provided, the results are sorted by relevance score in descending order.
* @@ -42,7 +42,7 @@ public function getQuery(); public function getSort(); /** - *The maximum number of search results to be returned in one page.
+ *The maximum number of search results to be returned in one page.
* * @return null|int @@ -50,7 +50,7 @@ public function getSort(); public function getLimit(); /** - *The number of search results to be skipped in the response for pagination.
+ *The number of search results to be skipped in the response for pagination.
* * @return null|int @@ -60,7 +60,7 @@ public function getOffset(); /** *If query specifies an expression for a Product Variant field,
* set this to true to get additional information for each returned Product about which Product Variants match the search query.
- * For details, see matching variants.
Controls deprecated data integration with Product Projection parameters. + *
Controls deprecated data integration with Product Projection parameters. * If not set, the result does not include the Product Projection.
* * @deprecated @@ -77,7 +77,7 @@ public function getMarkMatchingVariants(); public function getProductProjectionParameters(); /** - *Set this field to request facets.
+ *Set this field to request facets.
* * @return null|ProductSearchFacetExpressionCollection diff --git a/lib/commercetools-api/src/Models/ProductSearch/ProductSearchRequestBuilder.php b/lib/commercetools-api/src/Models/ProductSearch/ProductSearchRequestBuilder.php index 5ec96c8f5f1..6a073a534fe 100644 --- a/lib/commercetools-api/src/Models/ProductSearch/ProductSearchRequestBuilder.php +++ b/lib/commercetools-api/src/Models/ProductSearch/ProductSearchRequestBuilder.php @@ -72,7 +72,7 @@ final class ProductSearchRequestBuilder implements Builder private $postFilter; /** - *The search query against searchable Product fields.
+ *The search query against searchable Product fields.
* * @return null|SearchQuery @@ -83,7 +83,7 @@ public function getQuery() } /** - *Controls how results to your query are sorted. + *
Controls how results to your query are sorted. * If not provided, the results are sorted by relevance score in descending order.
* @@ -95,7 +95,7 @@ public function getSort() } /** - *The maximum number of search results to be returned in one page.
+ *The maximum number of search results to be returned in one page.
* * @return null|int @@ -106,7 +106,7 @@ public function getLimit() } /** - *The number of search results to be skipped in the response for pagination.
+ *The number of search results to be skipped in the response for pagination.
* * @return null|int @@ -119,7 +119,7 @@ public function getOffset() /** *If query specifies an expression for a Product Variant field,
* set this to true to get additional information for each returned Product about which Product Variants match the search query.
- * For details, see matching variants.
Controls deprecated data integration with Product Projection parameters. + *
Controls deprecated data integration with Product Projection parameters. * If not set, the result does not include the Product Projection.
* * @deprecated @@ -142,7 +142,7 @@ public function getProductProjectionParameters() } /** - *Set this field to request facets.
+ *Set this field to request facets.
* * @return null|ProductSearchFacetExpressionCollection diff --git a/lib/commercetools-api/src/Models/ProductSearch/ProductSearchRequestModel.php b/lib/commercetools-api/src/Models/ProductSearch/ProductSearchRequestModel.php index 0d6045fb361..62ceb24f40a 100644 --- a/lib/commercetools-api/src/Models/ProductSearch/ProductSearchRequestModel.php +++ b/lib/commercetools-api/src/Models/ProductSearch/ProductSearchRequestModel.php @@ -95,7 +95,7 @@ public function __construct( } /** - *The search query against searchable Product fields.
+ *The search query against searchable Product fields.
* * * @return null|SearchQuery @@ -116,7 +116,7 @@ public function getQuery() } /** - *Controls how results to your query are sorted. + *
Controls how results to your query are sorted. * If not provided, the results are sorted by relevance score in descending order.
* * @@ -137,7 +137,7 @@ public function getSort() } /** - *The maximum number of search results to be returned in one page.
+ *The maximum number of search results to be returned in one page.
* * * @return null|int @@ -157,7 +157,7 @@ public function getLimit() } /** - *The number of search results to be skipped in the response for pagination.
+ *The number of search results to be skipped in the response for pagination.
* * * @return null|int @@ -179,7 +179,7 @@ public function getOffset() /** *If query specifies an expression for a Product Variant field,
* set this to true to get additional information for each returned Product about which Product Variants match the search query.
- * For details, see matching variants.
Controls deprecated data integration with Product Projection parameters. + *
Controls deprecated data integration with Product Projection parameters. * If not set, the result does not include the Product Projection.
* * @deprecated @@ -221,7 +221,7 @@ public function getProductProjectionParameters() } /** - *Set this field to request facets.
+ *Set this field to request facets.
* * * @return null|ProductSearchFacetExpressionCollection diff --git a/lib/commercetools-api/src/Models/ProductSearch/ProductSearchResult.php b/lib/commercetools-api/src/Models/ProductSearch/ProductSearchResult.php index 56e322d83f7..afe639a8f25 100644 --- a/lib/commercetools-api/src/Models/ProductSearch/ProductSearchResult.php +++ b/lib/commercetools-api/src/Models/ProductSearch/ProductSearchResult.php @@ -37,7 +37,7 @@ public function getMatchingVariants(); /** *Projected data of the Product with id.
- * Only present if deprecated data integration with Product Projection parameters is requested.
Projected data of the Product with id.
- * Only present if deprecated data integration with Product Projection parameters is requested.
Projected data of the Product with id.
- * Only present if deprecated data integration with Product Projection parameters is requested.
Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -28,7 +28,7 @@ interface AssignedProductSelectionPagedQueryResponse extends JsonObject public function getLimit(); /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -46,8 +46,8 @@ public function getCount(); /** *Total number of results matching the query.
* Present only when the withTotal query parameter is set to true.
- * This number is an estimation that is not strongly consistent.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/ProductSelection/AssignedProductSelectionPagedQueryResponseBuilder.php b/lib/commercetools-api/src/Models/ProductSelection/AssignedProductSelectionPagedQueryResponseBuilder.php
index 30d31ce0641..2bb1ad46b2b 100644
--- a/lib/commercetools-api/src/Models/ProductSelection/AssignedProductSelectionPagedQueryResponseBuilder.php
+++ b/lib/commercetools-api/src/Models/ProductSelection/AssignedProductSelectionPagedQueryResponseBuilder.php
@@ -51,7 +51,7 @@ final class AssignedProductSelectionPagedQueryResponseBuilder implements Builder
private $results;
/**
- * Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -62,7 +62,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -86,8 +86,8 @@ public function getCount() /** *Total number of results matching the query.
* Present only when the withTotal query parameter is set to true.
- * This number is an estimation that is not strongly consistent.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/ProductSelection/AssignedProductSelectionPagedQueryResponseModel.php b/lib/commercetools-api/src/Models/ProductSelection/AssignedProductSelectionPagedQueryResponseModel.php
index 7a6ec77fa9f..530bb222927 100644
--- a/lib/commercetools-api/src/Models/ProductSelection/AssignedProductSelectionPagedQueryResponseModel.php
+++ b/lib/commercetools-api/src/Models/ProductSelection/AssignedProductSelectionPagedQueryResponseModel.php
@@ -68,7 +68,7 @@ public function __construct(
}
/**
- * Number of results requested.
+ *Number of results requested.
* * * @return null|int @@ -88,7 +88,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * * @return null|int @@ -130,8 +130,8 @@ public function getCount() /** *Total number of results matching the query.
* Present only when the withTotal query parameter is set to true.
- * This number is an estimation that is not strongly consistent.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/ProductSelection/ProductSelection.php b/lib/commercetools-api/src/Models/ProductSelection/ProductSelection.php
index a5a34c79bc2..7169ad4ba2d 100644
--- a/lib/commercetools-api/src/Models/ProductSelection/ProductSelection.php
+++ b/lib/commercetools-api/src/Models/ProductSelection/ProductSelection.php
@@ -60,7 +60,7 @@ public function getCreatedAt();
public function getLastModifiedAt();
/**
- * Present on resources updated after 1/02/2019 except for events not tracked.
+ *Present on resources updated after 1/02/2019 except for events not tracked.
* * @return null|LastModifiedBy @@ -68,7 +68,7 @@ public function getLastModifiedAt(); public function getLastModifiedBy(); /** - *Present on resources created after 1/02/2019 except for events not tracked.
+ *Present on resources created after 1/02/2019 except for events not tracked.
* * @return null|CreatedBy diff --git a/lib/commercetools-api/src/Models/ProductSelection/ProductSelectionBuilder.php b/lib/commercetools-api/src/Models/ProductSelection/ProductSelectionBuilder.php index 42ee97bf081..fa8745fb976 100644 --- a/lib/commercetools-api/src/Models/ProductSelection/ProductSelectionBuilder.php +++ b/lib/commercetools-api/src/Models/ProductSelection/ProductSelectionBuilder.php @@ -142,7 +142,7 @@ public function getLastModifiedAt() } /** - *Present on resources updated after 1/02/2019 except for events not tracked.
+ *Present on resources updated after 1/02/2019 except for events not tracked.
* * @return null|LastModifiedBy @@ -153,7 +153,7 @@ public function getLastModifiedBy() } /** - *Present on resources created after 1/02/2019 except for events not tracked.
+ *Present on resources created after 1/02/2019 except for events not tracked.
* * @return null|CreatedBy diff --git a/lib/commercetools-api/src/Models/ProductSelection/ProductSelectionModel.php b/lib/commercetools-api/src/Models/ProductSelection/ProductSelectionModel.php index 268523c19d4..0b65cf7781e 100644 --- a/lib/commercetools-api/src/Models/ProductSelection/ProductSelectionModel.php +++ b/lib/commercetools-api/src/Models/ProductSelection/ProductSelectionModel.php @@ -215,7 +215,7 @@ public function getLastModifiedAt() } /** - *Present on resources updated after 1/02/2019 except for events not tracked.
+ *Present on resources updated after 1/02/2019 except for events not tracked.
* * * @return null|LastModifiedBy @@ -236,7 +236,7 @@ public function getLastModifiedBy() } /** - *Present on resources created after 1/02/2019 except for events not tracked.
+ *Present on resources created after 1/02/2019 except for events not tracked.
* * * @return null|CreatedBy diff --git a/lib/commercetools-api/src/Models/ProductSelection/ProductSelectionPagedQueryResponse.php b/lib/commercetools-api/src/Models/ProductSelection/ProductSelectionPagedQueryResponse.php index 73a56bf5897..56802d5009d 100644 --- a/lib/commercetools-api/src/Models/ProductSelection/ProductSelectionPagedQueryResponse.php +++ b/lib/commercetools-api/src/Models/ProductSelection/ProductSelectionPagedQueryResponse.php @@ -20,7 +20,7 @@ interface ProductSelectionPagedQueryResponse extends JsonObject public const FIELD_RESULTS = 'results'; /** - *Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -28,7 +28,7 @@ interface ProductSelectionPagedQueryResponse extends JsonObject public function getLimit(); /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int diff --git a/lib/commercetools-api/src/Models/ProductSelection/ProductSelectionPagedQueryResponseBuilder.php b/lib/commercetools-api/src/Models/ProductSelection/ProductSelectionPagedQueryResponseBuilder.php index 6edc9ec1846..fce48cdd220 100644 --- a/lib/commercetools-api/src/Models/ProductSelection/ProductSelectionPagedQueryResponseBuilder.php +++ b/lib/commercetools-api/src/Models/ProductSelection/ProductSelectionPagedQueryResponseBuilder.php @@ -51,7 +51,7 @@ final class ProductSelectionPagedQueryResponseBuilder implements Builder private $results; /** - *Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -62,7 +62,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int diff --git a/lib/commercetools-api/src/Models/ProductSelection/ProductSelectionPagedQueryResponseModel.php b/lib/commercetools-api/src/Models/ProductSelection/ProductSelectionPagedQueryResponseModel.php index 157e923def7..aaf255187b2 100644 --- a/lib/commercetools-api/src/Models/ProductSelection/ProductSelectionPagedQueryResponseModel.php +++ b/lib/commercetools-api/src/Models/ProductSelection/ProductSelectionPagedQueryResponseModel.php @@ -68,7 +68,7 @@ public function __construct( } /** - *Number of results requested.
+ *Number of results requested.
* * * @return null|int @@ -88,7 +88,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * * @return null|int diff --git a/lib/commercetools-api/src/Models/ProductSelection/ProductSelectionProductPagedQueryResponse.php b/lib/commercetools-api/src/Models/ProductSelection/ProductSelectionProductPagedQueryResponse.php index 52f5a058098..8cbec144ff9 100644 --- a/lib/commercetools-api/src/Models/ProductSelection/ProductSelectionProductPagedQueryResponse.php +++ b/lib/commercetools-api/src/Models/ProductSelection/ProductSelectionProductPagedQueryResponse.php @@ -20,7 +20,7 @@ interface ProductSelectionProductPagedQueryResponse extends JsonObject public const FIELD_RESULTS = 'results'; /** - *Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -28,7 +28,7 @@ interface ProductSelectionProductPagedQueryResponse extends JsonObject public function getLimit(); /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -46,8 +46,8 @@ public function getCount(); /** *Total number of results matching the query.
* Present only when the withTotal query parameter is set to true.
- * This number is an estimation that is not strongly consistent.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/ProductSelection/ProductSelectionProductPagedQueryResponseBuilder.php b/lib/commercetools-api/src/Models/ProductSelection/ProductSelectionProductPagedQueryResponseBuilder.php
index a666b52f47e..41a0043e5da 100644
--- a/lib/commercetools-api/src/Models/ProductSelection/ProductSelectionProductPagedQueryResponseBuilder.php
+++ b/lib/commercetools-api/src/Models/ProductSelection/ProductSelectionProductPagedQueryResponseBuilder.php
@@ -51,7 +51,7 @@ final class ProductSelectionProductPagedQueryResponseBuilder implements Builder
private $results;
/**
- * Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -62,7 +62,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -86,8 +86,8 @@ public function getCount() /** *Total number of results matching the query.
* Present only when the withTotal query parameter is set to true.
- * This number is an estimation that is not strongly consistent.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/ProductSelection/ProductSelectionProductPagedQueryResponseModel.php b/lib/commercetools-api/src/Models/ProductSelection/ProductSelectionProductPagedQueryResponseModel.php
index f3c5c25ecee..87604308492 100644
--- a/lib/commercetools-api/src/Models/ProductSelection/ProductSelectionProductPagedQueryResponseModel.php
+++ b/lib/commercetools-api/src/Models/ProductSelection/ProductSelectionProductPagedQueryResponseModel.php
@@ -68,7 +68,7 @@ public function __construct(
}
/**
- * Number of results requested.
+ *Number of results requested.
* * * @return null|int @@ -88,7 +88,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * * @return null|int @@ -130,8 +130,8 @@ public function getCount() /** *Total number of results matching the query.
* Present only when the withTotal query parameter is set to true.
- * This number is an estimation that is not strongly consistent.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/ProductSelection/ProductSelectionReference.php b/lib/commercetools-api/src/Models/ProductSelection/ProductSelectionReference.php
index 1efffa55e0a..377e1e12052 100644
--- a/lib/commercetools-api/src/Models/ProductSelection/ProductSelectionReference.php
+++ b/lib/commercetools-api/src/Models/ProductSelection/ProductSelectionReference.php
@@ -31,7 +31,7 @@ public function getTypeId();
public function getId();
/**
- * Contains the representation of the expanded ProductSelection. Only present in responses to requests with Reference Expansion for ProductSelections.
+ *Contains the representation of the expanded ProductSelection. Only present in responses to requests with Reference Expansion for ProductSelections.
* * @return null|ProductSelection diff --git a/lib/commercetools-api/src/Models/ProductSelection/ProductSelectionReferenceBuilder.php b/lib/commercetools-api/src/Models/ProductSelection/ProductSelectionReferenceBuilder.php index 3ae6c5df783..65e2dc98042 100644 --- a/lib/commercetools-api/src/Models/ProductSelection/ProductSelectionReferenceBuilder.php +++ b/lib/commercetools-api/src/Models/ProductSelection/ProductSelectionReferenceBuilder.php @@ -46,7 +46,7 @@ public function getId() } /** - *Contains the representation of the expanded ProductSelection. Only present in responses to requests with Reference Expansion for ProductSelections.
+ *Contains the representation of the expanded ProductSelection. Only present in responses to requests with Reference Expansion for ProductSelections.
* * @return null|ProductSelection diff --git a/lib/commercetools-api/src/Models/ProductSelection/ProductSelectionReferenceModel.php b/lib/commercetools-api/src/Models/ProductSelection/ProductSelectionReferenceModel.php index c2454c2d9ba..0e765d5508c 100644 --- a/lib/commercetools-api/src/Models/ProductSelection/ProductSelectionReferenceModel.php +++ b/lib/commercetools-api/src/Models/ProductSelection/ProductSelectionReferenceModel.php @@ -93,7 +93,7 @@ public function getId() } /** - *Contains the representation of the expanded ProductSelection. Only present in responses to requests with Reference Expansion for ProductSelections.
+ *Contains the representation of the expanded ProductSelection. Only present in responses to requests with Reference Expansion for ProductSelections.
* * * @return null|ProductSelection diff --git a/lib/commercetools-api/src/Models/ProductSelection/ProductSelectionSetCustomFieldAction.php b/lib/commercetools-api/src/Models/ProductSelection/ProductSelectionSetCustomFieldAction.php index e52f6deef61..0101b67ccd1 100644 --- a/lib/commercetools-api/src/Models/ProductSelection/ProductSelectionSetCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/ProductSelection/ProductSelectionSetCustomFieldAction.php @@ -17,7 +17,7 @@ interface ProductSelectionSetCustomFieldAction extends ProductSelectionUpdateAct public const FIELD_VALUE = 'value'; /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/ProductSelection/ProductSelectionSetCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/ProductSelection/ProductSelectionSetCustomFieldActionBuilder.php index 9f49475fd42..ff88869c476 100644 --- a/lib/commercetools-api/src/Models/ProductSelection/ProductSelectionSetCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/ProductSelection/ProductSelectionSetCustomFieldActionBuilder.php @@ -33,7 +33,7 @@ final class ProductSelectionSetCustomFieldActionBuilder implements Builder private $value; /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/ProductSelection/ProductSelectionSetCustomFieldActionModel.php b/lib/commercetools-api/src/Models/ProductSelection/ProductSelectionSetCustomFieldActionModel.php index 364cca6a95b..1bad7915520 100644 --- a/lib/commercetools-api/src/Models/ProductSelection/ProductSelectionSetCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/ProductSelection/ProductSelectionSetCustomFieldActionModel.php @@ -71,7 +71,7 @@ public function getAction() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/ProductSelection/ProductsInStorePagedQueryResponse.php b/lib/commercetools-api/src/Models/ProductSelection/ProductsInStorePagedQueryResponse.php index 7c04c4dc357..871d2033b52 100644 --- a/lib/commercetools-api/src/Models/ProductSelection/ProductsInStorePagedQueryResponse.php +++ b/lib/commercetools-api/src/Models/ProductSelection/ProductsInStorePagedQueryResponse.php @@ -20,7 +20,7 @@ interface ProductsInStorePagedQueryResponse extends JsonObject public const FIELD_RESULTS = 'results'; /** - *Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -28,7 +28,7 @@ interface ProductsInStorePagedQueryResponse extends JsonObject public function getLimit(); /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -46,8 +46,8 @@ public function getCount(); /** *Total number of results matching the query.
* Present only when the withTotal query parameter is set to true.
- * This number is an estimation that is not strongly consistent.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/ProductSelection/ProductsInStorePagedQueryResponseBuilder.php b/lib/commercetools-api/src/Models/ProductSelection/ProductsInStorePagedQueryResponseBuilder.php
index f32c30fa949..5319ebe2d43 100644
--- a/lib/commercetools-api/src/Models/ProductSelection/ProductsInStorePagedQueryResponseBuilder.php
+++ b/lib/commercetools-api/src/Models/ProductSelection/ProductsInStorePagedQueryResponseBuilder.php
@@ -51,7 +51,7 @@ final class ProductsInStorePagedQueryResponseBuilder implements Builder
private $results;
/**
- * Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -62,7 +62,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -86,8 +86,8 @@ public function getCount() /** *Total number of results matching the query.
* Present only when the withTotal query parameter is set to true.
- * This number is an estimation that is not strongly consistent.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/ProductSelection/ProductsInStorePagedQueryResponseModel.php b/lib/commercetools-api/src/Models/ProductSelection/ProductsInStorePagedQueryResponseModel.php
index adc4604b06e..51f90230f78 100644
--- a/lib/commercetools-api/src/Models/ProductSelection/ProductsInStorePagedQueryResponseModel.php
+++ b/lib/commercetools-api/src/Models/ProductSelection/ProductsInStorePagedQueryResponseModel.php
@@ -68,7 +68,7 @@ public function __construct(
}
/**
- * Number of results requested.
+ *Number of results requested.
* * * @return null|int @@ -88,7 +88,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * * @return null|int @@ -130,8 +130,8 @@ public function getCount() /** *Total number of results matching the query.
* Present only when the withTotal query parameter is set to true.
- * This number is an estimation that is not strongly consistent.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/ProductTailoring/ProductTailoring.php b/lib/commercetools-api/src/Models/ProductTailoring/ProductTailoring.php
index b131697f99f..a3d2b6d370b 100644
--- a/lib/commercetools-api/src/Models/ProductTailoring/ProductTailoring.php
+++ b/lib/commercetools-api/src/Models/ProductTailoring/ProductTailoring.php
@@ -104,7 +104,7 @@ public function getStore();
public function getProduct();
/**
- * If true, the tailored information contained in the current ProductTailoringData is provided when retrieving the ProductProjection in Store.
+ *
If true, the tailored information contained in the current ProductTailoringData is provided when retrieving the ProductProjection in Store.
* For information not part of the ProductTailoringData, the original information contained in the ProductData is provided.
* If false, only the original information contained in the ProductData is provided.
If true, the tailored information contained in the current ProductTailoringData is provided when retrieving the ProductProjection in Store.
+ *
If true, the tailored information contained in the current ProductTailoringData is provided when retrieving the ProductProjection in Store.
* For information not part of the ProductTailoringData, the original information contained in the ProductData is provided.
* If false, only the original information contained in the ProductData is provided.
Set to true to publish the ProductTailoring immediately.
+ *
Set to true to publish the ProductTailoring immediately.
* Otherwise, the tailored product information is just staged.
Set to true to publish the ProductTailoring immediately.
+ *
Set to true to publish the ProductTailoring immediately.
* Otherwise, the tailored product information is just staged.
Set to true to publish the ProductTailoring immediately.
+ *
Set to true to publish the ProductTailoring immediately.
* Otherwise, the tailored product information is just staged.
If true, the tailored information contained in the current ProductTailoringData is provided when retrieving the ProductProjection in Store.
+ *
If true, the tailored information contained in the current ProductTailoringData is provided when retrieving the ProductProjection in Store.
* For information not part of the ProductTailoringData, the original information contained in the ProductData is provided.
* If false, only the original information contained in the ProductData is provided.
Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -28,7 +28,7 @@ interface ProductTailoringPagedQueryResponse extends JsonObject public function getLimit(); /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -46,8 +46,8 @@ public function getCount(); /** *Total number of results matching the query.
* Present only when the withTotal query parameter is set to true.
- * This number is an estimation that is not strongly consistent.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/ProductTailoring/ProductTailoringPagedQueryResponseBuilder.php b/lib/commercetools-api/src/Models/ProductTailoring/ProductTailoringPagedQueryResponseBuilder.php
index d33a9d6e0ff..0a75d9b0a71 100644
--- a/lib/commercetools-api/src/Models/ProductTailoring/ProductTailoringPagedQueryResponseBuilder.php
+++ b/lib/commercetools-api/src/Models/ProductTailoring/ProductTailoringPagedQueryResponseBuilder.php
@@ -51,7 +51,7 @@ final class ProductTailoringPagedQueryResponseBuilder implements Builder
private $results;
/**
- * Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -62,7 +62,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -86,8 +86,8 @@ public function getCount() /** *Total number of results matching the query.
* Present only when the withTotal query parameter is set to true.
- * This number is an estimation that is not strongly consistent.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/ProductTailoring/ProductTailoringPagedQueryResponseModel.php b/lib/commercetools-api/src/Models/ProductTailoring/ProductTailoringPagedQueryResponseModel.php
index 9aba15dff16..d3be938ec31 100644
--- a/lib/commercetools-api/src/Models/ProductTailoring/ProductTailoringPagedQueryResponseModel.php
+++ b/lib/commercetools-api/src/Models/ProductTailoring/ProductTailoringPagedQueryResponseModel.php
@@ -68,7 +68,7 @@ public function __construct(
}
/**
- * Number of results requested.
+ *Number of results requested.
* * * @return null|int @@ -88,7 +88,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * * @return null|int @@ -130,8 +130,8 @@ public function getCount() /** *Total number of results matching the query.
* Present only when the withTotal query parameter is set to true.
- * This number is an estimation that is not strongly consistent.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/ProductTailoring/ProductTailoringReference.php b/lib/commercetools-api/src/Models/ProductTailoring/ProductTailoringReference.php
index 9d8214a3ceb..8c525f95743 100644
--- a/lib/commercetools-api/src/Models/ProductTailoring/ProductTailoringReference.php
+++ b/lib/commercetools-api/src/Models/ProductTailoring/ProductTailoringReference.php
@@ -31,7 +31,7 @@ public function getTypeId();
public function getId();
/**
- * Contains the representation of the expanded ProductTailoring. Only present in responses to requests with Reference Expansion for ProductTailoring.
+ *Contains the representation of the expanded ProductTailoring. Only present in responses to requests with Reference Expansion for ProductTailoring.
* * @return null|ProductTailoring diff --git a/lib/commercetools-api/src/Models/ProductTailoring/ProductTailoringReferenceBuilder.php b/lib/commercetools-api/src/Models/ProductTailoring/ProductTailoringReferenceBuilder.php index 104883060e1..b611023bc7e 100644 --- a/lib/commercetools-api/src/Models/ProductTailoring/ProductTailoringReferenceBuilder.php +++ b/lib/commercetools-api/src/Models/ProductTailoring/ProductTailoringReferenceBuilder.php @@ -46,7 +46,7 @@ public function getId() } /** - *Contains the representation of the expanded ProductTailoring. Only present in responses to requests with Reference Expansion for ProductTailoring.
+ *Contains the representation of the expanded ProductTailoring. Only present in responses to requests with Reference Expansion for ProductTailoring.
* * @return null|ProductTailoring diff --git a/lib/commercetools-api/src/Models/ProductTailoring/ProductTailoringReferenceModel.php b/lib/commercetools-api/src/Models/ProductTailoring/ProductTailoringReferenceModel.php index a3ed7ba54fd..12e458ca5b6 100644 --- a/lib/commercetools-api/src/Models/ProductTailoring/ProductTailoringReferenceModel.php +++ b/lib/commercetools-api/src/Models/ProductTailoring/ProductTailoringReferenceModel.php @@ -93,7 +93,7 @@ public function getId() } /** - *Contains the representation of the expanded ProductTailoring. Only present in responses to requests with Reference Expansion for ProductTailoring.
+ *Contains the representation of the expanded ProductTailoring. Only present in responses to requests with Reference Expansion for ProductTailoring.
* * * @return null|ProductTailoring diff --git a/lib/commercetools-api/src/Models/ProductTailoring/ProductTailoringSetAssetCustomFieldAction.php b/lib/commercetools-api/src/Models/ProductTailoring/ProductTailoringSetAssetCustomFieldAction.php index 81b0775b363..7746473e531 100644 --- a/lib/commercetools-api/src/Models/ProductTailoring/ProductTailoringSetAssetCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/ProductTailoring/ProductTailoringSetAssetCustomFieldAction.php @@ -62,7 +62,7 @@ public function getAssetId(); public function getAssetKey(); /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/ProductTailoring/ProductTailoringSetAssetCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/ProductTailoring/ProductTailoringSetAssetCustomFieldActionBuilder.php index 7d52e29bdfa..ace6aa1ae7f 100644 --- a/lib/commercetools-api/src/Models/ProductTailoring/ProductTailoringSetAssetCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/ProductTailoring/ProductTailoringSetAssetCustomFieldActionBuilder.php @@ -118,7 +118,7 @@ public function getAssetKey() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/ProductTailoring/ProductTailoringSetAssetCustomFieldActionModel.php b/lib/commercetools-api/src/Models/ProductTailoring/ProductTailoringSetAssetCustomFieldActionModel.php index 43f696217e7..f13a6a11da3 100644 --- a/lib/commercetools-api/src/Models/ProductTailoring/ProductTailoringSetAssetCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/ProductTailoring/ProductTailoringSetAssetCustomFieldActionModel.php @@ -211,7 +211,7 @@ public function getAssetKey() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/ProductType/AttributeDefinition.php b/lib/commercetools-api/src/Models/ProductType/AttributeDefinition.php index 25ec9a1e71a..63b6a01988b 100644 --- a/lib/commercetools-api/src/Models/ProductType/AttributeDefinition.php +++ b/lib/commercetools-api/src/Models/ProductType/AttributeDefinition.php @@ -89,11 +89,11 @@ public function getInputTip(); public function getInputHint(); /** - *If true, the Attribute's values are available in the Product Search or the Product Projection Search API for use in full-text search queries, filters, and facets.
+ *
If true, the Attribute's values are available in the Product Search or the Product Projection Search API for use in full-text search queries, filters, and facets.
* However, if an Attribute's level is set as Product, then Product Projection Search does not support the Attribute.
The exact features that are available with this flag depend on the specific AttributeType. - * The maximum size of a searchable field is restricted by the Field content size limit. - * This constraint is enforced at both Product creation and Product update. + * The maximum size of a searchable field is restricted by the Field content size limit. + * This constraint is enforced at both Product creation and Product update. * If the length of the input exceeds the maximum size, an InvalidField error is returned.
* diff --git a/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionBuilder.php b/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionBuilder.php index ba53207412f..b11e939870d 100644 --- a/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionBuilder.php +++ b/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionBuilder.php @@ -165,11 +165,11 @@ public function getInputHint() } /** - *If true, the Attribute's values are available in the Product Search or the Product Projection Search API for use in full-text search queries, filters, and facets.
+ *
If true, the Attribute's values are available in the Product Search or the Product Projection Search API for use in full-text search queries, filters, and facets.
* However, if an Attribute's level is set as Product, then Product Projection Search does not support the Attribute.
The exact features that are available with this flag depend on the specific AttributeType. - * The maximum size of a searchable field is restricted by the Field content size limit. - * This constraint is enforced at both Product creation and Product update. + * The maximum size of a searchable field is restricted by the Field content size limit. + * This constraint is enforced at both Product creation and Product update. * If the length of the input exceeds the maximum size, an InvalidField error is returned.
* diff --git a/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionDraft.php b/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionDraft.php index 061c898e8b0..15369b6d58b 100644 --- a/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionDraft.php +++ b/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionDraft.php @@ -93,10 +93,10 @@ public function getInputTip(); public function getInputHint(); /** - *Set as true if you want the Attribute's values to be available in the Product Search or the Product Projection Search API and can be used in full-text search queries, filters, and facets.
+ *
Set as true if you want the Attribute's values to be available in the Product Search or the Product Projection Search API and can be used in full-text search queries, filters, and facets.
* If an Attribute's level is set as Product, then Product Projection Search does not support the Attribute.
Which exact features are available with this flag depends on the specific AttributeType. - * The maximum size of a searchable field is restricted by the Field content size limit. + * The maximum size of a searchable field is restricted by the Field content size limit. * This constraint is enforced at both Product creation and Product update. * If the length of the input exceeds the maximum size, an InvalidField error is returned.
* diff --git a/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionDraftBuilder.php b/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionDraftBuilder.php index 3bc70231bfd..1857d90247f 100644 --- a/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionDraftBuilder.php +++ b/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionDraftBuilder.php @@ -169,10 +169,10 @@ public function getInputHint() } /** - *Set as true if you want the Attribute's values to be available in the Product Search or the Product Projection Search API and can be used in full-text search queries, filters, and facets.
+ *
Set as true if you want the Attribute's values to be available in the Product Search or the Product Projection Search API and can be used in full-text search queries, filters, and facets.
* If an Attribute's level is set as Product, then Product Projection Search does not support the Attribute.
Which exact features are available with this flag depends on the specific AttributeType. - * The maximum size of a searchable field is restricted by the Field content size limit. + * The maximum size of a searchable field is restricted by the Field content size limit. * This constraint is enforced at both Product creation and Product update. * If the length of the input exceeds the maximum size, an InvalidField error is returned.
* diff --git a/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionDraftModel.php b/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionDraftModel.php index f637b92cf59..344f8e80b4c 100644 --- a/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionDraftModel.php +++ b/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionDraftModel.php @@ -269,10 +269,10 @@ public function getInputHint() } /** - *Set as true if you want the Attribute's values to be available in the Product Search or the Product Projection Search API and can be used in full-text search queries, filters, and facets.
+ *
Set as true if you want the Attribute's values to be available in the Product Search or the Product Projection Search API and can be used in full-text search queries, filters, and facets.
* If an Attribute's level is set as Product, then Product Projection Search does not support the Attribute.
Which exact features are available with this flag depends on the specific AttributeType. - * The maximum size of a searchable field is restricted by the Field content size limit. + * The maximum size of a searchable field is restricted by the Field content size limit. * This constraint is enforced at both Product creation and Product update. * If the length of the input exceeds the maximum size, an InvalidField error is returned.
* diff --git a/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionModel.php b/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionModel.php index 30b32d1e15f..c6b52e20c0f 100644 --- a/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionModel.php +++ b/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionModel.php @@ -265,11 +265,11 @@ public function getInputHint() } /** - *If true, the Attribute's values are available in the Product Search or the Product Projection Search API for use in full-text search queries, filters, and facets.
+ *
If true, the Attribute's values are available in the Product Search or the Product Projection Search API for use in full-text search queries, filters, and facets.
* However, if an Attribute's level is set as Product, then Product Projection Search does not support the Attribute.
The exact features that are available with this flag depend on the specific AttributeType. - * The maximum size of a searchable field is restricted by the Field content size limit. - * This constraint is enforced at both Product creation and Product update. + * The maximum size of a searchable field is restricted by the Field content size limit. + * This constraint is enforced at both Product creation and Product update. * If the length of the input exceeds the maximum size, an InvalidField error is returned.
* * diff --git a/lib/commercetools-api/src/Models/ProductType/ProductTypePagedQueryResponse.php b/lib/commercetools-api/src/Models/ProductType/ProductTypePagedQueryResponse.php index 0722f991b2a..518e1c9c4ab 100644 --- a/lib/commercetools-api/src/Models/ProductType/ProductTypePagedQueryResponse.php +++ b/lib/commercetools-api/src/Models/ProductType/ProductTypePagedQueryResponse.php @@ -20,7 +20,7 @@ interface ProductTypePagedQueryResponse extends JsonObject public const FIELD_RESULTS = 'results'; /** - *Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -28,7 +28,7 @@ interface ProductTypePagedQueryResponse extends JsonObject public function getLimit(); /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -45,10 +45,10 @@ public function getCount(); /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/ProductType/ProductTypePagedQueryResponseBuilder.php b/lib/commercetools-api/src/Models/ProductType/ProductTypePagedQueryResponseBuilder.php
index 427192c85f5..4cba6c03679 100644
--- a/lib/commercetools-api/src/Models/ProductType/ProductTypePagedQueryResponseBuilder.php
+++ b/lib/commercetools-api/src/Models/ProductType/ProductTypePagedQueryResponseBuilder.php
@@ -51,7 +51,7 @@ final class ProductTypePagedQueryResponseBuilder implements Builder
private $results;
/**
- * Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -62,7 +62,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -85,10 +85,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/ProductType/ProductTypePagedQueryResponseModel.php b/lib/commercetools-api/src/Models/ProductType/ProductTypePagedQueryResponseModel.php
index 4a3fb2ae93f..bd532eae9aa 100644
--- a/lib/commercetools-api/src/Models/ProductType/ProductTypePagedQueryResponseModel.php
+++ b/lib/commercetools-api/src/Models/ProductType/ProductTypePagedQueryResponseModel.php
@@ -68,7 +68,7 @@ public function __construct(
}
/**
- * Number of results requested.
+ *Number of results requested.
* * * @return null|int @@ -88,7 +88,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * * @return null|int @@ -129,10 +129,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/ProductType/ProductTypeReference.php b/lib/commercetools-api/src/Models/ProductType/ProductTypeReference.php
index 52114813216..4b6838dd3e0 100644
--- a/lib/commercetools-api/src/Models/ProductType/ProductTypeReference.php
+++ b/lib/commercetools-api/src/Models/ProductType/ProductTypeReference.php
@@ -23,7 +23,7 @@ interface ProductTypeReference extends Reference
public function getTypeId();
/**
- * Contains the representation of the expanded ProductType. Only present in responses to requests with Reference Expansion for ProductTypes.
+ *Contains the representation of the expanded ProductType. Only present in responses to requests with Reference Expansion for ProductTypes.
* * @return null|ProductType diff --git a/lib/commercetools-api/src/Models/ProductType/ProductTypeReferenceBuilder.php b/lib/commercetools-api/src/Models/ProductType/ProductTypeReferenceBuilder.php index ea29bb63314..b962bb78b73 100644 --- a/lib/commercetools-api/src/Models/ProductType/ProductTypeReferenceBuilder.php +++ b/lib/commercetools-api/src/Models/ProductType/ProductTypeReferenceBuilder.php @@ -46,7 +46,7 @@ public function getId() } /** - *Contains the representation of the expanded ProductType. Only present in responses to requests with Reference Expansion for ProductTypes.
+ *Contains the representation of the expanded ProductType. Only present in responses to requests with Reference Expansion for ProductTypes.
* * @return null|ProductType diff --git a/lib/commercetools-api/src/Models/ProductType/ProductTypeReferenceModel.php b/lib/commercetools-api/src/Models/ProductType/ProductTypeReferenceModel.php index eee2ca8adc0..cab424acee1 100644 --- a/lib/commercetools-api/src/Models/ProductType/ProductTypeReferenceModel.php +++ b/lib/commercetools-api/src/Models/ProductType/ProductTypeReferenceModel.php @@ -93,7 +93,7 @@ public function getId() } /** - *Contains the representation of the expanded ProductType. Only present in responses to requests with Reference Expansion for ProductTypes.
+ *Contains the representation of the expanded ProductType. Only present in responses to requests with Reference Expansion for ProductTypes.
* * * @return null|ProductType diff --git a/lib/commercetools-api/src/Models/Project/Project.php b/lib/commercetools-api/src/Models/Project/Project.php index d1021b4e70b..b119d0f53b6 100644 --- a/lib/commercetools-api/src/Models/Project/Project.php +++ b/lib/commercetools-api/src/Models/Project/Project.php @@ -98,7 +98,7 @@ public function getCreatedAt(); public function getTrialUntil(); /** - *Holds the configuration for the Messages Query feature.
+ *Holds the configuration for the Messages Query feature.
* * @return null|MessagesConfiguration @@ -106,7 +106,7 @@ public function getTrialUntil(); public function getMessages(); /** - *Holds the configuration for the Carts feature.
+ *Holds the configuration for the Carts feature.
* * @return null|CartsConfiguration @@ -114,7 +114,7 @@ public function getMessages(); public function getCarts(); /** - *Holds the configuration for the Shopping Lists feature.
+ *Holds the configuration for the Shopping Lists feature.
* * @return null|ShoppingListsConfiguration diff --git a/lib/commercetools-api/src/Models/Project/ProjectBuilder.php b/lib/commercetools-api/src/Models/Project/ProjectBuilder.php index 0dd019cc1fb..1075e308ad6 100644 --- a/lib/commercetools-api/src/Models/Project/ProjectBuilder.php +++ b/lib/commercetools-api/src/Models/Project/ProjectBuilder.php @@ -214,7 +214,7 @@ public function getTrialUntil() } /** - *Holds the configuration for the Messages Query feature.
+ *Holds the configuration for the Messages Query feature.
* * @return null|MessagesConfiguration @@ -225,7 +225,7 @@ public function getMessages() } /** - *Holds the configuration for the Carts feature.
+ *Holds the configuration for the Carts feature.
* * @return null|CartsConfiguration @@ -236,7 +236,7 @@ public function getCarts() } /** - *Holds the configuration for the Shopping Lists feature.
+ *Holds the configuration for the Shopping Lists feature.
* * @return null|ShoppingListsConfiguration diff --git a/lib/commercetools-api/src/Models/Project/ProjectChangeCartsConfigurationAction.php b/lib/commercetools-api/src/Models/Project/ProjectChangeCartsConfigurationAction.php index cfb4265fd1b..06770435327 100644 --- a/lib/commercetools-api/src/Models/Project/ProjectChangeCartsConfigurationAction.php +++ b/lib/commercetools-api/src/Models/Project/ProjectChangeCartsConfigurationAction.php @@ -16,7 +16,7 @@ interface ProjectChangeCartsConfigurationAction extends ProjectUpdateAction public const FIELD_CARTS_CONFIGURATION = 'cartsConfiguration'; /** - *Configuration for the Carts feature.
+ *Configuration for the Carts feature.
* * @return null|CartsConfiguration diff --git a/lib/commercetools-api/src/Models/Project/ProjectChangeCartsConfigurationActionBuilder.php b/lib/commercetools-api/src/Models/Project/ProjectChangeCartsConfigurationActionBuilder.php index f712baae818..7ab60651c49 100644 --- a/lib/commercetools-api/src/Models/Project/ProjectChangeCartsConfigurationActionBuilder.php +++ b/lib/commercetools-api/src/Models/Project/ProjectChangeCartsConfigurationActionBuilder.php @@ -27,7 +27,7 @@ final class ProjectChangeCartsConfigurationActionBuilder implements Builder private $cartsConfiguration; /** - *Configuration for the Carts feature.
+ *Configuration for the Carts feature.
* * @return null|CartsConfiguration diff --git a/lib/commercetools-api/src/Models/Project/ProjectChangeCartsConfigurationActionModel.php b/lib/commercetools-api/src/Models/Project/ProjectChangeCartsConfigurationActionModel.php index 265b5b9e33c..2f5fc370c8f 100644 --- a/lib/commercetools-api/src/Models/Project/ProjectChangeCartsConfigurationActionModel.php +++ b/lib/commercetools-api/src/Models/Project/ProjectChangeCartsConfigurationActionModel.php @@ -63,7 +63,7 @@ public function getAction() } /** - *Configuration for the Carts feature.
+ *Configuration for the Carts feature.
* * * @return null|CartsConfiguration diff --git a/lib/commercetools-api/src/Models/Project/ProjectChangeCustomerSearchStatusAction.php b/lib/commercetools-api/src/Models/Project/ProjectChangeCustomerSearchStatusAction.php index 6081b4a4bb3..c40d56b691a 100644 --- a/lib/commercetools-api/src/Models/Project/ProjectChangeCustomerSearchStatusAction.php +++ b/lib/commercetools-api/src/Models/Project/ProjectChangeCustomerSearchStatusAction.php @@ -16,7 +16,7 @@ interface ProjectChangeCustomerSearchStatusAction extends ProjectUpdateAction public const FIELD_STATUS = 'status'; /** - *Activates or deactivates the Customer Search feature. Activation will trigger building a search index for the Customers in the Project.
+ *Activates or deactivates the Customer Search feature. Activation will trigger building a search index for the Customers in the Project.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Project/ProjectChangeCustomerSearchStatusActionBuilder.php b/lib/commercetools-api/src/Models/Project/ProjectChangeCustomerSearchStatusActionBuilder.php index 239da756c07..f7fec444a54 100644 --- a/lib/commercetools-api/src/Models/Project/ProjectChangeCustomerSearchStatusActionBuilder.php +++ b/lib/commercetools-api/src/Models/Project/ProjectChangeCustomerSearchStatusActionBuilder.php @@ -27,7 +27,7 @@ final class ProjectChangeCustomerSearchStatusActionBuilder implements Builder private $status; /** - *Activates or deactivates the Customer Search feature. Activation will trigger building a search index for the Customers in the Project.
+ *Activates or deactivates the Customer Search feature. Activation will trigger building a search index for the Customers in the Project.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Project/ProjectChangeCustomerSearchStatusActionModel.php b/lib/commercetools-api/src/Models/Project/ProjectChangeCustomerSearchStatusActionModel.php index 8546d7319ca..4dc79390d2a 100644 --- a/lib/commercetools-api/src/Models/Project/ProjectChangeCustomerSearchStatusActionModel.php +++ b/lib/commercetools-api/src/Models/Project/ProjectChangeCustomerSearchStatusActionModel.php @@ -63,7 +63,7 @@ public function getAction() } /** - *Activates or deactivates the Customer Search feature. Activation will trigger building a search index for the Customers in the Project.
+ *Activates or deactivates the Customer Search feature. Activation will trigger building a search index for the Customers in the Project.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Project/ProjectChangeMessagesConfigurationAction.php b/lib/commercetools-api/src/Models/Project/ProjectChangeMessagesConfigurationAction.php index cd90426c200..b56abc88174 100644 --- a/lib/commercetools-api/src/Models/Project/ProjectChangeMessagesConfigurationAction.php +++ b/lib/commercetools-api/src/Models/Project/ProjectChangeMessagesConfigurationAction.php @@ -17,7 +17,7 @@ interface ProjectChangeMessagesConfigurationAction extends ProjectUpdateAction public const FIELD_MESSAGES_CONFIGURATION = 'messagesConfiguration'; /** - *Configuration for the Messages Query feature.
+ *Configuration for the Messages Query feature.
* * @return null|MessagesConfigurationDraft diff --git a/lib/commercetools-api/src/Models/Project/ProjectChangeMessagesConfigurationActionBuilder.php b/lib/commercetools-api/src/Models/Project/ProjectChangeMessagesConfigurationActionBuilder.php index f6cf8e420a1..5db8459763e 100644 --- a/lib/commercetools-api/src/Models/Project/ProjectChangeMessagesConfigurationActionBuilder.php +++ b/lib/commercetools-api/src/Models/Project/ProjectChangeMessagesConfigurationActionBuilder.php @@ -29,7 +29,7 @@ final class ProjectChangeMessagesConfigurationActionBuilder implements Builder private $messagesConfiguration; /** - *Configuration for the Messages Query feature.
+ *Configuration for the Messages Query feature.
* * @return null|MessagesConfigurationDraft diff --git a/lib/commercetools-api/src/Models/Project/ProjectChangeMessagesConfigurationActionModel.php b/lib/commercetools-api/src/Models/Project/ProjectChangeMessagesConfigurationActionModel.php index 120c3dca36b..3531c8b76b8 100644 --- a/lib/commercetools-api/src/Models/Project/ProjectChangeMessagesConfigurationActionModel.php +++ b/lib/commercetools-api/src/Models/Project/ProjectChangeMessagesConfigurationActionModel.php @@ -65,7 +65,7 @@ public function getAction() } /** - *Configuration for the Messages Query feature.
+ *Configuration for the Messages Query feature.
* * * @return null|MessagesConfigurationDraft diff --git a/lib/commercetools-api/src/Models/Project/ProjectChangeOrderSearchStatusAction.php b/lib/commercetools-api/src/Models/Project/ProjectChangeOrderSearchStatusAction.php index 0d4ff26fc53..f50deaac334 100644 --- a/lib/commercetools-api/src/Models/Project/ProjectChangeOrderSearchStatusAction.php +++ b/lib/commercetools-api/src/Models/Project/ProjectChangeOrderSearchStatusAction.php @@ -16,7 +16,7 @@ interface ProjectChangeOrderSearchStatusAction extends ProjectUpdateAction public const FIELD_STATUS = 'status'; /** - *Activates or deactivates the Order Search feature. Activation will trigger building a search index for the Orders in the Project.
+ *Activates or deactivates the Order Search feature. Activation will trigger building a search index for the Orders in the Project.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Project/ProjectChangeOrderSearchStatusActionBuilder.php b/lib/commercetools-api/src/Models/Project/ProjectChangeOrderSearchStatusActionBuilder.php index 2ad3910415a..cbe6075a3fe 100644 --- a/lib/commercetools-api/src/Models/Project/ProjectChangeOrderSearchStatusActionBuilder.php +++ b/lib/commercetools-api/src/Models/Project/ProjectChangeOrderSearchStatusActionBuilder.php @@ -27,7 +27,7 @@ final class ProjectChangeOrderSearchStatusActionBuilder implements Builder private $status; /** - *Activates or deactivates the Order Search feature. Activation will trigger building a search index for the Orders in the Project.
+ *Activates or deactivates the Order Search feature. Activation will trigger building a search index for the Orders in the Project.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Project/ProjectChangeOrderSearchStatusActionModel.php b/lib/commercetools-api/src/Models/Project/ProjectChangeOrderSearchStatusActionModel.php index 00937a106e3..a0a0e780615 100644 --- a/lib/commercetools-api/src/Models/Project/ProjectChangeOrderSearchStatusActionModel.php +++ b/lib/commercetools-api/src/Models/Project/ProjectChangeOrderSearchStatusActionModel.php @@ -63,7 +63,7 @@ public function getAction() } /** - *Activates or deactivates the Order Search feature. Activation will trigger building a search index for the Orders in the Project.
+ *Activates or deactivates the Order Search feature. Activation will trigger building a search index for the Orders in the Project.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Project/ProjectChangeProductSearchIndexingEnabledAction.php b/lib/commercetools-api/src/Models/Project/ProjectChangeProductSearchIndexingEnabledAction.php index 19ea97a4099..c32aef5d8cf 100644 --- a/lib/commercetools-api/src/Models/Project/ProjectChangeProductSearchIndexingEnabledAction.php +++ b/lib/commercetools-api/src/Models/Project/ProjectChangeProductSearchIndexingEnabledAction.php @@ -18,8 +18,8 @@ interface ProjectChangeProductSearchIndexingEnabledAction extends ProjectUpdateA /** *false, the indexing of Product information will stop and the Product Projection Search as well as the Search Term Suggestions API will no longer be available for this Project. The Project's SearchIndexingConfiguration status for products will be changed to "Deactivated".true, the indexing of Product information will start and the Product Projection Search as well as the Search Term Suggestions API will become available soon after for this Project. Proportional to the amount of information being indexed, the Project's SearchIndexingConfiguration status for products will be shown as "Indexing" during this time. As soon as the indexing has finished, the configuration status will be changed to "Activated" making the aforementioned APIs fully available for this Project.false, the indexing of Product information will stop and the Product Projection Search as well as the Search Term Suggestions API will no longer be available for this Project. The Project's SearchIndexingConfiguration status for products will be changed to "Deactivated".true, the indexing of Product information will start and the Product Projection Search as well as the Search Term Suggestions API will become available soon after for this Project. Proportional to the amount of information being indexed, the Project's SearchIndexingConfiguration status for products will be shown as "Indexing" during this time. As soon as the indexing has finished, the configuration status will be changed to "Activated" making the aforementioned APIs fully available for this Project.Controls whether the action should apply to Product Projection Search or to Product Search.
+ *Controls whether the action should apply to Product Projection Search or to Product Search.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Project/ProjectChangeProductSearchIndexingEnabledActionBuilder.php b/lib/commercetools-api/src/Models/Project/ProjectChangeProductSearchIndexingEnabledActionBuilder.php index 7fae123702f..68a02005230 100644 --- a/lib/commercetools-api/src/Models/Project/ProjectChangeProductSearchIndexingEnabledActionBuilder.php +++ b/lib/commercetools-api/src/Models/Project/ProjectChangeProductSearchIndexingEnabledActionBuilder.php @@ -34,8 +34,8 @@ final class ProjectChangeProductSearchIndexingEnabledActionBuilder implements Bu /** *false, the indexing of Product information will stop and the Product Projection Search as well as the Search Term Suggestions API will no longer be available for this Project. The Project's SearchIndexingConfiguration status for products will be changed to "Deactivated".true, the indexing of Product information will start and the Product Projection Search as well as the Search Term Suggestions API will become available soon after for this Project. Proportional to the amount of information being indexed, the Project's SearchIndexingConfiguration status for products will be shown as "Indexing" during this time. As soon as the indexing has finished, the configuration status will be changed to "Activated" making the aforementioned APIs fully available for this Project.false, the indexing of Product information will stop and the Product Projection Search as well as the Search Term Suggestions API will no longer be available for this Project. The Project's SearchIndexingConfiguration status for products will be changed to "Deactivated".true, the indexing of Product information will start and the Product Projection Search as well as the Search Term Suggestions API will become available soon after for this Project. Proportional to the amount of information being indexed, the Project's SearchIndexingConfiguration status for products will be shown as "Indexing" during this time. As soon as the indexing has finished, the configuration status will be changed to "Activated" making the aforementioned APIs fully available for this Project.Controls whether the action should apply to Product Projection Search or to Product Search.
+ *Controls whether the action should apply to Product Projection Search or to Product Search.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Project/ProjectChangeProductSearchIndexingEnabledActionModel.php b/lib/commercetools-api/src/Models/Project/ProjectChangeProductSearchIndexingEnabledActionModel.php index 4c238b78ea2..8ac01ff84e4 100644 --- a/lib/commercetools-api/src/Models/Project/ProjectChangeProductSearchIndexingEnabledActionModel.php +++ b/lib/commercetools-api/src/Models/Project/ProjectChangeProductSearchIndexingEnabledActionModel.php @@ -72,8 +72,8 @@ public function getAction() /** *false, the indexing of Product information will stop and the Product Projection Search as well as the Search Term Suggestions API will no longer be available for this Project. The Project's SearchIndexingConfiguration status for products will be changed to "Deactivated".true, the indexing of Product information will start and the Product Projection Search as well as the Search Term Suggestions API will become available soon after for this Project. Proportional to the amount of information being indexed, the Project's SearchIndexingConfiguration status for products will be shown as "Indexing" during this time. As soon as the indexing has finished, the configuration status will be changed to "Activated" making the aforementioned APIs fully available for this Project.false, the indexing of Product information will stop and the Product Projection Search as well as the Search Term Suggestions API will no longer be available for this Project. The Project's SearchIndexingConfiguration status for products will be changed to "Deactivated".true, the indexing of Product information will start and the Product Projection Search as well as the Search Term Suggestions API will become available soon after for this Project. Proportional to the amount of information being indexed, the Project's SearchIndexingConfiguration status for products will be shown as "Indexing" during this time. As soon as the indexing has finished, the configuration status will be changed to "Activated" making the aforementioned APIs fully available for this Project.Controls whether the action should apply to Product Projection Search or to Product Search.
+ *Controls whether the action should apply to Product Projection Search or to Product Search.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Project/ProjectChangeShoppingListsConfigurationAction.php b/lib/commercetools-api/src/Models/Project/ProjectChangeShoppingListsConfigurationAction.php index e3df7864876..5cbeb78c9a6 100644 --- a/lib/commercetools-api/src/Models/Project/ProjectChangeShoppingListsConfigurationAction.php +++ b/lib/commercetools-api/src/Models/Project/ProjectChangeShoppingListsConfigurationAction.php @@ -16,7 +16,7 @@ interface ProjectChangeShoppingListsConfigurationAction extends ProjectUpdateAct public const FIELD_SHOPPING_LISTS_CONFIGURATION = 'shoppingListsConfiguration'; /** - *Configuration for the Shopping Lists feature.
+ *Configuration for the Shopping Lists feature.
* * @return null|ShoppingListsConfiguration diff --git a/lib/commercetools-api/src/Models/Project/ProjectChangeShoppingListsConfigurationActionBuilder.php b/lib/commercetools-api/src/Models/Project/ProjectChangeShoppingListsConfigurationActionBuilder.php index 41dd184c10f..c01ef2748a8 100644 --- a/lib/commercetools-api/src/Models/Project/ProjectChangeShoppingListsConfigurationActionBuilder.php +++ b/lib/commercetools-api/src/Models/Project/ProjectChangeShoppingListsConfigurationActionBuilder.php @@ -27,7 +27,7 @@ final class ProjectChangeShoppingListsConfigurationActionBuilder implements Buil private $shoppingListsConfiguration; /** - *Configuration for the Shopping Lists feature.
+ *Configuration for the Shopping Lists feature.
* * @return null|ShoppingListsConfiguration diff --git a/lib/commercetools-api/src/Models/Project/ProjectChangeShoppingListsConfigurationActionModel.php b/lib/commercetools-api/src/Models/Project/ProjectChangeShoppingListsConfigurationActionModel.php index 2a0c5734f4b..fa0303adb08 100644 --- a/lib/commercetools-api/src/Models/Project/ProjectChangeShoppingListsConfigurationActionModel.php +++ b/lib/commercetools-api/src/Models/Project/ProjectChangeShoppingListsConfigurationActionModel.php @@ -63,7 +63,7 @@ public function getAction() } /** - *Configuration for the Shopping Lists feature.
+ *Configuration for the Shopping Lists feature.
* * * @return null|ShoppingListsConfiguration diff --git a/lib/commercetools-api/src/Models/Project/ProjectModel.php b/lib/commercetools-api/src/Models/Project/ProjectModel.php index 17ac66f6a44..778fc5fa9c1 100644 --- a/lib/commercetools-api/src/Models/Project/ProjectModel.php +++ b/lib/commercetools-api/src/Models/Project/ProjectModel.php @@ -331,7 +331,7 @@ public function getTrialUntil() } /** - *Holds the configuration for the Messages Query feature.
+ *Holds the configuration for the Messages Query feature.
* * * @return null|MessagesConfiguration @@ -352,7 +352,7 @@ public function getMessages() } /** - *Holds the configuration for the Carts feature.
+ *Holds the configuration for the Carts feature.
* * * @return null|CartsConfiguration @@ -373,7 +373,7 @@ public function getCarts() } /** - *Holds the configuration for the Shopping Lists feature.
+ *Holds the configuration for the Shopping Lists feature.
* * * @return null|ShoppingListsConfiguration diff --git a/lib/commercetools-api/src/Models/Project/SearchIndexingConfiguration.php b/lib/commercetools-api/src/Models/Project/SearchIndexingConfiguration.php index ec1b792f2f7..b61a811c3c2 100644 --- a/lib/commercetools-api/src/Models/Project/SearchIndexingConfiguration.php +++ b/lib/commercetools-api/src/Models/Project/SearchIndexingConfiguration.php @@ -20,7 +20,7 @@ interface SearchIndexingConfiguration extends JsonObject public const FIELD_BUSINESS_UNITS = 'businessUnits'; /** - *Configuration for the Product Projection Search and Search Term Suggestions APIs.
+ *Configuration for the Product Projection Search and Search Term Suggestions APIs.
* * @return null|SearchIndexingConfigurationValues @@ -28,7 +28,7 @@ interface SearchIndexingConfiguration extends JsonObject public function getProducts(); /** - *Configuration for the Product Search feature.
+ *Configuration for the Product Search feature.
* * @return null|SearchIndexingConfigurationValues @@ -36,7 +36,7 @@ public function getProducts(); public function getProductsSearch(); /** - *Configuration for the Order Search feature.
+ *Configuration for the Order Search feature.
* * @return null|SearchIndexingConfigurationValues @@ -44,7 +44,7 @@ public function getProductsSearch(); public function getOrders(); /** - *Configuration for the Customer Search feature.
+ *Configuration for the Customer Search feature.
* * @return null|SearchIndexingConfigurationValues @@ -52,7 +52,7 @@ public function getOrders(); public function getCustomers(); /** - *Configuration for the Business Unit Search feature.
+ *Configuration for the Business Unit Search feature.
* * @return null|SearchIndexingConfigurationValues diff --git a/lib/commercetools-api/src/Models/Project/SearchIndexingConfigurationBuilder.php b/lib/commercetools-api/src/Models/Project/SearchIndexingConfigurationBuilder.php index d3c08ea2064..a03cc0d20d5 100644 --- a/lib/commercetools-api/src/Models/Project/SearchIndexingConfigurationBuilder.php +++ b/lib/commercetools-api/src/Models/Project/SearchIndexingConfigurationBuilder.php @@ -51,7 +51,7 @@ final class SearchIndexingConfigurationBuilder implements Builder private $businessUnits; /** - *Configuration for the Product Projection Search and Search Term Suggestions APIs.
+ *Configuration for the Product Projection Search and Search Term Suggestions APIs.
* * @return null|SearchIndexingConfigurationValues @@ -62,7 +62,7 @@ public function getProducts() } /** - *Configuration for the Product Search feature.
+ *Configuration for the Product Search feature.
* * @return null|SearchIndexingConfigurationValues @@ -73,7 +73,7 @@ public function getProductsSearch() } /** - *Configuration for the Order Search feature.
+ *Configuration for the Order Search feature.
* * @return null|SearchIndexingConfigurationValues @@ -84,7 +84,7 @@ public function getOrders() } /** - *Configuration for the Customer Search feature.
+ *Configuration for the Customer Search feature.
* * @return null|SearchIndexingConfigurationValues @@ -95,7 +95,7 @@ public function getCustomers() } /** - *Configuration for the Business Unit Search feature.
+ *Configuration for the Business Unit Search feature.
* * @return null|SearchIndexingConfigurationValues diff --git a/lib/commercetools-api/src/Models/Project/SearchIndexingConfigurationModel.php b/lib/commercetools-api/src/Models/Project/SearchIndexingConfigurationModel.php index 80f6f86f600..935d8944569 100644 --- a/lib/commercetools-api/src/Models/Project/SearchIndexingConfigurationModel.php +++ b/lib/commercetools-api/src/Models/Project/SearchIndexingConfigurationModel.php @@ -68,7 +68,7 @@ public function __construct( } /** - *Configuration for the Product Projection Search and Search Term Suggestions APIs.
+ *Configuration for the Product Projection Search and Search Term Suggestions APIs.
* * * @return null|SearchIndexingConfigurationValues @@ -89,7 +89,7 @@ public function getProducts() } /** - *Configuration for the Product Search feature.
+ *Configuration for the Product Search feature.
* * * @return null|SearchIndexingConfigurationValues @@ -110,7 +110,7 @@ public function getProductsSearch() } /** - *Configuration for the Order Search feature.
+ *Configuration for the Order Search feature.
* * * @return null|SearchIndexingConfigurationValues @@ -131,7 +131,7 @@ public function getOrders() } /** - *Configuration for the Customer Search feature.
+ *Configuration for the Customer Search feature.
* * * @return null|SearchIndexingConfigurationValues @@ -152,7 +152,7 @@ public function getCustomers() } /** - *Configuration for the Business Unit Search feature.
+ *Configuration for the Business Unit Search feature.
* * * @return null|SearchIndexingConfigurationValues diff --git a/lib/commercetools-api/src/Models/Quote/Quote.php b/lib/commercetools-api/src/Models/Quote/Quote.php index ef2e4aa73cb..026ca1434ef 100644 --- a/lib/commercetools-api/src/Models/Quote/Quote.php +++ b/lib/commercetools-api/src/Models/Quote/Quote.php @@ -142,7 +142,7 @@ public function getQuoteRequest(); public function getStagedQuote(); /** - *The Buyer who owns the Quote.
+ *The Buyer who owns the Quote.
* * @return null|CustomerReference @@ -168,7 +168,7 @@ public function getCustomerGroup(); public function getValidTo(); /** - *Message from the Seller included in the offer.
+ *Message from the Seller included in the offer.
* * @return null|string @@ -176,7 +176,7 @@ public function getValidTo(); public function getSellerComment(); /** - *Message from the Buyer included in the renegotiation request.
+ *Message from the Buyer included in the renegotiation request.
* * @return null|string @@ -184,7 +184,7 @@ public function getSellerComment(); public function getBuyerComment(); /** - *The Store to which the Buyer belongs.
+ *The Store to which the Buyer belongs.
* * @return null|StoreKeyReference @@ -361,7 +361,7 @@ public function getState(); /** *The purchase order number is typically set by the Buyer on a QuoteRequest to - * track the purchase order during the quote and order flow.
+ * track the purchase order during the quote and order flow. * * @return null|string @@ -369,7 +369,7 @@ public function getState(); public function getPurchaseOrderNumber(); /** - *The BusinessUnit for the Quote. Only available for B2B-enabled Projects.
+ *The BusinessUnit for the Quote. Only available for B2B-enabled Projects.
* * @return null|BusinessUnitKeyReference diff --git a/lib/commercetools-api/src/Models/Quote/QuoteBuilder.php b/lib/commercetools-api/src/Models/Quote/QuoteBuilder.php index a0ff3cd908a..0985c47447d 100644 --- a/lib/commercetools-api/src/Models/Quote/QuoteBuilder.php +++ b/lib/commercetools-api/src/Models/Quote/QuoteBuilder.php @@ -381,7 +381,7 @@ public function getStagedQuote() } /** - *The Buyer who owns the Quote.
+ *The Buyer who owns the Quote.
* * @return null|CustomerReference @@ -416,7 +416,7 @@ public function getValidTo() } /** - *Message from the Seller included in the offer.
+ *Message from the Seller included in the offer.
* * @return null|string @@ -427,7 +427,7 @@ public function getSellerComment() } /** - *Message from the Buyer included in the renegotiation request.
+ *Message from the Buyer included in the renegotiation request.
* * @return null|string @@ -438,7 +438,7 @@ public function getBuyerComment() } /** - *The Store to which the Buyer belongs.
+ *The Store to which the Buyer belongs.
* * @return null|StoreKeyReference @@ -678,7 +678,7 @@ public function getState() /** *The purchase order number is typically set by the Buyer on a QuoteRequest to - * track the purchase order during the quote and order flow.
+ * track the purchase order during the quote and order flow. * * @return null|string @@ -689,7 +689,7 @@ public function getPurchaseOrderNumber() } /** - *The BusinessUnit for the Quote. Only available for B2B-enabled Projects.
+ *The BusinessUnit for the Quote. Only available for B2B-enabled Projects.
* * @return null|BusinessUnitKeyReference diff --git a/lib/commercetools-api/src/Models/Quote/QuoteDraft.php b/lib/commercetools-api/src/Models/Quote/QuoteDraft.php index eb10968bcbe..1d2c2c89349 100644 --- a/lib/commercetools-api/src/Models/Quote/QuoteDraft.php +++ b/lib/commercetools-api/src/Models/Quote/QuoteDraft.php @@ -48,7 +48,7 @@ public function getStagedQuote(); public function getStagedQuoteVersion(); /** - *If true, the stagedQuoteState of the referenced StagedQuote will be set to Sent.
If true, the stagedQuoteState of the referenced StagedQuote will be set to Sent.
Custom Fields to be added to the Quote.
*If true, the stagedQuoteState of the referenced StagedQuote will be set to Sent.
If true, the stagedQuoteState of the referenced StagedQuote will be set to Sent.
Custom Fields to be added to the Quote.
*If true, the stagedQuoteState of the referenced StagedQuote will be set to Sent.
If true, the stagedQuoteState of the referenced StagedQuote will be set to Sent.
Custom Fields to be added to the Quote.
*The Buyer who owns the Quote.
+ *The Buyer who owns the Quote.
* * * @return null|CustomerReference @@ -623,7 +623,7 @@ public function getValidTo() } /** - *Message from the Seller included in the offer.
+ *Message from the Seller included in the offer.
* * * @return null|string @@ -643,7 +643,7 @@ public function getSellerComment() } /** - *Message from the Buyer included in the renegotiation request.
+ *Message from the Buyer included in the renegotiation request.
* * * @return null|string @@ -663,7 +663,7 @@ public function getBuyerComment() } /** - *The Store to which the Buyer belongs.
+ *The Store to which the Buyer belongs.
* * * @return null|StoreKeyReference @@ -1102,7 +1102,7 @@ public function getState() /** *The purchase order number is typically set by the Buyer on a QuoteRequest to - * track the purchase order during the quote and order flow.
+ * track the purchase order during the quote and order flow. * * * @return null|string @@ -1122,7 +1122,7 @@ public function getPurchaseOrderNumber() } /** - *The BusinessUnit for the Quote. Only available for B2B-enabled Projects.
+ *The BusinessUnit for the Quote. Only available for B2B-enabled Projects.
* * * @return null|BusinessUnitKeyReference diff --git a/lib/commercetools-api/src/Models/Quote/QuotePagedQueryResponse.php b/lib/commercetools-api/src/Models/Quote/QuotePagedQueryResponse.php index 05c8340c907..0eecd5c821d 100644 --- a/lib/commercetools-api/src/Models/Quote/QuotePagedQueryResponse.php +++ b/lib/commercetools-api/src/Models/Quote/QuotePagedQueryResponse.php @@ -20,7 +20,7 @@ interface QuotePagedQueryResponse extends JsonObject public const FIELD_RESULTS = 'results'; /** - *Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -28,7 +28,7 @@ interface QuotePagedQueryResponse extends JsonObject public function getLimit(); /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -45,10 +45,10 @@ public function getCount(); /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/Quote/QuotePagedQueryResponseBuilder.php b/lib/commercetools-api/src/Models/Quote/QuotePagedQueryResponseBuilder.php
index 62caf0eaa86..446cd14f772 100644
--- a/lib/commercetools-api/src/Models/Quote/QuotePagedQueryResponseBuilder.php
+++ b/lib/commercetools-api/src/Models/Quote/QuotePagedQueryResponseBuilder.php
@@ -51,7 +51,7 @@ final class QuotePagedQueryResponseBuilder implements Builder
private $results;
/**
- * Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -62,7 +62,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -85,10 +85,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/Quote/QuotePagedQueryResponseModel.php b/lib/commercetools-api/src/Models/Quote/QuotePagedQueryResponseModel.php
index 8e931c16877..b33eb9c5250 100644
--- a/lib/commercetools-api/src/Models/Quote/QuotePagedQueryResponseModel.php
+++ b/lib/commercetools-api/src/Models/Quote/QuotePagedQueryResponseModel.php
@@ -68,7 +68,7 @@ public function __construct(
}
/**
- * Number of results requested.
+ *Number of results requested.
* * * @return null|int @@ -88,7 +88,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * * @return null|int @@ -129,10 +129,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/Quote/QuoteReference.php b/lib/commercetools-api/src/Models/Quote/QuoteReference.php
index 7acd647dad4..d8dcf6a7f3e 100644
--- a/lib/commercetools-api/src/Models/Quote/QuoteReference.php
+++ b/lib/commercetools-api/src/Models/Quote/QuoteReference.php
@@ -24,7 +24,7 @@ public function getTypeId();
/**
* Contains the representation of the expanded Quote. - * Only present in responses to requests with Reference Expansion for Quote.
+ * Only present in responses to requests with Reference Expansion for Quote. * * @return null|Quote diff --git a/lib/commercetools-api/src/Models/Quote/QuoteReferenceBuilder.php b/lib/commercetools-api/src/Models/Quote/QuoteReferenceBuilder.php index 45cd1ee85d9..0d2531ed29e 100644 --- a/lib/commercetools-api/src/Models/Quote/QuoteReferenceBuilder.php +++ b/lib/commercetools-api/src/Models/Quote/QuoteReferenceBuilder.php @@ -47,7 +47,7 @@ public function getId() /** *Contains the representation of the expanded Quote. - * Only present in responses to requests with Reference Expansion for Quote.
+ * Only present in responses to requests with Reference Expansion for Quote. * * @return null|Quote diff --git a/lib/commercetools-api/src/Models/Quote/QuoteReferenceModel.php b/lib/commercetools-api/src/Models/Quote/QuoteReferenceModel.php index 5ed3318df81..112e76f5f7c 100644 --- a/lib/commercetools-api/src/Models/Quote/QuoteReferenceModel.php +++ b/lib/commercetools-api/src/Models/Quote/QuoteReferenceModel.php @@ -94,7 +94,7 @@ public function getId() /** *Contains the representation of the expanded Quote. - * Only present in responses to requests with Reference Expansion for Quote.
+ * Only present in responses to requests with Reference Expansion for Quote. * * * @return null|Quote diff --git a/lib/commercetools-api/src/Models/Quote/QuoteSetCustomFieldAction.php b/lib/commercetools-api/src/Models/Quote/QuoteSetCustomFieldAction.php index b0ee87d7f59..c7801fc650c 100644 --- a/lib/commercetools-api/src/Models/Quote/QuoteSetCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/Quote/QuoteSetCustomFieldAction.php @@ -17,7 +17,7 @@ interface QuoteSetCustomFieldAction extends QuoteUpdateAction public const FIELD_VALUE = 'value'; /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Quote/QuoteSetCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/Quote/QuoteSetCustomFieldActionBuilder.php index 2e10df2df37..b3e9bcc4634 100644 --- a/lib/commercetools-api/src/Models/Quote/QuoteSetCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/Quote/QuoteSetCustomFieldActionBuilder.php @@ -33,7 +33,7 @@ final class QuoteSetCustomFieldActionBuilder implements Builder private $value; /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Quote/QuoteSetCustomFieldActionModel.php b/lib/commercetools-api/src/Models/Quote/QuoteSetCustomFieldActionModel.php index ffc151d8a1c..d75a6c39edb 100644 --- a/lib/commercetools-api/src/Models/Quote/QuoteSetCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/Quote/QuoteSetCustomFieldActionModel.php @@ -71,7 +71,7 @@ public function getAction() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/QuoteRequest/QuoteRequest.php b/lib/commercetools-api/src/Models/QuoteRequest/QuoteRequest.php index 9de22a450e3..1fd3f04b5a4 100644 --- a/lib/commercetools-api/src/Models/QuoteRequest/QuoteRequest.php +++ b/lib/commercetools-api/src/Models/QuoteRequest/QuoteRequest.php @@ -138,7 +138,7 @@ public function getQuoteRequestState(); public function getComment(); /** - *The Buyer who owns the request.
+ *The Buyer who owns the request.
* * @return null|CustomerReference @@ -156,7 +156,7 @@ public function getCustomer(); public function getCustomerGroup(); /** - *The Store to which the Buyer belongs.
+ *The Store to which the Buyer belongs.
* * @return null|StoreKeyReference @@ -341,7 +341,7 @@ public function getPurchaseOrderNumber(); public function getCart(); /** - *The BusinessUnit for the Quote Request. Only available for B2B-enabled Projects.
+ *The BusinessUnit for the Quote Request. Only available for B2B-enabled Projects.
* * @return null|BusinessUnitKeyReference diff --git a/lib/commercetools-api/src/Models/QuoteRequest/QuoteRequestBuilder.php b/lib/commercetools-api/src/Models/QuoteRequest/QuoteRequestBuilder.php index 20b68004d88..9d53bbe73f8 100644 --- a/lib/commercetools-api/src/Models/QuoteRequest/QuoteRequestBuilder.php +++ b/lib/commercetools-api/src/Models/QuoteRequest/QuoteRequestBuilder.php @@ -361,7 +361,7 @@ public function getComment() } /** - *The Buyer who owns the request.
+ *The Buyer who owns the request.
* * @return null|CustomerReference @@ -385,7 +385,7 @@ public function getCustomerGroup() } /** - *The Store to which the Buyer belongs.
+ *The Store to which the Buyer belongs.
* * @return null|StoreKeyReference @@ -636,7 +636,7 @@ public function getCart() } /** - *The BusinessUnit for the Quote Request. Only available for B2B-enabled Projects.
+ *The BusinessUnit for the Quote Request. Only available for B2B-enabled Projects.
* * @return null|BusinessUnitKeyReference diff --git a/lib/commercetools-api/src/Models/QuoteRequest/QuoteRequestModel.php b/lib/commercetools-api/src/Models/QuoteRequest/QuoteRequestModel.php index 2916ebd8e91..755d8b1eb85 100644 --- a/lib/commercetools-api/src/Models/QuoteRequest/QuoteRequestModel.php +++ b/lib/commercetools-api/src/Models/QuoteRequest/QuoteRequestModel.php @@ -527,7 +527,7 @@ public function getComment() } /** - *The Buyer who owns the request.
+ *The Buyer who owns the request.
* * * @return null|CustomerReference @@ -571,7 +571,7 @@ public function getCustomerGroup() } /** - *The Store to which the Buyer belongs.
+ *The Store to which the Buyer belongs.
* * * @return null|StoreKeyReference @@ -1031,7 +1031,7 @@ public function getCart() } /** - *The BusinessUnit for the Quote Request. Only available for B2B-enabled Projects.
+ *The BusinessUnit for the Quote Request. Only available for B2B-enabled Projects.
* * * @return null|BusinessUnitKeyReference diff --git a/lib/commercetools-api/src/Models/QuoteRequest/QuoteRequestPagedQueryResponse.php b/lib/commercetools-api/src/Models/QuoteRequest/QuoteRequestPagedQueryResponse.php index 3425c4e6f95..5bf60790fe9 100644 --- a/lib/commercetools-api/src/Models/QuoteRequest/QuoteRequestPagedQueryResponse.php +++ b/lib/commercetools-api/src/Models/QuoteRequest/QuoteRequestPagedQueryResponse.php @@ -20,7 +20,7 @@ interface QuoteRequestPagedQueryResponse extends JsonObject public const FIELD_RESULTS = 'results'; /** - *Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -28,7 +28,7 @@ interface QuoteRequestPagedQueryResponse extends JsonObject public function getLimit(); /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -45,10 +45,10 @@ public function getCount(); /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/QuoteRequest/QuoteRequestPagedQueryResponseBuilder.php b/lib/commercetools-api/src/Models/QuoteRequest/QuoteRequestPagedQueryResponseBuilder.php
index 6724d797690..fd4e281bb45 100644
--- a/lib/commercetools-api/src/Models/QuoteRequest/QuoteRequestPagedQueryResponseBuilder.php
+++ b/lib/commercetools-api/src/Models/QuoteRequest/QuoteRequestPagedQueryResponseBuilder.php
@@ -51,7 +51,7 @@ final class QuoteRequestPagedQueryResponseBuilder implements Builder
private $results;
/**
- * Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -62,7 +62,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -85,10 +85,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/QuoteRequest/QuoteRequestPagedQueryResponseModel.php b/lib/commercetools-api/src/Models/QuoteRequest/QuoteRequestPagedQueryResponseModel.php
index 5c9b7e31bc4..0dd79e0f718 100644
--- a/lib/commercetools-api/src/Models/QuoteRequest/QuoteRequestPagedQueryResponseModel.php
+++ b/lib/commercetools-api/src/Models/QuoteRequest/QuoteRequestPagedQueryResponseModel.php
@@ -68,7 +68,7 @@ public function __construct(
}
/**
- * Number of results requested.
+ *Number of results requested.
* * * @return null|int @@ -88,7 +88,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * * @return null|int @@ -129,10 +129,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/QuoteRequest/QuoteRequestReference.php b/lib/commercetools-api/src/Models/QuoteRequest/QuoteRequestReference.php
index dd1325a4947..81037a4ee32 100644
--- a/lib/commercetools-api/src/Models/QuoteRequest/QuoteRequestReference.php
+++ b/lib/commercetools-api/src/Models/QuoteRequest/QuoteRequestReference.php
@@ -24,7 +24,7 @@ public function getTypeId();
/**
* Contains the representation of the expanded QuoteRequest. - * Only present in responses to requests with Reference Expansion for QuoteRequest.
+ * Only present in responses to requests with Reference Expansion for QuoteRequest. * * @return null|QuoteRequest diff --git a/lib/commercetools-api/src/Models/QuoteRequest/QuoteRequestReferenceBuilder.php b/lib/commercetools-api/src/Models/QuoteRequest/QuoteRequestReferenceBuilder.php index 29f8dac393b..dc259353d16 100644 --- a/lib/commercetools-api/src/Models/QuoteRequest/QuoteRequestReferenceBuilder.php +++ b/lib/commercetools-api/src/Models/QuoteRequest/QuoteRequestReferenceBuilder.php @@ -47,7 +47,7 @@ public function getId() /** *Contains the representation of the expanded QuoteRequest. - * Only present in responses to requests with Reference Expansion for QuoteRequest.
+ * Only present in responses to requests with Reference Expansion for QuoteRequest. * * @return null|QuoteRequest diff --git a/lib/commercetools-api/src/Models/QuoteRequest/QuoteRequestReferenceModel.php b/lib/commercetools-api/src/Models/QuoteRequest/QuoteRequestReferenceModel.php index 653312b81ba..9b734bdc07a 100644 --- a/lib/commercetools-api/src/Models/QuoteRequest/QuoteRequestReferenceModel.php +++ b/lib/commercetools-api/src/Models/QuoteRequest/QuoteRequestReferenceModel.php @@ -94,7 +94,7 @@ public function getId() /** *Contains the representation of the expanded QuoteRequest. - * Only present in responses to requests with Reference Expansion for QuoteRequest.
+ * Only present in responses to requests with Reference Expansion for QuoteRequest. * * * @return null|QuoteRequest diff --git a/lib/commercetools-api/src/Models/QuoteRequest/QuoteRequestSetCustomFieldAction.php b/lib/commercetools-api/src/Models/QuoteRequest/QuoteRequestSetCustomFieldAction.php index ab97cac713f..b37496ab139 100644 --- a/lib/commercetools-api/src/Models/QuoteRequest/QuoteRequestSetCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/QuoteRequest/QuoteRequestSetCustomFieldAction.php @@ -17,7 +17,7 @@ interface QuoteRequestSetCustomFieldAction extends QuoteRequestUpdateAction public const FIELD_VALUE = 'value'; /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/QuoteRequest/QuoteRequestSetCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/QuoteRequest/QuoteRequestSetCustomFieldActionBuilder.php index 722ce7a83b4..49db8600090 100644 --- a/lib/commercetools-api/src/Models/QuoteRequest/QuoteRequestSetCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/QuoteRequest/QuoteRequestSetCustomFieldActionBuilder.php @@ -33,7 +33,7 @@ final class QuoteRequestSetCustomFieldActionBuilder implements Builder private $value; /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/QuoteRequest/QuoteRequestSetCustomFieldActionModel.php b/lib/commercetools-api/src/Models/QuoteRequest/QuoteRequestSetCustomFieldActionModel.php index 7cd66011e06..e30f74a03ff 100644 --- a/lib/commercetools-api/src/Models/QuoteRequest/QuoteRequestSetCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/QuoteRequest/QuoteRequestSetCustomFieldActionModel.php @@ -71,7 +71,7 @@ public function getAction() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/RecurrencePolicy/RecurrencePolicyPagedQueryResponse.php b/lib/commercetools-api/src/Models/RecurrencePolicy/RecurrencePolicyPagedQueryResponse.php index 9829e68d85c..60154d49f3d 100644 --- a/lib/commercetools-api/src/Models/RecurrencePolicy/RecurrencePolicyPagedQueryResponse.php +++ b/lib/commercetools-api/src/Models/RecurrencePolicy/RecurrencePolicyPagedQueryResponse.php @@ -20,7 +20,7 @@ interface RecurrencePolicyPagedQueryResponse extends JsonObject public const FIELD_RESULTS = 'results'; /** - *Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -28,7 +28,7 @@ interface RecurrencePolicyPagedQueryResponse extends JsonObject public function getLimit(); /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -45,10 +45,10 @@ public function getCount(); /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/RecurrencePolicy/RecurrencePolicyPagedQueryResponseBuilder.php b/lib/commercetools-api/src/Models/RecurrencePolicy/RecurrencePolicyPagedQueryResponseBuilder.php
index 4b2353175f2..88121be4408 100644
--- a/lib/commercetools-api/src/Models/RecurrencePolicy/RecurrencePolicyPagedQueryResponseBuilder.php
+++ b/lib/commercetools-api/src/Models/RecurrencePolicy/RecurrencePolicyPagedQueryResponseBuilder.php
@@ -51,7 +51,7 @@ final class RecurrencePolicyPagedQueryResponseBuilder implements Builder
private $results;
/**
- * Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -62,7 +62,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -85,10 +85,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/RecurrencePolicy/RecurrencePolicyPagedQueryResponseModel.php b/lib/commercetools-api/src/Models/RecurrencePolicy/RecurrencePolicyPagedQueryResponseModel.php
index 5370a412084..f9ff1555e59 100644
--- a/lib/commercetools-api/src/Models/RecurrencePolicy/RecurrencePolicyPagedQueryResponseModel.php
+++ b/lib/commercetools-api/src/Models/RecurrencePolicy/RecurrencePolicyPagedQueryResponseModel.php
@@ -68,7 +68,7 @@ public function __construct(
}
/**
- * Number of results requested.
+ *Number of results requested.
* * * @return null|int @@ -88,7 +88,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * * @return null|int @@ -129,10 +129,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/RecurrencePolicy/RecurrencePolicyReference.php b/lib/commercetools-api/src/Models/RecurrencePolicy/RecurrencePolicyReference.php
index 96d44db341c..4ad0ae8145d 100644
--- a/lib/commercetools-api/src/Models/RecurrencePolicy/RecurrencePolicyReference.php
+++ b/lib/commercetools-api/src/Models/RecurrencePolicy/RecurrencePolicyReference.php
@@ -24,7 +24,7 @@ public function getTypeId();
/**
* Contains the representation of the expanded RecurrencePolicy. - * Only present in responses to requests with Reference Expansion for RecurrencePolicies.
+ * Only present in responses to requests with Reference Expansion for RecurrencePolicies. * * @return null|RecurrencePolicy diff --git a/lib/commercetools-api/src/Models/RecurrencePolicy/RecurrencePolicyReferenceBuilder.php b/lib/commercetools-api/src/Models/RecurrencePolicy/RecurrencePolicyReferenceBuilder.php index 043e82e4987..a6f01fd2e01 100644 --- a/lib/commercetools-api/src/Models/RecurrencePolicy/RecurrencePolicyReferenceBuilder.php +++ b/lib/commercetools-api/src/Models/RecurrencePolicy/RecurrencePolicyReferenceBuilder.php @@ -47,7 +47,7 @@ public function getId() /** *Contains the representation of the expanded RecurrencePolicy. - * Only present in responses to requests with Reference Expansion for RecurrencePolicies.
+ * Only present in responses to requests with Reference Expansion for RecurrencePolicies. * * @return null|RecurrencePolicy diff --git a/lib/commercetools-api/src/Models/RecurrencePolicy/RecurrencePolicyReferenceModel.php b/lib/commercetools-api/src/Models/RecurrencePolicy/RecurrencePolicyReferenceModel.php index 0c8152b9d64..fb5f2c7c1f6 100644 --- a/lib/commercetools-api/src/Models/RecurrencePolicy/RecurrencePolicyReferenceModel.php +++ b/lib/commercetools-api/src/Models/RecurrencePolicy/RecurrencePolicyReferenceModel.php @@ -94,7 +94,7 @@ public function getId() /** *Contains the representation of the expanded RecurrencePolicy. - * Only present in responses to requests with Reference Expansion for RecurrencePolicies.
+ * Only present in responses to requests with Reference Expansion for RecurrencePolicies. * * * @return null|RecurrencePolicy diff --git a/lib/commercetools-api/src/Models/RecurringOrder/RecurringOrder.php b/lib/commercetools-api/src/Models/RecurringOrder/RecurringOrder.php index ffc2144ee79..4476dc7ddab 100644 --- a/lib/commercetools-api/src/Models/RecurringOrder/RecurringOrder.php +++ b/lib/commercetools-api/src/Models/RecurringOrder/RecurringOrder.php @@ -80,8 +80,8 @@ public function getCart(); /** *Reference to the original Order that generated this RecurringOrder.
- * This field is automatically populated when the RecurringOrder is created via the Create Order from Cart endpoint and the Cart contains Line Items with defined recurrenceInfo.
- * When the RecurringOrder is created directly via the Create RecurringOrder endpoint, this field remains empty.
recurrenceInfo.
+ * When the RecurringOrder is created directly via the Create RecurringOrder endpoint, this field remains empty.
*
* @return null|OrderReference
diff --git a/lib/commercetools-api/src/Models/RecurringOrder/RecurringOrderBuilder.php b/lib/commercetools-api/src/Models/RecurringOrder/RecurringOrderBuilder.php
index 7c69fd04ca5..f2c5737f971 100644
--- a/lib/commercetools-api/src/Models/RecurringOrder/RecurringOrderBuilder.php
+++ b/lib/commercetools-api/src/Models/RecurringOrder/RecurringOrderBuilder.php
@@ -250,8 +250,8 @@ public function getCart()
/**
* Reference to the original Order that generated this RecurringOrder.
- * This field is automatically populated when the RecurringOrder is created via the Create Order from Cart endpoint and the Cart contains Line Items with defined recurrenceInfo.
- * When the RecurringOrder is created directly via the Create RecurringOrder endpoint, this field remains empty.
recurrenceInfo.
+ * When the RecurringOrder is created directly via the Create RecurringOrder endpoint, this field remains empty.
*
* @return null|OrderReference
diff --git a/lib/commercetools-api/src/Models/RecurringOrder/RecurringOrderModel.php b/lib/commercetools-api/src/Models/RecurringOrder/RecurringOrderModel.php
index 47a49ddb68d..05c53321d94 100644
--- a/lib/commercetools-api/src/Models/RecurringOrder/RecurringOrderModel.php
+++ b/lib/commercetools-api/src/Models/RecurringOrder/RecurringOrderModel.php
@@ -366,8 +366,8 @@ public function getCart()
/**
* Reference to the original Order that generated this RecurringOrder.
- * This field is automatically populated when the RecurringOrder is created via the Create Order from Cart endpoint and the Cart contains Line Items with defined recurrenceInfo.
- * When the RecurringOrder is created directly via the Create RecurringOrder endpoint, this field remains empty.
recurrenceInfo.
+ * When the RecurringOrder is created directly via the Create RecurringOrder endpoint, this field remains empty.
*
*
* @return null|OrderReference
diff --git a/lib/commercetools-api/src/Models/RecurringOrder/RecurringOrderPagedQueryResponse.php b/lib/commercetools-api/src/Models/RecurringOrder/RecurringOrderPagedQueryResponse.php
index f2052603769..b7dc0c9907d 100644
--- a/lib/commercetools-api/src/Models/RecurringOrder/RecurringOrderPagedQueryResponse.php
+++ b/lib/commercetools-api/src/Models/RecurringOrder/RecurringOrderPagedQueryResponse.php
@@ -20,7 +20,7 @@ interface RecurringOrderPagedQueryResponse extends JsonObject
public const FIELD_RESULTS = 'results';
/**
- * Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -28,7 +28,7 @@ interface RecurringOrderPagedQueryResponse extends JsonObject public function getLimit(); /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -45,10 +45,10 @@ public function getCount(); /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/RecurringOrder/RecurringOrderPagedQueryResponseBuilder.php b/lib/commercetools-api/src/Models/RecurringOrder/RecurringOrderPagedQueryResponseBuilder.php
index 049900475b5..6a6f4bd6d8e 100644
--- a/lib/commercetools-api/src/Models/RecurringOrder/RecurringOrderPagedQueryResponseBuilder.php
+++ b/lib/commercetools-api/src/Models/RecurringOrder/RecurringOrderPagedQueryResponseBuilder.php
@@ -51,7 +51,7 @@ final class RecurringOrderPagedQueryResponseBuilder implements Builder
private $results;
/**
- * Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -62,7 +62,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -85,10 +85,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/RecurringOrder/RecurringOrderPagedQueryResponseModel.php b/lib/commercetools-api/src/Models/RecurringOrder/RecurringOrderPagedQueryResponseModel.php
index 842fb55205b..7da29e3176f 100644
--- a/lib/commercetools-api/src/Models/RecurringOrder/RecurringOrderPagedQueryResponseModel.php
+++ b/lib/commercetools-api/src/Models/RecurringOrder/RecurringOrderPagedQueryResponseModel.php
@@ -68,7 +68,7 @@ public function __construct(
}
/**
- * Number of results requested.
+ *Number of results requested.
* * * @return null|int @@ -88,7 +88,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * * @return null|int @@ -129,10 +129,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/RecurringOrder/RecurringOrderReference.php b/lib/commercetools-api/src/Models/RecurringOrder/RecurringOrderReference.php
index b342add55d8..b7e61f83991 100644
--- a/lib/commercetools-api/src/Models/RecurringOrder/RecurringOrderReference.php
+++ b/lib/commercetools-api/src/Models/RecurringOrder/RecurringOrderReference.php
@@ -24,7 +24,7 @@ public function getTypeId();
/**
* Contains the representation of the expanded RecurringOrder. - * Only present in responses to requests with Reference Expansion for RecurringOrders.
+ * Only present in responses to requests with Reference Expansion for RecurringOrders. * * @return null|RecurringOrder diff --git a/lib/commercetools-api/src/Models/RecurringOrder/RecurringOrderReferenceBuilder.php b/lib/commercetools-api/src/Models/RecurringOrder/RecurringOrderReferenceBuilder.php index 302d8443949..0f54d59eb82 100644 --- a/lib/commercetools-api/src/Models/RecurringOrder/RecurringOrderReferenceBuilder.php +++ b/lib/commercetools-api/src/Models/RecurringOrder/RecurringOrderReferenceBuilder.php @@ -47,7 +47,7 @@ public function getId() /** *Contains the representation of the expanded RecurringOrder. - * Only present in responses to requests with Reference Expansion for RecurringOrders.
+ * Only present in responses to requests with Reference Expansion for RecurringOrders. * * @return null|RecurringOrder diff --git a/lib/commercetools-api/src/Models/RecurringOrder/RecurringOrderReferenceModel.php b/lib/commercetools-api/src/Models/RecurringOrder/RecurringOrderReferenceModel.php index bc4c8449578..06757f2b7b4 100644 --- a/lib/commercetools-api/src/Models/RecurringOrder/RecurringOrderReferenceModel.php +++ b/lib/commercetools-api/src/Models/RecurringOrder/RecurringOrderReferenceModel.php @@ -94,7 +94,7 @@ public function getId() /** *Contains the representation of the expanded RecurringOrder. - * Only present in responses to requests with Reference Expansion for RecurringOrders.
+ * Only present in responses to requests with Reference Expansion for RecurringOrders. * * * @return null|RecurringOrder diff --git a/lib/commercetools-api/src/Models/RecurringOrder/RecurringOrderSetCustomFieldAction.php b/lib/commercetools-api/src/Models/RecurringOrder/RecurringOrderSetCustomFieldAction.php index 30070732453..bd7518c5f51 100644 --- a/lib/commercetools-api/src/Models/RecurringOrder/RecurringOrderSetCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/RecurringOrder/RecurringOrderSetCustomFieldAction.php @@ -17,7 +17,7 @@ interface RecurringOrderSetCustomFieldAction extends RecurringOrderUpdateAction public const FIELD_VALUE = 'value'; /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/RecurringOrder/RecurringOrderSetCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/RecurringOrder/RecurringOrderSetCustomFieldActionBuilder.php index 2260f8bd939..809d8ce9b97 100644 --- a/lib/commercetools-api/src/Models/RecurringOrder/RecurringOrderSetCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/RecurringOrder/RecurringOrderSetCustomFieldActionBuilder.php @@ -33,7 +33,7 @@ final class RecurringOrderSetCustomFieldActionBuilder implements Builder private $value; /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/RecurringOrder/RecurringOrderSetCustomFieldActionModel.php b/lib/commercetools-api/src/Models/RecurringOrder/RecurringOrderSetCustomFieldActionModel.php index f986f88781a..bea3914b754 100644 --- a/lib/commercetools-api/src/Models/RecurringOrder/RecurringOrderSetCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/RecurringOrder/RecurringOrderSetCustomFieldActionModel.php @@ -71,7 +71,7 @@ public function getAction() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Reservation/ReservationReference.php b/lib/commercetools-api/src/Models/Reservation/ReservationReference.php index 1e720da5a61..7c4bb347ef3 100644 --- a/lib/commercetools-api/src/Models/Reservation/ReservationReference.php +++ b/lib/commercetools-api/src/Models/Reservation/ReservationReference.php @@ -24,7 +24,7 @@ public function getTypeId(); /** *Contains the representation of the expanded Reservation. - * Only present in responses to requests with Reference Expansion for Reservations.
+ * Only present in responses to requests with Reference Expansion for Reservations. * * @return null|Reservation diff --git a/lib/commercetools-api/src/Models/Reservation/ReservationReferenceBuilder.php b/lib/commercetools-api/src/Models/Reservation/ReservationReferenceBuilder.php index fd349a0545b..33a69f203cd 100644 --- a/lib/commercetools-api/src/Models/Reservation/ReservationReferenceBuilder.php +++ b/lib/commercetools-api/src/Models/Reservation/ReservationReferenceBuilder.php @@ -47,7 +47,7 @@ public function getId() /** *Contains the representation of the expanded Reservation. - * Only present in responses to requests with Reference Expansion for Reservations.
+ * Only present in responses to requests with Reference Expansion for Reservations. * * @return null|Reservation diff --git a/lib/commercetools-api/src/Models/Reservation/ReservationReferenceModel.php b/lib/commercetools-api/src/Models/Reservation/ReservationReferenceModel.php index 1a0820e56f7..c5dfee576bd 100644 --- a/lib/commercetools-api/src/Models/Reservation/ReservationReferenceModel.php +++ b/lib/commercetools-api/src/Models/Reservation/ReservationReferenceModel.php @@ -94,7 +94,7 @@ public function getId() /** *Contains the representation of the expanded Reservation. - * Only present in responses to requests with Reference Expansion for Reservations.
+ * Only present in responses to requests with Reference Expansion for Reservations. * * * @return null|Reservation diff --git a/lib/commercetools-api/src/Models/Review/Review.php b/lib/commercetools-api/src/Models/Review/Review.php index 6adbb762135..f8f9bc36d6e 100644 --- a/lib/commercetools-api/src/Models/Review/Review.php +++ b/lib/commercetools-api/src/Models/Review/Review.php @@ -160,7 +160,7 @@ public function getIncludedInStatistics(); public function getRating(); /** - *State of the Review. Used for approval processes, see Review approval process for details.
+ *State of the Review. Used for approval processes, see Review approval process for details.
* * @return null|StateReference diff --git a/lib/commercetools-api/src/Models/Review/ReviewBuilder.php b/lib/commercetools-api/src/Models/Review/ReviewBuilder.php index 6631f92bbc8..cb7a14bf02a 100644 --- a/lib/commercetools-api/src/Models/Review/ReviewBuilder.php +++ b/lib/commercetools-api/src/Models/Review/ReviewBuilder.php @@ -309,7 +309,7 @@ public function getRating() } /** - *State of the Review. Used for approval processes, see Review approval process for details.
+ *State of the Review. Used for approval processes, see Review approval process for details.
* * @return null|StateReference diff --git a/lib/commercetools-api/src/Models/Review/ReviewDraft.php b/lib/commercetools-api/src/Models/Review/ReviewDraft.php index e63c8c45396..6fc55896b07 100644 --- a/lib/commercetools-api/src/Models/Review/ReviewDraft.php +++ b/lib/commercetools-api/src/Models/Review/ReviewDraft.php @@ -88,7 +88,7 @@ public function getText(); public function getTarget(); /** - *State of the Review. Used for approval processes, see Review approval process for details.
+ *State of the Review. Used for approval processes, see Review approval process for details.
* * @return null|StateResourceIdentifier diff --git a/lib/commercetools-api/src/Models/Review/ReviewDraftBuilder.php b/lib/commercetools-api/src/Models/Review/ReviewDraftBuilder.php index b3ce39d3db4..160563b45dd 100644 --- a/lib/commercetools-api/src/Models/Review/ReviewDraftBuilder.php +++ b/lib/commercetools-api/src/Models/Review/ReviewDraftBuilder.php @@ -171,7 +171,7 @@ public function getTarget() } /** - *State of the Review. Used for approval processes, see Review approval process for details.
+ *State of the Review. Used for approval processes, see Review approval process for details.
* * @return null|StateResourceIdentifier diff --git a/lib/commercetools-api/src/Models/Review/ReviewDraftModel.php b/lib/commercetools-api/src/Models/Review/ReviewDraftModel.php index cc85dbd2ec7..cb51537a93e 100644 --- a/lib/commercetools-api/src/Models/Review/ReviewDraftModel.php +++ b/lib/commercetools-api/src/Models/Review/ReviewDraftModel.php @@ -267,7 +267,7 @@ public function getTarget() } /** - *State of the Review. Used for approval processes, see Review approval process for details.
+ *State of the Review. Used for approval processes, see Review approval process for details.
* * * @return null|StateResourceIdentifier diff --git a/lib/commercetools-api/src/Models/Review/ReviewModel.php b/lib/commercetools-api/src/Models/Review/ReviewModel.php index 3cd2119064f..f82702bd13a 100644 --- a/lib/commercetools-api/src/Models/Review/ReviewModel.php +++ b/lib/commercetools-api/src/Models/Review/ReviewModel.php @@ -501,7 +501,7 @@ public function getRating() } /** - *State of the Review. Used for approval processes, see Review approval process for details.
+ *State of the Review. Used for approval processes, see Review approval process for details.
* * * @return null|StateReference diff --git a/lib/commercetools-api/src/Models/Review/ReviewPagedQueryResponse.php b/lib/commercetools-api/src/Models/Review/ReviewPagedQueryResponse.php index 9f0b164a217..fe996af7059 100644 --- a/lib/commercetools-api/src/Models/Review/ReviewPagedQueryResponse.php +++ b/lib/commercetools-api/src/Models/Review/ReviewPagedQueryResponse.php @@ -20,7 +20,7 @@ interface ReviewPagedQueryResponse extends JsonObject public const FIELD_RESULTS = 'results'; /** - *Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -37,10 +37,10 @@ public function getCount(); /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
@@ -48,7 +48,7 @@ public function getCount();
public function getTotal();
/**
- * Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int diff --git a/lib/commercetools-api/src/Models/Review/ReviewPagedQueryResponseBuilder.php b/lib/commercetools-api/src/Models/Review/ReviewPagedQueryResponseBuilder.php index eb0c0cb6400..dd93c4fd689 100644 --- a/lib/commercetools-api/src/Models/Review/ReviewPagedQueryResponseBuilder.php +++ b/lib/commercetools-api/src/Models/Review/ReviewPagedQueryResponseBuilder.php @@ -51,7 +51,7 @@ final class ReviewPagedQueryResponseBuilder implements Builder private $results; /** - *Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -74,10 +74,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
@@ -88,7 +88,7 @@ public function getTotal()
}
/**
- * Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int diff --git a/lib/commercetools-api/src/Models/Review/ReviewPagedQueryResponseModel.php b/lib/commercetools-api/src/Models/Review/ReviewPagedQueryResponseModel.php index df9dbc37d07..bb63119f20b 100644 --- a/lib/commercetools-api/src/Models/Review/ReviewPagedQueryResponseModel.php +++ b/lib/commercetools-api/src/Models/Review/ReviewPagedQueryResponseModel.php @@ -68,7 +68,7 @@ public function __construct( } /** - *Number of results requested.
+ *Number of results requested.
* * * @return null|int @@ -109,10 +109,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
*
* @return null|int
@@ -132,7 +132,7 @@ public function getTotal()
}
/**
- * Number of elements skipped.
+ *Number of elements skipped.
* * * @return null|int diff --git a/lib/commercetools-api/src/Models/Review/ReviewReference.php b/lib/commercetools-api/src/Models/Review/ReviewReference.php index 887951fb9fd..0a81a27cda7 100644 --- a/lib/commercetools-api/src/Models/Review/ReviewReference.php +++ b/lib/commercetools-api/src/Models/Review/ReviewReference.php @@ -23,7 +23,7 @@ interface ReviewReference extends Reference public function getTypeId(); /** - *Contains the representation of the expanded Review. Only present in responses to requests with Reference Expansion for Reviews.
+ *Contains the representation of the expanded Review. Only present in responses to requests with Reference Expansion for Reviews.
* * @return null|Review diff --git a/lib/commercetools-api/src/Models/Review/ReviewReferenceBuilder.php b/lib/commercetools-api/src/Models/Review/ReviewReferenceBuilder.php index 456d7026165..c68d944a124 100644 --- a/lib/commercetools-api/src/Models/Review/ReviewReferenceBuilder.php +++ b/lib/commercetools-api/src/Models/Review/ReviewReferenceBuilder.php @@ -46,7 +46,7 @@ public function getId() } /** - *Contains the representation of the expanded Review. Only present in responses to requests with Reference Expansion for Reviews.
+ *Contains the representation of the expanded Review. Only present in responses to requests with Reference Expansion for Reviews.
* * @return null|Review diff --git a/lib/commercetools-api/src/Models/Review/ReviewReferenceModel.php b/lib/commercetools-api/src/Models/Review/ReviewReferenceModel.php index 670e380f26d..94d68ae4c5f 100644 --- a/lib/commercetools-api/src/Models/Review/ReviewReferenceModel.php +++ b/lib/commercetools-api/src/Models/Review/ReviewReferenceModel.php @@ -93,7 +93,7 @@ public function getId() } /** - *Contains the representation of the expanded Review. Only present in responses to requests with Reference Expansion for Reviews.
+ *Contains the representation of the expanded Review. Only present in responses to requests with Reference Expansion for Reviews.
* * * @return null|Review diff --git a/lib/commercetools-api/src/Models/Review/ReviewSetCustomFieldAction.php b/lib/commercetools-api/src/Models/Review/ReviewSetCustomFieldAction.php index 2598a6289e1..ca40b4043dd 100644 --- a/lib/commercetools-api/src/Models/Review/ReviewSetCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/Review/ReviewSetCustomFieldAction.php @@ -17,7 +17,7 @@ interface ReviewSetCustomFieldAction extends ReviewUpdateAction public const FIELD_VALUE = 'value'; /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Review/ReviewSetCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/Review/ReviewSetCustomFieldActionBuilder.php index f18fac22c56..c2d1fd72466 100644 --- a/lib/commercetools-api/src/Models/Review/ReviewSetCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/Review/ReviewSetCustomFieldActionBuilder.php @@ -33,7 +33,7 @@ final class ReviewSetCustomFieldActionBuilder implements Builder private $value; /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Review/ReviewSetCustomFieldActionModel.php b/lib/commercetools-api/src/Models/Review/ReviewSetCustomFieldActionModel.php index b232b3d5bda..84b2d3b61f8 100644 --- a/lib/commercetools-api/src/Models/Review/ReviewSetCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/Review/ReviewSetCustomFieldActionModel.php @@ -71,7 +71,7 @@ public function getAction() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Search/SearchAnyValueBuilder.php b/lib/commercetools-api/src/Models/Search/SearchAnyValueBuilder.php index 6bc112ff098..9bc398a4e4c 100644 --- a/lib/commercetools-api/src/Models/Search/SearchAnyValueBuilder.php +++ b/lib/commercetools-api/src/Models/Search/SearchAnyValueBuilder.php @@ -75,7 +75,7 @@ public function getBoost() } /** - *Possible values for the fieldType property on simple expressions indicating the data type of the field.
Possible values for the fieldType property on simple expressions indicating the data type of the field.
Possible values for the fieldType property on simple expressions indicating the data type of the field.
Possible values for the fieldType property on simple expressions indicating the data type of the field.
Possible values for the fieldType property on simple expressions indicating the data type of the field.
Possible values for the fieldType property on simple expressions indicating the data type of the field.
Possible values for the fieldType property on simple expressions indicating the data type of the field.
Possible values for the fieldType property on simple expressions indicating the data type of the field.
Possible values for the fieldType property on simple expressions indicating the data type of the field.
Possible values for the fieldType property on simple expressions indicating the data type of the field.
Possible values for the fieldType property on simple expressions indicating the data type of the field.
Possible values for the fieldType property on simple expressions indicating the data type of the field.
Possible values for the fieldType property on simple expressions indicating the data type of the field.
Possible values for the fieldType property on simple expressions indicating the data type of the field.
Possible values for the fieldType property on simple expressions indicating the data type of the field.
Possible values for the fieldType property on simple expressions indicating the data type of the field.
Possible values for the fieldType property on simple expressions indicating the data type of the field.
Possible values for the fieldType property on simple expressions indicating the data type of the field.
Possible values for the fieldType property on simple expressions indicating the data type of the field.
Possible values for the fieldType property on simple expressions indicating the data type of the field.
Possible values for the fieldType property on simple expressions indicating the data type of the field.
Possible values for the fieldType property on simple expressions indicating the data type of the field.
Possible values for the fieldType property on simple expressions indicating the data type of the field.
Possible values for the fieldType property on simple expressions indicating the data type of the field.
Possible values for the fieldType property on simple expressions indicating the data type of the field.
Possible values for the fieldType property on simple expressions indicating the data type of the field.
Possible values for the fieldType property on simple expressions indicating the data type of the field.
Possible values for the fieldType property on simple expressions indicating the data type of the field.
Possible values for the fieldType property on simple expressions indicating the data type of the field.
Possible values for the fieldType property on simple expressions indicating the data type of the field.
Possible values for the fieldType property on simple expressions indicating the data type of the field.
Possible values for the fieldType property on simple expressions indicating the data type of the field.
Possible values for the fieldType property on simple expressions indicating the data type of the field.
Possible values for the fieldType property on simple expressions indicating the data type of the field.
Possible values for the fieldType property on simple expressions indicating the data type of the field.
Possible values for the fieldType property on simple expressions indicating the data type of the field.
Possible values for the fieldType property on simple expressions indicating the data type of the field.
Possible values for the fieldType property on simple expressions indicating the data type of the field.
Possible values for the fieldType property on simple expressions indicating the data type of the field.
Possible values for the fieldType property on simple expressions indicating the data type of the field.
Possible values for the fieldType property on simple expressions indicating the data type of the field.
Possible values for the fieldType property on simple expressions indicating the data type of the field.
Possible values for the fieldType property on simple expressions indicating the data type of the field.
Possible values for the fieldType property on simple expressions indicating the data type of the field.
Possible values for the fieldType property on simple expressions indicating the data type of the field.
Possible values for the fieldType property on simple expressions indicating the data type of the field.
Allows you to apply a sort filter.
+ *Allows you to apply a sort filter.
* * @return null|SearchQuery diff --git a/lib/commercetools-api/src/Models/Search/SearchSortingBuilder.php b/lib/commercetools-api/src/Models/Search/SearchSortingBuilder.php index 6c3e32972ad..bd3886bbed6 100644 --- a/lib/commercetools-api/src/Models/Search/SearchSortingBuilder.php +++ b/lib/commercetools-api/src/Models/Search/SearchSortingBuilder.php @@ -113,7 +113,7 @@ public function getFieldType() } /** - *Allows you to apply a sort filter.
+ *Allows you to apply a sort filter.
* * @return null|SearchQuery diff --git a/lib/commercetools-api/src/Models/Search/SearchSortingModel.php b/lib/commercetools-api/src/Models/Search/SearchSortingModel.php index a4dfca5ee2c..4fa2e530bc6 100644 --- a/lib/commercetools-api/src/Models/Search/SearchSortingModel.php +++ b/lib/commercetools-api/src/Models/Search/SearchSortingModel.php @@ -177,7 +177,7 @@ public function getFieldType() } /** - *Allows you to apply a sort filter.
+ *Allows you to apply a sort filter.
* * * @return null|SearchQuery diff --git a/lib/commercetools-api/src/Models/Search/SearchTimeRangeValueBuilder.php b/lib/commercetools-api/src/Models/Search/SearchTimeRangeValueBuilder.php index a91c055e71d..6824ecfb6d3 100644 --- a/lib/commercetools-api/src/Models/Search/SearchTimeRangeValueBuilder.php +++ b/lib/commercetools-api/src/Models/Search/SearchTimeRangeValueBuilder.php @@ -82,7 +82,7 @@ public function getBoost() } /** - *Possible values for the fieldType property on simple expressions indicating the data type of the field.
Possible values for the fieldType property on simple expressions indicating the data type of the field.
Possible values for the fieldType property on simple expressions indicating the data type of the field.
Possible values for the fieldType property on simple expressions indicating the data type of the field.
Abstract value for categorizing a Cart. The range starts at 0. The default price covers 0, tiers start at 1. See Tiered shipping rates for details and examples.
Abstract value for categorizing a Cart. The range starts at 0. The default price covers 0, tiers start at 1. See Tiered shipping rates for details and examples.
Abstract value for categorizing a Cart. The range starts at 0. The default price covers 0, tiers start at 1. See Tiered shipping rates for details and examples.
Abstract value for categorizing a Cart. The range starts at 0. The default price covers 0, tiers start at 1. See Tiered shipping rates for details and examples.
Abstract value for categorizing a Cart. The range starts at 0. The default price covers 0, tiers start at 1. See Tiered shipping rates for details and examples.
Abstract value for categorizing a Cart. The range starts at 0. The default price covers 0, tiers start at 1. See Tiered shipping rates for details and examples.
Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -37,10 +37,10 @@ public function getCount(); /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
@@ -48,7 +48,7 @@ public function getCount();
public function getTotal();
/**
- * Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int diff --git a/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodPagedQueryResponseBuilder.php b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodPagedQueryResponseBuilder.php index 4d828a772d2..67f957838d2 100644 --- a/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodPagedQueryResponseBuilder.php +++ b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodPagedQueryResponseBuilder.php @@ -51,7 +51,7 @@ final class ShippingMethodPagedQueryResponseBuilder implements Builder private $results; /** - *Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -74,10 +74,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
@@ -88,7 +88,7 @@ public function getTotal()
}
/**
- * Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int diff --git a/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodPagedQueryResponseModel.php b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodPagedQueryResponseModel.php index 99e4f77510c..63e28c1bac9 100644 --- a/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodPagedQueryResponseModel.php +++ b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodPagedQueryResponseModel.php @@ -68,7 +68,7 @@ public function __construct( } /** - *Number of results requested.
+ *Number of results requested.
* * * @return null|int @@ -109,10 +109,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
*
* @return null|int
@@ -132,7 +132,7 @@ public function getTotal()
}
/**
- * Number of elements skipped.
+ *Number of elements skipped.
* * * @return null|int diff --git a/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodReference.php b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodReference.php index 703ed8b9fa8..099ea3672c9 100644 --- a/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodReference.php +++ b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodReference.php @@ -23,7 +23,7 @@ interface ShippingMethodReference extends Reference public function getTypeId(); /** - *Contains the representation of the expanded ShippingMethod. Only present in responses to requests with Reference Expansion for ShippingMethods.
+ *Contains the representation of the expanded ShippingMethod. Only present in responses to requests with Reference Expansion for ShippingMethods.
* * @return null|ShippingMethod diff --git a/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodReferenceBuilder.php b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodReferenceBuilder.php index 6a33ebe5967..69d58119775 100644 --- a/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodReferenceBuilder.php +++ b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodReferenceBuilder.php @@ -46,7 +46,7 @@ public function getId() } /** - *Contains the representation of the expanded ShippingMethod. Only present in responses to requests with Reference Expansion for ShippingMethods.
+ *Contains the representation of the expanded ShippingMethod. Only present in responses to requests with Reference Expansion for ShippingMethods.
* * @return null|ShippingMethod diff --git a/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodReferenceModel.php b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodReferenceModel.php index 69d4e03e331..26433d22587 100644 --- a/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodReferenceModel.php +++ b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodReferenceModel.php @@ -93,7 +93,7 @@ public function getId() } /** - *Contains the representation of the expanded ShippingMethod. Only present in responses to requests with Reference Expansion for ShippingMethods.
+ *Contains the representation of the expanded ShippingMethod. Only present in responses to requests with Reference Expansion for ShippingMethods.
* * * @return null|ShippingMethod diff --git a/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodSetCustomFieldAction.php b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodSetCustomFieldAction.php index cb3533a8a5e..fde2f5b239d 100644 --- a/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodSetCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodSetCustomFieldAction.php @@ -17,7 +17,7 @@ interface ShippingMethodSetCustomFieldAction extends ShippingMethodUpdateAction public const FIELD_VALUE = 'value'; /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodSetCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodSetCustomFieldActionBuilder.php index 494f21d4711..19027ca765c 100644 --- a/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodSetCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodSetCustomFieldActionBuilder.php @@ -33,7 +33,7 @@ final class ShippingMethodSetCustomFieldActionBuilder implements Builder private $value; /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodSetCustomFieldActionModel.php b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodSetCustomFieldActionModel.php index 8ddbf7ce9d9..0344dcf3873 100644 --- a/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodSetCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodSetCustomFieldActionModel.php @@ -71,7 +71,7 @@ public function getAction() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/ShippingMethod/ShippingRate.php b/lib/commercetools-api/src/Models/ShippingMethod/ShippingRate.php index aa7134d585c..5b458aec809 100644 --- a/lib/commercetools-api/src/Models/ShippingMethod/ShippingRate.php +++ b/lib/commercetools-api/src/Models/ShippingMethod/ShippingRate.php @@ -28,7 +28,7 @@ interface ShippingRate extends JsonObject public function getPrice(); /** - *Free shipping is applied if the sum of the (Custom) Line Item Prices reaches the specified value.
+ *Free shipping is applied if the sum of the (Custom) Line Item Prices reaches the specified value.
* * @return null|CentPrecisionMoney diff --git a/lib/commercetools-api/src/Models/ShippingMethod/ShippingRateBuilder.php b/lib/commercetools-api/src/Models/ShippingMethod/ShippingRateBuilder.php index f2292cf9445..b85224e14f0 100644 --- a/lib/commercetools-api/src/Models/ShippingMethod/ShippingRateBuilder.php +++ b/lib/commercetools-api/src/Models/ShippingMethod/ShippingRateBuilder.php @@ -58,7 +58,7 @@ public function getPrice() } /** - *Free shipping is applied if the sum of the (Custom) Line Item Prices reaches the specified value.
+ *Free shipping is applied if the sum of the (Custom) Line Item Prices reaches the specified value.
* * @return null|CentPrecisionMoney diff --git a/lib/commercetools-api/src/Models/ShippingMethod/ShippingRateDraft.php b/lib/commercetools-api/src/Models/ShippingMethod/ShippingRateDraft.php index ebd756b5ffb..0abb6eb7875 100644 --- a/lib/commercetools-api/src/Models/ShippingMethod/ShippingRateDraft.php +++ b/lib/commercetools-api/src/Models/ShippingMethod/ShippingRateDraft.php @@ -27,7 +27,7 @@ interface ShippingRateDraft extends JsonObject public function getPrice(); /** - *Free shipping is applied if the sum of the (Custom) Line Item Prices reaches the specified value.
+ *Free shipping is applied if the sum of the (Custom) Line Item Prices reaches the specified value.
* * @return null|Money diff --git a/lib/commercetools-api/src/Models/ShippingMethod/ShippingRateDraftBuilder.php b/lib/commercetools-api/src/Models/ShippingMethod/ShippingRateDraftBuilder.php index 5d71b4125ad..198f9841972 100644 --- a/lib/commercetools-api/src/Models/ShippingMethod/ShippingRateDraftBuilder.php +++ b/lib/commercetools-api/src/Models/ShippingMethod/ShippingRateDraftBuilder.php @@ -52,7 +52,7 @@ public function getPrice() } /** - *Free shipping is applied if the sum of the (Custom) Line Item Prices reaches the specified value.
+ *Free shipping is applied if the sum of the (Custom) Line Item Prices reaches the specified value.
* * @return null|Money diff --git a/lib/commercetools-api/src/Models/ShippingMethod/ShippingRateDraftModel.php b/lib/commercetools-api/src/Models/ShippingMethod/ShippingRateDraftModel.php index fdaaa49d255..a03721e4457 100644 --- a/lib/commercetools-api/src/Models/ShippingMethod/ShippingRateDraftModel.php +++ b/lib/commercetools-api/src/Models/ShippingMethod/ShippingRateDraftModel.php @@ -75,7 +75,7 @@ public function getPrice() } /** - *Free shipping is applied if the sum of the (Custom) Line Item Prices reaches the specified value.
+ *Free shipping is applied if the sum of the (Custom) Line Item Prices reaches the specified value.
* * * @return null|Money diff --git a/lib/commercetools-api/src/Models/ShippingMethod/ShippingRateModel.php b/lib/commercetools-api/src/Models/ShippingMethod/ShippingRateModel.php index 7ae0bc73963..42c626ff69c 100644 --- a/lib/commercetools-api/src/Models/ShippingMethod/ShippingRateModel.php +++ b/lib/commercetools-api/src/Models/ShippingMethod/ShippingRateModel.php @@ -83,7 +83,7 @@ public function getPrice() } /** - *Free shipping is applied if the sum of the (Custom) Line Item Prices reaches the specified value.
+ *Free shipping is applied if the sum of the (Custom) Line Item Prices reaches the specified value.
* * * @return null|CentPrecisionMoney diff --git a/lib/commercetools-api/src/Models/ShoppingList/ShoppingList.php b/lib/commercetools-api/src/Models/ShoppingList/ShoppingList.php index c9360e9d8ea..0be0d7a496d 100644 --- a/lib/commercetools-api/src/Models/ShoppingList/ShoppingList.php +++ b/lib/commercetools-api/src/Models/ShoppingList/ShoppingList.php @@ -136,7 +136,7 @@ public function getAnonymousId(); public function getStore(); /** - *Reference to the Business Unit the Shopping List belongs to. Only available for B2B-enabled Projects.
+ *Reference to the Business Unit the Shopping List belongs to. Only available for B2B-enabled Projects.
* * @return null|BusinessUnitKeyReference diff --git a/lib/commercetools-api/src/Models/ShoppingList/ShoppingListBuilder.php b/lib/commercetools-api/src/Models/ShoppingList/ShoppingListBuilder.php index f7ac1b80d3b..a16a00b3bfe 100644 --- a/lib/commercetools-api/src/Models/ShoppingList/ShoppingListBuilder.php +++ b/lib/commercetools-api/src/Models/ShoppingList/ShoppingListBuilder.php @@ -302,7 +302,7 @@ public function getStore() } /** - *Reference to the Business Unit the Shopping List belongs to. Only available for B2B-enabled Projects.
+ *Reference to the Business Unit the Shopping List belongs to. Only available for B2B-enabled Projects.
* * @return null|BusinessUnitKeyReference diff --git a/lib/commercetools-api/src/Models/ShoppingList/ShoppingListDraft.php b/lib/commercetools-api/src/Models/ShoppingList/ShoppingListDraft.php index 158645c39e5..40558893b72 100644 --- a/lib/commercetools-api/src/Models/ShoppingList/ShoppingListDraft.php +++ b/lib/commercetools-api/src/Models/ShoppingList/ShoppingListDraft.php @@ -114,7 +114,7 @@ public function getTextLineItems(); public function getStore(); /** - *ResourceIdentifier of the Business Unit the Shopping List should belong to. When the customer of the Shopping List is set, the Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.
ResourceIdentifier of the Business Unit the Shopping List should belong to. When the customer of the Shopping List is set, the Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.
ResourceIdentifier of the Business Unit the Shopping List should belong to. When the customer of the Shopping List is set, the Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.
ResourceIdentifier of the Business Unit the Shopping List should belong to. When the customer of the Shopping List is set, the Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.
ResourceIdentifier of the Business Unit the Shopping List should belong to. When the customer of the Shopping List is set, the Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.
ResourceIdentifier of the Business Unit the Shopping List should belong to. When the customer of the Shopping List is set, the Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.
Reference to the Business Unit the Shopping List belongs to. Only available for B2B-enabled Projects.
+ *Reference to the Business Unit the Shopping List belongs to. Only available for B2B-enabled Projects.
* * * @return null|BusinessUnitKeyReference diff --git a/lib/commercetools-api/src/Models/ShoppingList/ShoppingListPagedQueryResponse.php b/lib/commercetools-api/src/Models/ShoppingList/ShoppingListPagedQueryResponse.php index b45d0fff5d9..3ffefa0b34b 100644 --- a/lib/commercetools-api/src/Models/ShoppingList/ShoppingListPagedQueryResponse.php +++ b/lib/commercetools-api/src/Models/ShoppingList/ShoppingListPagedQueryResponse.php @@ -20,7 +20,7 @@ interface ShoppingListPagedQueryResponse extends JsonObject public const FIELD_RESULTS = 'results'; /** - *Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -37,10 +37,10 @@ public function getCount(); /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
@@ -48,7 +48,7 @@ public function getCount();
public function getTotal();
/**
- * Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int diff --git a/lib/commercetools-api/src/Models/ShoppingList/ShoppingListPagedQueryResponseBuilder.php b/lib/commercetools-api/src/Models/ShoppingList/ShoppingListPagedQueryResponseBuilder.php index afd04f2dda6..b14f97e8d29 100644 --- a/lib/commercetools-api/src/Models/ShoppingList/ShoppingListPagedQueryResponseBuilder.php +++ b/lib/commercetools-api/src/Models/ShoppingList/ShoppingListPagedQueryResponseBuilder.php @@ -51,7 +51,7 @@ final class ShoppingListPagedQueryResponseBuilder implements Builder private $results; /** - *Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -74,10 +74,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
@@ -88,7 +88,7 @@ public function getTotal()
}
/**
- * Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int diff --git a/lib/commercetools-api/src/Models/ShoppingList/ShoppingListPagedQueryResponseModel.php b/lib/commercetools-api/src/Models/ShoppingList/ShoppingListPagedQueryResponseModel.php index 0d8755f74d8..c668a4a5cb9 100644 --- a/lib/commercetools-api/src/Models/ShoppingList/ShoppingListPagedQueryResponseModel.php +++ b/lib/commercetools-api/src/Models/ShoppingList/ShoppingListPagedQueryResponseModel.php @@ -68,7 +68,7 @@ public function __construct( } /** - *Number of results requested.
+ *Number of results requested.
* * * @return null|int @@ -109,10 +109,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
*
* @return null|int
@@ -132,7 +132,7 @@ public function getTotal()
}
/**
- * Number of elements skipped.
+ *Number of elements skipped.
* * * @return null|int diff --git a/lib/commercetools-api/src/Models/ShoppingList/ShoppingListReference.php b/lib/commercetools-api/src/Models/ShoppingList/ShoppingListReference.php index 76212be3ad3..03d3f427469 100644 --- a/lib/commercetools-api/src/Models/ShoppingList/ShoppingListReference.php +++ b/lib/commercetools-api/src/Models/ShoppingList/ShoppingListReference.php @@ -23,7 +23,7 @@ interface ShoppingListReference extends Reference public function getTypeId(); /** - *Contains the representation of the expanded ShoppingList. Only present in responses to requests with Reference Expansion for ShoppingLists.
+ *Contains the representation of the expanded ShoppingList. Only present in responses to requests with Reference Expansion for ShoppingLists.
* * @return null|ShoppingList diff --git a/lib/commercetools-api/src/Models/ShoppingList/ShoppingListReferenceBuilder.php b/lib/commercetools-api/src/Models/ShoppingList/ShoppingListReferenceBuilder.php index d9f718253d8..224742b004a 100644 --- a/lib/commercetools-api/src/Models/ShoppingList/ShoppingListReferenceBuilder.php +++ b/lib/commercetools-api/src/Models/ShoppingList/ShoppingListReferenceBuilder.php @@ -46,7 +46,7 @@ public function getId() } /** - *Contains the representation of the expanded ShoppingList. Only present in responses to requests with Reference Expansion for ShoppingLists.
+ *Contains the representation of the expanded ShoppingList. Only present in responses to requests with Reference Expansion for ShoppingLists.
* * @return null|ShoppingList diff --git a/lib/commercetools-api/src/Models/ShoppingList/ShoppingListReferenceModel.php b/lib/commercetools-api/src/Models/ShoppingList/ShoppingListReferenceModel.php index 68554a06070..04b49641386 100644 --- a/lib/commercetools-api/src/Models/ShoppingList/ShoppingListReferenceModel.php +++ b/lib/commercetools-api/src/Models/ShoppingList/ShoppingListReferenceModel.php @@ -93,7 +93,7 @@ public function getId() } /** - *Contains the representation of the expanded ShoppingList. Only present in responses to requests with Reference Expansion for ShoppingLists.
+ *Contains the representation of the expanded ShoppingList. Only present in responses to requests with Reference Expansion for ShoppingLists.
* * * @return null|ShoppingList diff --git a/lib/commercetools-api/src/Models/ShoppingList/ShoppingListSetBusinessUnitAction.php b/lib/commercetools-api/src/Models/ShoppingList/ShoppingListSetBusinessUnitAction.php index 2760f64b1e4..9b23e84704f 100644 --- a/lib/commercetools-api/src/Models/ShoppingList/ShoppingListSetBusinessUnitAction.php +++ b/lib/commercetools-api/src/Models/ShoppingList/ShoppingListSetBusinessUnitAction.php @@ -17,7 +17,7 @@ interface ShoppingListSetBusinessUnitAction extends ShoppingListUpdateAction public const FIELD_BUSINESS_UNIT = 'businessUnit'; /** - *The Business Unit to assign to the Shopping List, which must have access to the Store that is set on the Shopping List.
+ *The Business Unit to assign to the Shopping List, which must have access to the Store that is set on the Shopping List.
* * @return null|BusinessUnitResourceIdentifier diff --git a/lib/commercetools-api/src/Models/ShoppingList/ShoppingListSetBusinessUnitActionBuilder.php b/lib/commercetools-api/src/Models/ShoppingList/ShoppingListSetBusinessUnitActionBuilder.php index 5f15db78e30..a4675377971 100644 --- a/lib/commercetools-api/src/Models/ShoppingList/ShoppingListSetBusinessUnitActionBuilder.php +++ b/lib/commercetools-api/src/Models/ShoppingList/ShoppingListSetBusinessUnitActionBuilder.php @@ -29,7 +29,7 @@ final class ShoppingListSetBusinessUnitActionBuilder implements Builder private $businessUnit; /** - *The Business Unit to assign to the Shopping List, which must have access to the Store that is set on the Shopping List.
+ *The Business Unit to assign to the Shopping List, which must have access to the Store that is set on the Shopping List.
* * @return null|BusinessUnitResourceIdentifier diff --git a/lib/commercetools-api/src/Models/ShoppingList/ShoppingListSetBusinessUnitActionModel.php b/lib/commercetools-api/src/Models/ShoppingList/ShoppingListSetBusinessUnitActionModel.php index 88ba3c13cbe..03e77332b51 100644 --- a/lib/commercetools-api/src/Models/ShoppingList/ShoppingListSetBusinessUnitActionModel.php +++ b/lib/commercetools-api/src/Models/ShoppingList/ShoppingListSetBusinessUnitActionModel.php @@ -65,7 +65,7 @@ public function getAction() } /** - *The Business Unit to assign to the Shopping List, which must have access to the Store that is set on the Shopping List.
+ *The Business Unit to assign to the Shopping List, which must have access to the Store that is set on the Shopping List.
* * * @return null|BusinessUnitResourceIdentifier diff --git a/lib/commercetools-api/src/Models/ShoppingList/ShoppingListSetCustomFieldAction.php b/lib/commercetools-api/src/Models/ShoppingList/ShoppingListSetCustomFieldAction.php index 80feac8adc1..31dbb317d68 100644 --- a/lib/commercetools-api/src/Models/ShoppingList/ShoppingListSetCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/ShoppingList/ShoppingListSetCustomFieldAction.php @@ -17,7 +17,7 @@ interface ShoppingListSetCustomFieldAction extends ShoppingListUpdateAction public const FIELD_VALUE = 'value'; /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/ShoppingList/ShoppingListSetCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/ShoppingList/ShoppingListSetCustomFieldActionBuilder.php index a3e203470ea..a25f1a85737 100644 --- a/lib/commercetools-api/src/Models/ShoppingList/ShoppingListSetCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/ShoppingList/ShoppingListSetCustomFieldActionBuilder.php @@ -33,7 +33,7 @@ final class ShoppingListSetCustomFieldActionBuilder implements Builder private $value; /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/ShoppingList/ShoppingListSetCustomFieldActionModel.php b/lib/commercetools-api/src/Models/ShoppingList/ShoppingListSetCustomFieldActionModel.php index 14eaf7f16eb..b44aa0e6b12 100644 --- a/lib/commercetools-api/src/Models/ShoppingList/ShoppingListSetCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/ShoppingList/ShoppingListSetCustomFieldActionModel.php @@ -71,7 +71,7 @@ public function getAction() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/ShoppingList/ShoppingListSetLineItemCustomFieldAction.php b/lib/commercetools-api/src/Models/ShoppingList/ShoppingListSetLineItemCustomFieldAction.php index 4afbefcd183..37640080517 100644 --- a/lib/commercetools-api/src/Models/ShoppingList/ShoppingListSetLineItemCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/ShoppingList/ShoppingListSetLineItemCustomFieldAction.php @@ -35,7 +35,7 @@ public function getLineItemId(); public function getLineItemKey(); /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/ShoppingList/ShoppingListSetLineItemCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/ShoppingList/ShoppingListSetLineItemCustomFieldActionBuilder.php index 1e0add7b5dd..eaf7cc99387 100644 --- a/lib/commercetools-api/src/Models/ShoppingList/ShoppingListSetLineItemCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/ShoppingList/ShoppingListSetLineItemCustomFieldActionBuilder.php @@ -67,7 +67,7 @@ public function getLineItemKey() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/ShoppingList/ShoppingListSetLineItemCustomFieldActionModel.php b/lib/commercetools-api/src/Models/ShoppingList/ShoppingListSetLineItemCustomFieldActionModel.php index 2241f105f0e..c24d1a7e8d9 100644 --- a/lib/commercetools-api/src/Models/ShoppingList/ShoppingListSetLineItemCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/ShoppingList/ShoppingListSetLineItemCustomFieldActionModel.php @@ -127,7 +127,7 @@ public function getLineItemKey() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/ShoppingList/ShoppingListSetTextLineItemCustomFieldAction.php b/lib/commercetools-api/src/Models/ShoppingList/ShoppingListSetTextLineItemCustomFieldAction.php index 136c9d49768..834f3cc1872 100644 --- a/lib/commercetools-api/src/Models/ShoppingList/ShoppingListSetTextLineItemCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/ShoppingList/ShoppingListSetTextLineItemCustomFieldAction.php @@ -35,7 +35,7 @@ public function getTextLineItemId(); public function getTextLineItemKey(); /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/ShoppingList/ShoppingListSetTextLineItemCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/ShoppingList/ShoppingListSetTextLineItemCustomFieldActionBuilder.php index d09177af60a..d2db85f6674 100644 --- a/lib/commercetools-api/src/Models/ShoppingList/ShoppingListSetTextLineItemCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/ShoppingList/ShoppingListSetTextLineItemCustomFieldActionBuilder.php @@ -67,7 +67,7 @@ public function getTextLineItemKey() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/ShoppingList/ShoppingListSetTextLineItemCustomFieldActionModel.php b/lib/commercetools-api/src/Models/ShoppingList/ShoppingListSetTextLineItemCustomFieldActionModel.php index 2d75fe560b8..a810b870d8c 100644 --- a/lib/commercetools-api/src/Models/ShoppingList/ShoppingListSetTextLineItemCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/ShoppingList/ShoppingListSetTextLineItemCustomFieldActionModel.php @@ -127,7 +127,7 @@ public function getTextLineItemKey() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/StagedQuote/StagedQuote.php b/lib/commercetools-api/src/Models/StagedQuote/StagedQuote.php index 43a52477e9d..ce04cc732f4 100644 --- a/lib/commercetools-api/src/Models/StagedQuote/StagedQuote.php +++ b/lib/commercetools-api/src/Models/StagedQuote/StagedQuote.php @@ -104,7 +104,7 @@ public function getCreatedBy(); public function getStagedQuoteState(); /** - *The Buyer who requested the Quote.
+ *The Buyer who requested the Quote.
* * @return null|CustomerReference @@ -136,7 +136,7 @@ public function getQuotationCart(); public function getValidTo(); /** - *Message from the Seller included in the offer.
+ *Message from the Seller included in the offer.
* * @return null|string @@ -162,7 +162,7 @@ public function getState(); /** *The purchase order number is typically set by the Buyer on a QuoteRequest to - * track the purchase order during the quote and order flow.
+ * track the purchase order during the quote and order flow. * * @return null|string @@ -170,7 +170,7 @@ public function getState(); public function getPurchaseOrderNumber(); /** - *The BusinessUnit for the Staged Quote. Only available for B2B-enabled Projects.
+ *The BusinessUnit for the Staged Quote. Only available for B2B-enabled Projects.
* * @return null|BusinessUnitKeyReference @@ -178,7 +178,7 @@ public function getPurchaseOrderNumber(); public function getBusinessUnit(); /** - *The Store to which the Buyer belongs.
+ *The Store to which the Buyer belongs.
* * @return null|StoreKeyReference diff --git a/lib/commercetools-api/src/Models/StagedQuote/StagedQuoteBuilder.php b/lib/commercetools-api/src/Models/StagedQuote/StagedQuoteBuilder.php index 85e8154477d..e281bc43bf5 100644 --- a/lib/commercetools-api/src/Models/StagedQuote/StagedQuoteBuilder.php +++ b/lib/commercetools-api/src/Models/StagedQuote/StagedQuoteBuilder.php @@ -238,7 +238,7 @@ public function getStagedQuoteState() } /** - *The Buyer who requested the Quote.
+ *The Buyer who requested the Quote.
* * @return null|CustomerReference @@ -282,7 +282,7 @@ public function getValidTo() } /** - *Message from the Seller included in the offer.
+ *Message from the Seller included in the offer.
* * @return null|string @@ -317,7 +317,7 @@ public function getState() /** *The purchase order number is typically set by the Buyer on a QuoteRequest to - * track the purchase order during the quote and order flow.
+ * track the purchase order during the quote and order flow. * * @return null|string @@ -328,7 +328,7 @@ public function getPurchaseOrderNumber() } /** - *The BusinessUnit for the Staged Quote. Only available for B2B-enabled Projects.
+ *The BusinessUnit for the Staged Quote. Only available for B2B-enabled Projects.
* * @return null|BusinessUnitKeyReference @@ -339,7 +339,7 @@ public function getBusinessUnit() } /** - *The Store to which the Buyer belongs.
+ *The Store to which the Buyer belongs.
* * @return null|StoreKeyReference diff --git a/lib/commercetools-api/src/Models/StagedQuote/StagedQuoteModel.php b/lib/commercetools-api/src/Models/StagedQuote/StagedQuoteModel.php index a06153e975e..1fb01fbe81c 100644 --- a/lib/commercetools-api/src/Models/StagedQuote/StagedQuoteModel.php +++ b/lib/commercetools-api/src/Models/StagedQuote/StagedQuoteModel.php @@ -363,7 +363,7 @@ public function getStagedQuoteState() } /** - *The Buyer who requested the Quote.
+ *The Buyer who requested the Quote.
* * * @return null|CustomerReference @@ -450,7 +450,7 @@ public function getValidTo() } /** - *Message from the Seller included in the offer.
+ *Message from the Seller included in the offer.
* * * @return null|string @@ -514,7 +514,7 @@ public function getState() /** *The purchase order number is typically set by the Buyer on a QuoteRequest to - * track the purchase order during the quote and order flow.
+ * track the purchase order during the quote and order flow. * * * @return null|string @@ -534,7 +534,7 @@ public function getPurchaseOrderNumber() } /** - *The BusinessUnit for the Staged Quote. Only available for B2B-enabled Projects.
+ *The BusinessUnit for the Staged Quote. Only available for B2B-enabled Projects.
* * * @return null|BusinessUnitKeyReference @@ -555,7 +555,7 @@ public function getBusinessUnit() } /** - *The Store to which the Buyer belongs.
+ *The Store to which the Buyer belongs.
* * * @return null|StoreKeyReference diff --git a/lib/commercetools-api/src/Models/StagedQuote/StagedQuotePagedQueryResponse.php b/lib/commercetools-api/src/Models/StagedQuote/StagedQuotePagedQueryResponse.php index 6bced8342a8..864be395a66 100644 --- a/lib/commercetools-api/src/Models/StagedQuote/StagedQuotePagedQueryResponse.php +++ b/lib/commercetools-api/src/Models/StagedQuote/StagedQuotePagedQueryResponse.php @@ -20,7 +20,7 @@ interface StagedQuotePagedQueryResponse extends JsonObject public const FIELD_RESULTS = 'results'; /** - *Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -28,7 +28,7 @@ interface StagedQuotePagedQueryResponse extends JsonObject public function getLimit(); /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -45,10 +45,10 @@ public function getCount(); /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/StagedQuote/StagedQuotePagedQueryResponseBuilder.php b/lib/commercetools-api/src/Models/StagedQuote/StagedQuotePagedQueryResponseBuilder.php
index 552b79e078c..436199070a4 100644
--- a/lib/commercetools-api/src/Models/StagedQuote/StagedQuotePagedQueryResponseBuilder.php
+++ b/lib/commercetools-api/src/Models/StagedQuote/StagedQuotePagedQueryResponseBuilder.php
@@ -51,7 +51,7 @@ final class StagedQuotePagedQueryResponseBuilder implements Builder
private $results;
/**
- * Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -62,7 +62,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -85,10 +85,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/StagedQuote/StagedQuotePagedQueryResponseModel.php b/lib/commercetools-api/src/Models/StagedQuote/StagedQuotePagedQueryResponseModel.php
index acd4edba28b..5ab29836731 100644
--- a/lib/commercetools-api/src/Models/StagedQuote/StagedQuotePagedQueryResponseModel.php
+++ b/lib/commercetools-api/src/Models/StagedQuote/StagedQuotePagedQueryResponseModel.php
@@ -68,7 +68,7 @@ public function __construct(
}
/**
- * Number of results requested.
+ *Number of results requested.
* * * @return null|int @@ -88,7 +88,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * * @return null|int @@ -129,10 +129,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/StagedQuote/StagedQuoteReference.php b/lib/commercetools-api/src/Models/StagedQuote/StagedQuoteReference.php
index ddc9688e931..fb83d6936a8 100644
--- a/lib/commercetools-api/src/Models/StagedQuote/StagedQuoteReference.php
+++ b/lib/commercetools-api/src/Models/StagedQuote/StagedQuoteReference.php
@@ -24,7 +24,7 @@ public function getTypeId();
/**
* Contains the representation of the expanded StagedQuote. - * Only present in responses to requests with Reference Expansion for StagedQuote.
+ * Only present in responses to requests with Reference Expansion for StagedQuote. * * @return null|StagedQuote diff --git a/lib/commercetools-api/src/Models/StagedQuote/StagedQuoteReferenceBuilder.php b/lib/commercetools-api/src/Models/StagedQuote/StagedQuoteReferenceBuilder.php index 2edfed920e8..5ffdb9e277c 100644 --- a/lib/commercetools-api/src/Models/StagedQuote/StagedQuoteReferenceBuilder.php +++ b/lib/commercetools-api/src/Models/StagedQuote/StagedQuoteReferenceBuilder.php @@ -47,7 +47,7 @@ public function getId() /** *Contains the representation of the expanded StagedQuote. - * Only present in responses to requests with Reference Expansion for StagedQuote.
+ * Only present in responses to requests with Reference Expansion for StagedQuote. * * @return null|StagedQuote diff --git a/lib/commercetools-api/src/Models/StagedQuote/StagedQuoteReferenceModel.php b/lib/commercetools-api/src/Models/StagedQuote/StagedQuoteReferenceModel.php index 71b6b86386d..366d9ade3c6 100644 --- a/lib/commercetools-api/src/Models/StagedQuote/StagedQuoteReferenceModel.php +++ b/lib/commercetools-api/src/Models/StagedQuote/StagedQuoteReferenceModel.php @@ -94,7 +94,7 @@ public function getId() /** *Contains the representation of the expanded StagedQuote. - * Only present in responses to requests with Reference Expansion for StagedQuote.
+ * Only present in responses to requests with Reference Expansion for StagedQuote. * * * @return null|StagedQuote diff --git a/lib/commercetools-api/src/Models/StagedQuote/StagedQuoteSetCustomFieldAction.php b/lib/commercetools-api/src/Models/StagedQuote/StagedQuoteSetCustomFieldAction.php index 23d4c4f6bbe..d011145edc7 100644 --- a/lib/commercetools-api/src/Models/StagedQuote/StagedQuoteSetCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/StagedQuote/StagedQuoteSetCustomFieldAction.php @@ -17,7 +17,7 @@ interface StagedQuoteSetCustomFieldAction extends StagedQuoteUpdateAction public const FIELD_VALUE = 'value'; /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/StagedQuote/StagedQuoteSetCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/StagedQuote/StagedQuoteSetCustomFieldActionBuilder.php index 3eabfbc3ac5..f4c39b613ec 100644 --- a/lib/commercetools-api/src/Models/StagedQuote/StagedQuoteSetCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/StagedQuote/StagedQuoteSetCustomFieldActionBuilder.php @@ -33,7 +33,7 @@ final class StagedQuoteSetCustomFieldActionBuilder implements Builder private $value; /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/StagedQuote/StagedQuoteSetCustomFieldActionModel.php b/lib/commercetools-api/src/Models/StagedQuote/StagedQuoteSetCustomFieldActionModel.php index dd1ce1a1aea..20d14fcddb4 100644 --- a/lib/commercetools-api/src/Models/StagedQuote/StagedQuoteSetCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/StagedQuote/StagedQuoteSetCustomFieldActionModel.php @@ -71,7 +71,7 @@ public function getAction() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/StandalonePrice/StandalonePrice.php b/lib/commercetools-api/src/Models/StandalonePrice/StandalonePrice.php index 6aa347cd414..d244f0a2ab1 100644 --- a/lib/commercetools-api/src/Models/StandalonePrice/StandalonePrice.php +++ b/lib/commercetools-api/src/Models/StandalonePrice/StandalonePrice.php @@ -146,7 +146,7 @@ public function getChannel(); public function getValidFrom(); /** - *Date until the Price is valid. Standalone Prices that are no longer valid are not automatically deleted, but they can be deleted if necessary.
+ *Date until the Price is valid. Standalone Prices that are no longer valid are not automatically deleted, but they can be deleted if necessary.
* * @return null|DateTimeImmutable @@ -163,8 +163,8 @@ public function getValidUntil(); public function getTiers(); /** - *Set if a matching ProductDiscount exists. If set, the API uses the discounted value for the Line Item price selection.
- * When a relative discount is applied and the fraction part of the discounted price is 0.5, the discounted price is rounded in favor of the customer with the half down rounding.
Set if a matching ProductDiscount exists. If set, the API uses the discounted value for the Line Item price selection.
+ * When a relative discount is applied and the fraction part of the discounted price is 0.5, the discounted price is rounded in favor of the customer with the half down rounding.
If an absolute discount value exceeds the price of the Product Variant, the discounted price is a negative value.
* @@ -189,8 +189,8 @@ public function getCustom(); public function getStaged(); /** - *If set to true, the StandalonePrice is considered during Product price selection.
- * If set to false, the StandalonePrice is not considered during Product price selection and any associated Line Items in a Cart cannot be ordered.
If set to true, the StandalonePrice is considered during Product price selection.
+ * If set to false, the StandalonePrice is not considered during Product price selection and any associated Line Items in a Cart cannot be ordered.
Date until the Price is valid. Standalone Prices that are no longer valid are not automatically deleted, but they can be deleted if necessary.
+ *Date until the Price is valid. Standalone Prices that are no longer valid are not automatically deleted, but they can be deleted if necessary.
* * @return null|DateTimeImmutable @@ -327,8 +327,8 @@ public function getTiers() } /** - *Set if a matching ProductDiscount exists. If set, the API uses the discounted value for the Line Item price selection.
- * When a relative discount is applied and the fraction part of the discounted price is 0.5, the discounted price is rounded in favor of the customer with the half down rounding.
Set if a matching ProductDiscount exists. If set, the API uses the discounted value for the Line Item price selection.
+ * When a relative discount is applied and the fraction part of the discounted price is 0.5, the discounted price is rounded in favor of the customer with the half down rounding.
If an absolute discount value exceeds the price of the Product Variant, the discounted price is a negative value.
* @@ -362,8 +362,8 @@ public function getStaged() } /** - *If set to true, the StandalonePrice is considered during Product price selection.
- * If set to false, the StandalonePrice is not considered during Product price selection and any associated Line Items in a Cart cannot be ordered.
If set to true, the StandalonePrice is considered during Product price selection.
+ * If set to false, the StandalonePrice is not considered during Product price selection and any associated Line Items in a Cart cannot be ordered.
Sets the date until the Price is valid. Must be at least 1 ms later than validFrom. Standalone Prices that are no longer valid are not automatically deleted, but they can be deleted if necessary.
Sets the date until the Price is valid. Must be at least 1 ms later than validFrom. Standalone Prices that are no longer valid are not automatically deleted, but they can be deleted if necessary.
Set to false, if the StandalonePrice should not be considered during Product price selection.
Set to false, if the StandalonePrice should not be considered during Product price selection.
Sets the date until the Price is valid. Must be at least 1 ms later than validFrom. Standalone Prices that are no longer valid are not automatically deleted, but they can be deleted if necessary.
Sets the date until the Price is valid. Must be at least 1 ms later than validFrom. Standalone Prices that are no longer valid are not automatically deleted, but they can be deleted if necessary.
Set to false, if the StandalonePrice should not be considered during Product price selection.
Set to false, if the StandalonePrice should not be considered during Product price selection.
Sets the date until the Price is valid. Must be at least 1 ms later than validFrom. Standalone Prices that are no longer valid are not automatically deleted, but they can be deleted if necessary.
Sets the date until the Price is valid. Must be at least 1 ms later than validFrom. Standalone Prices that are no longer valid are not automatically deleted, but they can be deleted if necessary.
Set to false, if the StandalonePrice should not be considered during Product price selection.
Set to false, if the StandalonePrice should not be considered during Product price selection.
Date until the Price is valid. Standalone Prices that are no longer valid are not automatically deleted, but they can be deleted if necessary.
+ *Date until the Price is valid. Standalone Prices that are no longer valid are not automatically deleted, but they can be deleted if necessary.
* * * @return null|DateTimeImmutable @@ -530,8 +530,8 @@ public function getTiers() } /** - *Set if a matching ProductDiscount exists. If set, the API uses the discounted value for the Line Item price selection.
- * When a relative discount is applied and the fraction part of the discounted price is 0.5, the discounted price is rounded in favor of the customer with the half down rounding.
Set if a matching ProductDiscount exists. If set, the API uses the discounted value for the Line Item price selection.
+ * When a relative discount is applied and the fraction part of the discounted price is 0.5, the discounted price is rounded in favor of the customer with the half down rounding.
If an absolute discount value exceeds the price of the Product Variant, the discounted price is a negative value.
* * @@ -595,8 +595,8 @@ public function getStaged() } /** - *If set to true, the StandalonePrice is considered during Product price selection.
- * If set to false, the StandalonePrice is not considered during Product price selection and any associated Line Items in a Cart cannot be ordered.
If set to true, the StandalonePrice is considered during Product price selection.
+ * If set to false, the StandalonePrice is not considered during Product price selection and any associated Line Items in a Cart cannot be ordered.
Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/StandalonePrice/StandalonePricePagedQueryResponseBuilder.php b/lib/commercetools-api/src/Models/StandalonePrice/StandalonePricePagedQueryResponseBuilder.php
index 6391eb63fcb..fc72103de5a 100644
--- a/lib/commercetools-api/src/Models/StandalonePrice/StandalonePricePagedQueryResponseBuilder.php
+++ b/lib/commercetools-api/src/Models/StandalonePrice/StandalonePricePagedQueryResponseBuilder.php
@@ -85,10 +85,10 @@ public function getCount()
/**
* Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/StandalonePrice/StandalonePricePagedQueryResponseModel.php b/lib/commercetools-api/src/Models/StandalonePrice/StandalonePricePagedQueryResponseModel.php
index d07c839c2ce..fb8756699a4 100644
--- a/lib/commercetools-api/src/Models/StandalonePrice/StandalonePricePagedQueryResponseModel.php
+++ b/lib/commercetools-api/src/Models/StandalonePrice/StandalonePricePagedQueryResponseModel.php
@@ -129,10 +129,10 @@ public function getCount()
/**
* Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/StandalonePrice/StandalonePriceReference.php b/lib/commercetools-api/src/Models/StandalonePrice/StandalonePriceReference.php
index 82defd1b302..1a5eff5721f 100644
--- a/lib/commercetools-api/src/Models/StandalonePrice/StandalonePriceReference.php
+++ b/lib/commercetools-api/src/Models/StandalonePrice/StandalonePriceReference.php
@@ -23,7 +23,7 @@ interface StandalonePriceReference extends Reference
public function getTypeId();
/**
- * Contains the representation of the expanded StandalonePrice. Only present in responses to requests with Reference Expansion for StandalonePrice.
+ *Contains the representation of the expanded StandalonePrice. Only present in responses to requests with Reference Expansion for StandalonePrice.
* * @return null|StandalonePrice diff --git a/lib/commercetools-api/src/Models/StandalonePrice/StandalonePriceReferenceBuilder.php b/lib/commercetools-api/src/Models/StandalonePrice/StandalonePriceReferenceBuilder.php index 7cce4f1a77f..e1b70c174ca 100644 --- a/lib/commercetools-api/src/Models/StandalonePrice/StandalonePriceReferenceBuilder.php +++ b/lib/commercetools-api/src/Models/StandalonePrice/StandalonePriceReferenceBuilder.php @@ -46,7 +46,7 @@ public function getId() } /** - *Contains the representation of the expanded StandalonePrice. Only present in responses to requests with Reference Expansion for StandalonePrice.
+ *Contains the representation of the expanded StandalonePrice. Only present in responses to requests with Reference Expansion for StandalonePrice.
* * @return null|StandalonePrice diff --git a/lib/commercetools-api/src/Models/StandalonePrice/StandalonePriceReferenceModel.php b/lib/commercetools-api/src/Models/StandalonePrice/StandalonePriceReferenceModel.php index 2f821500a58..3981941bdb0 100644 --- a/lib/commercetools-api/src/Models/StandalonePrice/StandalonePriceReferenceModel.php +++ b/lib/commercetools-api/src/Models/StandalonePrice/StandalonePriceReferenceModel.php @@ -93,7 +93,7 @@ public function getId() } /** - *Contains the representation of the expanded StandalonePrice. Only present in responses to requests with Reference Expansion for StandalonePrice.
+ *Contains the representation of the expanded StandalonePrice. Only present in responses to requests with Reference Expansion for StandalonePrice.
* * * @return null|StandalonePrice diff --git a/lib/commercetools-api/src/Models/StandalonePrice/StandalonePriceSetCustomFieldAction.php b/lib/commercetools-api/src/Models/StandalonePrice/StandalonePriceSetCustomFieldAction.php index 3ef2b0f0931..b93fa3b958b 100644 --- a/lib/commercetools-api/src/Models/StandalonePrice/StandalonePriceSetCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/StandalonePrice/StandalonePriceSetCustomFieldAction.php @@ -17,7 +17,7 @@ interface StandalonePriceSetCustomFieldAction extends StandalonePriceUpdateActio public const FIELD_VALUE = 'value'; /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/StandalonePrice/StandalonePriceSetCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/StandalonePrice/StandalonePriceSetCustomFieldActionBuilder.php index cd814b42885..ce60eecebb0 100644 --- a/lib/commercetools-api/src/Models/StandalonePrice/StandalonePriceSetCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/StandalonePrice/StandalonePriceSetCustomFieldActionBuilder.php @@ -33,7 +33,7 @@ final class StandalonePriceSetCustomFieldActionBuilder implements Builder private $value; /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/StandalonePrice/StandalonePriceSetCustomFieldActionModel.php b/lib/commercetools-api/src/Models/StandalonePrice/StandalonePriceSetCustomFieldActionModel.php index f8bb9478296..f0bc56f8602 100644 --- a/lib/commercetools-api/src/Models/StandalonePrice/StandalonePriceSetCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/StandalonePrice/StandalonePriceSetCustomFieldActionModel.php @@ -71,7 +71,7 @@ public function getAction() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/State/StatePagedQueryResponse.php b/lib/commercetools-api/src/Models/State/StatePagedQueryResponse.php index fa4fd9c718d..b35236f84dc 100644 --- a/lib/commercetools-api/src/Models/State/StatePagedQueryResponse.php +++ b/lib/commercetools-api/src/Models/State/StatePagedQueryResponse.php @@ -20,7 +20,7 @@ interface StatePagedQueryResponse extends JsonObject public const FIELD_RESULTS = 'results'; /** - *Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -28,7 +28,7 @@ interface StatePagedQueryResponse extends JsonObject public function getLimit(); /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -45,10 +45,10 @@ public function getCount(); /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/State/StatePagedQueryResponseBuilder.php b/lib/commercetools-api/src/Models/State/StatePagedQueryResponseBuilder.php
index fff3a636bc6..683bf2b84da 100644
--- a/lib/commercetools-api/src/Models/State/StatePagedQueryResponseBuilder.php
+++ b/lib/commercetools-api/src/Models/State/StatePagedQueryResponseBuilder.php
@@ -51,7 +51,7 @@ final class StatePagedQueryResponseBuilder implements Builder
private $results;
/**
- * Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -62,7 +62,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -85,10 +85,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/State/StatePagedQueryResponseModel.php b/lib/commercetools-api/src/Models/State/StatePagedQueryResponseModel.php
index fb03215cec9..9efbbb28cd7 100644
--- a/lib/commercetools-api/src/Models/State/StatePagedQueryResponseModel.php
+++ b/lib/commercetools-api/src/Models/State/StatePagedQueryResponseModel.php
@@ -68,7 +68,7 @@ public function __construct(
}
/**
- * Number of results requested.
+ *Number of results requested.
* * * @return null|int @@ -88,7 +88,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * * @return null|int @@ -129,10 +129,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/State/StateReference.php b/lib/commercetools-api/src/Models/State/StateReference.php
index c63c7176b09..91447bec084 100644
--- a/lib/commercetools-api/src/Models/State/StateReference.php
+++ b/lib/commercetools-api/src/Models/State/StateReference.php
@@ -23,7 +23,7 @@ interface StateReference extends Reference
public function getTypeId();
/**
- * Contains the representation of the expanded State. Only present in responses to requests with Reference Expansion for States.
+ *Contains the representation of the expanded State. Only present in responses to requests with Reference Expansion for States.
* * @return null|State diff --git a/lib/commercetools-api/src/Models/State/StateReferenceBuilder.php b/lib/commercetools-api/src/Models/State/StateReferenceBuilder.php index 6d6bc913fec..26bca42dcec 100644 --- a/lib/commercetools-api/src/Models/State/StateReferenceBuilder.php +++ b/lib/commercetools-api/src/Models/State/StateReferenceBuilder.php @@ -46,7 +46,7 @@ public function getId() } /** - *Contains the representation of the expanded State. Only present in responses to requests with Reference Expansion for States.
+ *Contains the representation of the expanded State. Only present in responses to requests with Reference Expansion for States.
* * @return null|State diff --git a/lib/commercetools-api/src/Models/State/StateReferenceModel.php b/lib/commercetools-api/src/Models/State/StateReferenceModel.php index afe51c79b05..20728baab47 100644 --- a/lib/commercetools-api/src/Models/State/StateReferenceModel.php +++ b/lib/commercetools-api/src/Models/State/StateReferenceModel.php @@ -93,7 +93,7 @@ public function getId() } /** - *Contains the representation of the expanded State. Only present in responses to requests with Reference Expansion for States.
+ *Contains the representation of the expanded State. Only present in responses to requests with Reference Expansion for States.
* * * @return null|State diff --git a/lib/commercetools-api/src/Models/Store/StorePagedQueryResponse.php b/lib/commercetools-api/src/Models/Store/StorePagedQueryResponse.php index 9151b9ee124..6f3ea6c6584 100644 --- a/lib/commercetools-api/src/Models/Store/StorePagedQueryResponse.php +++ b/lib/commercetools-api/src/Models/Store/StorePagedQueryResponse.php @@ -20,7 +20,7 @@ interface StorePagedQueryResponse extends JsonObject public const FIELD_RESULTS = 'results'; /** - *Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -28,7 +28,7 @@ interface StorePagedQueryResponse extends JsonObject public function getLimit(); /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -45,10 +45,10 @@ public function getCount(); /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/Store/StorePagedQueryResponseBuilder.php b/lib/commercetools-api/src/Models/Store/StorePagedQueryResponseBuilder.php
index bf049d5e391..b435f2131c4 100644
--- a/lib/commercetools-api/src/Models/Store/StorePagedQueryResponseBuilder.php
+++ b/lib/commercetools-api/src/Models/Store/StorePagedQueryResponseBuilder.php
@@ -51,7 +51,7 @@ final class StorePagedQueryResponseBuilder implements Builder
private $results;
/**
- * Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -62,7 +62,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -85,10 +85,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/Store/StorePagedQueryResponseModel.php b/lib/commercetools-api/src/Models/Store/StorePagedQueryResponseModel.php
index 1fd67461982..c235596fd85 100644
--- a/lib/commercetools-api/src/Models/Store/StorePagedQueryResponseModel.php
+++ b/lib/commercetools-api/src/Models/Store/StorePagedQueryResponseModel.php
@@ -68,7 +68,7 @@ public function __construct(
}
/**
- * Number of results requested.
+ *Number of results requested.
* * * @return null|int @@ -88,7 +88,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * * @return null|int @@ -129,10 +129,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/Store/StoreReference.php b/lib/commercetools-api/src/Models/Store/StoreReference.php
index c67e146fa02..c0b87d6dfb1 100644
--- a/lib/commercetools-api/src/Models/Store/StoreReference.php
+++ b/lib/commercetools-api/src/Models/Store/StoreReference.php
@@ -23,7 +23,7 @@ interface StoreReference extends Reference
public function getTypeId();
/**
- * Contains the representation of the expanded Store. Only present in responses to requests with Reference Expansion for Stores.
+ *Contains the representation of the expanded Store. Only present in responses to requests with Reference Expansion for Stores.
* * @return null|Store diff --git a/lib/commercetools-api/src/Models/Store/StoreReferenceBuilder.php b/lib/commercetools-api/src/Models/Store/StoreReferenceBuilder.php index cf5437719b0..3fdce086279 100644 --- a/lib/commercetools-api/src/Models/Store/StoreReferenceBuilder.php +++ b/lib/commercetools-api/src/Models/Store/StoreReferenceBuilder.php @@ -46,7 +46,7 @@ public function getId() } /** - *Contains the representation of the expanded Store. Only present in responses to requests with Reference Expansion for Stores.
+ *Contains the representation of the expanded Store. Only present in responses to requests with Reference Expansion for Stores.
* * @return null|Store diff --git a/lib/commercetools-api/src/Models/Store/StoreReferenceModel.php b/lib/commercetools-api/src/Models/Store/StoreReferenceModel.php index 5d8adf798f6..147c5ed9cdd 100644 --- a/lib/commercetools-api/src/Models/Store/StoreReferenceModel.php +++ b/lib/commercetools-api/src/Models/Store/StoreReferenceModel.php @@ -93,7 +93,7 @@ public function getId() } /** - *Contains the representation of the expanded Store. Only present in responses to requests with Reference Expansion for Stores.
+ *Contains the representation of the expanded Store. Only present in responses to requests with Reference Expansion for Stores.
* * * @return null|Store diff --git a/lib/commercetools-api/src/Models/Store/StoreSetCustomFieldAction.php b/lib/commercetools-api/src/Models/Store/StoreSetCustomFieldAction.php index 792f184105f..07574831ffc 100644 --- a/lib/commercetools-api/src/Models/Store/StoreSetCustomFieldAction.php +++ b/lib/commercetools-api/src/Models/Store/StoreSetCustomFieldAction.php @@ -17,7 +17,7 @@ interface StoreSetCustomFieldAction extends StoreUpdateAction public const FIELD_VALUE = 'value'; /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Store/StoreSetCustomFieldActionBuilder.php b/lib/commercetools-api/src/Models/Store/StoreSetCustomFieldActionBuilder.php index 9983ad4e31a..b78d555fd84 100644 --- a/lib/commercetools-api/src/Models/Store/StoreSetCustomFieldActionBuilder.php +++ b/lib/commercetools-api/src/Models/Store/StoreSetCustomFieldActionBuilder.php @@ -33,7 +33,7 @@ final class StoreSetCustomFieldActionBuilder implements Builder private $value; /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Store/StoreSetCustomFieldActionModel.php b/lib/commercetools-api/src/Models/Store/StoreSetCustomFieldActionModel.php index d12e871253f..74b3debf0d9 100644 --- a/lib/commercetools-api/src/Models/Store/StoreSetCustomFieldActionModel.php +++ b/lib/commercetools-api/src/Models/Store/StoreSetCustomFieldActionModel.php @@ -71,7 +71,7 @@ public function getAction() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Subscription/CloudEventsPayload.php b/lib/commercetools-api/src/Models/Subscription/CloudEventsPayload.php index 0360219619d..217d2473c97 100644 --- a/lib/commercetools-api/src/Models/Subscription/CloudEventsPayload.php +++ b/lib/commercetools-api/src/Models/Subscription/CloudEventsPayload.php @@ -91,7 +91,7 @@ public function getSequence(); public function getSequencetype(); /** - *The URI from which the message can be retrieved if messages are enabled. Only set for MessageSubscriptions.
+ *The URI from which the message can be retrieved if messages are enabled. Only set for MessageSubscriptions.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Subscription/CloudEventsPayloadBuilder.php b/lib/commercetools-api/src/Models/Subscription/CloudEventsPayloadBuilder.php index 7ca5309d9db..3226d2bc63b 100644 --- a/lib/commercetools-api/src/Models/Subscription/CloudEventsPayloadBuilder.php +++ b/lib/commercetools-api/src/Models/Subscription/CloudEventsPayloadBuilder.php @@ -171,7 +171,7 @@ public function getSequencetype() } /** - *The URI from which the message can be retrieved if messages are enabled. Only set for MessageSubscriptions.
+ *The URI from which the message can be retrieved if messages are enabled. Only set for MessageSubscriptions.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Subscription/CloudEventsPayloadModel.php b/lib/commercetools-api/src/Models/Subscription/CloudEventsPayloadModel.php index 13e92e648f5..c5c0774b5ca 100644 --- a/lib/commercetools-api/src/Models/Subscription/CloudEventsPayloadModel.php +++ b/lib/commercetools-api/src/Models/Subscription/CloudEventsPayloadModel.php @@ -275,7 +275,7 @@ public function getSequencetype() } /** - *The URI from which the message can be retrieved if messages are enabled. Only set for MessageSubscriptions.
+ *The URI from which the message can be retrieved if messages are enabled. Only set for MessageSubscriptions.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Subscription/ResourceDeletedDeliveryPayload.php b/lib/commercetools-api/src/Models/Subscription/ResourceDeletedDeliveryPayload.php index 349949d0118..a3861342109 100644 --- a/lib/commercetools-api/src/Models/Subscription/ResourceDeletedDeliveryPayload.php +++ b/lib/commercetools-api/src/Models/Subscription/ResourceDeletedDeliveryPayload.php @@ -35,7 +35,7 @@ public function getVersion(); public function getModifiedAt(); /** - *true if the dataErasure parameter on the DELETE request was set to true.
true if the dataErasure parameter on the DELETE request was set to true.
true if the dataErasure parameter on the DELETE request was set to true.
true if the dataErasure parameter on the DELETE request was set to true.
true if the dataErasure parameter on the DELETE request was set to true.
true if the dataErasure parameter on the DELETE request was set to true.
Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -28,7 +28,7 @@ interface SubscriptionPagedQueryResponse extends JsonObject public function getLimit(); /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -45,10 +45,10 @@ public function getCount(); /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/Subscription/SubscriptionPagedQueryResponseBuilder.php b/lib/commercetools-api/src/Models/Subscription/SubscriptionPagedQueryResponseBuilder.php
index 3172c0dfd1d..2124d3a811e 100644
--- a/lib/commercetools-api/src/Models/Subscription/SubscriptionPagedQueryResponseBuilder.php
+++ b/lib/commercetools-api/src/Models/Subscription/SubscriptionPagedQueryResponseBuilder.php
@@ -51,7 +51,7 @@ final class SubscriptionPagedQueryResponseBuilder implements Builder
private $results;
/**
- * Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -62,7 +62,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -85,10 +85,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/Subscription/SubscriptionPagedQueryResponseModel.php b/lib/commercetools-api/src/Models/Subscription/SubscriptionPagedQueryResponseModel.php
index 3fa56436b7d..09272f4df7d 100644
--- a/lib/commercetools-api/src/Models/Subscription/SubscriptionPagedQueryResponseModel.php
+++ b/lib/commercetools-api/src/Models/Subscription/SubscriptionPagedQueryResponseModel.php
@@ -68,7 +68,7 @@ public function __construct(
}
/**
- * Number of results requested.
+ *Number of results requested.
* * * @return null|int @@ -88,7 +88,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * * @return null|int @@ -129,10 +129,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/TaxCategory/TaxCategoryPagedQueryResponse.php b/lib/commercetools-api/src/Models/TaxCategory/TaxCategoryPagedQueryResponse.php
index b6b21c0033f..e6ae77202c4 100644
--- a/lib/commercetools-api/src/Models/TaxCategory/TaxCategoryPagedQueryResponse.php
+++ b/lib/commercetools-api/src/Models/TaxCategory/TaxCategoryPagedQueryResponse.php
@@ -20,7 +20,7 @@ interface TaxCategoryPagedQueryResponse extends JsonObject
public const FIELD_RESULTS = 'results';
/**
- * Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -28,7 +28,7 @@ interface TaxCategoryPagedQueryResponse extends JsonObject public function getLimit(); /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -45,10 +45,10 @@ public function getCount(); /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/TaxCategory/TaxCategoryPagedQueryResponseBuilder.php b/lib/commercetools-api/src/Models/TaxCategory/TaxCategoryPagedQueryResponseBuilder.php
index deba5913535..fdd382c4ade 100644
--- a/lib/commercetools-api/src/Models/TaxCategory/TaxCategoryPagedQueryResponseBuilder.php
+++ b/lib/commercetools-api/src/Models/TaxCategory/TaxCategoryPagedQueryResponseBuilder.php
@@ -51,7 +51,7 @@ final class TaxCategoryPagedQueryResponseBuilder implements Builder
private $results;
/**
- * Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -62,7 +62,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -85,10 +85,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/TaxCategory/TaxCategoryPagedQueryResponseModel.php b/lib/commercetools-api/src/Models/TaxCategory/TaxCategoryPagedQueryResponseModel.php
index 6a2c346b96f..13a1cc3207f 100644
--- a/lib/commercetools-api/src/Models/TaxCategory/TaxCategoryPagedQueryResponseModel.php
+++ b/lib/commercetools-api/src/Models/TaxCategory/TaxCategoryPagedQueryResponseModel.php
@@ -68,7 +68,7 @@ public function __construct(
}
/**
- * Number of results requested.
+ *Number of results requested.
* * * @return null|int @@ -88,7 +88,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * * @return null|int @@ -129,10 +129,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/TaxCategory/TaxCategoryReference.php b/lib/commercetools-api/src/Models/TaxCategory/TaxCategoryReference.php
index 24953c748b1..38299015071 100644
--- a/lib/commercetools-api/src/Models/TaxCategory/TaxCategoryReference.php
+++ b/lib/commercetools-api/src/Models/TaxCategory/TaxCategoryReference.php
@@ -23,7 +23,7 @@ interface TaxCategoryReference extends Reference
public function getTypeId();
/**
- * Contains the representation of the expanded TaxCategory. Only present in responses to requests with Reference Expansion for TaxCategories.
+ *Contains the representation of the expanded TaxCategory. Only present in responses to requests with Reference Expansion for TaxCategories.
* * @return null|TaxCategory diff --git a/lib/commercetools-api/src/Models/TaxCategory/TaxCategoryReferenceBuilder.php b/lib/commercetools-api/src/Models/TaxCategory/TaxCategoryReferenceBuilder.php index 3cdf5787c6d..560bdd6626e 100644 --- a/lib/commercetools-api/src/Models/TaxCategory/TaxCategoryReferenceBuilder.php +++ b/lib/commercetools-api/src/Models/TaxCategory/TaxCategoryReferenceBuilder.php @@ -46,7 +46,7 @@ public function getId() } /** - *Contains the representation of the expanded TaxCategory. Only present in responses to requests with Reference Expansion for TaxCategories.
+ *Contains the representation of the expanded TaxCategory. Only present in responses to requests with Reference Expansion for TaxCategories.
* * @return null|TaxCategory diff --git a/lib/commercetools-api/src/Models/TaxCategory/TaxCategoryReferenceModel.php b/lib/commercetools-api/src/Models/TaxCategory/TaxCategoryReferenceModel.php index fe6e4b9190b..049fe50a0f6 100644 --- a/lib/commercetools-api/src/Models/TaxCategory/TaxCategoryReferenceModel.php +++ b/lib/commercetools-api/src/Models/TaxCategory/TaxCategoryReferenceModel.php @@ -93,7 +93,7 @@ public function getId() } /** - *Contains the representation of the expanded TaxCategory. Only present in responses to requests with Reference Expansion for TaxCategories.
+ *Contains the representation of the expanded TaxCategory. Only present in responses to requests with Reference Expansion for TaxCategories.
* * * @return null|TaxCategory diff --git a/lib/commercetools-api/src/Models/Type/CustomFields.php b/lib/commercetools-api/src/Models/Type/CustomFields.php index fae4615fb54..d13b42b454a 100644 --- a/lib/commercetools-api/src/Models/Type/CustomFields.php +++ b/lib/commercetools-api/src/Models/Type/CustomFields.php @@ -25,7 +25,7 @@ interface CustomFields extends JsonObject public function getType(); /** - *Object containing the Custom Fields of the customized resource or data type.
+ *Object containing the Custom Fields of the customized resource or data type.
* * @return null|FieldContainer diff --git a/lib/commercetools-api/src/Models/Type/CustomFieldsBuilder.php b/lib/commercetools-api/src/Models/Type/CustomFieldsBuilder.php index 3e7854d7482..c129fc1ba76 100644 --- a/lib/commercetools-api/src/Models/Type/CustomFieldsBuilder.php +++ b/lib/commercetools-api/src/Models/Type/CustomFieldsBuilder.php @@ -44,7 +44,7 @@ public function getType() } /** - *Object containing the Custom Fields of the customized resource or data type.
+ *Object containing the Custom Fields of the customized resource or data type.
* * @return null|FieldContainer diff --git a/lib/commercetools-api/src/Models/Type/CustomFieldsDraft.php b/lib/commercetools-api/src/Models/Type/CustomFieldsDraft.php index 43f30ac3808..1924ba05ae3 100644 --- a/lib/commercetools-api/src/Models/Type/CustomFieldsDraft.php +++ b/lib/commercetools-api/src/Models/Type/CustomFieldsDraft.php @@ -25,7 +25,7 @@ interface CustomFieldsDraft extends JsonObject public function getType(); /** - *Object containing the Custom Fields for the customized resource or data type.
+ *Object containing the Custom Fields for the customized resource or data type.
* * @return null|FieldContainer diff --git a/lib/commercetools-api/src/Models/Type/CustomFieldsDraftBuilder.php b/lib/commercetools-api/src/Models/Type/CustomFieldsDraftBuilder.php index df2e2a4e40f..56e81100c43 100644 --- a/lib/commercetools-api/src/Models/Type/CustomFieldsDraftBuilder.php +++ b/lib/commercetools-api/src/Models/Type/CustomFieldsDraftBuilder.php @@ -44,7 +44,7 @@ public function getType() } /** - *Object containing the Custom Fields for the customized resource or data type.
+ *Object containing the Custom Fields for the customized resource or data type.
* * @return null|FieldContainer diff --git a/lib/commercetools-api/src/Models/Type/CustomFieldsDraftModel.php b/lib/commercetools-api/src/Models/Type/CustomFieldsDraftModel.php index 3793f8f0417..ec92aab218c 100644 --- a/lib/commercetools-api/src/Models/Type/CustomFieldsDraftModel.php +++ b/lib/commercetools-api/src/Models/Type/CustomFieldsDraftModel.php @@ -65,7 +65,7 @@ public function getType() } /** - *Object containing the Custom Fields for the customized resource or data type.
+ *Object containing the Custom Fields for the customized resource or data type.
* * * @return null|FieldContainer diff --git a/lib/commercetools-api/src/Models/Type/CustomFieldsModel.php b/lib/commercetools-api/src/Models/Type/CustomFieldsModel.php index abf3162033b..545b80a3555 100644 --- a/lib/commercetools-api/src/Models/Type/CustomFieldsModel.php +++ b/lib/commercetools-api/src/Models/Type/CustomFieldsModel.php @@ -65,7 +65,7 @@ public function getType() } /** - *Object containing the Custom Fields of the customized resource or data type.
+ *Object containing the Custom Fields of the customized resource or data type.
* * * @return null|FieldContainer diff --git a/lib/commercetools-api/src/Models/Type/TypePagedQueryResponse.php b/lib/commercetools-api/src/Models/Type/TypePagedQueryResponse.php index b70649e694b..02b5e4cbc7c 100644 --- a/lib/commercetools-api/src/Models/Type/TypePagedQueryResponse.php +++ b/lib/commercetools-api/src/Models/Type/TypePagedQueryResponse.php @@ -20,7 +20,7 @@ interface TypePagedQueryResponse extends JsonObject public const FIELD_RESULTS = 'results'; /** - *Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -28,7 +28,7 @@ interface TypePagedQueryResponse extends JsonObject public function getLimit(); /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -45,10 +45,10 @@ public function getCount(); /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/Type/TypePagedQueryResponseBuilder.php b/lib/commercetools-api/src/Models/Type/TypePagedQueryResponseBuilder.php
index 9e82bed7952..c3944a2f8b6 100644
--- a/lib/commercetools-api/src/Models/Type/TypePagedQueryResponseBuilder.php
+++ b/lib/commercetools-api/src/Models/Type/TypePagedQueryResponseBuilder.php
@@ -51,7 +51,7 @@ final class TypePagedQueryResponseBuilder implements Builder
private $results;
/**
- * Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -62,7 +62,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -85,10 +85,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/Type/TypePagedQueryResponseModel.php b/lib/commercetools-api/src/Models/Type/TypePagedQueryResponseModel.php
index a2b5225eb35..229725cd353 100644
--- a/lib/commercetools-api/src/Models/Type/TypePagedQueryResponseModel.php
+++ b/lib/commercetools-api/src/Models/Type/TypePagedQueryResponseModel.php
@@ -68,7 +68,7 @@ public function __construct(
}
/**
- * Number of results requested.
+ *Number of results requested.
* * * @return null|int @@ -88,7 +88,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * * @return null|int @@ -129,10 +129,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/Type/TypeRemoveFieldDefinitionAction.php b/lib/commercetools-api/src/Models/Type/TypeRemoveFieldDefinitionAction.php
index aa281517780..689f86e5ad9 100644
--- a/lib/commercetools-api/src/Models/Type/TypeRemoveFieldDefinitionAction.php
+++ b/lib/commercetools-api/src/Models/Type/TypeRemoveFieldDefinitionAction.php
@@ -17,7 +17,7 @@ interface TypeRemoveFieldDefinitionAction extends TypeUpdateAction
/**
* name of the FieldDefinition to remove.
- * The removal of a FieldDefinition deletes asynchronously all Custom Fields using the FieldDefinition as well.
name of the FieldDefinition to remove.
- * The removal of a FieldDefinition deletes asynchronously all Custom Fields using the FieldDefinition as well.
name of the FieldDefinition to remove.
- * The removal of a FieldDefinition deletes asynchronously all Custom Fields using the FieldDefinition as well.
Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -28,7 +28,7 @@ interface ZonePagedQueryResponse extends JsonObject public function getLimit(); /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -45,10 +45,10 @@ public function getCount(); /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/Zone/ZonePagedQueryResponseBuilder.php b/lib/commercetools-api/src/Models/Zone/ZonePagedQueryResponseBuilder.php
index 5042e58fd1d..fd0776a94db 100644
--- a/lib/commercetools-api/src/Models/Zone/ZonePagedQueryResponseBuilder.php
+++ b/lib/commercetools-api/src/Models/Zone/ZonePagedQueryResponseBuilder.php
@@ -51,7 +51,7 @@ final class ZonePagedQueryResponseBuilder implements Builder
private $results;
/**
- * Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -62,7 +62,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int @@ -85,10 +85,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/Zone/ZonePagedQueryResponseModel.php b/lib/commercetools-api/src/Models/Zone/ZonePagedQueryResponseModel.php
index 37615b643fc..bf82ff446df 100644
--- a/lib/commercetools-api/src/Models/Zone/ZonePagedQueryResponseModel.php
+++ b/lib/commercetools-api/src/Models/Zone/ZonePagedQueryResponseModel.php
@@ -68,7 +68,7 @@ public function __construct(
}
/**
- * Number of results requested.
+ *Number of results requested.
* * * @return null|int @@ -88,7 +88,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * * @return null|int @@ -129,10 +129,10 @@ public function getCount() /** *Total number of results matching the query.
- * This number is an estimation that is not strongly consistent.
+ * This number is an estimation that is not strongly consistent.
* This field is returned by default.
* For improved performance, calculating this field can be deactivated by using the query parameter withTotal=false.
- * When the results are filtered with a Query Predicate, total is subject to a limit.
total is subject to a limit.
*
*
* @return null|int
diff --git a/lib/commercetools-api/src/Models/Zone/ZoneReference.php b/lib/commercetools-api/src/Models/Zone/ZoneReference.php
index 747aeaf33ae..b883cf1ed0e 100644
--- a/lib/commercetools-api/src/Models/Zone/ZoneReference.php
+++ b/lib/commercetools-api/src/Models/Zone/ZoneReference.php
@@ -23,7 +23,7 @@ interface ZoneReference extends Reference
public function getTypeId();
/**
- * Contains the representation of the expanded Zone. Only present in responses to requests with Reference Expansion for Zones.
+ *Contains the representation of the expanded Zone. Only present in responses to requests with Reference Expansion for Zones.
* * @return null|Zone diff --git a/lib/commercetools-api/src/Models/Zone/ZoneReferenceBuilder.php b/lib/commercetools-api/src/Models/Zone/ZoneReferenceBuilder.php index 3e95806d846..bdbaf3a3fc6 100644 --- a/lib/commercetools-api/src/Models/Zone/ZoneReferenceBuilder.php +++ b/lib/commercetools-api/src/Models/Zone/ZoneReferenceBuilder.php @@ -46,7 +46,7 @@ public function getId() } /** - *Contains the representation of the expanded Zone. Only present in responses to requests with Reference Expansion for Zones.
+ *Contains the representation of the expanded Zone. Only present in responses to requests with Reference Expansion for Zones.
* * @return null|Zone diff --git a/lib/commercetools-api/src/Models/Zone/ZoneReferenceModel.php b/lib/commercetools-api/src/Models/Zone/ZoneReferenceModel.php index 298dd2920a9..6bf433847aa 100644 --- a/lib/commercetools-api/src/Models/Zone/ZoneReferenceModel.php +++ b/lib/commercetools-api/src/Models/Zone/ZoneReferenceModel.php @@ -93,7 +93,7 @@ public function getId() } /** - *Contains the representation of the expanded Zone. Only present in responses to requests with Reference Expansion for Zones.
+ *Contains the representation of the expanded Zone. Only present in responses to requests with Reference Expansion for Zones.
* * * @return null|Zone diff --git a/lib/commercetools-history/src/Models/Change/RequestQuoteRenegotiationChange.php b/lib/commercetools-history/src/Models/Change/RequestQuoteRenegotiationChange.php index a6bcc5546d6..5079484fb45 100644 --- a/lib/commercetools-history/src/Models/Change/RequestQuoteRenegotiationChange.php +++ b/lib/commercetools-history/src/Models/Change/RequestQuoteRenegotiationChange.php @@ -47,7 +47,7 @@ public function getPreviousValue(); public function getNextValue(); /** - *Message from the Buyer regarding the Quote renegotiation request.
+ *Message from the Buyer regarding the Quote renegotiation request.
* * @return null|string diff --git a/lib/commercetools-history/src/Models/Change/RequestQuoteRenegotiationChangeBuilder.php b/lib/commercetools-history/src/Models/Change/RequestQuoteRenegotiationChangeBuilder.php index d18df3a6b8e..6f0e2657717 100644 --- a/lib/commercetools-history/src/Models/Change/RequestQuoteRenegotiationChangeBuilder.php +++ b/lib/commercetools-history/src/Models/Change/RequestQuoteRenegotiationChangeBuilder.php @@ -76,7 +76,7 @@ public function getNextValue() } /** - *Message from the Buyer regarding the Quote renegotiation request.
+ *Message from the Buyer regarding the Quote renegotiation request.
* * @return null|string diff --git a/lib/commercetools-history/src/Models/Change/RequestQuoteRenegotiationChangeModel.php b/lib/commercetools-history/src/Models/Change/RequestQuoteRenegotiationChangeModel.php index b7a408b3fb5..7cab2cca361 100644 --- a/lib/commercetools-history/src/Models/Change/RequestQuoteRenegotiationChangeModel.php +++ b/lib/commercetools-history/src/Models/Change/RequestQuoteRenegotiationChangeModel.php @@ -146,7 +146,7 @@ public function getNextValue() } /** - *Message from the Buyer regarding the Quote renegotiation request.
+ *Message from the Buyer regarding the Quote renegotiation request.
* * * @return null|string diff --git a/lib/commercetools-history/src/Models/Change/SetAssetCustomFieldChange.php b/lib/commercetools-history/src/Models/Change/SetAssetCustomFieldChange.php index 4c4ff84d3a3..2c8f68b80ab 100644 --- a/lib/commercetools-history/src/Models/Change/SetAssetCustomFieldChange.php +++ b/lib/commercetools-history/src/Models/Change/SetAssetCustomFieldChange.php @@ -52,7 +52,7 @@ public function getPreviousValue(); public function getNextValue(); /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-history/src/Models/Change/SetAssetCustomFieldChangeBuilder.php b/lib/commercetools-history/src/Models/Change/SetAssetCustomFieldChangeBuilder.php index 75f0c0aeee2..c0479b54374 100644 --- a/lib/commercetools-history/src/Models/Change/SetAssetCustomFieldChangeBuilder.php +++ b/lib/commercetools-history/src/Models/Change/SetAssetCustomFieldChangeBuilder.php @@ -102,7 +102,7 @@ public function getNextValue() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-history/src/Models/Change/SetAssetCustomFieldChangeModel.php b/lib/commercetools-history/src/Models/Change/SetAssetCustomFieldChangeModel.php index 3666fc3515c..292258e4f85 100644 --- a/lib/commercetools-history/src/Models/Change/SetAssetCustomFieldChangeModel.php +++ b/lib/commercetools-history/src/Models/Change/SetAssetCustomFieldChangeModel.php @@ -180,7 +180,7 @@ public function getNextValue() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-history/src/Models/Change/SetBillingAddressCustomFieldChange.php b/lib/commercetools-history/src/Models/Change/SetBillingAddressCustomFieldChange.php index 305b1badf68..f0268c52bed 100644 --- a/lib/commercetools-history/src/Models/Change/SetBillingAddressCustomFieldChange.php +++ b/lib/commercetools-history/src/Models/Change/SetBillingAddressCustomFieldChange.php @@ -32,7 +32,7 @@ public function getChange(); public function getType(); /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-history/src/Models/Change/SetBillingAddressCustomFieldChangeBuilder.php b/lib/commercetools-history/src/Models/Change/SetBillingAddressCustomFieldChangeBuilder.php index 33805ba8696..b2212dec762 100644 --- a/lib/commercetools-history/src/Models/Change/SetBillingAddressCustomFieldChangeBuilder.php +++ b/lib/commercetools-history/src/Models/Change/SetBillingAddressCustomFieldChangeBuilder.php @@ -60,7 +60,7 @@ public function getChange() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-history/src/Models/Change/SetBillingAddressCustomFieldChangeModel.php b/lib/commercetools-history/src/Models/Change/SetBillingAddressCustomFieldChangeModel.php index 2264018d536..6340c27057d 100644 --- a/lib/commercetools-history/src/Models/Change/SetBillingAddressCustomFieldChangeModel.php +++ b/lib/commercetools-history/src/Models/Change/SetBillingAddressCustomFieldChangeModel.php @@ -114,7 +114,7 @@ public function getChange() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-history/src/Models/Change/SetCustomFieldChange.php b/lib/commercetools-history/src/Models/Change/SetCustomFieldChange.php index c537beda5e8..15e54fd6abb 100644 --- a/lib/commercetools-history/src/Models/Change/SetCustomFieldChange.php +++ b/lib/commercetools-history/src/Models/Change/SetCustomFieldChange.php @@ -48,7 +48,7 @@ public function getPreviousValue(); public function getNextValue(); /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-history/src/Models/Change/SetCustomFieldChangeBuilder.php b/lib/commercetools-history/src/Models/Change/SetCustomFieldChangeBuilder.php index c237b024f67..69b686ac39d 100644 --- a/lib/commercetools-history/src/Models/Change/SetCustomFieldChangeBuilder.php +++ b/lib/commercetools-history/src/Models/Change/SetCustomFieldChangeBuilder.php @@ -82,7 +82,7 @@ public function getNextValue() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-history/src/Models/Change/SetCustomFieldChangeModel.php b/lib/commercetools-history/src/Models/Change/SetCustomFieldChangeModel.php index 23c34ecd9d4..75f702f6d46 100644 --- a/lib/commercetools-history/src/Models/Change/SetCustomFieldChangeModel.php +++ b/lib/commercetools-history/src/Models/Change/SetCustomFieldChangeModel.php @@ -154,7 +154,7 @@ public function getNextValue() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-history/src/Models/Change/SetCustomLineItemCustomFieldChange.php b/lib/commercetools-history/src/Models/Change/SetCustomLineItemCustomFieldChange.php index 64ccf22d5ff..41550e58a31 100644 --- a/lib/commercetools-history/src/Models/Change/SetCustomLineItemCustomFieldChange.php +++ b/lib/commercetools-history/src/Models/Change/SetCustomLineItemCustomFieldChange.php @@ -51,7 +51,7 @@ public function getPreviousValue(); public function getNextValue(); /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-history/src/Models/Change/SetCustomLineItemCustomFieldChangeBuilder.php b/lib/commercetools-history/src/Models/Change/SetCustomLineItemCustomFieldChangeBuilder.php index 5243214208d..1daad10200e 100644 --- a/lib/commercetools-history/src/Models/Change/SetCustomLineItemCustomFieldChangeBuilder.php +++ b/lib/commercetools-history/src/Models/Change/SetCustomLineItemCustomFieldChangeBuilder.php @@ -96,7 +96,7 @@ public function getNextValue() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-history/src/Models/Change/SetCustomLineItemCustomFieldChangeModel.php b/lib/commercetools-history/src/Models/Change/SetCustomLineItemCustomFieldChangeModel.php index b95e3977547..400895d5a03 100644 --- a/lib/commercetools-history/src/Models/Change/SetCustomLineItemCustomFieldChangeModel.php +++ b/lib/commercetools-history/src/Models/Change/SetCustomLineItemCustomFieldChangeModel.php @@ -172,7 +172,7 @@ public function getNextValue() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-history/src/Models/Change/SetDeliveryAddressCustomFieldChange.php b/lib/commercetools-history/src/Models/Change/SetDeliveryAddressCustomFieldChange.php index 15bdb4c4949..27f81fb350c 100644 --- a/lib/commercetools-history/src/Models/Change/SetDeliveryAddressCustomFieldChange.php +++ b/lib/commercetools-history/src/Models/Change/SetDeliveryAddressCustomFieldChange.php @@ -50,7 +50,7 @@ public function getDeliveryId(); public function getAddressId(); /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-history/src/Models/Change/SetDeliveryAddressCustomFieldChangeBuilder.php b/lib/commercetools-history/src/Models/Change/SetDeliveryAddressCustomFieldChangeBuilder.php index fa88aebd574..8d4d806af44 100644 --- a/lib/commercetools-history/src/Models/Change/SetDeliveryAddressCustomFieldChangeBuilder.php +++ b/lib/commercetools-history/src/Models/Change/SetDeliveryAddressCustomFieldChangeBuilder.php @@ -94,7 +94,7 @@ public function getAddressId() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-history/src/Models/Change/SetDeliveryAddressCustomFieldChangeModel.php b/lib/commercetools-history/src/Models/Change/SetDeliveryAddressCustomFieldChangeModel.php index 129f175144c..c09a4158754 100644 --- a/lib/commercetools-history/src/Models/Change/SetDeliveryAddressCustomFieldChangeModel.php +++ b/lib/commercetools-history/src/Models/Change/SetDeliveryAddressCustomFieldChangeModel.php @@ -170,7 +170,7 @@ public function getAddressId() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-history/src/Models/Change/SetDeliveryCustomFieldChange.php b/lib/commercetools-history/src/Models/Change/SetDeliveryCustomFieldChange.php index bbe2886cc0e..4613d2ab982 100644 --- a/lib/commercetools-history/src/Models/Change/SetDeliveryCustomFieldChange.php +++ b/lib/commercetools-history/src/Models/Change/SetDeliveryCustomFieldChange.php @@ -41,7 +41,7 @@ public function getType(); public function getDeliveryId(); /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-history/src/Models/Change/SetDeliveryCustomFieldChangeBuilder.php b/lib/commercetools-history/src/Models/Change/SetDeliveryCustomFieldChangeBuilder.php index 4ad9799370a..8d2b0d8d35c 100644 --- a/lib/commercetools-history/src/Models/Change/SetDeliveryCustomFieldChangeBuilder.php +++ b/lib/commercetools-history/src/Models/Change/SetDeliveryCustomFieldChangeBuilder.php @@ -77,7 +77,7 @@ public function getDeliveryId() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-history/src/Models/Change/SetDeliveryCustomFieldChangeModel.php b/lib/commercetools-history/src/Models/Change/SetDeliveryCustomFieldChangeModel.php index e688ec70ed6..af63289da16 100644 --- a/lib/commercetools-history/src/Models/Change/SetDeliveryCustomFieldChangeModel.php +++ b/lib/commercetools-history/src/Models/Change/SetDeliveryCustomFieldChangeModel.php @@ -142,7 +142,7 @@ public function getDeliveryId() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-history/src/Models/Change/SetItemShippingAddressCustomFieldChange.php b/lib/commercetools-history/src/Models/Change/SetItemShippingAddressCustomFieldChange.php index 67e0e14a989..c8abf6af99d 100644 --- a/lib/commercetools-history/src/Models/Change/SetItemShippingAddressCustomFieldChange.php +++ b/lib/commercetools-history/src/Models/Change/SetItemShippingAddressCustomFieldChange.php @@ -41,7 +41,7 @@ public function getType(); public function getAddressId(); /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-history/src/Models/Change/SetItemShippingAddressCustomFieldChangeBuilder.php b/lib/commercetools-history/src/Models/Change/SetItemShippingAddressCustomFieldChangeBuilder.php index e515bda26f7..fe0d62b8341 100644 --- a/lib/commercetools-history/src/Models/Change/SetItemShippingAddressCustomFieldChangeBuilder.php +++ b/lib/commercetools-history/src/Models/Change/SetItemShippingAddressCustomFieldChangeBuilder.php @@ -77,7 +77,7 @@ public function getAddressId() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-history/src/Models/Change/SetItemShippingAddressCustomFieldChangeModel.php b/lib/commercetools-history/src/Models/Change/SetItemShippingAddressCustomFieldChangeModel.php index 978958db02d..6e4b9a4f90c 100644 --- a/lib/commercetools-history/src/Models/Change/SetItemShippingAddressCustomFieldChangeModel.php +++ b/lib/commercetools-history/src/Models/Change/SetItemShippingAddressCustomFieldChangeModel.php @@ -142,7 +142,7 @@ public function getAddressId() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-history/src/Models/Change/SetOrderLineItemCustomFieldChange.php b/lib/commercetools-history/src/Models/Change/SetOrderLineItemCustomFieldChange.php index 1b182ec4571..5f1cbbc821d 100644 --- a/lib/commercetools-history/src/Models/Change/SetOrderLineItemCustomFieldChange.php +++ b/lib/commercetools-history/src/Models/Change/SetOrderLineItemCustomFieldChange.php @@ -60,7 +60,7 @@ public function getNextValue(); public function getCustomTypeId(); /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-history/src/Models/Change/SetOrderLineItemCustomFieldChangeBuilder.php b/lib/commercetools-history/src/Models/Change/SetOrderLineItemCustomFieldChangeBuilder.php index e9b0b560dd0..34cec66eb30 100644 --- a/lib/commercetools-history/src/Models/Change/SetOrderLineItemCustomFieldChangeBuilder.php +++ b/lib/commercetools-history/src/Models/Change/SetOrderLineItemCustomFieldChangeBuilder.php @@ -113,7 +113,7 @@ public function getCustomTypeId() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-history/src/Models/Change/SetOrderLineItemCustomFieldChangeModel.php b/lib/commercetools-history/src/Models/Change/SetOrderLineItemCustomFieldChangeModel.php index a5f25b0176d..e01d34004ef 100644 --- a/lib/commercetools-history/src/Models/Change/SetOrderLineItemCustomFieldChangeModel.php +++ b/lib/commercetools-history/src/Models/Change/SetOrderLineItemCustomFieldChangeModel.php @@ -200,7 +200,7 @@ public function getCustomTypeId() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-history/src/Models/Change/SetParcelCustomFieldChange.php b/lib/commercetools-history/src/Models/Change/SetParcelCustomFieldChange.php index 596766fb426..eb4b655dc1b 100644 --- a/lib/commercetools-history/src/Models/Change/SetParcelCustomFieldChange.php +++ b/lib/commercetools-history/src/Models/Change/SetParcelCustomFieldChange.php @@ -50,7 +50,7 @@ public function getParcel(); public function getCustomTypeId(); /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-history/src/Models/Change/SetParcelCustomFieldChangeBuilder.php b/lib/commercetools-history/src/Models/Change/SetParcelCustomFieldChangeBuilder.php index 5036f6c3dfa..f11367e91fa 100644 --- a/lib/commercetools-history/src/Models/Change/SetParcelCustomFieldChangeBuilder.php +++ b/lib/commercetools-history/src/Models/Change/SetParcelCustomFieldChangeBuilder.php @@ -90,7 +90,7 @@ public function getCustomTypeId() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-history/src/Models/Change/SetParcelCustomFieldChangeModel.php b/lib/commercetools-history/src/Models/Change/SetParcelCustomFieldChangeModel.php index 65684b4ce3a..765e314cbb9 100644 --- a/lib/commercetools-history/src/Models/Change/SetParcelCustomFieldChangeModel.php +++ b/lib/commercetools-history/src/Models/Change/SetParcelCustomFieldChangeModel.php @@ -165,7 +165,7 @@ public function getCustomTypeId() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-history/src/Models/Change/SetProductPriceCustomFieldChange.php b/lib/commercetools-history/src/Models/Change/SetProductPriceCustomFieldChange.php index 786cfcef8ba..67b21105718 100644 --- a/lib/commercetools-history/src/Models/Change/SetProductPriceCustomFieldChange.php +++ b/lib/commercetools-history/src/Models/Change/SetProductPriceCustomFieldChange.php @@ -89,7 +89,7 @@ public function getPriceId(); public function getCustomTypeId(); /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-history/src/Models/Change/SetProductPriceCustomFieldChangeBuilder.php b/lib/commercetools-history/src/Models/Change/SetProductPriceCustomFieldChangeBuilder.php index 5d02bbac7ff..f2bcb76ec54 100644 --- a/lib/commercetools-history/src/Models/Change/SetProductPriceCustomFieldChangeBuilder.php +++ b/lib/commercetools-history/src/Models/Change/SetProductPriceCustomFieldChangeBuilder.php @@ -151,7 +151,7 @@ public function getCustomTypeId() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-history/src/Models/Change/SetProductPriceCustomFieldChangeModel.php b/lib/commercetools-history/src/Models/Change/SetProductPriceCustomFieldChangeModel.php index 1c36883dc99..303b18195a9 100644 --- a/lib/commercetools-history/src/Models/Change/SetProductPriceCustomFieldChangeModel.php +++ b/lib/commercetools-history/src/Models/Change/SetProductPriceCustomFieldChangeModel.php @@ -267,7 +267,7 @@ public function getCustomTypeId() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-history/src/Models/Change/SetReturnItemCustomLineItemCustomFieldChange.php b/lib/commercetools-history/src/Models/Change/SetReturnItemCustomLineItemCustomFieldChange.php index 1ecc02310b7..39f12c665b8 100644 --- a/lib/commercetools-history/src/Models/Change/SetReturnItemCustomLineItemCustomFieldChange.php +++ b/lib/commercetools-history/src/Models/Change/SetReturnItemCustomLineItemCustomFieldChange.php @@ -51,7 +51,7 @@ public function getCustomLineItem(); public function getCustomLineItemId(); /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-history/src/Models/Change/SetReturnItemCustomLineItemCustomFieldChangeBuilder.php b/lib/commercetools-history/src/Models/Change/SetReturnItemCustomLineItemCustomFieldChangeBuilder.php index 62129d59d29..30c69eb094a 100644 --- a/lib/commercetools-history/src/Models/Change/SetReturnItemCustomLineItemCustomFieldChangeBuilder.php +++ b/lib/commercetools-history/src/Models/Change/SetReturnItemCustomLineItemCustomFieldChangeBuilder.php @@ -96,7 +96,7 @@ public function getCustomLineItemId() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-history/src/Models/Change/SetReturnItemCustomLineItemCustomFieldChangeModel.php b/lib/commercetools-history/src/Models/Change/SetReturnItemCustomLineItemCustomFieldChangeModel.php index 6673dafd5fb..f5eb53bf79a 100644 --- a/lib/commercetools-history/src/Models/Change/SetReturnItemCustomLineItemCustomFieldChangeModel.php +++ b/lib/commercetools-history/src/Models/Change/SetReturnItemCustomLineItemCustomFieldChangeModel.php @@ -173,7 +173,7 @@ public function getCustomLineItemId() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-history/src/Models/Change/SetReturnItemLineItemCustomFieldChange.php b/lib/commercetools-history/src/Models/Change/SetReturnItemLineItemCustomFieldChange.php index ff3b212b0cc..e368e9a7e65 100644 --- a/lib/commercetools-history/src/Models/Change/SetReturnItemLineItemCustomFieldChange.php +++ b/lib/commercetools-history/src/Models/Change/SetReturnItemLineItemCustomFieldChange.php @@ -61,7 +61,7 @@ public function getLineItem(); public function getLineItemId(); /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-history/src/Models/Change/SetReturnItemLineItemCustomFieldChangeBuilder.php b/lib/commercetools-history/src/Models/Change/SetReturnItemLineItemCustomFieldChangeBuilder.php index ea60a625e51..47f215f6df8 100644 --- a/lib/commercetools-history/src/Models/Change/SetReturnItemLineItemCustomFieldChangeBuilder.php +++ b/lib/commercetools-history/src/Models/Change/SetReturnItemLineItemCustomFieldChangeBuilder.php @@ -114,7 +114,7 @@ public function getLineItemId() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-history/src/Models/Change/SetReturnItemLineItemCustomFieldChangeModel.php b/lib/commercetools-history/src/Models/Change/SetReturnItemLineItemCustomFieldChangeModel.php index 8e303bd943d..3c88e2b3e89 100644 --- a/lib/commercetools-history/src/Models/Change/SetReturnItemLineItemCustomFieldChangeModel.php +++ b/lib/commercetools-history/src/Models/Change/SetReturnItemLineItemCustomFieldChangeModel.php @@ -202,7 +202,7 @@ public function getLineItemId() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-history/src/Models/Change/SetShippingAddressCustomFieldChange.php b/lib/commercetools-history/src/Models/Change/SetShippingAddressCustomFieldChange.php index ecc90fb5134..d5603a88d1a 100644 --- a/lib/commercetools-history/src/Models/Change/SetShippingAddressCustomFieldChange.php +++ b/lib/commercetools-history/src/Models/Change/SetShippingAddressCustomFieldChange.php @@ -32,7 +32,7 @@ public function getChange(); public function getType(); /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-history/src/Models/Change/SetShippingAddressCustomFieldChangeBuilder.php b/lib/commercetools-history/src/Models/Change/SetShippingAddressCustomFieldChangeBuilder.php index d9d181845c7..a69f819cbfb 100644 --- a/lib/commercetools-history/src/Models/Change/SetShippingAddressCustomFieldChangeBuilder.php +++ b/lib/commercetools-history/src/Models/Change/SetShippingAddressCustomFieldChangeBuilder.php @@ -60,7 +60,7 @@ public function getChange() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-history/src/Models/Change/SetShippingAddressCustomFieldChangeModel.php b/lib/commercetools-history/src/Models/Change/SetShippingAddressCustomFieldChangeModel.php index e305d624dcf..16be2bee517 100644 --- a/lib/commercetools-history/src/Models/Change/SetShippingAddressCustomFieldChangeModel.php +++ b/lib/commercetools-history/src/Models/Change/SetShippingAddressCustomFieldChangeModel.php @@ -114,7 +114,7 @@ public function getChange() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-history/src/Models/Change/SetShippingCustomFieldChange.php b/lib/commercetools-history/src/Models/Change/SetShippingCustomFieldChange.php index 936f667f1d1..0f48ebd71c3 100644 --- a/lib/commercetools-history/src/Models/Change/SetShippingCustomFieldChange.php +++ b/lib/commercetools-history/src/Models/Change/SetShippingCustomFieldChange.php @@ -41,7 +41,7 @@ public function getType(); public function getShippingKey(); /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-history/src/Models/Change/SetShippingCustomFieldChangeBuilder.php b/lib/commercetools-history/src/Models/Change/SetShippingCustomFieldChangeBuilder.php index d9466ed7f24..49cd875a011 100644 --- a/lib/commercetools-history/src/Models/Change/SetShippingCustomFieldChangeBuilder.php +++ b/lib/commercetools-history/src/Models/Change/SetShippingCustomFieldChangeBuilder.php @@ -77,7 +77,7 @@ public function getShippingKey() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-history/src/Models/Change/SetShippingCustomFieldChangeModel.php b/lib/commercetools-history/src/Models/Change/SetShippingCustomFieldChangeModel.php index 77d05632546..ea5152f0ad0 100644 --- a/lib/commercetools-history/src/Models/Change/SetShippingCustomFieldChangeModel.php +++ b/lib/commercetools-history/src/Models/Change/SetShippingCustomFieldChangeModel.php @@ -142,7 +142,7 @@ public function getShippingKey() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-history/src/Models/Change/SetShoppingListLineItemCustomFieldChange.php b/lib/commercetools-history/src/Models/Change/SetShoppingListLineItemCustomFieldChange.php index c81fcc05d35..369677c832d 100644 --- a/lib/commercetools-history/src/Models/Change/SetShoppingListLineItemCustomFieldChange.php +++ b/lib/commercetools-history/src/Models/Change/SetShoppingListLineItemCustomFieldChange.php @@ -50,7 +50,7 @@ public function getPreviousValue(); public function getNextValue(); /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-history/src/Models/Change/SetShoppingListLineItemCustomFieldChangeBuilder.php b/lib/commercetools-history/src/Models/Change/SetShoppingListLineItemCustomFieldChangeBuilder.php index 14099f55911..0c96799db9b 100644 --- a/lib/commercetools-history/src/Models/Change/SetShoppingListLineItemCustomFieldChangeBuilder.php +++ b/lib/commercetools-history/src/Models/Change/SetShoppingListLineItemCustomFieldChangeBuilder.php @@ -90,7 +90,7 @@ public function getNextValue() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-history/src/Models/Change/SetShoppingListLineItemCustomFieldChangeModel.php b/lib/commercetools-history/src/Models/Change/SetShoppingListLineItemCustomFieldChangeModel.php index d9382f7de33..275aa3a63a2 100644 --- a/lib/commercetools-history/src/Models/Change/SetShoppingListLineItemCustomFieldChangeModel.php +++ b/lib/commercetools-history/src/Models/Change/SetShoppingListLineItemCustomFieldChangeModel.php @@ -164,7 +164,7 @@ public function getNextValue() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-history/src/Models/Change/SetTextLineItemCustomFieldChange.php b/lib/commercetools-history/src/Models/Change/SetTextLineItemCustomFieldChange.php index d6471ee25f9..49585fb7343 100644 --- a/lib/commercetools-history/src/Models/Change/SetTextLineItemCustomFieldChange.php +++ b/lib/commercetools-history/src/Models/Change/SetTextLineItemCustomFieldChange.php @@ -50,7 +50,7 @@ public function getPreviousValue(); public function getNextValue(); /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-history/src/Models/Change/SetTextLineItemCustomFieldChangeBuilder.php b/lib/commercetools-history/src/Models/Change/SetTextLineItemCustomFieldChangeBuilder.php index f05ad444264..083206451fa 100644 --- a/lib/commercetools-history/src/Models/Change/SetTextLineItemCustomFieldChangeBuilder.php +++ b/lib/commercetools-history/src/Models/Change/SetTextLineItemCustomFieldChangeBuilder.php @@ -90,7 +90,7 @@ public function getNextValue() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-history/src/Models/Change/SetTextLineItemCustomFieldChangeModel.php b/lib/commercetools-history/src/Models/Change/SetTextLineItemCustomFieldChangeModel.php index fa5c780d79c..4c9b42b3914 100644 --- a/lib/commercetools-history/src/Models/Change/SetTextLineItemCustomFieldChangeModel.php +++ b/lib/commercetools-history/src/Models/Change/SetTextLineItemCustomFieldChangeModel.php @@ -164,7 +164,7 @@ public function getNextValue() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-history/src/Models/Change/SetTransactionCustomFieldChange.php b/lib/commercetools-history/src/Models/Change/SetTransactionCustomFieldChange.php index e93f5025e0d..5ddfd486317 100644 --- a/lib/commercetools-history/src/Models/Change/SetTransactionCustomFieldChange.php +++ b/lib/commercetools-history/src/Models/Change/SetTransactionCustomFieldChange.php @@ -42,7 +42,7 @@ public function getType(); public function getTransaction(); /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-history/src/Models/Change/SetTransactionCustomFieldChangeBuilder.php b/lib/commercetools-history/src/Models/Change/SetTransactionCustomFieldChangeBuilder.php index 78718d9c66d..a6ec6792c41 100644 --- a/lib/commercetools-history/src/Models/Change/SetTransactionCustomFieldChangeBuilder.php +++ b/lib/commercetools-history/src/Models/Change/SetTransactionCustomFieldChangeBuilder.php @@ -79,7 +79,7 @@ public function getTransaction() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-history/src/Models/Change/SetTransactionCustomFieldChangeModel.php b/lib/commercetools-history/src/Models/Change/SetTransactionCustomFieldChangeModel.php index f0d136a4706..71040aa700c 100644 --- a/lib/commercetools-history/src/Models/Change/SetTransactionCustomFieldChangeModel.php +++ b/lib/commercetools-history/src/Models/Change/SetTransactionCustomFieldChangeModel.php @@ -145,7 +145,7 @@ public function getTransaction() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-history/src/Models/Change/StandalonePriceSetCustomFieldChange.php b/lib/commercetools-history/src/Models/Change/StandalonePriceSetCustomFieldChange.php index ba9bfd036cf..d3352183820 100644 --- a/lib/commercetools-history/src/Models/Change/StandalonePriceSetCustomFieldChange.php +++ b/lib/commercetools-history/src/Models/Change/StandalonePriceSetCustomFieldChange.php @@ -32,7 +32,7 @@ public function getChange(); public function getType(); /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-history/src/Models/Change/StandalonePriceSetCustomFieldChangeBuilder.php b/lib/commercetools-history/src/Models/Change/StandalonePriceSetCustomFieldChangeBuilder.php index 561d3bf549b..0010247479e 100644 --- a/lib/commercetools-history/src/Models/Change/StandalonePriceSetCustomFieldChangeBuilder.php +++ b/lib/commercetools-history/src/Models/Change/StandalonePriceSetCustomFieldChangeBuilder.php @@ -60,7 +60,7 @@ public function getChange() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * @return null|string diff --git a/lib/commercetools-history/src/Models/Change/StandalonePriceSetCustomFieldChangeModel.php b/lib/commercetools-history/src/Models/Change/StandalonePriceSetCustomFieldChangeModel.php index 8d10e70093a..804c4b2369b 100644 --- a/lib/commercetools-history/src/Models/Change/StandalonePriceSetCustomFieldChangeModel.php +++ b/lib/commercetools-history/src/Models/Change/StandalonePriceSetCustomFieldChangeModel.php @@ -114,7 +114,7 @@ public function getChange() } /** - *Name of the Custom Field.
+ *Name of the Custom Field.
* * * @return null|string diff --git a/lib/commercetools-history/src/Models/ChangeHistory/ModifiedBy.php b/lib/commercetools-history/src/Models/ChangeHistory/ModifiedBy.php index a4b5bf788e3..f3d2f6f64cc 100644 --- a/lib/commercetools-history/src/Models/ChangeHistory/ModifiedBy.php +++ b/lib/commercetools-history/src/Models/ChangeHistory/ModifiedBy.php @@ -80,7 +80,7 @@ public function getAnonymousId(); public function getCustomer(); /** - *The Associate who made the change in the context of a Business Unit. Only available for B2B-enabled Projects when an Associate acts on behalf of a company using the associate endpoints.
+ *The Associate who made the change in the context of a Business Unit. Only available for B2B-enabled Projects when an Associate acts on behalf of a company using the associate endpoints.
* * @return null|Reference diff --git a/lib/commercetools-history/src/Models/ChangeHistory/ModifiedByBuilder.php b/lib/commercetools-history/src/Models/ChangeHistory/ModifiedByBuilder.php index 6ce76ccbeab..8635921de8c 100644 --- a/lib/commercetools-history/src/Models/ChangeHistory/ModifiedByBuilder.php +++ b/lib/commercetools-history/src/Models/ChangeHistory/ModifiedByBuilder.php @@ -139,7 +139,7 @@ public function getCustomer() } /** - *The Associate who made the change in the context of a Business Unit. Only available for B2B-enabled Projects when an Associate acts on behalf of a company using the associate endpoints.
+ *The Associate who made the change in the context of a Business Unit. Only available for B2B-enabled Projects when an Associate acts on behalf of a company using the associate endpoints.
* * @return null|Reference diff --git a/lib/commercetools-history/src/Models/ChangeHistory/ModifiedByModel.php b/lib/commercetools-history/src/Models/ChangeHistory/ModifiedByModel.php index 06ed276c880..322a6c29324 100644 --- a/lib/commercetools-history/src/Models/ChangeHistory/ModifiedByModel.php +++ b/lib/commercetools-history/src/Models/ChangeHistory/ModifiedByModel.php @@ -218,7 +218,7 @@ public function getCustomer() } /** - *The Associate who made the change in the context of a Business Unit. Only available for B2B-enabled Projects when an Associate acts on behalf of a company using the associate endpoints.
+ *The Associate who made the change in the context of a Business Unit. Only available for B2B-enabled Projects when an Associate acts on behalf of a company using the associate endpoints.
* * * @return null|Reference diff --git a/lib/commercetools-history/src/Models/ChangeHistory/Record.php b/lib/commercetools-history/src/Models/ChangeHistory/Record.php index 559464395a4..a9af54f3192 100644 --- a/lib/commercetools-history/src/Models/ChangeHistory/Record.php +++ b/lib/commercetools-history/src/Models/ChangeHistory/Record.php @@ -34,7 +34,7 @@ interface Record extends JsonObject /** *Version of the resource after the change.
- *For more information on how the version is incremented, see Optimistic Concurrency Control.
+ *For more information on how the version is incremented, see Optimistic Concurrency Control.
* * @return null|int @@ -116,7 +116,7 @@ public function getResource(); public function getStores(); /** - *Reference to the Business Unit associated with the Change. Only available for B2B-enabled Projects.
+ *Reference to the Business Unit associated with the Change. Only available for B2B-enabled Projects.
* * @return null|KeyReference diff --git a/lib/commercetools-history/src/Models/ChangeHistory/RecordBuilder.php b/lib/commercetools-history/src/Models/ChangeHistory/RecordBuilder.php index fb2a4876b3f..ded3eb076c1 100644 --- a/lib/commercetools-history/src/Models/ChangeHistory/RecordBuilder.php +++ b/lib/commercetools-history/src/Models/ChangeHistory/RecordBuilder.php @@ -102,7 +102,7 @@ final class RecordBuilder implements Builder /** *Version of the resource after the change.
- *For more information on how the version is incremented, see Optimistic Concurrency Control.
+ *For more information on how the version is incremented, see Optimistic Concurrency Control.
* * @return null|int @@ -214,7 +214,7 @@ public function getStores() } /** - *Reference to the Business Unit associated with the Change. Only available for B2B-enabled Projects.
+ *Reference to the Business Unit associated with the Change. Only available for B2B-enabled Projects.
* * @return null|KeyReference diff --git a/lib/commercetools-history/src/Models/ChangeHistory/RecordModel.php b/lib/commercetools-history/src/Models/ChangeHistory/RecordModel.php index cef2e7deb2e..644185fa8a6 100644 --- a/lib/commercetools-history/src/Models/ChangeHistory/RecordModel.php +++ b/lib/commercetools-history/src/Models/ChangeHistory/RecordModel.php @@ -136,7 +136,7 @@ public function __construct( /** *Version of the resource after the change.
- *For more information on how the version is incremented, see Optimistic Concurrency Control.
+ *For more information on how the version is incremented, see Optimistic Concurrency Control.
* * * @return null|int @@ -342,7 +342,7 @@ public function getStores() } /** - *Reference to the Business Unit associated with the Change. Only available for B2B-enabled Projects.
+ *Reference to the Business Unit associated with the Change. Only available for B2B-enabled Projects.
* * * @return null|KeyReference diff --git a/lib/commercetools-history/src/Models/ChangeHistory/RecordPagedQueryResponse.php b/lib/commercetools-history/src/Models/ChangeHistory/RecordPagedQueryResponse.php index f4ceb17048b..921b15d0471 100644 --- a/lib/commercetools-history/src/Models/ChangeHistory/RecordPagedQueryResponse.php +++ b/lib/commercetools-history/src/Models/ChangeHistory/RecordPagedQueryResponse.php @@ -21,7 +21,7 @@ interface RecordPagedQueryResponse extends JsonObject public const FIELD_RESULTS = 'results'; /** - *Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -38,7 +38,7 @@ public function getCount(); /** *Total number of results matching the query. - * This number is an estimation and not strongly consistent.
+ * This number is an estimation and not strongly consistent. * * @return null|int @@ -46,7 +46,7 @@ public function getCount(); public function getTotal(); /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int diff --git a/lib/commercetools-history/src/Models/ChangeHistory/RecordPagedQueryResponseBuilder.php b/lib/commercetools-history/src/Models/ChangeHistory/RecordPagedQueryResponseBuilder.php index 96536bf2b19..f236f0d3796 100644 --- a/lib/commercetools-history/src/Models/ChangeHistory/RecordPagedQueryResponseBuilder.php +++ b/lib/commercetools-history/src/Models/ChangeHistory/RecordPagedQueryResponseBuilder.php @@ -51,7 +51,7 @@ final class RecordPagedQueryResponseBuilder implements Builder private $results; /** - *Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -74,7 +74,7 @@ public function getCount() /** *Total number of results matching the query. - * This number is an estimation and not strongly consistent.
+ * This number is an estimation and not strongly consistent. * * @return null|int @@ -85,7 +85,7 @@ public function getTotal() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int diff --git a/lib/commercetools-history/src/Models/ChangeHistory/RecordPagedQueryResponseModel.php b/lib/commercetools-history/src/Models/ChangeHistory/RecordPagedQueryResponseModel.php index 9468d1ce4aa..7d16dc58873 100644 --- a/lib/commercetools-history/src/Models/ChangeHistory/RecordPagedQueryResponseModel.php +++ b/lib/commercetools-history/src/Models/ChangeHistory/RecordPagedQueryResponseModel.php @@ -71,7 +71,7 @@ public function __construct( } /** - *Number of results requested.
+ *Number of results requested.
* * * @return null|int @@ -112,7 +112,7 @@ public function getCount() /** *Total number of results matching the query. - * This number is an estimation and not strongly consistent.
+ * This number is an estimation and not strongly consistent. * * * @return null|int @@ -132,7 +132,7 @@ public function getTotal() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * * @return null|int diff --git a/lib/commercetools-history/src/Models/ChangeValue/ChangeTargetCustomLineItemsChangeValue.php b/lib/commercetools-history/src/Models/ChangeValue/ChangeTargetCustomLineItemsChangeValue.php index 56542ed15a9..8fb298ac122 100644 --- a/lib/commercetools-history/src/Models/ChangeValue/ChangeTargetCustomLineItemsChangeValue.php +++ b/lib/commercetools-history/src/Models/ChangeValue/ChangeTargetCustomLineItemsChangeValue.php @@ -23,7 +23,7 @@ interface ChangeTargetCustomLineItemsChangeValue extends ChangeTargetChangeValue public function getType(); /** - *Valid CustomLineItem target predicate.
+ *Valid CustomLineItem target predicate.
* * @return null|string diff --git a/lib/commercetools-history/src/Models/ChangeValue/ChangeTargetCustomLineItemsChangeValueBuilder.php b/lib/commercetools-history/src/Models/ChangeValue/ChangeTargetCustomLineItemsChangeValueBuilder.php index 37454651023..7aec874e9b2 100644 --- a/lib/commercetools-history/src/Models/ChangeValue/ChangeTargetCustomLineItemsChangeValueBuilder.php +++ b/lib/commercetools-history/src/Models/ChangeValue/ChangeTargetCustomLineItemsChangeValueBuilder.php @@ -27,7 +27,7 @@ final class ChangeTargetCustomLineItemsChangeValueBuilder implements Builder private $predicate; /** - *Valid CustomLineItem target predicate.
+ *Valid CustomLineItem target predicate.
* * @return null|string diff --git a/lib/commercetools-history/src/Models/ChangeValue/ChangeTargetCustomLineItemsChangeValueModel.php b/lib/commercetools-history/src/Models/ChangeValue/ChangeTargetCustomLineItemsChangeValueModel.php index 5c24954f334..00d45cd931c 100644 --- a/lib/commercetools-history/src/Models/ChangeValue/ChangeTargetCustomLineItemsChangeValueModel.php +++ b/lib/commercetools-history/src/Models/ChangeValue/ChangeTargetCustomLineItemsChangeValueModel.php @@ -64,7 +64,7 @@ public function getType() } /** - *Valid CustomLineItem target predicate.
+ *Valid CustomLineItem target predicate.
* * * @return null|string diff --git a/lib/commercetools-history/src/Models/ChangeValue/ChangeTargetLineItemsChangeValue.php b/lib/commercetools-history/src/Models/ChangeValue/ChangeTargetLineItemsChangeValue.php index 89dc9592c4f..a30913d17b2 100644 --- a/lib/commercetools-history/src/Models/ChangeValue/ChangeTargetLineItemsChangeValue.php +++ b/lib/commercetools-history/src/Models/ChangeValue/ChangeTargetLineItemsChangeValue.php @@ -23,7 +23,7 @@ interface ChangeTargetLineItemsChangeValue extends ChangeTargetChangeValue public function getType(); /** - *Valid LineItem target predicate.
+ *Valid LineItem target predicate.
* * @return null|string diff --git a/lib/commercetools-history/src/Models/ChangeValue/ChangeTargetLineItemsChangeValueBuilder.php b/lib/commercetools-history/src/Models/ChangeValue/ChangeTargetLineItemsChangeValueBuilder.php index e14df1b516f..f35c0989ab7 100644 --- a/lib/commercetools-history/src/Models/ChangeValue/ChangeTargetLineItemsChangeValueBuilder.php +++ b/lib/commercetools-history/src/Models/ChangeValue/ChangeTargetLineItemsChangeValueBuilder.php @@ -27,7 +27,7 @@ final class ChangeTargetLineItemsChangeValueBuilder implements Builder private $predicate; /** - *Valid LineItem target predicate.
+ *Valid LineItem target predicate.
* * @return null|string diff --git a/lib/commercetools-history/src/Models/ChangeValue/ChangeTargetLineItemsChangeValueModel.php b/lib/commercetools-history/src/Models/ChangeValue/ChangeTargetLineItemsChangeValueModel.php index 3b2c80fc2bc..a00569a1d41 100644 --- a/lib/commercetools-history/src/Models/ChangeValue/ChangeTargetLineItemsChangeValueModel.php +++ b/lib/commercetools-history/src/Models/ChangeValue/ChangeTargetLineItemsChangeValueModel.php @@ -64,7 +64,7 @@ public function getType() } /** - *Valid LineItem target predicate.
+ *Valid LineItem target predicate.
* * * @return null|string diff --git a/lib/commercetools-history/src/Models/ChangeValue/ChangeTargetMultiBuyCustomLineItemsChangeValue.php b/lib/commercetools-history/src/Models/ChangeValue/ChangeTargetMultiBuyCustomLineItemsChangeValue.php index 319db8c2a58..1986af78fa4 100644 --- a/lib/commercetools-history/src/Models/ChangeValue/ChangeTargetMultiBuyCustomLineItemsChangeValue.php +++ b/lib/commercetools-history/src/Models/ChangeValue/ChangeTargetMultiBuyCustomLineItemsChangeValue.php @@ -27,7 +27,7 @@ interface ChangeTargetMultiBuyCustomLineItemsChangeValue extends ChangeTargetCha public function getType(); /** - *Valid CustomLineItem target predicate.
+ *Valid CustomLineItem target predicate.
* * @return null|string diff --git a/lib/commercetools-history/src/Models/ChangeValue/ChangeTargetMultiBuyCustomLineItemsChangeValueBuilder.php b/lib/commercetools-history/src/Models/ChangeValue/ChangeTargetMultiBuyCustomLineItemsChangeValueBuilder.php index 9cef625a20f..5a5df00ff1c 100644 --- a/lib/commercetools-history/src/Models/ChangeValue/ChangeTargetMultiBuyCustomLineItemsChangeValueBuilder.php +++ b/lib/commercetools-history/src/Models/ChangeValue/ChangeTargetMultiBuyCustomLineItemsChangeValueBuilder.php @@ -51,7 +51,7 @@ final class ChangeTargetMultiBuyCustomLineItemsChangeValueBuilder implements Bui private $selectionMode; /** - *Valid CustomLineItem target predicate.
+ *Valid CustomLineItem target predicate.
* * @return null|string diff --git a/lib/commercetools-history/src/Models/ChangeValue/ChangeTargetMultiBuyCustomLineItemsChangeValueModel.php b/lib/commercetools-history/src/Models/ChangeValue/ChangeTargetMultiBuyCustomLineItemsChangeValueModel.php index d805c9bc397..54855759460 100644 --- a/lib/commercetools-history/src/Models/ChangeValue/ChangeTargetMultiBuyCustomLineItemsChangeValueModel.php +++ b/lib/commercetools-history/src/Models/ChangeValue/ChangeTargetMultiBuyCustomLineItemsChangeValueModel.php @@ -96,7 +96,7 @@ public function getType() } /** - *Valid CustomLineItem target predicate.
+ *Valid CustomLineItem target predicate.
* * * @return null|string diff --git a/lib/commercetools-history/src/Models/ChangeValue/ChangeTargetMultiBuyLineItemsChangeValue.php b/lib/commercetools-history/src/Models/ChangeValue/ChangeTargetMultiBuyLineItemsChangeValue.php index 3e2c2f0d512..31f0e0a1d49 100644 --- a/lib/commercetools-history/src/Models/ChangeValue/ChangeTargetMultiBuyLineItemsChangeValue.php +++ b/lib/commercetools-history/src/Models/ChangeValue/ChangeTargetMultiBuyLineItemsChangeValue.php @@ -27,7 +27,7 @@ interface ChangeTargetMultiBuyLineItemsChangeValue extends ChangeTargetChangeVal public function getType(); /** - *Valid LineItem target predicate.
+ *Valid LineItem target predicate.
* * @return null|string diff --git a/lib/commercetools-history/src/Models/ChangeValue/ChangeTargetMultiBuyLineItemsChangeValueBuilder.php b/lib/commercetools-history/src/Models/ChangeValue/ChangeTargetMultiBuyLineItemsChangeValueBuilder.php index 7d07b80c6b6..80204f1288d 100644 --- a/lib/commercetools-history/src/Models/ChangeValue/ChangeTargetMultiBuyLineItemsChangeValueBuilder.php +++ b/lib/commercetools-history/src/Models/ChangeValue/ChangeTargetMultiBuyLineItemsChangeValueBuilder.php @@ -51,7 +51,7 @@ final class ChangeTargetMultiBuyLineItemsChangeValueBuilder implements Builder private $selectionMode; /** - *Valid LineItem target predicate.
+ *Valid LineItem target predicate.
* * @return null|string diff --git a/lib/commercetools-history/src/Models/ChangeValue/ChangeTargetMultiBuyLineItemsChangeValueModel.php b/lib/commercetools-history/src/Models/ChangeValue/ChangeTargetMultiBuyLineItemsChangeValueModel.php index 1199d138ffd..766ec160bf1 100644 --- a/lib/commercetools-history/src/Models/ChangeValue/ChangeTargetMultiBuyLineItemsChangeValueModel.php +++ b/lib/commercetools-history/src/Models/ChangeValue/ChangeTargetMultiBuyLineItemsChangeValueModel.php @@ -96,7 +96,7 @@ public function getType() } /** - *Valid LineItem target predicate.
+ *Valid LineItem target predicate.
* * * @return null|string diff --git a/lib/commercetools-history/src/Models/Common/AttributeDefinition.php b/lib/commercetools-history/src/Models/Common/AttributeDefinition.php index f57d8f42d02..f2ee30bd10f 100644 --- a/lib/commercetools-history/src/Models/Common/AttributeDefinition.php +++ b/lib/commercetools-history/src/Models/Common/AttributeDefinition.php @@ -89,11 +89,11 @@ public function getInputTip(); public function getInputHint(); /** - *If true, the Attribute's values are available in the Product Search or the Product Projection Search API for use in full-text search queries, filters, and facets.
+ *
If true, the Attribute's values are available in the Product Search or the Product Projection Search API for use in full-text search queries, filters, and facets.
* However, if an Attribute's level is set as Product, then Product Projection Search does not support the Attribute.
The exact features that are available with this flag depend on the specific AttributeType. - * The maximum size of a searchable field is restricted by the Field content size limit. - * This constraint is enforced at both Product creation and Product update. + * The maximum size of a searchable field is restricted by the Field content size limit. + * This constraint is enforced at both Product creation and Product update. * If the length of the input exceeds the maximum size, an InvalidField error is returned.
* diff --git a/lib/commercetools-history/src/Models/Common/AttributeDefinitionBuilder.php b/lib/commercetools-history/src/Models/Common/AttributeDefinitionBuilder.php index 08643fa68b3..0da6f57f165 100644 --- a/lib/commercetools-history/src/Models/Common/AttributeDefinitionBuilder.php +++ b/lib/commercetools-history/src/Models/Common/AttributeDefinitionBuilder.php @@ -163,11 +163,11 @@ public function getInputHint() } /** - *If true, the Attribute's values are available in the Product Search or the Product Projection Search API for use in full-text search queries, filters, and facets.
+ *
If true, the Attribute's values are available in the Product Search or the Product Projection Search API for use in full-text search queries, filters, and facets.
* However, if an Attribute's level is set as Product, then Product Projection Search does not support the Attribute.
The exact features that are available with this flag depend on the specific AttributeType. - * The maximum size of a searchable field is restricted by the Field content size limit. - * This constraint is enforced at both Product creation and Product update. + * The maximum size of a searchable field is restricted by the Field content size limit. + * This constraint is enforced at both Product creation and Product update. * If the length of the input exceeds the maximum size, an InvalidField error is returned.
* diff --git a/lib/commercetools-history/src/Models/Common/AttributeDefinitionModel.php b/lib/commercetools-history/src/Models/Common/AttributeDefinitionModel.php index ccbde041745..24f8f0c76ae 100644 --- a/lib/commercetools-history/src/Models/Common/AttributeDefinitionModel.php +++ b/lib/commercetools-history/src/Models/Common/AttributeDefinitionModel.php @@ -266,11 +266,11 @@ public function getInputHint() } /** - *If true, the Attribute's values are available in the Product Search or the Product Projection Search API for use in full-text search queries, filters, and facets.
+ *
If true, the Attribute's values are available in the Product Search or the Product Projection Search API for use in full-text search queries, filters, and facets.
* However, if an Attribute's level is set as Product, then Product Projection Search does not support the Attribute.
The exact features that are available with this flag depend on the specific AttributeType. - * The maximum size of a searchable field is restricted by the Field content size limit. - * This constraint is enforced at both Product creation and Product update. + * The maximum size of a searchable field is restricted by the Field content size limit. + * This constraint is enforced at both Product creation and Product update. * If the length of the input exceeds the maximum size, an InvalidField error is returned.
* * diff --git a/lib/commercetools-history/src/Models/Common/ClientLogging.php b/lib/commercetools-history/src/Models/Common/ClientLogging.php index 9e6f1779eeb..8d0fa3f0be7 100644 --- a/lib/commercetools-history/src/Models/Common/ClientLogging.php +++ b/lib/commercetools-history/src/Models/Common/ClientLogging.php @@ -29,7 +29,7 @@ interface ClientLogging extends JsonObject public function getClientId(); /** - *External user ID provided by X-External-User-ID HTTP Header.
External user ID provided by X-External-User-ID HTTP Header.
Indicates the Customer who created or modified the resource in the context of a Business Unit. Only available for B2B-enabled Projects when an Associate acts on behalf of a company using the associate endpoints.
+ *Indicates the Customer who created or modified the resource in the context of a Business Unit. Only available for B2B-enabled Projects when an Associate acts on behalf of a company using the associate endpoints.
* * @return null|CustomerReference diff --git a/lib/commercetools-history/src/Models/Common/ClientLoggingBuilder.php b/lib/commercetools-history/src/Models/Common/ClientLoggingBuilder.php index 2cf834a9d47..bf459d23c5d 100644 --- a/lib/commercetools-history/src/Models/Common/ClientLoggingBuilder.php +++ b/lib/commercetools-history/src/Models/Common/ClientLoggingBuilder.php @@ -62,7 +62,7 @@ public function getClientId() } /** - *External user ID provided by X-External-User-ID HTTP Header.
External user ID provided by X-External-User-ID HTTP Header.
Indicates the Customer who created or modified the resource in the context of a Business Unit. Only available for B2B-enabled Projects when an Associate acts on behalf of a company using the associate endpoints.
+ *Indicates the Customer who created or modified the resource in the context of a Business Unit. Only available for B2B-enabled Projects when an Associate acts on behalf of a company using the associate endpoints.
* * @return null|CustomerReference diff --git a/lib/commercetools-history/src/Models/Common/ClientLoggingModel.php b/lib/commercetools-history/src/Models/Common/ClientLoggingModel.php index 33ddd738924..5f3b28e1d87 100644 --- a/lib/commercetools-history/src/Models/Common/ClientLoggingModel.php +++ b/lib/commercetools-history/src/Models/Common/ClientLoggingModel.php @@ -91,7 +91,7 @@ public function getClientId() } /** - *External user ID provided by X-External-User-ID HTTP Header.
External user ID provided by X-External-User-ID HTTP Header.
Indicates the Customer who created or modified the resource in the context of a Business Unit. Only available for B2B-enabled Projects when an Associate acts on behalf of a company using the associate endpoints.
+ *Indicates the Customer who created or modified the resource in the context of a Business Unit. Only available for B2B-enabled Projects when an Associate acts on behalf of a company using the associate endpoints.
* * * @return null|CustomerReference diff --git a/lib/commercetools-history/src/Models/Common/CustomFields.php b/lib/commercetools-history/src/Models/Common/CustomFields.php index 1fa345a364a..be01579ccb1 100644 --- a/lib/commercetools-history/src/Models/Common/CustomFields.php +++ b/lib/commercetools-history/src/Models/Common/CustomFields.php @@ -26,7 +26,7 @@ interface CustomFields extends JsonObject public function getType(); /** - *Object containing the Custom Fields of the customized resource or data type.
+ *Object containing the Custom Fields of the customized resource or data type.
* * @return null|FieldContainer diff --git a/lib/commercetools-history/src/Models/Common/CustomFieldsBuilder.php b/lib/commercetools-history/src/Models/Common/CustomFieldsBuilder.php index b8106725290..439e0ec24a7 100644 --- a/lib/commercetools-history/src/Models/Common/CustomFieldsBuilder.php +++ b/lib/commercetools-history/src/Models/Common/CustomFieldsBuilder.php @@ -44,7 +44,7 @@ public function getType() } /** - *Object containing the Custom Fields of the customized resource or data type.
+ *Object containing the Custom Fields of the customized resource or data type.
* * @return null|FieldContainer diff --git a/lib/commercetools-history/src/Models/Common/CustomFieldsModel.php b/lib/commercetools-history/src/Models/Common/CustomFieldsModel.php index 5f7406aa7b8..3cac808940b 100644 --- a/lib/commercetools-history/src/Models/Common/CustomFieldsModel.php +++ b/lib/commercetools-history/src/Models/Common/CustomFieldsModel.php @@ -68,7 +68,7 @@ public function getType() } /** - *Object containing the Custom Fields of the customized resource or data type.
+ *Object containing the Custom Fields of the customized resource or data type.
* * * @return null|FieldContainer diff --git a/lib/commercetools-history/src/Models/Common/LineItem.php b/lib/commercetools-history/src/Models/Common/LineItem.php index 27e841d1254..df7fea78aa9 100644 --- a/lib/commercetools-history/src/Models/Common/LineItem.php +++ b/lib/commercetools-history/src/Models/Common/LineItem.php @@ -91,7 +91,7 @@ public function getName(); /** *slug of the current version of the Product. Updated automatically if the slug changes. Empty if the Product has been deleted.
- * The productSlug field of LineItem is not expanded when using Reference Expansion.
productSlug field of LineItem is not expanded when using Reference Expansion.
*
* @return null|LocalizedString
@@ -196,7 +196,7 @@ public function getTaxRate();
public function getPerMethodTaxRate();
/**
- * Identifies Inventory entries that are reserved. The referenced Channel has the InventorySupply ChannelRoleEnum.
Identifies Inventory entries that are reserved. The referenced Channel has the InventorySupply ChannelRoleEnum.
Used to select a Product Price. The referenced Channel has the ProductDistribution ChannelRoleEnum.
Used to select a Product Price. The referenced Channel has the ProductDistribution ChannelRoleEnum.
slug of the current version of the Product. Updated automatically if the slug changes. Empty if the Product has been deleted.
- * The productSlug field of LineItem is not expanded when using Reference Expansion.
productSlug field of LineItem is not expanded when using Reference Expansion.
*
* @return null|LocalizedString
@@ -387,7 +387,7 @@ public function getPerMethodTaxRate()
}
/**
- * Identifies Inventory entries that are reserved. The referenced Channel has the InventorySupply ChannelRoleEnum.
Identifies Inventory entries that are reserved. The referenced Channel has the InventorySupply ChannelRoleEnum.
Used to select a Product Price. The referenced Channel has the ProductDistribution ChannelRoleEnum.
Used to select a Product Price. The referenced Channel has the ProductDistribution ChannelRoleEnum.
slug of the current version of the Product. Updated automatically if the slug changes. Empty if the Product has been deleted.
- * The productSlug field of LineItem is not expanded when using Reference Expansion.
productSlug field of LineItem is not expanded when using Reference Expansion.
*
*
* @return null|LocalizedString
@@ -612,7 +612,7 @@ public function getPerMethodTaxRate()
}
/**
- * Identifies Inventory entries that are reserved. The referenced Channel has the InventorySupply ChannelRoleEnum.
Identifies Inventory entries that are reserved. The referenced Channel has the InventorySupply ChannelRoleEnum.
Used to select a Product Price. The referenced Channel has the ProductDistribution ChannelRoleEnum.
Used to select a Product Price. The referenced Channel has the ProductDistribution ChannelRoleEnum.
Is set if a ProductDiscount has been applied.
- * If set, the API uses the DiscountedPrice value for the Line Item price selection.
+ * If set, the API uses the DiscountedPrice value for the Line Item price selection.
* When a relative discount has been applied and the fraction part of the DiscountedPrice value is 0.5, the value is rounded in favor of the customer with half-down rounding.
Is set if a ProductDiscount has been applied.
- * If set, the API uses the DiscountedPrice value for the Line Item price selection.
+ * If set, the API uses the DiscountedPrice value for the Line Item price selection.
* When a relative discount has been applied and the fraction part of the DiscountedPrice value is 0.5, the value is rounded in favor of the customer with half-down rounding.
Is set if a ProductDiscount has been applied.
- * If set, the API uses the DiscountedPrice value for the Line Item price selection.
+ * If set, the API uses the DiscountedPrice value for the Line Item price selection.
* When a relative discount has been applied and the fraction part of the DiscountedPrice value is 0.5, the value is rounded in favor of the customer with half-down rounding.
Only available when price selection is used. + *
Only available when price selection is used. * Cannot be used in a Query Predicate.
* @@ -107,7 +107,7 @@ public function getAvailability(); /** *true if the Product Variant matches the search query.
- * Only available in response to a Product Projection Search request.
Only available in response to a Product Projection Search request - * with Product price selection. + *
Only available in response to a Product Projection Search request + * with Product price selection. * Can be used to sort, filter, and facet.
* @@ -125,8 +125,8 @@ public function getIsMatchingVariant(); public function getScopedPrice(); /** - *Only available in response to a Product Projection Search request - * with Product price selection.
+ *Only available in response to a Product Projection Search request + * with Product price selection.
* * @return null|bool @@ -134,7 +134,7 @@ public function getScopedPrice(); public function getScopedPriceDiscounted(); /** - *Only available when Product price selection is used. + *
Only available when Product price selection is used. * Cannot be used in a Query Predicate.
* diff --git a/lib/commercetools-history/src/Models/Common/ProductVariantBuilder.php b/lib/commercetools-history/src/Models/Common/ProductVariantBuilder.php index 52253bb2e4e..24b06e1e526 100644 --- a/lib/commercetools-history/src/Models/Common/ProductVariantBuilder.php +++ b/lib/commercetools-history/src/Models/Common/ProductVariantBuilder.php @@ -156,7 +156,7 @@ public function getAttributes() } /** - *Only available when price selection is used. + *
Only available when price selection is used. * Cannot be used in a Query Predicate.
* @@ -204,7 +204,7 @@ public function getAvailability() /** *true if the Product Variant matches the search query.
- * Only available in response to a Product Projection Search request.
Only available in response to a Product Projection Search request - * with Product price selection. + *
Only available in response to a Product Projection Search request + * with Product price selection. * Can be used to sort, filter, and facet.
* @@ -228,8 +228,8 @@ public function getScopedPrice() } /** - *Only available in response to a Product Projection Search request - * with Product price selection.
+ *Only available in response to a Product Projection Search request + * with Product price selection.
* * @return null|bool @@ -240,7 +240,7 @@ public function getScopedPriceDiscounted() } /** - *Only available when Product price selection is used. + *
Only available when Product price selection is used. * Cannot be used in a Query Predicate.
* diff --git a/lib/commercetools-history/src/Models/Common/ProductVariantModel.php b/lib/commercetools-history/src/Models/Common/ProductVariantModel.php index baa1a01c969..ffbc03afb35 100644 --- a/lib/commercetools-history/src/Models/Common/ProductVariantModel.php +++ b/lib/commercetools-history/src/Models/Common/ProductVariantModel.php @@ -237,7 +237,7 @@ public function getAttributes() } /** - *Only available when price selection is used. + *
Only available when price selection is used. * Cannot be used in a Query Predicate.
* * @@ -323,7 +323,7 @@ public function getAvailability() /** *true if the Product Variant matches the search query.
- * Only available in response to a Product Projection Search request.
Only available in response to a Product Projection Search request - * with Product price selection. + *
Only available in response to a Product Projection Search request + * with Product price selection. * Can be used to sort, filter, and facet.
* * @@ -366,8 +366,8 @@ public function getScopedPrice() } /** - *Only available in response to a Product Projection Search request - * with Product price selection.
+ *Only available in response to a Product Projection Search request + * with Product price selection.
* * * @return null|bool @@ -387,7 +387,7 @@ public function getScopedPriceDiscounted() } /** - *Only available when Product price selection is used. + *
Only available when Product price selection is used. * Cannot be used in a Query Predicate.
* * diff --git a/lib/commercetools-history/src/Models/Common/ShippingRate.php b/lib/commercetools-history/src/Models/Common/ShippingRate.php index 21b2e53bc79..8c6cb3f36c9 100644 --- a/lib/commercetools-history/src/Models/Common/ShippingRate.php +++ b/lib/commercetools-history/src/Models/Common/ShippingRate.php @@ -28,7 +28,7 @@ interface ShippingRate extends JsonObject public function getPrice(); /** - *Free shipping is applied if the sum of the (Custom) Line Item Prices reaches the specified value.
+ *Free shipping is applied if the sum of the (Custom) Line Item Prices reaches the specified value.
* * @return null|CentPrecisionMoney diff --git a/lib/commercetools-history/src/Models/Common/ShippingRateBuilder.php b/lib/commercetools-history/src/Models/Common/ShippingRateBuilder.php index 5a46c67f555..688dacec53a 100644 --- a/lib/commercetools-history/src/Models/Common/ShippingRateBuilder.php +++ b/lib/commercetools-history/src/Models/Common/ShippingRateBuilder.php @@ -56,7 +56,7 @@ public function getPrice() } /** - *Free shipping is applied if the sum of the (Custom) Line Item Prices reaches the specified value.
+ *Free shipping is applied if the sum of the (Custom) Line Item Prices reaches the specified value.
* * @return null|CentPrecisionMoney diff --git a/lib/commercetools-history/src/Models/Common/ShippingRateModel.php b/lib/commercetools-history/src/Models/Common/ShippingRateModel.php index 33d60f4d10d..5f5a869ccce 100644 --- a/lib/commercetools-history/src/Models/Common/ShippingRateModel.php +++ b/lib/commercetools-history/src/Models/Common/ShippingRateModel.php @@ -84,7 +84,7 @@ public function getPrice() } /** - *Free shipping is applied if the sum of the (Custom) Line Item Prices reaches the specified value.
+ *Free shipping is applied if the sum of the (Custom) Line Item Prices reaches the specified value.
* * * @return null|CentPrecisionMoney diff --git a/lib/commercetools-history/src/Models/Label/QuoteLabel.php b/lib/commercetools-history/src/Models/Label/QuoteLabel.php index 9a8da6cfa79..4599cdab10b 100644 --- a/lib/commercetools-history/src/Models/Label/QuoteLabel.php +++ b/lib/commercetools-history/src/Models/Label/QuoteLabel.php @@ -35,7 +35,7 @@ public function getType(); public function getKey(); /** - *The Buyer who requested the Quote.
+ *The Buyer who requested the Quote.
* * @return null|Reference diff --git a/lib/commercetools-history/src/Models/Label/QuoteLabelBuilder.php b/lib/commercetools-history/src/Models/Label/QuoteLabelBuilder.php index 2113fa625c2..7df4856a931 100644 --- a/lib/commercetools-history/src/Models/Label/QuoteLabelBuilder.php +++ b/lib/commercetools-history/src/Models/Label/QuoteLabelBuilder.php @@ -58,7 +58,7 @@ public function getKey() } /** - *The Buyer who requested the Quote.
+ *The Buyer who requested the Quote.
* * @return null|Reference diff --git a/lib/commercetools-history/src/Models/Label/QuoteLabelModel.php b/lib/commercetools-history/src/Models/Label/QuoteLabelModel.php index 0c62568cbc1..413f5a1a02b 100644 --- a/lib/commercetools-history/src/Models/Label/QuoteLabelModel.php +++ b/lib/commercetools-history/src/Models/Label/QuoteLabelModel.php @@ -110,7 +110,7 @@ public function getKey() } /** - *The Buyer who requested the Quote.
+ *The Buyer who requested the Quote.
* * * @return null|Reference diff --git a/lib/commercetools-history/src/Models/Label/QuoteRequestLabel.php b/lib/commercetools-history/src/Models/Label/QuoteRequestLabel.php index a8fae611d30..fc2facfedbc 100644 --- a/lib/commercetools-history/src/Models/Label/QuoteRequestLabel.php +++ b/lib/commercetools-history/src/Models/Label/QuoteRequestLabel.php @@ -33,7 +33,7 @@ public function getType(); public function getKey(); /** - *The Buyer who raised the Quote Request.
+ *The Buyer who raised the Quote Request.
* * @return null|Reference diff --git a/lib/commercetools-history/src/Models/Label/QuoteRequestLabelBuilder.php b/lib/commercetools-history/src/Models/Label/QuoteRequestLabelBuilder.php index f768cb5984c..940ad7e92f3 100644 --- a/lib/commercetools-history/src/Models/Label/QuoteRequestLabelBuilder.php +++ b/lib/commercetools-history/src/Models/Label/QuoteRequestLabelBuilder.php @@ -46,7 +46,7 @@ public function getKey() } /** - *The Buyer who raised the Quote Request.
+ *The Buyer who raised the Quote Request.
* * @return null|Reference diff --git a/lib/commercetools-history/src/Models/Label/QuoteRequestLabelModel.php b/lib/commercetools-history/src/Models/Label/QuoteRequestLabelModel.php index 7bb153dcf95..0682bba03f2 100644 --- a/lib/commercetools-history/src/Models/Label/QuoteRequestLabelModel.php +++ b/lib/commercetools-history/src/Models/Label/QuoteRequestLabelModel.php @@ -94,7 +94,7 @@ public function getKey() } /** - *The Buyer who raised the Quote Request.
+ *The Buyer who raised the Quote Request.
* * * @return null|Reference diff --git a/lib/commercetools-history/src/Models/Label/StagedQuoteLabel.php b/lib/commercetools-history/src/Models/Label/StagedQuoteLabel.php index 6b46d952ac9..4d8bc7219d6 100644 --- a/lib/commercetools-history/src/Models/Label/StagedQuoteLabel.php +++ b/lib/commercetools-history/src/Models/Label/StagedQuoteLabel.php @@ -34,7 +34,7 @@ public function getType(); public function getKey(); /** - *The Buyer who requested the Quote.
+ *The Buyer who requested the Quote.
* * @return null|Reference diff --git a/lib/commercetools-history/src/Models/Label/StagedQuoteLabelBuilder.php b/lib/commercetools-history/src/Models/Label/StagedQuoteLabelBuilder.php index a0260e33613..7f17beded08 100644 --- a/lib/commercetools-history/src/Models/Label/StagedQuoteLabelBuilder.php +++ b/lib/commercetools-history/src/Models/Label/StagedQuoteLabelBuilder.php @@ -52,7 +52,7 @@ public function getKey() } /** - *The Buyer who requested the Quote.
+ *The Buyer who requested the Quote.
* * @return null|Reference diff --git a/lib/commercetools-history/src/Models/Label/StagedQuoteLabelModel.php b/lib/commercetools-history/src/Models/Label/StagedQuoteLabelModel.php index 81af3b69847..d95f84723b5 100644 --- a/lib/commercetools-history/src/Models/Label/StagedQuoteLabelModel.php +++ b/lib/commercetools-history/src/Models/Label/StagedQuoteLabelModel.php @@ -102,7 +102,7 @@ public function getKey() } /** - *The Buyer who requested the Quote.
+ *The Buyer who requested the Quote.
* * * @return null|Reference diff --git a/lib/commercetools-import/src/Models/Customers/CustomerImport.php b/lib/commercetools-import/src/Models/Customers/CustomerImport.php index c4e7e2c7f22..bfa62b329b3 100644 --- a/lib/commercetools-import/src/Models/Customers/CustomerImport.php +++ b/lib/commercetools-import/src/Models/Customers/CustomerImport.php @@ -67,7 +67,7 @@ public function getCustomerNumber(); public function getEmail(); /** - *Maps to Customer.password. Required when authenticationMode is set to Password. This field is only used when creating new Customers, and is ignored when updating Customers. However, due to the Import API's upsert behavior, a non-empty value must still be provided when updating Customers.
Maps to Customer.password. Required when authenticationMode is set to Password. This field is only used when creating new Customers, and is ignored when updating Customers. However, due to the Import API's upsert behavior, a non-empty value must still be provided when updating Customers.
Maps to Customer.password. Required when authenticationMode is set to Password. This field is only used when creating new Customers, and is ignored when updating Customers. However, due to the Import API's upsert behavior, a non-empty value must still be provided when updating Customers.
Maps to Customer.password. Required when authenticationMode is set to Password. This field is only used when creating new Customers, and is ignored when updating Customers. However, due to the Import API's upsert behavior, a non-empty value must still be provided when updating Customers.
Maps to Customer.password. Required when authenticationMode is set to Password. This field is only used when creating new Customers, and is ignored when updating Customers. However, due to the Import API's upsert behavior, a non-empty value must still be provided when updating Customers.
Maps to Customer.password. Required when authenticationMode is set to Password. This field is only used when creating new Customers, and is ignored when updating Customers. However, due to the Import API's upsert behavior, a non-empty value must still be provided when updating Customers.
Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -28,7 +28,7 @@ interface ImportContainerPagedResponse extends JsonObject public function getLimit(); /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int diff --git a/lib/commercetools-import/src/Models/Importcontainers/ImportContainerPagedResponseBuilder.php b/lib/commercetools-import/src/Models/Importcontainers/ImportContainerPagedResponseBuilder.php index e328cd0aa4a..1d95c461430 100644 --- a/lib/commercetools-import/src/Models/Importcontainers/ImportContainerPagedResponseBuilder.php +++ b/lib/commercetools-import/src/Models/Importcontainers/ImportContainerPagedResponseBuilder.php @@ -51,7 +51,7 @@ final class ImportContainerPagedResponseBuilder implements Builder private $results; /** - *Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -62,7 +62,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int diff --git a/lib/commercetools-import/src/Models/Importcontainers/ImportContainerPagedResponseModel.php b/lib/commercetools-import/src/Models/Importcontainers/ImportContainerPagedResponseModel.php index c0721a16d3d..2d39c20d74e 100644 --- a/lib/commercetools-import/src/Models/Importcontainers/ImportContainerPagedResponseModel.php +++ b/lib/commercetools-import/src/Models/Importcontainers/ImportContainerPagedResponseModel.php @@ -68,7 +68,7 @@ public function __construct( } /** - *Number of results requested.
+ *Number of results requested.
* * * @return null|int @@ -88,7 +88,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * * @return null|int diff --git a/lib/commercetools-import/src/Models/Importoperations/ImportOperationPagedResponse.php b/lib/commercetools-import/src/Models/Importoperations/ImportOperationPagedResponse.php index a8a4b48b31f..88dc86eefcc 100644 --- a/lib/commercetools-import/src/Models/Importoperations/ImportOperationPagedResponse.php +++ b/lib/commercetools-import/src/Models/Importoperations/ImportOperationPagedResponse.php @@ -20,7 +20,7 @@ interface ImportOperationPagedResponse extends JsonObject public const FIELD_RESULTS = 'results'; /** - *Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -28,7 +28,7 @@ interface ImportOperationPagedResponse extends JsonObject public function getLimit(); /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int diff --git a/lib/commercetools-import/src/Models/Importoperations/ImportOperationPagedResponseBuilder.php b/lib/commercetools-import/src/Models/Importoperations/ImportOperationPagedResponseBuilder.php index 04e9af63961..9739434e7cb 100644 --- a/lib/commercetools-import/src/Models/Importoperations/ImportOperationPagedResponseBuilder.php +++ b/lib/commercetools-import/src/Models/Importoperations/ImportOperationPagedResponseBuilder.php @@ -51,7 +51,7 @@ final class ImportOperationPagedResponseBuilder implements Builder private $results; /** - *Number of results requested.
+ *Number of results requested.
* * @return null|int @@ -62,7 +62,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * @return null|int diff --git a/lib/commercetools-import/src/Models/Importoperations/ImportOperationPagedResponseModel.php b/lib/commercetools-import/src/Models/Importoperations/ImportOperationPagedResponseModel.php index 346f2cf5c8b..83195040020 100644 --- a/lib/commercetools-import/src/Models/Importoperations/ImportOperationPagedResponseModel.php +++ b/lib/commercetools-import/src/Models/Importoperations/ImportOperationPagedResponseModel.php @@ -68,7 +68,7 @@ public function __construct( } /** - *Number of results requested.
+ *Number of results requested.
* * * @return null|int @@ -88,7 +88,7 @@ public function getLimit() } /** - *Number of elements skipped.
+ *Number of elements skipped.
* * * @return null|int diff --git a/lib/commercetools-import/src/Models/Prices/PriceImport.php b/lib/commercetools-import/src/Models/Prices/PriceImport.php index 264f985a5c1..241d1efb627 100644 --- a/lib/commercetools-import/src/Models/Prices/PriceImport.php +++ b/lib/commercetools-import/src/Models/Prices/PriceImport.php @@ -37,7 +37,7 @@ interface PriceImport extends ImportResource public const FIELD_PRODUCT = 'product'; /** - *User-defined unique identifier for the Embedded Price. If a Price with this key exists on the specified productVariant, it is updated with the imported data.
User-defined unique identifier for the Embedded Price. If a Price with this key exists on the specified productVariant, it is updated with the imported data.
false to update both the current and staged projections of the Product with the new Price data.false to update both the current and staged projections of the Product with the new Price data.true to only update the staged projection.User-defined unique identifier for the Embedded Price. If a Price with this key exists on the specified productVariant, it is updated with the imported data.
User-defined unique identifier for the Embedded Price. If a Price with this key exists on the specified productVariant, it is updated with the imported data.
false to update both the current and staged projections of the Product with the new Price data.false to update both the current and staged projections of the Product with the new Price data.true to only update the staged projection.User-defined unique identifier for the Embedded Price. If a Price with this key exists on the specified productVariant, it is updated with the imported data.
User-defined unique identifier for the Embedded Price. If a Price with this key exists on the specified productVariant, it is updated with the imported data.
false to update both the current and staged projections of the Product with the new Price data.false to update both the current and staged projections of the Product with the new Price data.true to only update the staged projection.If true, the Attribute's values are available in the Product Search or the Product Projection Search API for use in full-text search queries, filters, and facets.
If true, the Attribute's values are available in the Product Search or the Product Projection Search API for use in full-text search queries, filters, and facets.
If true, the Attribute's values are available in the Product Search or the Product Projection Search API for use in full-text search queries, filters, and facets.
If true, the Attribute's values are available in the Product Search or the Product Projection Search API for use in full-text search queries, filters, and facets.
If true, the Attribute's values are available in the Product Search or the Product Projection Search API for use in full-text search queries, filters, and facets.
If true, the Attribute's values are available in the Product Search or the Product Projection Search API for use in full-text search queries, filters, and facets.
false to update both the current and staged projections of the Product with the new Product Variant data.false to update both the current and staged projections of the Product with the new Product Variant data.true to only update the staged projection.false to update both the current and staged projections of the Product with the new Product Variant data.false to update both the current and staged projections of the Product with the new Product Variant data.true to only update the staged projection.false to update both the current and staged projections of the Product with the new Product Variant data.false to update both the current and staged projections of the Product with the new Product Variant data.true to only update the staged projection.Maps to StandalonePrice.active.
To exclude the StandalonePrice from Product price selection, set to false.
To exclude the StandalonePrice from Product price selection, set to false.
Maps to StandalonePrice.active.
To exclude the StandalonePrice from Product price selection, set to false.
To exclude the StandalonePrice from Product price selection, set to false.
Maps to StandalonePrice.active.
To exclude the StandalonePrice from Product price selection, set to false.
To exclude the StandalonePrice from Product price selection, set to false.
500).5).centAmount is represented as 64-bit integers. If this limit is exceeded, a MoneyOverflow error will be returned.
centAmount is represented as 64-bit integers. If this limit is exceeded, a MoneyOverflow error will be returned.
500).5).centAmount is represented as 64-bit integers. If this limit is exceeded, a MoneyOverflow error will be returned.
centAmount is represented as 64-bit integers. If this limit is exceeded, a MoneyOverflow error will be returned.
500).5).centAmount is represented as 64-bit integers. If this limit is exceeded, a MoneyOverflow error will be returned.
centAmount is represented as 64-bit integers. If this limit is exceeded, a MoneyOverflow error will be returned.
Amount in 1 / (10 ^ fractionDigits) of a currency.
preciseAmount is represented as 64-bit integers. If this limit is exceeded, a MoneyOverflow error will be returned.
preciseAmount is represented as 64-bit integers. If this limit is exceeded, a MoneyOverflow error will be returned.
Amount in the smallest indivisible unit of a currency. This field is optional for high precision. If provided, it is checked for validity. Example:
*A Price of 1.015 USD can be rounded either to 1.01 USD or 1.02 USD. If it lies outside of this range, an error message stating that centAmount must be rounded correctly will be returned.
- *centAmount is represented as 64-bit integers. If this limit is exceeded, a MoneyOverflow error will be returned.
centAmount is represented as 64-bit integers. If this limit is exceeded, a MoneyOverflow error will be returned.
If centAmount is not provided, the API calculates the value automatically using the default rounding mode half even.
Amount in the smallest indivisible unit of a currency. This field is optional for high precision. If provided, it is checked for validity. Example:
*A Price of 1.015 USD can be rounded either to 1.01 USD or 1.02 USD. If it lies outside of this range, an error message stating that centAmount must be rounded correctly will be returned.
- *centAmount is represented as 64-bit integers. If this limit is exceeded, a MoneyOverflow error will be returned.
centAmount is represented as 64-bit integers. If this limit is exceeded, a MoneyOverflow error will be returned.
If centAmount is not provided, the API calculates the value automatically using the default rounding mode half even.
Amount in 1 / (10 ^ fractionDigits) of a currency.
preciseAmount is represented as 64-bit integers. If this limit is exceeded, a MoneyOverflow error will be returned.
preciseAmount is represented as 64-bit integers. If this limit is exceeded, a MoneyOverflow error will be returned.
Amount in the smallest indivisible unit of a currency. This field is optional for high precision. If provided, it is checked for validity. Example:
*A Price of 1.015 USD can be rounded either to 1.01 USD or 1.02 USD. If it lies outside of this range, an error message stating that centAmount must be rounded correctly will be returned.
- *centAmount is represented as 64-bit integers. If this limit is exceeded, a MoneyOverflow error will be returned.
centAmount is represented as 64-bit integers. If this limit is exceeded, a MoneyOverflow error will be returned.
If centAmount is not provided, the API calculates the value automatically using the default rounding mode half even.
Amount in 1 / (10 ^ fractionDigits) of a currency.
preciseAmount is represented as 64-bit integers. If this limit is exceeded, a MoneyOverflow error will be returned.
preciseAmount is represented as 64-bit integers. If this limit is exceeded, a MoneyOverflow error will be returned.
500).5).centAmount is represented as 64-bit integers. If this limit is exceeded, a MoneyOverflow error will be returned.
centAmount is represented as 64-bit integers. If this limit is exceeded, a MoneyOverflow error will be returned.
500).5).centAmount is represented as 64-bit integers. If this limit is exceeded, a MoneyOverflow error will be returned.
centAmount is represented as 64-bit integers. If this limit is exceeded, a MoneyOverflow error will be returned.
500).5).centAmount is represented as 64-bit integers. If this limit is exceeded, a MoneyOverflow error will be returned.
centAmount is represented as 64-bit integers. If this limit is exceeded, a MoneyOverflow error will be returned.
500).5).centAmount is represented as 64-bit integers. If this limit is exceeded, a MoneyOverflow error will be returned.
centAmount is represented as 64-bit integers. If this limit is exceeded, a MoneyOverflow error will be returned.
500).5).centAmount is represented as 64-bit integers. If this limit is exceeded, a MoneyOverflow error will be returned.
centAmount is represented as 64-bit integers. If this limit is exceeded, a MoneyOverflow error will be returned.
500).5).centAmount is represented as 64-bit integers. If this limit is exceeded, a MoneyOverflow error will be returned.
centAmount is represented as 64-bit integers. If this limit is exceeded, a MoneyOverflow error will be returned.
id of the Transaction.
id of the Transaction.
id of the Transaction.
id of the Transaction.
id of the Transaction.
id of the Transaction.
New Business Unit to assign to the Cart, which must have access to the Store that is set on the Cart. - * Additionally, the authenticated user must be an Associate in the Business Unit.
+ * Additionally, the authenticated user must be an Associate in the Business Unit. * * @return null|BusinessUnitResourceIdentifier diff --git a/lib/commercetools-api/src/Models/Me/MyCartSetBusinessUnitActionBuilder.php b/lib/commercetools-api/src/Models/Me/MyCartSetBusinessUnitActionBuilder.php index 7609a30b60e..cb0bfe200cb 100644 --- a/lib/commercetools-api/src/Models/Me/MyCartSetBusinessUnitActionBuilder.php +++ b/lib/commercetools-api/src/Models/Me/MyCartSetBusinessUnitActionBuilder.php @@ -30,7 +30,7 @@ final class MyCartSetBusinessUnitActionBuilder implements Builder /** *New Business Unit to assign to the Cart, which must have access to the Store that is set on the Cart. - * Additionally, the authenticated user must be an Associate in the Business Unit.
+ * Additionally, the authenticated user must be an Associate in the Business Unit. * * @return null|BusinessUnitResourceIdentifier diff --git a/lib/commercetools-api/src/Models/Me/MyCartSetBusinessUnitActionModel.php b/lib/commercetools-api/src/Models/Me/MyCartSetBusinessUnitActionModel.php index e4a021ab3a1..786799693c0 100644 --- a/lib/commercetools-api/src/Models/Me/MyCartSetBusinessUnitActionModel.php +++ b/lib/commercetools-api/src/Models/Me/MyCartSetBusinessUnitActionModel.php @@ -66,7 +66,7 @@ public function getAction() /** *New Business Unit to assign to the Cart, which must have access to the Store that is set on the Cart. - * Additionally, the authenticated user must be an Associate in the Business Unit.
+ * Additionally, the authenticated user must be an Associate in the Business Unit. * * * @return null|BusinessUnitResourceIdentifier diff --git a/lib/commercetools-api/src/Models/Quote/QuoteDraft.php b/lib/commercetools-api/src/Models/Quote/QuoteDraft.php index 1d2c2c89349..6825e11c3bd 100644 --- a/lib/commercetools-api/src/Models/Quote/QuoteDraft.php +++ b/lib/commercetools-api/src/Models/Quote/QuoteDraft.php @@ -48,7 +48,7 @@ public function getStagedQuote(); public function getStagedQuoteVersion(); /** - *If true, the stagedQuoteState of the referenced StagedQuote will be set to Sent.
If true, the stagedQuoteState of the referenced StagedQuote will be set to Sent.
Custom Fields to be added to the Quote.
*If true, the stagedQuoteState of the referenced StagedQuote will be set to Sent.
If true, the stagedQuoteState of the referenced StagedQuote will be set to Sent.
Custom Fields to be added to the Quote.
*If true, the stagedQuoteState of the referenced StagedQuote will be set to Sent.
If true, the stagedQuoteState of the referenced StagedQuote will be set to Sent.
Custom Fields to be added to the Quote.
*key selected from the values of the CartClassificationType configured in the Project.
key selected from the values of the CartClassificationType configured in the Project.
key selected from the values of the CartClassificationType configured in the Project.
key selected from the values of the CartClassificationType configured in the Project.
key selected from the values of the CartClassificationType configured in the Project.
key selected from the values of the CartClassificationType configured in the Project.
Update actions to be performed on the ShippingMethod.
+ *Update actions to be performed on the ShippingMethod.
* * @return null|ShippingMethodUpdateActionCollection diff --git a/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodUpdateBuilder.php b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodUpdateBuilder.php index 9b589e7b9ef..76ac77d9050 100644 --- a/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodUpdateBuilder.php +++ b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodUpdateBuilder.php @@ -44,7 +44,7 @@ public function getVersion() } /** - *Update actions to be performed on the ShippingMethod.
+ *Update actions to be performed on the ShippingMethod.
* * @return null|ShippingMethodUpdateActionCollection diff --git a/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodUpdateModel.php b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodUpdateModel.php index 8055808e6c3..7d7723c24f9 100644 --- a/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodUpdateModel.php +++ b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodUpdateModel.php @@ -64,7 +64,7 @@ public function getVersion() } /** - *Update actions to be performed on the ShippingMethod.
+ *Update actions to be performed on the ShippingMethod.
* * * @return null|ShippingMethodUpdateActionCollection diff --git a/references.txt b/references.txt index 92cb2ab8340..1e6e01175fb 100644 --- a/references.txt +++ b/references.txt @@ -635,3 +635,4 @@ be3dc3f9e725eef0c85f8e6084f096878d4a354c 90aaf9c25265d062f3a11f6a6335ff6eaca7d513 14cbbbbbdf1c8fee18e1b536ae97dc5833ac4a34 2af53bb5fe6467a48455c9cfc83011801a14dcfb +ddd81a1827878fec3e3da782eac389abb890d174 From 494d82b5b6ea5a89c6d375eff52593c7fdf90dfb Mon Sep 17 00:00:00 2001 From: "ct-sdks[bot]" <153784748+ct-sdks[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 13:43:11 +0000 Subject: [PATCH 13/31] build(codegen): updating SDK --- references.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/references.txt b/references.txt index 1e6e01175fb..a95a723d84b 100644 --- a/references.txt +++ b/references.txt @@ -636,3 +636,4 @@ be3dc3f9e725eef0c85f8e6084f096878d4a354c 14cbbbbbdf1c8fee18e1b536ae97dc5833ac4a34 2af53bb5fe6467a48455c9cfc83011801a14dcfb ddd81a1827878fec3e3da782eac389abb890d174 +99bd30c678f53edf0d3422bea402ed18a035dd5b From cb881e956865d702b795183f97a758ec43687648 Mon Sep 17 00:00:00 2001 From: "ct-sdks[bot]" <153784748+ct-sdks[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 14:50:29 +0000 Subject: [PATCH 14/31] build(codegen): updating SDK --- changes.md | 3 +++ references.txt | 1 + 2 files changed, 4 insertions(+) diff --git a/changes.md b/changes.md index bfebb2baad5..e4cec196b6c 100644 --- a/changes.md +++ b/changes.md @@ -1602,6 +1602,7 @@State within the country, such as Texas in the United States.
+ *State within the country, such as Texas in the United States.
+ * The value is case-sensitive and must use the same casing as the state value in the Cart shippingAddress.
State within the country, such as Texas in the United States.
+ *State within the country, such as Texas in the United States.
+ * The value is case-sensitive and must use the same casing as the state value in the Cart shippingAddress.
State within the country, such as Texas in the United States.
+ *State within the country, such as Texas in the United States.
+ * The value is case-sensitive and must use the same casing as the state value in the Cart shippingAddress.
State within the country, such as Texas in the United States.
+ *State within the country, such as Texas in the United States.
+ * The value is case-sensitive and must use the same casing as the state value in the Cart shippingAddress.
State within the country, such as Texas in the United States.
+ *State within the country, such as Texas in the United States.
+ * The value is case-sensitive and must use the same casing as the state value in the Cart shippingAddress.
State within the country, such as Texas in the United States.
+ *State within the country, such as Texas in the United States.
+ * The value is case-sensitive and must use the same casing as the state value in the Cart shippingAddress.
String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.
String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.
String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.
String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.
String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.
String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.
String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.
String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.
String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.
String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.
String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.
String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.
String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.
String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.
String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.
String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.
String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.
String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.
String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.
String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.
String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.
String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.
String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.
String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.
String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.
String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.
String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.
String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.
String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.
String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.
String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.
String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.
String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.
String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.
String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.
String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.
String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.
String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.
String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.
String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.
String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.
String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.
String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.
String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.
String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.
String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.
String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.
String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.
User-defined unique identifier of the Custom Line Item.
+ *User-defined identifier of the Custom Line Item. Must be unique among Custom Line Items in the Cart.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CartAddCustomLineItemActionBuilder.php b/lib/commercetools-api/src/Models/Cart/CartAddCustomLineItemActionBuilder.php index 9a0ba1f73d6..12311e73a60 100644 --- a/lib/commercetools-api/src/Models/Cart/CartAddCustomLineItemActionBuilder.php +++ b/lib/commercetools-api/src/Models/Cart/CartAddCustomLineItemActionBuilder.php @@ -121,7 +121,7 @@ public function getName() } /** - *User-defined unique identifier of the Custom Line Item.
+ *User-defined identifier of the Custom Line Item. Must be unique among Custom Line Items in the Cart.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CartAddCustomLineItemActionModel.php b/lib/commercetools-api/src/Models/Cart/CartAddCustomLineItemActionModel.php index 6cb040c4413..1fa731b914e 100644 --- a/lib/commercetools-api/src/Models/Cart/CartAddCustomLineItemActionModel.php +++ b/lib/commercetools-api/src/Models/Cart/CartAddCustomLineItemActionModel.php @@ -197,7 +197,7 @@ public function getName() } /** - *User-defined unique identifier of the Custom Line Item.
+ *User-defined identifier of the Custom Line Item. Must be unique among Custom Line Items in the Cart.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CartAddLineItemAction.php b/lib/commercetools-api/src/Models/Cart/CartAddLineItemAction.php index b676f30efb4..9d7cabbd617 100644 --- a/lib/commercetools-api/src/Models/Cart/CartAddLineItemAction.php +++ b/lib/commercetools-api/src/Models/Cart/CartAddLineItemAction.php @@ -36,7 +36,7 @@ interface CartAddLineItemAction extends CartUpdateAction public const FIELD_CUSTOM = 'custom'; /** - *User-defined unique identifier of the LineItem.
+ *User-defined identifier of the LineItem. Must be unique among LineItems in the Cart.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CartAddLineItemActionBuilder.php b/lib/commercetools-api/src/Models/Cart/CartAddLineItemActionBuilder.php index 3917671e35c..eaf919fca2c 100644 --- a/lib/commercetools-api/src/Models/Cart/CartAddLineItemActionBuilder.php +++ b/lib/commercetools-api/src/Models/Cart/CartAddLineItemActionBuilder.php @@ -126,7 +126,7 @@ final class CartAddLineItemActionBuilder implements Builder private $custom; /** - *User-defined unique identifier of the LineItem.
+ *User-defined identifier of the LineItem. Must be unique among LineItems in the Cart.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CartAddLineItemActionModel.php b/lib/commercetools-api/src/Models/Cart/CartAddLineItemActionModel.php index 72dbbe8f084..45eb85e5ced 100644 --- a/lib/commercetools-api/src/Models/Cart/CartAddLineItemActionModel.php +++ b/lib/commercetools-api/src/Models/Cart/CartAddLineItemActionModel.php @@ -192,7 +192,7 @@ public function getAction() } /** - *User-defined unique identifier of the LineItem.
+ *User-defined identifier of the LineItem. Must be unique among LineItems in the Cart.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CustomLineItem.php b/lib/commercetools-api/src/Models/Cart/CustomLineItem.php index 2c1b916c04c..74791c0593e 100644 --- a/lib/commercetools-api/src/Models/Cart/CustomLineItem.php +++ b/lib/commercetools-api/src/Models/Cart/CustomLineItem.php @@ -49,7 +49,7 @@ interface CustomLineItem extends JsonObject public function getId(); /** - *User-defined unique identifier of the Custom Line Item.
+ *User-defined identifier of the Custom Line Item. Unique among Custom Line Items in the Cart or Order.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CustomLineItemBuilder.php b/lib/commercetools-api/src/Models/Cart/CustomLineItemBuilder.php index b404c9774ae..6ec6775867e 100644 --- a/lib/commercetools-api/src/Models/Cart/CustomLineItemBuilder.php +++ b/lib/commercetools-api/src/Models/Cart/CustomLineItemBuilder.php @@ -155,7 +155,7 @@ public function getId() } /** - *User-defined unique identifier of the Custom Line Item.
+ *User-defined identifier of the Custom Line Item. Unique among Custom Line Items in the Cart or Order.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CustomLineItemDraft.php b/lib/commercetools-api/src/Models/Cart/CustomLineItemDraft.php index 0cc889aa6e0..e361416b0b5 100644 --- a/lib/commercetools-api/src/Models/Cart/CustomLineItemDraft.php +++ b/lib/commercetools-api/src/Models/Cart/CustomLineItemDraft.php @@ -39,7 +39,7 @@ interface CustomLineItemDraft extends JsonObject public function getName(); /** - *User-defined unique identifier of the Custom Line Item.
+ *User-defined identifier of the Custom Line Item. Must be unique among Custom Line Items in the Cart.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CustomLineItemDraftBuilder.php b/lib/commercetools-api/src/Models/Cart/CustomLineItemDraftBuilder.php index cd84751f454..0a714e6e10f 100644 --- a/lib/commercetools-api/src/Models/Cart/CustomLineItemDraftBuilder.php +++ b/lib/commercetools-api/src/Models/Cart/CustomLineItemDraftBuilder.php @@ -108,7 +108,7 @@ public function getName() } /** - *User-defined unique identifier of the Custom Line Item.
+ *User-defined identifier of the Custom Line Item. Must be unique among Custom Line Items in the Cart.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CustomLineItemDraftModel.php b/lib/commercetools-api/src/Models/Cart/CustomLineItemDraftModel.php index 1649abbd792..c18171dfdf1 100644 --- a/lib/commercetools-api/src/Models/Cart/CustomLineItemDraftModel.php +++ b/lib/commercetools-api/src/Models/Cart/CustomLineItemDraftModel.php @@ -147,7 +147,7 @@ public function getName() } /** - *User-defined unique identifier of the Custom Line Item.
+ *User-defined identifier of the Custom Line Item. Must be unique among Custom Line Items in the Cart.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/CustomLineItemModel.php b/lib/commercetools-api/src/Models/Cart/CustomLineItemModel.php index 508aeaacccb..d905c7176bf 100644 --- a/lib/commercetools-api/src/Models/Cart/CustomLineItemModel.php +++ b/lib/commercetools-api/src/Models/Cart/CustomLineItemModel.php @@ -207,7 +207,7 @@ public function getId() } /** - *User-defined unique identifier of the Custom Line Item.
+ *User-defined identifier of the Custom Line Item. Unique among Custom Line Items in the Cart or Order.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/LineItem.php b/lib/commercetools-api/src/Models/Cart/LineItem.php index 53b63dcd7b6..cae8b794cc1 100644 --- a/lib/commercetools-api/src/Models/Cart/LineItem.php +++ b/lib/commercetools-api/src/Models/Cart/LineItem.php @@ -63,7 +63,7 @@ interface LineItem extends JsonObject public function getId(); /** - *User-defined unique identifier of the LineItem.
+ *User-defined identifier of the LineItem. Unique among LineItems in the Cart or Order.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/LineItemBuilder.php b/lib/commercetools-api/src/Models/Cart/LineItemBuilder.php index b8221f2a709..c7ecb6df01c 100644 --- a/lib/commercetools-api/src/Models/Cart/LineItemBuilder.php +++ b/lib/commercetools-api/src/Models/Cart/LineItemBuilder.php @@ -222,7 +222,7 @@ public function getId() } /** - *User-defined unique identifier of the LineItem.
+ *User-defined identifier of the LineItem. Unique among LineItems in the Cart or Order.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/LineItemDraft.php b/lib/commercetools-api/src/Models/Cart/LineItemDraft.php index 25c9c38f3c2..5debdbbf260 100644 --- a/lib/commercetools-api/src/Models/Cart/LineItemDraft.php +++ b/lib/commercetools-api/src/Models/Cart/LineItemDraft.php @@ -36,7 +36,7 @@ interface LineItemDraft extends JsonObject public const FIELD_RECURRENCE_INFO = 'recurrenceInfo'; /** - *User-defined unique identifier of the LineItem.
+ *User-defined identifier of the LineItem. Must be unique among LineItems in the Cart.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/LineItemDraftBuilder.php b/lib/commercetools-api/src/Models/Cart/LineItemDraftBuilder.php index c01fc29d78d..11b95f45bb5 100644 --- a/lib/commercetools-api/src/Models/Cart/LineItemDraftBuilder.php +++ b/lib/commercetools-api/src/Models/Cart/LineItemDraftBuilder.php @@ -126,7 +126,7 @@ final class LineItemDraftBuilder implements Builder private $recurrenceInfo; /** - *User-defined unique identifier of the LineItem.
+ *User-defined identifier of the LineItem. Must be unique among LineItems in the Cart.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/LineItemDraftModel.php b/lib/commercetools-api/src/Models/Cart/LineItemDraftModel.php index 87835f73c22..2e5f729dc08 100644 --- a/lib/commercetools-api/src/Models/Cart/LineItemDraftModel.php +++ b/lib/commercetools-api/src/Models/Cart/LineItemDraftModel.php @@ -165,7 +165,7 @@ public function __construct( } /** - *User-defined unique identifier of the LineItem.
+ *User-defined identifier of the LineItem. Must be unique among LineItems in the Cart.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Cart/LineItemModel.php b/lib/commercetools-api/src/Models/Cart/LineItemModel.php index 6100dd21b48..938ae8c03d4 100644 --- a/lib/commercetools-api/src/Models/Cart/LineItemModel.php +++ b/lib/commercetools-api/src/Models/Cart/LineItemModel.php @@ -294,7 +294,7 @@ public function getId() } /** - *User-defined unique identifier of the LineItem.
+ *User-defined identifier of the LineItem. Unique among LineItems in the Cart or Order.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Common/AddressBuilder.php b/lib/commercetools-api/src/Models/Common/AddressBuilder.php index 48bd68072d5..5c6208a4ae9 100644 --- a/lib/commercetools-api/src/Models/Common/AddressBuilder.php +++ b/lib/commercetools-api/src/Models/Common/AddressBuilder.php @@ -192,7 +192,7 @@ public function getId() } /** - *User-defined identifier of the Address that must be unique when multiple addresses are referenced in BusinessUnits, Customers, and itemShippingAddresses (LineItem-specific addresses) of a Cart, Order, QuoteRequest, or Quote.
User-defined identifier of the Address. Must be unique among the addresses in a BusinessUnit, Customer, or in the itemShippingAddresses (LineItem-specific addresses) of a Cart, Order, QuoteRequest, or Quote.
User-defined identifier of the Address that must be unique when multiple addresses are referenced in BusinessUnits, Customers, and itemShippingAddresses (LineItem-specific addresses) of a Cart, Order, QuoteRequest, or Quote.
User-defined identifier of the Address. Must be unique among the addresses in a BusinessUnit, Customer, or in the itemShippingAddresses (LineItem-specific addresses) of a Cart, Order, QuoteRequest, or Quote.
User-defined identifier of the Address that must be unique when multiple addresses are referenced in BusinessUnits, Customers, and itemShippingAddresses (LineItem-specific addresses) of a Cart, Order, QuoteRequest, or Quote.
User-defined identifier of the Address. Must be unique among the addresses in a BusinessUnit, Customer, or in the itemShippingAddresses (LineItem-specific addresses) of a Cart, Order, QuoteRequest, or Quote.
User-defined identifier of the Address that must be unique when multiple addresses are referenced in BusinessUnits, Customers, and itemShippingAddresses (LineItem-specific addresses) of a Cart, Order, QuoteRequest, or Quote.
User-defined identifier of the Address. Must be unique among the addresses in a BusinessUnit, Customer, or in the itemShippingAddresses (LineItem-specific addresses) of a Cart, Order, QuoteRequest, or Quote.
User-defined identifier of the Address that must be unique when multiple addresses are referenced in BusinessUnits, Customers, and itemShippingAddresses (LineItem-specific addresses) of a Cart, Order, QuoteRequest, or Quote.
User-defined identifier of the Address. Must be unique among the addresses in a BusinessUnit, Customer, or in the itemShippingAddresses (LineItem-specific addresses) of a Cart, Order, QuoteRequest, or Quote.
User-defined identifier of the Address that must be unique when multiple addresses are referenced in BusinessUnits, Customers, and itemShippingAddresses (LineItem-specific addresses) of a Cart, Order, QuoteRequest, or Quote.
User-defined identifier of the Address. Must be unique among the addresses in a BusinessUnit, Customer, or in the itemShippingAddresses (LineItem-specific addresses) of a Cart, Order, QuoteRequest, or Quote.
User-defined identifier of the Address that must be unique when multiple addresses are referenced in BusinessUnits, Customers, and itemShippingAddresses (LineItem-specific addresses) of a Cart, Order, QuoteRequest, or Quote.
User-defined identifier of the Address. Must be unique among the addresses in a BusinessUnit, Customer, or in the itemShippingAddresses (LineItem-specific addresses) of a Cart, Order, QuoteRequest, or Quote.
User-defined unique identifier of the LineItem.
+ *User-defined identifier of the LineItem. Must be unique among LineItems in the Cart.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Me/MyCartAddLineItemActionBuilder.php b/lib/commercetools-api/src/Models/Me/MyCartAddLineItemActionBuilder.php index 70f80ea2637..500b1499a5b 100644 --- a/lib/commercetools-api/src/Models/Me/MyCartAddLineItemActionBuilder.php +++ b/lib/commercetools-api/src/Models/Me/MyCartAddLineItemActionBuilder.php @@ -96,7 +96,7 @@ final class MyCartAddLineItemActionBuilder implements Builder private $custom; /** - *User-defined unique identifier of the LineItem.
+ *User-defined identifier of the LineItem. Must be unique among LineItems in the Cart.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Me/MyCartAddLineItemActionModel.php b/lib/commercetools-api/src/Models/Me/MyCartAddLineItemActionModel.php index a490a7cf056..698289eb0d6 100644 --- a/lib/commercetools-api/src/Models/Me/MyCartAddLineItemActionModel.php +++ b/lib/commercetools-api/src/Models/Me/MyCartAddLineItemActionModel.php @@ -152,7 +152,7 @@ public function getAction() } /** - *User-defined unique identifier of the LineItem.
+ *User-defined identifier of the LineItem. Must be unique among LineItems in the Cart.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Me/MyLineItemDraft.php b/lib/commercetools-api/src/Models/Me/MyLineItemDraft.php index 3c462d12336..47132781a7e 100644 --- a/lib/commercetools-api/src/Models/Me/MyLineItemDraft.php +++ b/lib/commercetools-api/src/Models/Me/MyLineItemDraft.php @@ -31,7 +31,7 @@ interface MyLineItemDraft extends JsonObject public const FIELD_CUSTOM = 'custom'; /** - *User-defined unique identifier of the LineItem.
+ *User-defined identifier of the LineItem. Must be unique among LineItems in the Cart.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Me/MyLineItemDraftBuilder.php b/lib/commercetools-api/src/Models/Me/MyLineItemDraftBuilder.php index 51f42f85879..7190500ff3a 100644 --- a/lib/commercetools-api/src/Models/Me/MyLineItemDraftBuilder.php +++ b/lib/commercetools-api/src/Models/Me/MyLineItemDraftBuilder.php @@ -96,7 +96,7 @@ final class MyLineItemDraftBuilder implements Builder private $custom; /** - *User-defined unique identifier of the LineItem.
+ *User-defined identifier of the LineItem. Must be unique among LineItems in the Cart.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Me/MyLineItemDraftModel.php b/lib/commercetools-api/src/Models/Me/MyLineItemDraftModel.php index 943d9bc0825..f7a3d735ddb 100644 --- a/lib/commercetools-api/src/Models/Me/MyLineItemDraftModel.php +++ b/lib/commercetools-api/src/Models/Me/MyLineItemDraftModel.php @@ -125,7 +125,7 @@ public function __construct( } /** - *User-defined unique identifier of the LineItem.
+ *User-defined identifier of the LineItem. Must be unique among LineItems in the Cart.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/LineItemStateTransitionMessage.php b/lib/commercetools-api/src/Models/Message/LineItemStateTransitionMessage.php index 80b3dadee8f..091551beecb 100644 --- a/lib/commercetools-api/src/Models/Message/LineItemStateTransitionMessage.php +++ b/lib/commercetools-api/src/Models/Message/LineItemStateTransitionMessage.php @@ -31,7 +31,7 @@ interface LineItemStateTransitionMessage extends OrderMessage public function getLineItemId(); /** - *User-defined unique identifier of the LineItem.
+ *User-defined identifier of the LineItem. Unique among LineItems in the Order.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/LineItemStateTransitionMessageBuilder.php b/lib/commercetools-api/src/Models/Message/LineItemStateTransitionMessageBuilder.php index fcccd690db2..dbea36378de 100644 --- a/lib/commercetools-api/src/Models/Message/LineItemStateTransitionMessageBuilder.php +++ b/lib/commercetools-api/src/Models/Message/LineItemStateTransitionMessageBuilder.php @@ -248,7 +248,7 @@ public function getLineItemId() } /** - *User-defined unique identifier of the LineItem.
+ *User-defined identifier of the LineItem. Unique among LineItems in the Order.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/LineItemStateTransitionMessageModel.php b/lib/commercetools-api/src/Models/Message/LineItemStateTransitionMessageModel.php index 9aeb2a9b22e..6623638cd4b 100644 --- a/lib/commercetools-api/src/Models/Message/LineItemStateTransitionMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/LineItemStateTransitionMessageModel.php @@ -427,7 +427,7 @@ public function getLineItemId() } /** - *User-defined unique identifier of the LineItem.
+ *User-defined identifier of the LineItem. Unique among LineItems in the Order.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/LineItemStateTransitionMessagePayload.php b/lib/commercetools-api/src/Models/Message/LineItemStateTransitionMessagePayload.php index 5994dbdd5ac..12a2ebc3fd2 100644 --- a/lib/commercetools-api/src/Models/Message/LineItemStateTransitionMessagePayload.php +++ b/lib/commercetools-api/src/Models/Message/LineItemStateTransitionMessagePayload.php @@ -31,7 +31,7 @@ interface LineItemStateTransitionMessagePayload extends OrderMessagePayload public function getLineItemId(); /** - *User-defined unique identifier of the LineItem.
+ *User-defined identifier of the LineItem. Unique among LineItems in the Order.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/LineItemStateTransitionMessagePayloadBuilder.php b/lib/commercetools-api/src/Models/Message/LineItemStateTransitionMessagePayloadBuilder.php index 3268afedb27..a7219d2ba01 100644 --- a/lib/commercetools-api/src/Models/Message/LineItemStateTransitionMessagePayloadBuilder.php +++ b/lib/commercetools-api/src/Models/Message/LineItemStateTransitionMessagePayloadBuilder.php @@ -71,7 +71,7 @@ public function getLineItemId() } /** - *User-defined unique identifier of the LineItem.
+ *User-defined identifier of the LineItem. Unique among LineItems in the Order.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/LineItemStateTransitionMessagePayloadModel.php b/lib/commercetools-api/src/Models/Message/LineItemStateTransitionMessagePayloadModel.php index f29943e5737..deeecd7c3b3 100644 --- a/lib/commercetools-api/src/Models/Message/LineItemStateTransitionMessagePayloadModel.php +++ b/lib/commercetools-api/src/Models/Message/LineItemStateTransitionMessagePayloadModel.php @@ -126,7 +126,7 @@ public function getLineItemId() } /** - *User-defined unique identifier of the LineItem.
+ *User-defined identifier of the LineItem. Unique among LineItems in the Order.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/OrderLineItemDiscountSetMessage.php b/lib/commercetools-api/src/Models/Message/OrderLineItemDiscountSetMessage.php index 740e30edc2b..9ce4b6e88f5 100644 --- a/lib/commercetools-api/src/Models/Message/OrderLineItemDiscountSetMessage.php +++ b/lib/commercetools-api/src/Models/Message/OrderLineItemDiscountSetMessage.php @@ -33,7 +33,7 @@ interface OrderLineItemDiscountSetMessage extends OrderMessage public function getLineItemId(); /** - *User-defined unique identifier of the LineItem.
+ *User-defined identifier of the LineItem. Unique among LineItems in the Order.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/OrderLineItemDiscountSetMessageBuilder.php b/lib/commercetools-api/src/Models/Message/OrderLineItemDiscountSetMessageBuilder.php index 926d5626ca2..559ba19b0c2 100644 --- a/lib/commercetools-api/src/Models/Message/OrderLineItemDiscountSetMessageBuilder.php +++ b/lib/commercetools-api/src/Models/Message/OrderLineItemDiscountSetMessageBuilder.php @@ -252,7 +252,7 @@ public function getLineItemId() } /** - *User-defined unique identifier of the LineItem.
+ *User-defined identifier of the LineItem. Unique among LineItems in the Order.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/OrderLineItemDiscountSetMessageModel.php b/lib/commercetools-api/src/Models/Message/OrderLineItemDiscountSetMessageModel.php index 69b0a218af7..0a309a88d56 100644 --- a/lib/commercetools-api/src/Models/Message/OrderLineItemDiscountSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/OrderLineItemDiscountSetMessageModel.php @@ -431,7 +431,7 @@ public function getLineItemId() } /** - *User-defined unique identifier of the LineItem.
+ *User-defined identifier of the LineItem. Unique among LineItems in the Order.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/OrderLineItemDiscountSetMessagePayload.php b/lib/commercetools-api/src/Models/Message/OrderLineItemDiscountSetMessagePayload.php index 9f717e5716b..bc6810f4efb 100644 --- a/lib/commercetools-api/src/Models/Message/OrderLineItemDiscountSetMessagePayload.php +++ b/lib/commercetools-api/src/Models/Message/OrderLineItemDiscountSetMessagePayload.php @@ -33,7 +33,7 @@ interface OrderLineItemDiscountSetMessagePayload extends OrderMessagePayload public function getLineItemId(); /** - *User-defined unique identifier of the LineItem.
+ *User-defined identifier of the LineItem. Unique among LineItems in the Order.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/OrderLineItemDiscountSetMessagePayloadBuilder.php b/lib/commercetools-api/src/Models/Message/OrderLineItemDiscountSetMessagePayloadBuilder.php index 3501f719a18..f576bc4e032 100644 --- a/lib/commercetools-api/src/Models/Message/OrderLineItemDiscountSetMessagePayloadBuilder.php +++ b/lib/commercetools-api/src/Models/Message/OrderLineItemDiscountSetMessagePayloadBuilder.php @@ -74,7 +74,7 @@ public function getLineItemId() } /** - *User-defined unique identifier of the LineItem.
+ *User-defined identifier of the LineItem. Unique among LineItems in the Order.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/OrderLineItemDiscountSetMessagePayloadModel.php b/lib/commercetools-api/src/Models/Message/OrderLineItemDiscountSetMessagePayloadModel.php index 53e7e407865..d713b5dc430 100644 --- a/lib/commercetools-api/src/Models/Message/OrderLineItemDiscountSetMessagePayloadModel.php +++ b/lib/commercetools-api/src/Models/Message/OrderLineItemDiscountSetMessagePayloadModel.php @@ -129,7 +129,7 @@ public function getLineItemId() } /** - *User-defined unique identifier of the LineItem.
+ *User-defined identifier of the LineItem. Unique among LineItems in the Order.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/OrderLineItemDistributionChannelSetMessage.php b/lib/commercetools-api/src/Models/Message/OrderLineItemDistributionChannelSetMessage.php index 4c995cb3d4e..16477121d69 100644 --- a/lib/commercetools-api/src/Models/Message/OrderLineItemDistributionChannelSetMessage.php +++ b/lib/commercetools-api/src/Models/Message/OrderLineItemDistributionChannelSetMessage.php @@ -27,7 +27,7 @@ interface OrderLineItemDistributionChannelSetMessage extends OrderMessage public function getLineItemId(); /** - *User-defined unique identifier of the LineItem.
+ *User-defined identifier of the LineItem. Unique among LineItems in the Order.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/OrderLineItemDistributionChannelSetMessageBuilder.php b/lib/commercetools-api/src/Models/Message/OrderLineItemDistributionChannelSetMessageBuilder.php index 52391a7d00b..91aeff90a8a 100644 --- a/lib/commercetools-api/src/Models/Message/OrderLineItemDistributionChannelSetMessageBuilder.php +++ b/lib/commercetools-api/src/Models/Message/OrderLineItemDistributionChannelSetMessageBuilder.php @@ -230,7 +230,7 @@ public function getLineItemId() } /** - *User-defined unique identifier of the LineItem.
+ *User-defined identifier of the LineItem. Unique among LineItems in the Order.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/OrderLineItemDistributionChannelSetMessageModel.php b/lib/commercetools-api/src/Models/Message/OrderLineItemDistributionChannelSetMessageModel.php index 2a5c921d71e..8d858ec91c8 100644 --- a/lib/commercetools-api/src/Models/Message/OrderLineItemDistributionChannelSetMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/OrderLineItemDistributionChannelSetMessageModel.php @@ -403,7 +403,7 @@ public function getLineItemId() } /** - *User-defined unique identifier of the LineItem.
+ *User-defined identifier of the LineItem. Unique among LineItems in the Order.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/OrderLineItemDistributionChannelSetMessagePayload.php b/lib/commercetools-api/src/Models/Message/OrderLineItemDistributionChannelSetMessagePayload.php index fab134aa58d..023a85f6763 100644 --- a/lib/commercetools-api/src/Models/Message/OrderLineItemDistributionChannelSetMessagePayload.php +++ b/lib/commercetools-api/src/Models/Message/OrderLineItemDistributionChannelSetMessagePayload.php @@ -27,7 +27,7 @@ interface OrderLineItemDistributionChannelSetMessagePayload extends OrderMessage public function getLineItemId(); /** - *User-defined unique identifier of the LineItem.
+ *User-defined identifier of the LineItem. Unique among LineItems in the Order.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/OrderLineItemDistributionChannelSetMessagePayloadBuilder.php b/lib/commercetools-api/src/Models/Message/OrderLineItemDistributionChannelSetMessagePayloadBuilder.php index 4a4b8afddda..07379c064b3 100644 --- a/lib/commercetools-api/src/Models/Message/OrderLineItemDistributionChannelSetMessagePayloadBuilder.php +++ b/lib/commercetools-api/src/Models/Message/OrderLineItemDistributionChannelSetMessagePayloadBuilder.php @@ -52,7 +52,7 @@ public function getLineItemId() } /** - *User-defined unique identifier of the LineItem.
+ *User-defined identifier of the LineItem. Unique among LineItems in the Order.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/OrderLineItemDistributionChannelSetMessagePayloadModel.php b/lib/commercetools-api/src/Models/Message/OrderLineItemDistributionChannelSetMessagePayloadModel.php index 7ada5ec6b8a..a664db2c4c9 100644 --- a/lib/commercetools-api/src/Models/Message/OrderLineItemDistributionChannelSetMessagePayloadModel.php +++ b/lib/commercetools-api/src/Models/Message/OrderLineItemDistributionChannelSetMessagePayloadModel.php @@ -101,7 +101,7 @@ public function getLineItemId() } /** - *User-defined unique identifier of the LineItem.
+ *User-defined identifier of the LineItem. Unique among LineItems in the Order.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/OrderLineItemRemovedMessage.php b/lib/commercetools-api/src/Models/Message/OrderLineItemRemovedMessage.php index 13df3c08fb7..650785d94be 100644 --- a/lib/commercetools-api/src/Models/Message/OrderLineItemRemovedMessage.php +++ b/lib/commercetools-api/src/Models/Message/OrderLineItemRemovedMessage.php @@ -37,7 +37,7 @@ interface OrderLineItemRemovedMessage extends OrderMessage public function getLineItemId(); /** - *User-defined unique identifier of the LineItem.
+ *User-defined identifier of the LineItem. Unique among LineItems in the Order.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/OrderLineItemRemovedMessageBuilder.php b/lib/commercetools-api/src/Models/Message/OrderLineItemRemovedMessageBuilder.php index c7c72281c0b..ecbaad1e3c4 100644 --- a/lib/commercetools-api/src/Models/Message/OrderLineItemRemovedMessageBuilder.php +++ b/lib/commercetools-api/src/Models/Message/OrderLineItemRemovedMessageBuilder.php @@ -273,7 +273,7 @@ public function getLineItemId() } /** - *User-defined unique identifier of the LineItem.
+ *User-defined identifier of the LineItem. Unique among LineItems in the Order.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/OrderLineItemRemovedMessageModel.php b/lib/commercetools-api/src/Models/Message/OrderLineItemRemovedMessageModel.php index 3801e3057c7..9fc2063d1f9 100644 --- a/lib/commercetools-api/src/Models/Message/OrderLineItemRemovedMessageModel.php +++ b/lib/commercetools-api/src/Models/Message/OrderLineItemRemovedMessageModel.php @@ -458,7 +458,7 @@ public function getLineItemId() } /** - *User-defined unique identifier of the LineItem.
+ *User-defined identifier of the LineItem. Unique among LineItems in the Order.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/OrderLineItemRemovedMessagePayload.php b/lib/commercetools-api/src/Models/Message/OrderLineItemRemovedMessagePayload.php index 90c22a84513..9036109373e 100644 --- a/lib/commercetools-api/src/Models/Message/OrderLineItemRemovedMessagePayload.php +++ b/lib/commercetools-api/src/Models/Message/OrderLineItemRemovedMessagePayload.php @@ -37,7 +37,7 @@ interface OrderLineItemRemovedMessagePayload extends OrderMessagePayload public function getLineItemId(); /** - *User-defined unique identifier of the LineItem.
+ *User-defined identifier of the LineItem. Unique among LineItems in the Order.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/OrderLineItemRemovedMessagePayloadBuilder.php b/lib/commercetools-api/src/Models/Message/OrderLineItemRemovedMessagePayloadBuilder.php index bf6e736fd4d..f8998ffb58f 100644 --- a/lib/commercetools-api/src/Models/Message/OrderLineItemRemovedMessagePayloadBuilder.php +++ b/lib/commercetools-api/src/Models/Message/OrderLineItemRemovedMessagePayloadBuilder.php @@ -95,7 +95,7 @@ public function getLineItemId() } /** - *User-defined unique identifier of the LineItem.
+ *User-defined identifier of the LineItem. Unique among LineItems in the Order.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Message/OrderLineItemRemovedMessagePayloadModel.php b/lib/commercetools-api/src/Models/Message/OrderLineItemRemovedMessagePayloadModel.php index cca52e389ea..6367a703383 100644 --- a/lib/commercetools-api/src/Models/Message/OrderLineItemRemovedMessagePayloadModel.php +++ b/lib/commercetools-api/src/Models/Message/OrderLineItemRemovedMessagePayloadModel.php @@ -156,7 +156,7 @@ public function getLineItemId() } /** - *User-defined unique identifier of the LineItem.
+ *User-defined identifier of the LineItem. Unique among LineItems in the Order.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/CustomLineItemImportDraft.php b/lib/commercetools-api/src/Models/Order/CustomLineItemImportDraft.php index 8aa988f24e0..a2a18ae5349 100644 --- a/lib/commercetools-api/src/Models/Order/CustomLineItemImportDraft.php +++ b/lib/commercetools-api/src/Models/Order/CustomLineItemImportDraft.php @@ -40,7 +40,7 @@ interface CustomLineItemImportDraft extends JsonObject public function getName(); /** - *User-defined unique identifier of the Custom Line Item.
+ *User-defined identifier of the Custom Line Item. Must be unique among Custom Line Items in the Order.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/CustomLineItemImportDraftBuilder.php b/lib/commercetools-api/src/Models/Order/CustomLineItemImportDraftBuilder.php index c66eac738c9..07984eacdd2 100644 --- a/lib/commercetools-api/src/Models/Order/CustomLineItemImportDraftBuilder.php +++ b/lib/commercetools-api/src/Models/Order/CustomLineItemImportDraftBuilder.php @@ -110,7 +110,7 @@ public function getName() } /** - *User-defined unique identifier of the Custom Line Item.
+ *User-defined identifier of the Custom Line Item. Must be unique among Custom Line Items in the Order.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/CustomLineItemImportDraftModel.php b/lib/commercetools-api/src/Models/Order/CustomLineItemImportDraftModel.php index 056037b5edc..cbf05feb855 100644 --- a/lib/commercetools-api/src/Models/Order/CustomLineItemImportDraftModel.php +++ b/lib/commercetools-api/src/Models/Order/CustomLineItemImportDraftModel.php @@ -149,7 +149,7 @@ public function getName() } /** - *User-defined unique identifier of the Custom Line Item.
+ *User-defined identifier of the Custom Line Item. Must be unique among Custom Line Items in the Order.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/CustomLineItemReturnItem.php b/lib/commercetools-api/src/Models/Order/CustomLineItemReturnItem.php index 1e7340890ad..75793d88fd9 100644 --- a/lib/commercetools-api/src/Models/Order/CustomLineItemReturnItem.php +++ b/lib/commercetools-api/src/Models/Order/CustomLineItemReturnItem.php @@ -16,7 +16,7 @@ interface CustomLineItemReturnItem extends ReturnItem public const FIELD_CUSTOM_LINE_ITEM_ID = 'customLineItemId'; /** - *User-defined unique identifier of the CustomLineItemReturnItem.
+ *User-defined identifier of the CustomLineItemReturnItem. Must be unique among Return Items in the Order.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/CustomLineItemReturnItemBuilder.php b/lib/commercetools-api/src/Models/Order/CustomLineItemReturnItemBuilder.php index 38957c90415..e166c89c983 100644 --- a/lib/commercetools-api/src/Models/Order/CustomLineItemReturnItemBuilder.php +++ b/lib/commercetools-api/src/Models/Order/CustomLineItemReturnItemBuilder.php @@ -95,7 +95,7 @@ public function getId() } /** - *User-defined unique identifier of the CustomLineItemReturnItem.
+ *User-defined identifier of the CustomLineItemReturnItem. Must be unique among Return Items in the Order.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/CustomLineItemReturnItemModel.php b/lib/commercetools-api/src/Models/Order/CustomLineItemReturnItemModel.php index b58432aa524..1d50617f1c7 100644 --- a/lib/commercetools-api/src/Models/Order/CustomLineItemReturnItemModel.php +++ b/lib/commercetools-api/src/Models/Order/CustomLineItemReturnItemModel.php @@ -140,7 +140,7 @@ public function getId() } /** - *User-defined unique identifier of the CustomLineItemReturnItem.
+ *User-defined identifier of the CustomLineItemReturnItem. Must be unique among Return Items in the Order.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/Delivery.php b/lib/commercetools-api/src/Models/Order/Delivery.php index 00b81e585fa..0cd96a7011a 100644 --- a/lib/commercetools-api/src/Models/Order/Delivery.php +++ b/lib/commercetools-api/src/Models/Order/Delivery.php @@ -33,7 +33,7 @@ interface Delivery extends JsonObject public function getId(); /** - *User-defined unique identifier of the Delivery.
+ *User-defined identifier of the Delivery. Unique among Deliveries in the Order.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/DeliveryBuilder.php b/lib/commercetools-api/src/Models/Order/DeliveryBuilder.php index 239e728bc36..fcdad7b88e5 100644 --- a/lib/commercetools-api/src/Models/Order/DeliveryBuilder.php +++ b/lib/commercetools-api/src/Models/Order/DeliveryBuilder.php @@ -79,7 +79,7 @@ public function getId() } /** - *User-defined unique identifier of the Delivery.
+ *User-defined identifier of the Delivery. Unique among Deliveries in the Order.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/DeliveryDraft.php b/lib/commercetools-api/src/Models/Order/DeliveryDraft.php index 91d12c26e22..5e20fe4869d 100644 --- a/lib/commercetools-api/src/Models/Order/DeliveryDraft.php +++ b/lib/commercetools-api/src/Models/Order/DeliveryDraft.php @@ -22,7 +22,7 @@ interface DeliveryDraft extends JsonObject public const FIELD_CUSTOM = 'custom'; /** - *User-defined unique identifier of the Delivery.
+ *User-defined identifier of the Delivery. Must be unique among Deliveries in the Order.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/DeliveryDraftBuilder.php b/lib/commercetools-api/src/Models/Order/DeliveryDraftBuilder.php index 82e317a6568..0aaa1d27bb0 100644 --- a/lib/commercetools-api/src/Models/Order/DeliveryDraftBuilder.php +++ b/lib/commercetools-api/src/Models/Order/DeliveryDraftBuilder.php @@ -55,7 +55,7 @@ final class DeliveryDraftBuilder implements Builder private $custom; /** - *User-defined unique identifier of the Delivery.
+ *User-defined identifier of the Delivery. Must be unique among Deliveries in the Order.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/DeliveryDraftModel.php b/lib/commercetools-api/src/Models/Order/DeliveryDraftModel.php index 058194c4d91..d70a65fdabf 100644 --- a/lib/commercetools-api/src/Models/Order/DeliveryDraftModel.php +++ b/lib/commercetools-api/src/Models/Order/DeliveryDraftModel.php @@ -72,7 +72,7 @@ public function __construct( } /** - *User-defined unique identifier of the Delivery.
+ *User-defined identifier of the Delivery. Must be unique among Deliveries in the Order.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/DeliveryModel.php b/lib/commercetools-api/src/Models/Order/DeliveryModel.php index cb41cffe397..cf17e52adbf 100644 --- a/lib/commercetools-api/src/Models/Order/DeliveryModel.php +++ b/lib/commercetools-api/src/Models/Order/DeliveryModel.php @@ -109,7 +109,7 @@ public function getId() } /** - *User-defined unique identifier of the Delivery.
+ *User-defined identifier of the Delivery. Unique among Deliveries in the Order.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/LineItemImportDraft.php b/lib/commercetools-api/src/Models/Order/LineItemImportDraft.php index 4872bf84296..c79881f60f3 100644 --- a/lib/commercetools-api/src/Models/Order/LineItemImportDraft.php +++ b/lib/commercetools-api/src/Models/Order/LineItemImportDraft.php @@ -42,7 +42,7 @@ interface LineItemImportDraft extends JsonObject public function getName(); /** - *User-defined unique identifier of the Line Item.
+ *User-defined identifier of the Line Item. Must be unique among Line Items in the Order.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/LineItemImportDraftBuilder.php b/lib/commercetools-api/src/Models/Order/LineItemImportDraftBuilder.php index ef5dacb17ec..f86955a3547 100644 --- a/lib/commercetools-api/src/Models/Order/LineItemImportDraftBuilder.php +++ b/lib/commercetools-api/src/Models/Order/LineItemImportDraftBuilder.php @@ -122,7 +122,7 @@ public function getName() } /** - *User-defined unique identifier of the Line Item.
+ *User-defined identifier of the Line Item. Must be unique among Line Items in the Order.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/LineItemImportDraftModel.php b/lib/commercetools-api/src/Models/Order/LineItemImportDraftModel.php index 58768eb4cdd..86e69506e21 100644 --- a/lib/commercetools-api/src/Models/Order/LineItemImportDraftModel.php +++ b/lib/commercetools-api/src/Models/Order/LineItemImportDraftModel.php @@ -165,7 +165,7 @@ public function getName() } /** - *User-defined unique identifier of the Line Item.
+ *User-defined identifier of the Line Item. Must be unique among Line Items in the Order.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/LineItemReturnItem.php b/lib/commercetools-api/src/Models/Order/LineItemReturnItem.php index 92da0f38b1e..29c9d5c3e6a 100644 --- a/lib/commercetools-api/src/Models/Order/LineItemReturnItem.php +++ b/lib/commercetools-api/src/Models/Order/LineItemReturnItem.php @@ -16,7 +16,7 @@ interface LineItemReturnItem extends ReturnItem public const FIELD_LINE_ITEM_ID = 'lineItemId'; /** - *User-defined unique identifier of the LineItemReturnItem.
+ *User-defined identifier of the LineItemReturnItem. Must be unique among Return Items in the Order.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/LineItemReturnItemBuilder.php b/lib/commercetools-api/src/Models/Order/LineItemReturnItemBuilder.php index 108635f57e2..463cf8708cb 100644 --- a/lib/commercetools-api/src/Models/Order/LineItemReturnItemBuilder.php +++ b/lib/commercetools-api/src/Models/Order/LineItemReturnItemBuilder.php @@ -95,7 +95,7 @@ public function getId() } /** - *User-defined unique identifier of the LineItemReturnItem.
+ *User-defined identifier of the LineItemReturnItem. Must be unique among Return Items in the Order.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/LineItemReturnItemModel.php b/lib/commercetools-api/src/Models/Order/LineItemReturnItemModel.php index 083f5cef135..155a68d477e 100644 --- a/lib/commercetools-api/src/Models/Order/LineItemReturnItemModel.php +++ b/lib/commercetools-api/src/Models/Order/LineItemReturnItemModel.php @@ -140,7 +140,7 @@ public function getId() } /** - *User-defined unique identifier of the LineItemReturnItem.
+ *User-defined identifier of the LineItemReturnItem. Must be unique among Return Items in the Order.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/ReturnItem.php b/lib/commercetools-api/src/Models/Order/ReturnItem.php index 5f4362f2ac4..4449d1d50a5 100644 --- a/lib/commercetools-api/src/Models/Order/ReturnItem.php +++ b/lib/commercetools-api/src/Models/Order/ReturnItem.php @@ -36,7 +36,7 @@ interface ReturnItem extends JsonObject public function getId(); /** - *User-defined unique identifier of the Return Item.
+ *User-defined identifier of the Return Item. Unique among Return Items in the Order.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/ReturnItemBuilder.php b/lib/commercetools-api/src/Models/Order/ReturnItemBuilder.php index 31fd269bdf9..c0559de0148 100644 --- a/lib/commercetools-api/src/Models/Order/ReturnItemBuilder.php +++ b/lib/commercetools-api/src/Models/Order/ReturnItemBuilder.php @@ -89,7 +89,7 @@ public function getId() } /** - *User-defined unique identifier of the Return Item.
+ *User-defined identifier of the Return Item. Unique among Return Items in the Order.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/ReturnItemDraft.php b/lib/commercetools-api/src/Models/Order/ReturnItemDraft.php index 03ec28939a4..b7160db9f23 100644 --- a/lib/commercetools-api/src/Models/Order/ReturnItemDraft.php +++ b/lib/commercetools-api/src/Models/Order/ReturnItemDraft.php @@ -23,7 +23,7 @@ interface ReturnItemDraft extends JsonObject public const FIELD_CUSTOM = 'custom'; /** - *User-defined unique identifier of the Return Item.
+ *User-defined identifier of the Return Item. Must be unique among Return Items in the Order.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/ReturnItemDraftBuilder.php b/lib/commercetools-api/src/Models/Order/ReturnItemDraftBuilder.php index b538f6a375a..98997561da0 100644 --- a/lib/commercetools-api/src/Models/Order/ReturnItemDraftBuilder.php +++ b/lib/commercetools-api/src/Models/Order/ReturnItemDraftBuilder.php @@ -65,7 +65,7 @@ final class ReturnItemDraftBuilder implements Builder private $custom; /** - *User-defined unique identifier of the Return Item.
+ *User-defined identifier of the Return Item. Must be unique among Return Items in the Order.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/ReturnItemDraftModel.php b/lib/commercetools-api/src/Models/Order/ReturnItemDraftModel.php index 7cc6b215fa8..08dbce3c2d7 100644 --- a/lib/commercetools-api/src/Models/Order/ReturnItemDraftModel.php +++ b/lib/commercetools-api/src/Models/Order/ReturnItemDraftModel.php @@ -86,7 +86,7 @@ public function __construct( } /** - *User-defined unique identifier of the Return Item.
+ *User-defined identifier of the Return Item. Must be unique among Return Items in the Order.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Order/ReturnItemModel.php b/lib/commercetools-api/src/Models/Order/ReturnItemModel.php index 33f1344e5e1..fc52a9a9cb5 100644 --- a/lib/commercetools-api/src/Models/Order/ReturnItemModel.php +++ b/lib/commercetools-api/src/Models/Order/ReturnItemModel.php @@ -140,7 +140,7 @@ public function getId() } /** - *User-defined unique identifier of the Return Item.
+ *User-defined identifier of the Return Item. Unique among Return Items in the Order.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderAddCustomLineItemAction.php b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderAddCustomLineItemAction.php index 2349b6f9951..5a68196c5d2 100644 --- a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderAddCustomLineItemAction.php +++ b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderAddCustomLineItemAction.php @@ -51,7 +51,7 @@ public function getMoney(); public function getName(); /** - *User-defined unique identifier of the Custom Line Item.
+ *User-defined identifier of the Custom Line Item. Must be unique among Custom Line Items in the StagedOrder.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderAddCustomLineItemActionBuilder.php b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderAddCustomLineItemActionBuilder.php index fe25c295af8..087d5d025ba 100644 --- a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderAddCustomLineItemActionBuilder.php +++ b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderAddCustomLineItemActionBuilder.php @@ -126,7 +126,7 @@ public function getName() } /** - *User-defined unique identifier of the Custom Line Item.
+ *User-defined identifier of the Custom Line Item. Must be unique among Custom Line Items in the StagedOrder.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderAddCustomLineItemActionModel.php b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderAddCustomLineItemActionModel.php index e948e7ef09e..9611d9e5613 100644 --- a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderAddCustomLineItemActionModel.php +++ b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderAddCustomLineItemActionModel.php @@ -202,7 +202,7 @@ public function getName() } /** - *User-defined unique identifier of the Custom Line Item.
+ *User-defined identifier of the Custom Line Item. Must be unique among Custom Line Items in the StagedOrder.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderAddLineItemAction.php b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderAddLineItemAction.php index 158ccbaa2b0..617cb605811 100644 --- a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderAddLineItemAction.php +++ b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderAddLineItemAction.php @@ -39,7 +39,7 @@ interface StagedOrderAddLineItemAction extends StagedOrderUpdateAction public const FIELD_RECURRENCE_INFO = 'recurrenceInfo'; /** - *User-defined unique identifier of the LineItem.
+ *User-defined identifier of the LineItem. Must be unique among LineItems in the StagedOrder.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderAddLineItemActionBuilder.php b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderAddLineItemActionBuilder.php index e4b45824495..02c6febe39b 100644 --- a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderAddLineItemActionBuilder.php +++ b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderAddLineItemActionBuilder.php @@ -128,7 +128,7 @@ final class StagedOrderAddLineItemActionBuilder implements Builder private $recurrenceInfo; /** - *User-defined unique identifier of the LineItem.
+ *User-defined identifier of the LineItem. Must be unique among LineItems in the StagedOrder.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderAddLineItemActionModel.php b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderAddLineItemActionModel.php index 27312ecc9f9..bcffaea5a3b 100644 --- a/lib/commercetools-api/src/Models/OrderEdit/StagedOrderAddLineItemActionModel.php +++ b/lib/commercetools-api/src/Models/OrderEdit/StagedOrderAddLineItemActionModel.php @@ -192,7 +192,7 @@ public function getAction() } /** - *User-defined unique identifier of the LineItem.
+ *User-defined identifier of the LineItem. Must be unique among LineItems in the StagedOrder.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Product/FacetTerm.php b/lib/commercetools-api/src/Models/Product/FacetTerm.php index 0fb122060a5..7339a65548d 100644 --- a/lib/commercetools-api/src/Models/Product/FacetTerm.php +++ b/lib/commercetools-api/src/Models/Product/FacetTerm.php @@ -18,7 +18,8 @@ interface FacetTerm extends JsonObject public const FIELD_PRODUCT_COUNT = 'productCount'; /** - *Value for the field specified in the term facet expression for which at least one ProductVariant could be found.
+ *Value for the field specified in the term facet expression for which at least one ProductVariant could be found.
+ * For AttributeNumberType Attributes, numeric values are returned as decimals, for example 1.0 instead of 1.
Value for the field specified in the term facet expression for which at least one ProductVariant could be found.
+ *Value for the field specified in the term facet expression for which at least one ProductVariant could be found.
+ * For AttributeNumberType Attributes, numeric values are returned as decimals, for example 1.0 instead of 1.
Value for the field specified in the term facet expression for which at least one ProductVariant could be found.
+ *Value for the field specified in the term facet expression for which at least one ProductVariant could be found.
+ * For AttributeNumberType Attributes, numeric values are returned as decimals, for example 1.0 instead of 1.
Value to set. Must be unique.
+ *Value to set. Must be unique across all ProductVariants in a Project.
* * @return null|string @@ -33,7 +33,7 @@ interface ProductAddVariantAction extends ProductUpdateAction public function getSku(); /** - *Value to set. Must be unique.
+ *Value to set. Must be unique among ProductVariants in the same Product.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Product/ProductAddVariantActionBuilder.php b/lib/commercetools-api/src/Models/Product/ProductAddVariantActionBuilder.php index 72eccf0bcd0..519e36c52b2 100644 --- a/lib/commercetools-api/src/Models/Product/ProductAddVariantActionBuilder.php +++ b/lib/commercetools-api/src/Models/Product/ProductAddVariantActionBuilder.php @@ -66,7 +66,7 @@ final class ProductAddVariantActionBuilder implements Builder private $assets; /** - *Value to set. Must be unique.
+ *Value to set. Must be unique across all ProductVariants in a Project.
* * @return null|string @@ -77,7 +77,7 @@ public function getSku() } /** - *Value to set. Must be unique.
+ *Value to set. Must be unique among ProductVariants in the same Product.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Product/ProductAddVariantActionModel.php b/lib/commercetools-api/src/Models/Product/ProductAddVariantActionModel.php index da5b2c139bc..84e8ab13a75 100644 --- a/lib/commercetools-api/src/Models/Product/ProductAddVariantActionModel.php +++ b/lib/commercetools-api/src/Models/Product/ProductAddVariantActionModel.php @@ -114,7 +114,7 @@ public function getAction() } /** - *Value to set. Must be unique.
+ *Value to set. Must be unique across all ProductVariants in a Project.
* * * @return null|string @@ -134,7 +134,7 @@ public function getSku() } /** - *Value to set. Must be unique.
+ *Value to set. Must be unique among ProductVariants in the same Product.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Product/ProductDraft.php b/lib/commercetools-api/src/Models/Product/ProductDraft.php index d4e53bfaa32..0f9c47b4c50 100644 --- a/lib/commercetools-api/src/Models/Product/ProductDraft.php +++ b/lib/commercetools-api/src/Models/Product/ProductDraft.php @@ -121,7 +121,7 @@ public function getMetaDescription(); public function getMetaKeywords(); /** - *The Product Variant to be the Master Variant for the Product. Required if variants are provided also.
The Product Variant to be the Master Variant for the Product. Required if variants are provided or if the referenced Product Type contains any Variant-level AttributeDefinition with isRequired set to true.
The Product Variant to be the Master Variant for the Product. Required if variants are provided also.
The Product Variant to be the Master Variant for the Product. Required if variants are provided or if the referenced Product Type contains any Variant-level AttributeDefinition with isRequired set to true.
The Product Variant to be the Master Variant for the Product. Required if variants are provided also.
The Product Variant to be the Master Variant for the Product. Required if variants are provided or if the referenced Product Type contains any Variant-level AttributeDefinition with isRequired set to true.
Value to set. Must be unique. If empty, any existing value will be removed.
+ *Value to set. Must be unique among ProductVariants in the same Product. If empty, any existing value will be removed.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Product/ProductSetProductVariantKeyActionBuilder.php b/lib/commercetools-api/src/Models/Product/ProductSetProductVariantKeyActionBuilder.php index da6acf727b5..e7e1ba5f023 100644 --- a/lib/commercetools-api/src/Models/Product/ProductSetProductVariantKeyActionBuilder.php +++ b/lib/commercetools-api/src/Models/Product/ProductSetProductVariantKeyActionBuilder.php @@ -67,7 +67,7 @@ public function getSku() } /** - *Value to set. Must be unique. If empty, any existing value will be removed.
+ *Value to set. Must be unique among ProductVariants in the same Product. If empty, any existing value will be removed.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Product/ProductSetProductVariantKeyActionModel.php b/lib/commercetools-api/src/Models/Product/ProductSetProductVariantKeyActionModel.php index bf024d270db..30dd93aa8fd 100644 --- a/lib/commercetools-api/src/Models/Product/ProductSetProductVariantKeyActionModel.php +++ b/lib/commercetools-api/src/Models/Product/ProductSetProductVariantKeyActionModel.php @@ -127,7 +127,7 @@ public function getSku() } /** - *Value to set. Must be unique. If empty, any existing value will be removed.
+ *Value to set. Must be unique among ProductVariants in the same Product. If empty, any existing value will be removed.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Product/ProductSetSkuAction.php b/lib/commercetools-api/src/Models/Product/ProductSetSkuAction.php index b13e755b943..32ae8292682 100644 --- a/lib/commercetools-api/src/Models/Product/ProductSetSkuAction.php +++ b/lib/commercetools-api/src/Models/Product/ProductSetSkuAction.php @@ -26,7 +26,7 @@ interface ProductSetSkuAction extends ProductUpdateAction public function getVariantId(); /** - *Value to set. Must be unique. If empty, any existing value will be removed.
+ *Value to set. Must be unique across all ProductVariants in a Project. If empty, any existing value will be removed.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Product/ProductSetSkuActionBuilder.php b/lib/commercetools-api/src/Models/Product/ProductSetSkuActionBuilder.php index 07311ce8e8d..0397b6cfba8 100644 --- a/lib/commercetools-api/src/Models/Product/ProductSetSkuActionBuilder.php +++ b/lib/commercetools-api/src/Models/Product/ProductSetSkuActionBuilder.php @@ -50,7 +50,7 @@ public function getVariantId() } /** - *Value to set. Must be unique. If empty, any existing value will be removed.
+ *Value to set. Must be unique across all ProductVariants in a Project. If empty, any existing value will be removed.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Product/ProductSetSkuActionModel.php b/lib/commercetools-api/src/Models/Product/ProductSetSkuActionModel.php index 8dc4bb4f7ac..cb3b30a609e 100644 --- a/lib/commercetools-api/src/Models/Product/ProductSetSkuActionModel.php +++ b/lib/commercetools-api/src/Models/Product/ProductSetSkuActionModel.php @@ -99,7 +99,7 @@ public function getVariantId() } /** - *Value to set. Must be unique. If empty, any existing value will be removed.
+ *Value to set. Must be unique across all ProductVariants in a Project. If empty, any existing value will be removed.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Product/ProductVariant.php b/lib/commercetools-api/src/Models/Product/ProductVariant.php index 40be242b911..498761730e5 100644 --- a/lib/commercetools-api/src/Models/Product/ProductVariant.php +++ b/lib/commercetools-api/src/Models/Product/ProductVariant.php @@ -41,7 +41,7 @@ interface ProductVariant extends JsonObject public function getId(); /** - *User-defined unique SKU of the Product Variant.
+ *User-defined SKU of the Product Variant. Unique across all ProductVariants in a Project.
* * @return null|string @@ -49,7 +49,7 @@ public function getId(); public function getSku(); /** - *User-defined unique identifier of the ProductVariant.
+ *User-defined identifier of the ProductVariant. Unique among ProductVariants in the same Product.
*This is different from Product key.
Indicates whether a Product Variant is in stock.
+ *true if the Product Variant is in stock, based on an InventoryEntry that has no assigned supply Channel.
+ * This value reflects global or default availability; it does not aggregate the channel-specific availabilities found in the channels field.
Indicates whether a Product Variant is in stock.
+ *true if the Product Variant is in stock, based on an InventoryEntry that has no assigned supply Channel.
+ * This value reflects global or default availability; it does not aggregate the channel-specific availabilities found in the channels field.
Indicates whether a Product Variant is in stock.
+ *true if the Product Variant is in stock, based on an InventoryEntry that has no assigned supply Channel.
+ * This value reflects global or default availability; it does not aggregate the channel-specific availabilities found in the channels field.
User-defined unique SKU of the Product Variant.
+ *User-defined SKU of the Product Variant. Unique across all ProductVariants in a Project.
* * @return null|string @@ -128,7 +128,7 @@ public function getSku() } /** - *User-defined unique identifier of the ProductVariant.
+ *User-defined identifier of the ProductVariant. Unique among ProductVariants in the same Product.
*This is different from Product key.
User-defined unique SKU of the Product Variant.
+ *User-defined SKU of the Product Variant. Must be unique across all ProductVariants in a Project.
* * @return null|string @@ -32,7 +32,7 @@ interface ProductVariantDraft extends JsonObject public function getSku(); /** - *User-defined unique identifier for the ProductVariant.
+ *User-defined identifier for the ProductVariant. Must be unique among ProductVariants in the same Product.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Product/ProductVariantDraftBuilder.php b/lib/commercetools-api/src/Models/Product/ProductVariantDraftBuilder.php index a6dd32907e2..3924d25b5f2 100644 --- a/lib/commercetools-api/src/Models/Product/ProductVariantDraftBuilder.php +++ b/lib/commercetools-api/src/Models/Product/ProductVariantDraftBuilder.php @@ -60,7 +60,7 @@ final class ProductVariantDraftBuilder implements Builder private $assets; /** - *User-defined unique SKU of the Product Variant.
+ *User-defined SKU of the Product Variant. Must be unique across all ProductVariants in a Project.
* * @return null|string @@ -71,7 +71,7 @@ public function getSku() } /** - *User-defined unique identifier for the ProductVariant.
+ *User-defined identifier for the ProductVariant. Must be unique among ProductVariants in the same Product.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/Product/ProductVariantDraftModel.php b/lib/commercetools-api/src/Models/Product/ProductVariantDraftModel.php index 34595f27da2..d5cc9f4b765 100644 --- a/lib/commercetools-api/src/Models/Product/ProductVariantDraftModel.php +++ b/lib/commercetools-api/src/Models/Product/ProductVariantDraftModel.php @@ -79,7 +79,7 @@ public function __construct( } /** - *User-defined unique SKU of the Product Variant.
+ *User-defined SKU of the Product Variant. Must be unique across all ProductVariants in a Project.
* * * @return null|string @@ -99,7 +99,7 @@ public function getSku() } /** - *User-defined unique identifier for the ProductVariant.
+ *User-defined identifier for the ProductVariant. Must be unique among ProductVariants in the same Product.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Product/ProductVariantModel.php b/lib/commercetools-api/src/Models/Product/ProductVariantModel.php index f70b9f8a670..f317f680ef5 100644 --- a/lib/commercetools-api/src/Models/Product/ProductVariantModel.php +++ b/lib/commercetools-api/src/Models/Product/ProductVariantModel.php @@ -159,7 +159,7 @@ public function getId() } /** - *User-defined unique SKU of the Product Variant.
+ *User-defined SKU of the Product Variant. Unique across all ProductVariants in a Project.
* * * @return null|string @@ -179,7 +179,7 @@ public function getSku() } /** - *User-defined unique identifier of the ProductVariant.
+ *User-defined identifier of the ProductVariant. Unique among ProductVariants in the same Product.
*This is different from Product key.
If true, the Attribute's values are available in the Product Search or the Product Projection Search API for use in full-text search queries, filters, and facets.
- * However, if an Attribute's level is set as Product, then Product Projection Search does not support the Attribute.
level is set as Product, then Product Projection Search does not support the Attribute.
+ * To use the Attribute in search, filters, or facets, set isSearchable to true for all AttributeDefinitions with the same name across different ProductTypes.
+ * If the isSearchable values are different, the Attribute isn't available for search, filters, or facets.
* The exact features that are available with this flag depend on the specific AttributeType. * The maximum size of a searchable field is restricted by the Field content size limit. * This constraint is enforced at both Product creation and Product update. diff --git a/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionBuilder.php b/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionBuilder.php index b11e939870d..20ea86c76f3 100644 --- a/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionBuilder.php +++ b/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionBuilder.php @@ -166,7 +166,9 @@ public function getInputHint() /** *
If true, the Attribute's values are available in the Product Search or the Product Projection Search API for use in full-text search queries, filters, and facets.
- * However, if an Attribute's level is set as Product, then Product Projection Search does not support the Attribute.
level is set as Product, then Product Projection Search does not support the Attribute.
+ * To use the Attribute in search, filters, or facets, set isSearchable to true for all AttributeDefinitions with the same name across different ProductTypes.
+ * If the isSearchable values are different, the Attribute isn't available for search, filters, or facets.
* The exact features that are available with this flag depend on the specific AttributeType. * The maximum size of a searchable field is restricted by the Field content size limit. * This constraint is enforced at both Product creation and Product update. diff --git a/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionDraft.php b/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionDraft.php index 15369b6d58b..9268ddedea9 100644 --- a/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionDraft.php +++ b/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionDraft.php @@ -34,9 +34,9 @@ interface AttributeDefinitionDraft extends JsonObject public function getType(); /** - *
User-defined name of the Attribute that is unique to the Project.
- *When using the same name for an Attribute in multiple ProductTypes, all fields of the AttributeDefinition of this Attribute must be the same across the ProductTypes, else an AttributeDefinitionAlreadyExists error is returned.
- * An exception to this are the values of an enum or lenum Type and sets thereof.
User-defined name of the Attribute that must be unique within the ProductType.
+ *To use the same name in multiple ProductTypes, each AttributeDefinition must have the same type; otherwise, an AttributeDefinitionTypeConflict error is returned.
+ * For enum or lenum Types and sets of these AttributeTypes, the enum values can be different for each ProductType.
Set as true if you want the Attribute's values to be available in the Product Search or the Product Projection Search API and can be used in full-text search queries, filters, and facets.
- * If an Attribute's level is set as Product, then Product Projection Search does not support the Attribute.
level is set as Product, then Product Projection Search does not support the Attribute.
+ * To use the Attribute in search, filters, or facets, set isSearchable to true for all AttributeDefinitions with the same name across different ProductTypes.
+ * If the isSearchable values are different, the Attribute isn't available for search, filters, or facets.
* Which exact features are available with this flag depends on the specific AttributeType. * The maximum size of a searchable field is restricted by the Field content size limit. * This constraint is enforced at both Product creation and Product update. diff --git a/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionDraftBuilder.php b/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionDraftBuilder.php index 1857d90247f..f5de9be9be6 100644 --- a/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionDraftBuilder.php +++ b/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionDraftBuilder.php @@ -89,9 +89,9 @@ public function getType() } /** - *
User-defined name of the Attribute that is unique to the Project.
- *When using the same name for an Attribute in multiple ProductTypes, all fields of the AttributeDefinition of this Attribute must be the same across the ProductTypes, else an AttributeDefinitionAlreadyExists error is returned.
- * An exception to this are the values of an enum or lenum Type and sets thereof.
User-defined name of the Attribute that must be unique within the ProductType.
+ *To use the same name in multiple ProductTypes, each AttributeDefinition must have the same type; otherwise, an AttributeDefinitionTypeConflict error is returned.
+ * For enum or lenum Types and sets of these AttributeTypes, the enum values can be different for each ProductType.
Set as true if you want the Attribute's values to be available in the Product Search or the Product Projection Search API and can be used in full-text search queries, filters, and facets.
- * If an Attribute's level is set as Product, then Product Projection Search does not support the Attribute.
level is set as Product, then Product Projection Search does not support the Attribute.
+ * To use the Attribute in search, filters, or facets, set isSearchable to true for all AttributeDefinitions with the same name across different ProductTypes.
+ * If the isSearchable values are different, the Attribute isn't available for search, filters, or facets.
* Which exact features are available with this flag depends on the specific AttributeType. * The maximum size of a searchable field is restricted by the Field content size limit. * This constraint is enforced at both Product creation and Product update. diff --git a/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionDraftModel.php b/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionDraftModel.php index 344f8e80b4c..743e7743058 100644 --- a/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionDraftModel.php +++ b/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionDraftModel.php @@ -124,9 +124,9 @@ public function getType() } /** - *
User-defined name of the Attribute that is unique to the Project.
- *When using the same name for an Attribute in multiple ProductTypes, all fields of the AttributeDefinition of this Attribute must be the same across the ProductTypes, else an AttributeDefinitionAlreadyExists error is returned.
- * An exception to this are the values of an enum or lenum Type and sets thereof.
User-defined name of the Attribute that must be unique within the ProductType.
+ *To use the same name in multiple ProductTypes, each AttributeDefinition must have the same type; otherwise, an AttributeDefinitionTypeConflict error is returned.
+ * For enum or lenum Types and sets of these AttributeTypes, the enum values can be different for each ProductType.
Set as true if you want the Attribute's values to be available in the Product Search or the Product Projection Search API and can be used in full-text search queries, filters, and facets.
- * If an Attribute's level is set as Product, then Product Projection Search does not support the Attribute.
level is set as Product, then Product Projection Search does not support the Attribute.
+ * To use the Attribute in search, filters, or facets, set isSearchable to true for all AttributeDefinitions with the same name across different ProductTypes.
+ * If the isSearchable values are different, the Attribute isn't available for search, filters, or facets.
* Which exact features are available with this flag depends on the specific AttributeType. * The maximum size of a searchable field is restricted by the Field content size limit. * This constraint is enforced at both Product creation and Product update. diff --git a/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionModel.php b/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionModel.php index c6b52e20c0f..6ad50711608 100644 --- a/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionModel.php +++ b/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionModel.php @@ -266,7 +266,9 @@ public function getInputHint() /** *
If true, the Attribute's values are available in the Product Search or the Product Projection Search API for use in full-text search queries, filters, and facets.
- * However, if an Attribute's level is set as Product, then Product Projection Search does not support the Attribute.
level is set as Product, then Product Projection Search does not support the Attribute.
+ * To use the Attribute in search, filters, or facets, set isSearchable to true for all AttributeDefinitions with the same name across different ProductTypes.
+ * If the isSearchable values are different, the Attribute isn't available for search, filters, or facets.
* The exact features that are available with this flag depend on the specific AttributeType. * The maximum size of a searchable field is restricted by the Field content size limit. * This constraint is enforced at both Product creation and Product update. diff --git a/lib/commercetools-api/src/Models/ProductType/ProductTypeChangeAttributeNameAction.php b/lib/commercetools-api/src/Models/ProductType/ProductTypeChangeAttributeNameAction.php index ff7bd00f93c..9610be56c70 100644 --- a/lib/commercetools-api/src/Models/ProductType/ProductTypeChangeAttributeNameAction.php +++ b/lib/commercetools-api/src/Models/ProductType/ProductTypeChangeAttributeNameAction.php @@ -25,9 +25,9 @@ interface ProductTypeChangeAttributeNameAction extends ProductTypeUpdateAction public function getAttributeName(); /** - *
New user-defined name of the Attribute that is unique to the Project.
- *When using the same name for an Attribute in two or more ProductTypes, all fields of the AttributeDefinition of this Attribute must be the same across the ProductTypes. If not, an AttributeDefinitionAlreadyExists error is returned.
- * An exception to this are the values of an enum or lenum type and sets thereof.
New user-defined name of the Attribute that must be unique within the ProductType.
+ *To use the same name in multiple ProductTypes, each AttributeDefinition must have the same type; otherwise, an AttributeDefinitionTypeConflict error is returned.
+ * For enum or lenum Types and sets of these AttributeTypes, the enum values can be different for each ProductType.
New user-defined name of the Attribute that is unique to the Project.
- *When using the same name for an Attribute in two or more ProductTypes, all fields of the AttributeDefinition of this Attribute must be the same across the ProductTypes. If not, an AttributeDefinitionAlreadyExists error is returned.
- * An exception to this are the values of an enum or lenum type and sets thereof.
New user-defined name of the Attribute that must be unique within the ProductType.
+ *To use the same name in multiple ProductTypes, each AttributeDefinition must have the same type; otherwise, an AttributeDefinitionTypeConflict error is returned.
+ * For enum or lenum Types and sets of these AttributeTypes, the enum values can be different for each ProductType.
New user-defined name of the Attribute that is unique to the Project.
- *When using the same name for an Attribute in two or more ProductTypes, all fields of the AttributeDefinition of this Attribute must be the same across the ProductTypes. If not, an AttributeDefinitionAlreadyExists error is returned.
- * An exception to this are the values of an enum or lenum type and sets thereof.
New user-defined name of the Attribute that must be unique within the ProductType.
+ *To use the same name in multiple ProductTypes, each AttributeDefinition must have the same type; otherwise, an AttributeDefinitionTypeConflict error is returned.
+ * For enum or lenum Types and sets of these AttributeTypes, the enum values can be different for each ProductType.
User-defined unique identifier of the TaxRate. + *
User-defined identifier of the TaxRate. Unique within the TaxCategory containing it. * Present when set using TaxRateDraft. Not available for external TaxRates created using ExternalTaxRateDraft.
* diff --git a/lib/commercetools-api/src/Models/TaxCategory/TaxRateBuilder.php b/lib/commercetools-api/src/Models/TaxCategory/TaxRateBuilder.php index f2e381f4306..6d3746898de 100644 --- a/lib/commercetools-api/src/Models/TaxCategory/TaxRateBuilder.php +++ b/lib/commercetools-api/src/Models/TaxCategory/TaxRateBuilder.php @@ -81,7 +81,7 @@ public function getId() } /** - *User-defined unique identifier of the TaxRate. + *
User-defined identifier of the TaxRate. Unique within the TaxCategory containing it. * Present when set using TaxRateDraft. Not available for external TaxRates created using ExternalTaxRateDraft.
* diff --git a/lib/commercetools-api/src/Models/TaxCategory/TaxRateDraft.php b/lib/commercetools-api/src/Models/TaxCategory/TaxRateDraft.php index 1499d8de56f..923c57e0da3 100644 --- a/lib/commercetools-api/src/Models/TaxCategory/TaxRateDraft.php +++ b/lib/commercetools-api/src/Models/TaxCategory/TaxRateDraft.php @@ -74,7 +74,7 @@ public function getState(); public function getSubRates(); /** - *User-defined unique identifier of the TaxRate.
+ *User-defined identifier of the TaxRate. Must be unique within the TaxCategory containing it.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/TaxCategory/TaxRateDraftBuilder.php b/lib/commercetools-api/src/Models/TaxCategory/TaxRateDraftBuilder.php index 7e24c84f3ce..7c31d04cb5a 100644 --- a/lib/commercetools-api/src/Models/TaxCategory/TaxRateDraftBuilder.php +++ b/lib/commercetools-api/src/Models/TaxCategory/TaxRateDraftBuilder.php @@ -133,7 +133,7 @@ public function getSubRates() } /** - *User-defined unique identifier of the TaxRate.
+ *User-defined identifier of the TaxRate. Must be unique within the TaxCategory containing it.
* * @return null|string diff --git a/lib/commercetools-api/src/Models/TaxCategory/TaxRateDraftModel.php b/lib/commercetools-api/src/Models/TaxCategory/TaxRateDraftModel.php index 3785464f024..15550f747ab 100644 --- a/lib/commercetools-api/src/Models/TaxCategory/TaxRateDraftModel.php +++ b/lib/commercetools-api/src/Models/TaxCategory/TaxRateDraftModel.php @@ -208,7 +208,7 @@ public function getSubRates() } /** - *User-defined unique identifier of the TaxRate.
+ *User-defined identifier of the TaxRate. Must be unique within the TaxCategory containing it.
* * * @return null|string diff --git a/lib/commercetools-api/src/Models/TaxCategory/TaxRateModel.php b/lib/commercetools-api/src/Models/TaxCategory/TaxRateModel.php index a910c266f68..733061c04bd 100644 --- a/lib/commercetools-api/src/Models/TaxCategory/TaxRateModel.php +++ b/lib/commercetools-api/src/Models/TaxCategory/TaxRateModel.php @@ -113,7 +113,7 @@ public function getId() } /** - *User-defined unique identifier of the TaxRate. + *
User-defined identifier of the TaxRate. Unique within the TaxCategory containing it. * Present when set using TaxRateDraft. Not available for external TaxRates created using ExternalTaxRateDraft.
* * diff --git a/references.txt b/references.txt index 0b62e869570..3ca06914952 100644 --- a/references.txt +++ b/references.txt @@ -648,3 +648,4 @@ fcb27938a97f506a41f873de9aee883686e9f755 7ac1f692595f6bbdd5e58e38039417ed911c49ee c3f0fb9df66ed51812d5e87c548ea7eac5f20f71 2e0f5f8b89179eb2b6e301645af3fbc133e80cc1 +63135905caaf9e37567f572868885c554f490979 From 2d0ce3dda964c5089e65eaf152f53bb6aa7b04e0 Mon Sep 17 00:00:00 2001 From: "ct-sdks[bot]" <153784748+ct-sdks[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 08:28:46 +0000 Subject: [PATCH 26/31] build(codegen): updating SDK --- .../src/Models/Cart/CartSetShippingMethodTaxAmountAction.php | 4 +++- .../Cart/CartSetShippingMethodTaxAmountActionBuilder.php | 4 +++- .../Models/Cart/CartSetShippingMethodTaxAmountActionModel.php | 4 +++- .../src/Models/Cart/CartSetShippingMethodTaxRateAction.php | 4 +++- .../Models/Cart/CartSetShippingMethodTaxRateActionBuilder.php | 4 +++- .../Models/Cart/CartSetShippingMethodTaxRateActionModel.php | 4 +++- .../OrderEdit/StagedOrderSetShippingMethodTaxAmountAction.php | 4 +++- .../StagedOrderSetShippingMethodTaxAmountActionBuilder.php | 4 +++- .../StagedOrderSetShippingMethodTaxAmountActionModel.php | 4 +++- .../OrderEdit/StagedOrderSetShippingMethodTaxRateAction.php | 4 +++- .../StagedOrderSetShippingMethodTaxRateActionBuilder.php | 4 +++- .../StagedOrderSetShippingMethodTaxRateActionModel.php | 4 +++- references.txt | 1 + 13 files changed, 37 insertions(+), 12 deletions(-) diff --git a/lib/commercetools-api/src/Models/Cart/CartSetShippingMethodTaxAmountAction.php b/lib/commercetools-api/src/Models/Cart/CartSetShippingMethodTaxAmountAction.php index 5055488fb93..26f8bba970f 100644 --- a/lib/commercetools-api/src/Models/Cart/CartSetShippingMethodTaxAmountAction.php +++ b/lib/commercetools-api/src/Models/Cart/CartSetShippingMethodTaxAmountAction.php @@ -17,7 +17,9 @@ interface CartSetShippingMethodTaxAmountAction extends CartUpdateAction public const FIELD_EXTERNAL_TAX_AMOUNT = 'externalTaxAmount'; /** - *key of the ShippingMethod to update. This is required for Carts with Multiple ShippingMode.
key of the ShippingMethod to update.
+ * This is required and valid only for Carts with Multiple ShippingMode.
+ * An InvalidOperation error is returned if shippingKey is provided for Carts with Single ShippingMode, or omitted for Carts with Multiple ShippingMode.
key of the ShippingMethod to update. This is required for Carts with Multiple ShippingMode.
key of the ShippingMethod to update.
+ * This is required and valid only for Carts with Multiple ShippingMode.
+ * An InvalidOperation error is returned if shippingKey is provided for Carts with Single ShippingMode, or omitted for Carts with Multiple ShippingMode.
key of the ShippingMethod to update. This is required for Carts with Multiple ShippingMode.
key of the ShippingMethod to update.
+ * This is required and valid only for Carts with Multiple ShippingMode.
+ * An InvalidOperation error is returned if shippingKey is provided for Carts with Single ShippingMode, or omitted for Carts with Multiple ShippingMode.
key of the ShippingMethod to update. This is required for Carts with Multiple ShippingMode.
key of the ShippingMethod to update.
+ * This is required and valid only for Carts with Multiple ShippingMode.
+ * An InvalidOperation error is returned if shippingKey is provided for Carts with Single ShippingMode, or omitted for Carts with Multiple ShippingMode.
key of the ShippingMethod to update. This is required for Carts with Multiple ShippingMode.
key of the ShippingMethod to update.
+ * This is required and valid only for Carts with Multiple ShippingMode.
+ * An InvalidOperation error is returned if shippingKey is provided for Carts with Single ShippingMode, or omitted for Carts with Multiple ShippingMode.
key of the ShippingMethod to update. This is required for Carts with Multiple ShippingMode.
key of the ShippingMethod to update.
+ * This is required and valid only for Carts with Multiple ShippingMode.
+ * An InvalidOperation error is returned if shippingKey is provided for Carts with Single ShippingMode, or omitted for Carts with Multiple ShippingMode.
key of the ShippingMethod to update. This is required for Orders with Multiple ShippingMode.
key of the ShippingMethod to update.
+ * This is required and valid only for Orders with Multiple ShippingMode.
+ * An InvalidOperation error is returned if shippingKey is provided for Orders with Single ShippingMode, or omitted for Orders with Multiple ShippingMode.
key of the ShippingMethod to update. This is required for Orders with Multiple ShippingMode.
key of the ShippingMethod to update.
+ * This is required and valid only for Orders with Multiple ShippingMode.
+ * An InvalidOperation error is returned if shippingKey is provided for Orders with Single ShippingMode, or omitted for Orders with Multiple ShippingMode.
key of the ShippingMethod to update. This is required for Orders with Multiple ShippingMode.
key of the ShippingMethod to update.
+ * This is required and valid only for Orders with Multiple ShippingMode.
+ * An InvalidOperation error is returned if shippingKey is provided for Orders with Single ShippingMode, or omitted for Orders with Multiple ShippingMode.
key of the ShippingMethod to update. This is required for Orders with Multiple ShippingMode.
key of the ShippingMethod to update.
+ * This is required and valid only for Orders with Multiple ShippingMode.
+ * An InvalidOperation error is returned if shippingKey is provided for Orders with Single ShippingMode, or omitted for Orders with Multiple ShippingMode.
key of the ShippingMethod to update. This is required for Orders with Multiple ShippingMode.
key of the ShippingMethod to update.
+ * This is required and valid only for Orders with Multiple ShippingMode.
+ * An InvalidOperation error is returned if shippingKey is provided for Orders with Single ShippingMode, or omitted for Orders with Multiple ShippingMode.
key of the ShippingMethod to update. This is required for Orders with Multiple ShippingMode.
key of the ShippingMethod to update.
+ * This is required and valid only for Orders with Multiple ShippingMode.
+ * An InvalidOperation error is returned if shippingKey is provided for Orders with Single ShippingMode, or omitted for Orders with Multiple ShippingMode.
ResourceIdentifier to a ShippingMethod to add to the Cart with Multiple ShippingMode.
- * If the referenced Shipping Method has a predicate that does not match the Cart, an InvalidOperation error is returned.
ResourceIdentifier to a ShippingMethod to add to the Cart with Multiple ShippingMode.
- * If the referenced Shipping Method has a predicate that does not match the Cart, an InvalidOperation error is returned.
ResourceIdentifier to a ShippingMethod to add to the Cart with Multiple ShippingMode.
- * If the referenced Shipping Method has a predicate that does not match the Cart, an InvalidOperation error is returned.
Value to set. * If empty, any existing value is removed.
- *If the referenced Shipping Method is inactive, or has a predicate that does not match the Cart, an InvalidOperation error is returned.
+ *InvalidOperation error is returned in one of the following cases:
+ *Value to set. * If empty, any existing value is removed.
- *If the referenced Shipping Method is inactive, or has a predicate that does not match the Cart, an InvalidOperation error is returned.
+ *InvalidOperation error is returned in one of the following cases:
+ *Value to set. * If empty, any existing value is removed.
- *If the referenced Shipping Method is inactive, or has a predicate that does not match the Cart, an InvalidOperation error is returned.
+ *InvalidOperation error is returned in one of the following cases:
+ *Value to set. * If empty, any existing value is removed.
- *If the referenced Shipping Method has a predicate that does not match the Cart, an InvalidOperation error is returned.
+ *InvalidOperation error is returned in one of the following cases:
+ *Value to set. * If empty, any existing value is removed.
- *If the referenced Shipping Method has a predicate that does not match the Cart, an InvalidOperation error is returned.
+ *InvalidOperation error is returned in one of the following cases:
+ *Value to set. * If empty, any existing value is removed.
- *If the referenced Shipping Method has a predicate that does not match the Cart, an InvalidOperation error is returned.
+ *InvalidOperation error is returned in one of the following cases:
+ *Unique identifier of the ShippingMethod.
@@ -171,6 +173,17 @@ public function getPredicate(); */ public function getCustom(); + /** + *ResourceIdentifier of the Store to add.
+ * + + * @return null|StoreResourceIdentifier + */ + public function getStore() + { + return $this->store instanceof StoreResourceIdentifierBuilder ? $this->store->build() : $this->store; + } + + /** + * @param ?StoreResourceIdentifier $store + * @return $this + */ + public function withStore(?StoreResourceIdentifier $store) + { + $this->store = $store; + + return $this; + } + + /** + * @deprecated use withStore() instead + * @return $this + */ + public function withStoreBuilder(?StoreResourceIdentifierBuilder $store) + { + $this->store = $store; + + return $this; + } + + public function build(): ShippingMethodAddStoreAction + { + return new ShippingMethodAddStoreActionModel( + $this->store instanceof StoreResourceIdentifierBuilder ? $this->store->build() : $this->store + ); + } + + public static function of(): ShippingMethodAddStoreActionBuilder + { + return new self(); + } +} diff --git a/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodAddStoreActionCollection.php b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodAddStoreActionCollection.php new file mode 100644 index 00000000000..2875322a1b8 --- /dev/null +++ b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodAddStoreActionCollection.php @@ -0,0 +1,56 @@ + + * @method ShippingMethodAddStoreAction current() + * @method ShippingMethodAddStoreAction end() + * @method ShippingMethodAddStoreAction at($offset) + */ +class ShippingMethodAddStoreActionCollection extends ShippingMethodUpdateActionCollection +{ + /** + * @psalm-assert ShippingMethodAddStoreAction $value + * @psalm-param ShippingMethodAddStoreAction|stdClass $value + * @throws InvalidArgumentException + * + * @return ShippingMethodAddStoreActionCollection + */ + public function add($value) + { + if (!$value instanceof ShippingMethodAddStoreAction) { + throw new InvalidArgumentException(); + } + $this->store($value); + + return $this; + } + + /** + * @psalm-return callable(int):?ShippingMethodAddStoreAction + */ + protected function mapper() + { + return function (?int $index): ?ShippingMethodAddStoreAction { + $data = $this->get($index); + if ($data instanceof stdClass) { + /** @var ShippingMethodAddStoreAction $data */ + $data = ShippingMethodAddStoreActionModel::of($data); + $this->set($data, $index); + } + + return $data; + }; + } +} diff --git a/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodAddStoreActionModel.php b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodAddStoreActionModel.php new file mode 100644 index 00000000000..d748789650e --- /dev/null +++ b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodAddStoreActionModel.php @@ -0,0 +1,96 @@ +store = $store; + $this->action = $action ?? self::DISCRIMINATOR_VALUE; + } + + /** + * + * @return null|string + */ + public function getAction() + { + if (is_null($this->action)) { + /** @psalm-var ?string $data */ + $data = $this->raw(self::FIELD_ACTION); + if (is_null($data)) { + return null; + } + $this->action = (string) $data; + } + + return $this->action; + } + + /** + *ResourceIdentifier of the Store to add.
+ * + * + * @return null|StoreResourceIdentifier + */ + public function getStore() + { + if (is_null($this->store)) { + /** @psalm-var stdClass|arrayUnique identifier of the ShippingMethod.
* @@ -323,6 +330,20 @@ public function getCustom() return $this->custom instanceof CustomFieldsBuilder ? $this->custom->build() : $this->custom; } + /** + *User-defined unique identifier for the ShippingMethod.
@@ -116,6 +118,18 @@ public function getPredicate(); */ public function getCustom(); + /** + *If the number of referenced Stores exceeds the Stores per Shipping Method limit, an InvalidOperation error is returned.
+ * + + * @return null|StoreResourceIdentifierCollection + */ + public function getStores(); + /** * @param ?string $key */ @@ -170,4 +184,9 @@ public function setPredicate(?string $predicate): void; * @param ?CustomFieldsDraft $custom */ public function setCustom(?CustomFieldsDraft $custom): void; + + /** + * @param ?StoreResourceIdentifierCollection $stores + */ + public function setStores(?StoreResourceIdentifierCollection $stores): void; } diff --git a/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodDraftBuilder.php b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodDraftBuilder.php index d1ce2278b9c..797c5e225d4 100644 --- a/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodDraftBuilder.php +++ b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodDraftBuilder.php @@ -10,6 +10,7 @@ use Commercetools\Api\Models\Common\LocalizedString; use Commercetools\Api\Models\Common\LocalizedStringBuilder; +use Commercetools\Api\Models\Store\StoreResourceIdentifierCollection; use Commercetools\Api\Models\TaxCategory\TaxCategoryResourceIdentifier; use Commercetools\Api\Models\TaxCategory\TaxCategoryResourceIdentifierBuilder; use Commercetools\Api\Models\Type\CustomFieldsDraft; @@ -92,6 +93,12 @@ final class ShippingMethodDraftBuilder implements Builder */ private $custom; + /** + + * @var ?StoreResourceIdentifierCollection + */ + private $stores; + /** *User-defined unique identifier for the ShippingMethod.
* @@ -213,6 +220,21 @@ public function getCustom() return $this->custom instanceof CustomFieldsDraftBuilder ? $this->custom->build() : $this->custom; } + /** + *If the number of referenced Stores exceeds the Stores per Shipping Method limit, an InvalidOperation error is returned.
+ * + + * @return null|StoreResourceIdentifierCollection + */ + public function getStores() + { + return $this->stores; + } + /** * @param ?string $key * @return $this @@ -334,6 +356,17 @@ public function withCustom(?CustomFieldsDraft $custom) return $this; } + /** + * @param ?StoreResourceIdentifierCollection $stores + * @return $this + */ + public function withStores(?StoreResourceIdentifierCollection $stores) + { + $this->stores = $stores; + + return $this; + } + /** * @deprecated use withLocalizedName() instead * @return $this @@ -391,7 +424,8 @@ public function build(): ShippingMethodDraft $this->active, $this->isDefault, $this->predicate, - $this->custom instanceof CustomFieldsDraftBuilder ? $this->custom->build() : $this->custom + $this->custom instanceof CustomFieldsDraftBuilder ? $this->custom->build() : $this->custom, + $this->stores ); } diff --git a/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodDraftModel.php b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodDraftModel.php index b8834d8cf33..8850710ee6e 100644 --- a/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodDraftModel.php +++ b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodDraftModel.php @@ -10,6 +10,7 @@ use Commercetools\Api\Models\Common\LocalizedString; use Commercetools\Api\Models\Common\LocalizedStringModel; +use Commercetools\Api\Models\Store\StoreResourceIdentifierCollection; use Commercetools\Api\Models\TaxCategory\TaxCategoryResourceIdentifier; use Commercetools\Api\Models\TaxCategory\TaxCategoryResourceIdentifierModel; use Commercetools\Api\Models\Type\CustomFieldsDraft; @@ -91,6 +92,12 @@ final class ShippingMethodDraftModel extends JsonObjectModel implements Shipping */ protected $custom; + /** + * + * @var ?StoreResourceIdentifierCollection + */ + protected $stores; + /** * @psalm-suppress MissingParamType @@ -106,7 +113,8 @@ public function __construct( ?bool $active = null, ?bool $isDefault = null, ?string $predicate = null, - ?CustomFieldsDraft $custom = null + ?CustomFieldsDraft $custom = null, + ?StoreResourceIdentifierCollection $stores = null ) { $this->key = $key; $this->name = $name; @@ -119,6 +127,7 @@ public function __construct( $this->isDefault = $isDefault; $this->predicate = $predicate; $this->custom = $custom; + $this->stores = $stores; } /** @@ -345,6 +354,30 @@ public function getCustom() return $this->custom; } + /** + *If the number of referenced Stores exceeds the Stores per Shipping Method limit, an InvalidOperation error is returned.
+ * + * + * @return null|StoreResourceIdentifierCollection + */ + public function getStores() + { + if (is_null($this->stores)) { + /** @psalm-var ?listResourceIdentifier of the Store to remove.
+ * + + * @return null|StoreResourceIdentifier + */ + public function getStore() + { + return $this->store instanceof StoreResourceIdentifierBuilder ? $this->store->build() : $this->store; + } + + /** + * @param ?StoreResourceIdentifier $store + * @return $this + */ + public function withStore(?StoreResourceIdentifier $store) + { + $this->store = $store; + + return $this; + } + + /** + * @deprecated use withStore() instead + * @return $this + */ + public function withStoreBuilder(?StoreResourceIdentifierBuilder $store) + { + $this->store = $store; + + return $this; + } + + public function build(): ShippingMethodRemoveStoreAction + { + return new ShippingMethodRemoveStoreActionModel( + $this->store instanceof StoreResourceIdentifierBuilder ? $this->store->build() : $this->store + ); + } + + public static function of(): ShippingMethodRemoveStoreActionBuilder + { + return new self(); + } +} diff --git a/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodRemoveStoreActionCollection.php b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodRemoveStoreActionCollection.php new file mode 100644 index 00000000000..54096dee11f --- /dev/null +++ b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodRemoveStoreActionCollection.php @@ -0,0 +1,56 @@ + + * @method ShippingMethodRemoveStoreAction current() + * @method ShippingMethodRemoveStoreAction end() + * @method ShippingMethodRemoveStoreAction at($offset) + */ +class ShippingMethodRemoveStoreActionCollection extends ShippingMethodUpdateActionCollection +{ + /** + * @psalm-assert ShippingMethodRemoveStoreAction $value + * @psalm-param ShippingMethodRemoveStoreAction|stdClass $value + * @throws InvalidArgumentException + * + * @return ShippingMethodRemoveStoreActionCollection + */ + public function add($value) + { + if (!$value instanceof ShippingMethodRemoveStoreAction) { + throw new InvalidArgumentException(); + } + $this->store($value); + + return $this; + } + + /** + * @psalm-return callable(int):?ShippingMethodRemoveStoreAction + */ + protected function mapper() + { + return function (?int $index): ?ShippingMethodRemoveStoreAction { + $data = $this->get($index); + if ($data instanceof stdClass) { + /** @var ShippingMethodRemoveStoreAction $data */ + $data = ShippingMethodRemoveStoreActionModel::of($data); + $this->set($data, $index); + } + + return $data; + }; + } +} diff --git a/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodRemoveStoreActionModel.php b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodRemoveStoreActionModel.php new file mode 100644 index 00000000000..fea5aadc5a5 --- /dev/null +++ b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodRemoveStoreActionModel.php @@ -0,0 +1,96 @@ +store = $store; + $this->action = $action ?? self::DISCRIMINATOR_VALUE; + } + + /** + * + * @return null|string + */ + public function getAction() + { + if (is_null($this->action)) { + /** @psalm-var ?string $data */ + $data = $this->raw(self::FIELD_ACTION); + if (is_null($data)) { + return null; + } + $this->action = (string) $data; + } + + return $this->action; + } + + /** + *ResourceIdentifier of the Store to remove.
+ * + * + * @return null|StoreResourceIdentifier + */ + public function getStore() + { + if (is_null($this->store)) { + /** @psalm-var stdClass|arrayResourceIdentifiers of the Stores to set. + * Overrides the current list of Stores. + * If empty, any existing values are removed.
+ * + + * @return null|StoreResourceIdentifierCollection + */ + public function getStores() + { + return $this->stores; + } + + /** + * @param ?StoreResourceIdentifierCollection $stores + * @return $this + */ + public function withStores(?StoreResourceIdentifierCollection $stores) + { + $this->stores = $stores; + + return $this; + } + + + public function build(): ShippingMethodSetStoresAction + { + return new ShippingMethodSetStoresActionModel( + $this->stores + ); + } + + public static function of(): ShippingMethodSetStoresActionBuilder + { + return new self(); + } +} diff --git a/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodSetStoresActionCollection.php b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodSetStoresActionCollection.php new file mode 100644 index 00000000000..f082455ea63 --- /dev/null +++ b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodSetStoresActionCollection.php @@ -0,0 +1,56 @@ + + * @method ShippingMethodSetStoresAction current() + * @method ShippingMethodSetStoresAction end() + * @method ShippingMethodSetStoresAction at($offset) + */ +class ShippingMethodSetStoresActionCollection extends ShippingMethodUpdateActionCollection +{ + /** + * @psalm-assert ShippingMethodSetStoresAction $value + * @psalm-param ShippingMethodSetStoresAction|stdClass $value + * @throws InvalidArgumentException + * + * @return ShippingMethodSetStoresActionCollection + */ + public function add($value) + { + if (!$value instanceof ShippingMethodSetStoresAction) { + throw new InvalidArgumentException(); + } + $this->store($value); + + return $this; + } + + /** + * @psalm-return callable(int):?ShippingMethodSetStoresAction + */ + protected function mapper() + { + return function (?int $index): ?ShippingMethodSetStoresAction { + $data = $this->get($index); + if ($data instanceof stdClass) { + /** @var ShippingMethodSetStoresAction $data */ + $data = ShippingMethodSetStoresActionModel::of($data); + $this->set($data, $index); + } + + return $data; + }; + } +} diff --git a/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodSetStoresActionModel.php b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodSetStoresActionModel.php new file mode 100644 index 00000000000..75b4f57b552 --- /dev/null +++ b/lib/commercetools-api/src/Models/ShippingMethod/ShippingMethodSetStoresActionModel.php @@ -0,0 +1,96 @@ +stores = $stores; + $this->action = $action ?? self::DISCRIMINATOR_VALUE; + } + + /** + * + * @return null|string + */ + public function getAction() + { + if (is_null($this->action)) { + /** @psalm-var ?string $data */ + $data = $this->raw(self::FIELD_ACTION); + if (is_null($data)) { + return null; + } + $this->action = (string) $data; + } + + return $this->action; + } + + /** + *ResourceIdentifiers of the Stores to set. + * Overrides the current list of Stores. + * If empty, any existing values are removed.
+ * + * + * @return null|StoreResourceIdentifierCollection + */ + public function getStores() + { + if (is_null($this->stores)) { + /** @psalm-var ?listUnique identifier of the Message. Can be used to track which Messages have been processed.
+ * + + * @return null|string + */ + public function getId() + { + return $this->id; + } + + /** + *Version of a resource. In case of Messages, this is always 1.
Date and time (UTC) the Message was generated.
+ * + + * @return null|DateTimeImmutable + */ + public function getCreatedAt() + { + return $this->createdAt; + } + + /** + *Value of createdAt.
IDs and references that last modified the Message.
+ * + + * @return null|LastModifiedBy + */ + public function getLastModifiedBy() + { + return $this->lastModifiedBy instanceof LastModifiedByBuilder ? $this->lastModifiedBy->build() : $this->lastModifiedBy; + } + + /** + *IDs and references that created the Message.
+ * + + * @return null|CreatedBy + */ + public function getCreatedBy() + { + return $this->createdBy instanceof CreatedByBuilder ? $this->createdBy->build() : $this->createdBy; + } + + /** + *Message number in relation to other Messages for a given resource. The sequenceNumber of the next Message for the resource is the successor of the sequenceNumber of the current Message. Meaning, the sequenceNumber of the next Message equals the sequenceNumber of the current Message + 1.
+ * sequenceNumber can be used to ensure that Messages are processed in the correct order for a particular resource.
Reference to the resource on which the change or action was performed.
+ * + + * @return null|Reference + */ + public function getResource() + { + return $this->resource instanceof ReferenceBuilder ? $this->resource->build() : $this->resource; + } + + /** + *Version of the resource on which the change or action was performed.
+ * + + * @return null|int + */ + public function getResourceVersion() + { + return $this->resourceVersion; + } + + /** + *User-provided identifiers of the resource, such as key or externalId. Only present if the resource has such identifiers.
Unique identifier of the Message. Can be used to track which Messages have been processed.
+ * + * + * @return null|string + */ + public function getId() + { + if (is_null($this->id)) { + /** @psalm-var ?string $data */ + $data = $this->raw(self::FIELD_ID); + if (is_null($data)) { + return null; + } + $this->id = (string) $data; + } + + return $this->id; + } + + /** + *Version of a resource. In case of Messages, this is always 1.
Date and time (UTC) the Message was generated.
+ * + * + * @return null|DateTimeImmutable + */ + public function getCreatedAt() + { + if (is_null($this->createdAt)) { + /** @psalm-var ?string $data */ + $data = $this->raw(self::FIELD_CREATED_AT); + if (is_null($data)) { + return null; + } + $data = DateTimeImmutable::createFromFormat(MapperFactory::DATETIME_FORMAT, $data); + if (false === $data) { + return null; + } + $this->createdAt = $data; + } + + return $this->createdAt; + } + + /** + *Value of createdAt.
IDs and references that last modified the Message.
+ * + * + * @return null|LastModifiedBy + */ + public function getLastModifiedBy() + { + if (is_null($this->lastModifiedBy)) { + /** @psalm-var stdClass|arrayIDs and references that created the Message.
+ * + * + * @return null|CreatedBy + */ + public function getCreatedBy() + { + if (is_null($this->createdBy)) { + /** @psalm-var stdClass|arrayMessage number in relation to other Messages for a given resource. The sequenceNumber of the next Message for the resource is the successor of the sequenceNumber of the current Message. Meaning, the sequenceNumber of the next Message equals the sequenceNumber of the current Message + 1.
+ * sequenceNumber can be used to ensure that Messages are processed in the correct order for a particular resource.
Reference to the resource on which the change or action was performed.
+ * + * + * @return null|Reference + */ + public function getResource() + { + if (is_null($this->resource)) { + /** @psalm-var stdClass|arrayVersion of the resource on which the change or action was performed.
+ * + * + * @return null|int + */ + public function getResourceVersion() + { + if (is_null($this->resourceVersion)) { + /** @psalm-var ?int $data */ + $data = $this->raw(self::FIELD_RESOURCE_VERSION); + if (is_null($data)) { + return null; + } + $this->resourceVersion = (int) $data; + } + + return $this->resourceVersion; + } + + /** + *Message Type of the Message.
+ * + * + * @return null|string + */ + public function getType() + { + if (is_null($this->type)) { + /** @psalm-var ?string $data */ + $data = $this->raw(self::FIELD_TYPE); + if (is_null($data)) { + return null; + } + $this->type = (string) $data; + } + + return $this->type; + } + + /** + *User-provided identifiers of the resource, such as key or externalId. Only present if the resource has such identifiers.
Unique identifier of the Message. Can be used to track which Messages have been processed.
+ * + + * @return null|string + */ + public function getId() + { + return $this->id; + } + + /** + *Version of a resource. In case of Messages, this is always 1.
Date and time (UTC) the Message was generated.
+ * + + * @return null|DateTimeImmutable + */ + public function getCreatedAt() + { + return $this->createdAt; + } + + /** + *Value of createdAt.
IDs and references that last modified the Message.
+ * + + * @return null|LastModifiedBy + */ + public function getLastModifiedBy() + { + return $this->lastModifiedBy instanceof LastModifiedByBuilder ? $this->lastModifiedBy->build() : $this->lastModifiedBy; + } + + /** + *IDs and references that created the Message.
+ * + + * @return null|CreatedBy + */ + public function getCreatedBy() + { + return $this->createdBy instanceof CreatedByBuilder ? $this->createdBy->build() : $this->createdBy; + } + + /** + *Message number in relation to other Messages for a given resource. The sequenceNumber of the next Message for the resource is the successor of the sequenceNumber of the current Message. Meaning, the sequenceNumber of the next Message equals the sequenceNumber of the current Message + 1.
+ * sequenceNumber can be used to ensure that Messages are processed in the correct order for a particular resource.
Reference to the resource on which the change or action was performed.
+ * + + * @return null|Reference + */ + public function getResource() + { + return $this->resource instanceof ReferenceBuilder ? $this->resource->build() : $this->resource; + } + + /** + *Version of the resource on which the change or action was performed.
+ * + + * @return null|int + */ + public function getResourceVersion() + { + return $this->resourceVersion; + } + + /** + *User-provided identifiers of the resource, such as key or externalId. Only present if the resource has such identifiers.
Unique identifier of the Message. Can be used to track which Messages have been processed.
+ * + * + * @return null|string + */ + public function getId() + { + if (is_null($this->id)) { + /** @psalm-var ?string $data */ + $data = $this->raw(self::FIELD_ID); + if (is_null($data)) { + return null; + } + $this->id = (string) $data; + } + + return $this->id; + } + + /** + *Version of a resource. In case of Messages, this is always 1.
Date and time (UTC) the Message was generated.
+ * + * + * @return null|DateTimeImmutable + */ + public function getCreatedAt() + { + if (is_null($this->createdAt)) { + /** @psalm-var ?string $data */ + $data = $this->raw(self::FIELD_CREATED_AT); + if (is_null($data)) { + return null; + } + $data = DateTimeImmutable::createFromFormat(MapperFactory::DATETIME_FORMAT, $data); + if (false === $data) { + return null; + } + $this->createdAt = $data; + } + + return $this->createdAt; + } + + /** + *Value of createdAt.
IDs and references that last modified the Message.
+ * + * + * @return null|LastModifiedBy + */ + public function getLastModifiedBy() + { + if (is_null($this->lastModifiedBy)) { + /** @psalm-var stdClass|arrayIDs and references that created the Message.
+ * + * + * @return null|CreatedBy + */ + public function getCreatedBy() + { + if (is_null($this->createdBy)) { + /** @psalm-var stdClass|arrayMessage number in relation to other Messages for a given resource. The sequenceNumber of the next Message for the resource is the successor of the sequenceNumber of the current Message. Meaning, the sequenceNumber of the next Message equals the sequenceNumber of the current Message + 1.
+ * sequenceNumber can be used to ensure that Messages are processed in the correct order for a particular resource.
Reference to the resource on which the change or action was performed.
+ * + * + * @return null|Reference + */ + public function getResource() + { + if (is_null($this->resource)) { + /** @psalm-var stdClass|arrayVersion of the resource on which the change or action was performed.
+ * + * + * @return null|int + */ + public function getResourceVersion() + { + if (is_null($this->resourceVersion)) { + /** @psalm-var ?int $data */ + $data = $this->raw(self::FIELD_RESOURCE_VERSION); + if (is_null($data)) { + return null; + } + $this->resourceVersion = (int) $data; + } + + return $this->resourceVersion; + } + + /** + *Message Type of the Message.
+ * + * + * @return null|string + */ + public function getType() + { + if (is_null($this->type)) { + /** @psalm-var ?string $data */ + $data = $this->raw(self::FIELD_TYPE); + if (is_null($data)) { + return null; + } + $this->type = (string) $data; + } + + return $this->type; + } + + /** + *User-provided identifiers of the resource, such as key or externalId. Only present if the resource has such identifiers.