From 5a9a2e54d0c88ba40306f2bbe4b4fedeecb54d6d Mon Sep 17 00:00:00 2001
From: "fern-api[bot]" <115122769+fern-api[bot]@users.noreply.github.com>
Date: Thu, 22 Jan 2026 17:29:46 +0000
Subject: [PATCH 1/2] SDK regeneration
---
.fern/metadata.json | 7 +-
LICENSE | 2 +-
composer.json | 2 +-
reference.md | 934 ++++++++++--------
src/ApplePay/ApplePayClient.php | 2 +-
src/BankAccounts/BankAccountsClient.php | 127 ++-
.../Requests/CreateBankAccountRequest.php | 99 ++
.../Requests/DisableBankAccountRequest.php | 41 +
.../Requests/ListBankAccountsRequest.php | 27 +
src/Bookings/BookingsClient.php | 2 +-
.../CustomAttributeDefinitionsClient.php | 2 +-
.../CustomAttributesClient.php | 2 +-
.../LocationProfilesClient.php | 2 +-
.../TeamMemberProfilesClient.php | 2 +-
src/Cards/CardsClient.php | 2 +-
src/CashDrawers/CashDrawersClient.php | 2 +-
src/CashDrawers/Shifts/ShiftsClient.php | 2 +-
src/Catalog/CatalogClient.php | 2 +-
src/Catalog/Images/ImagesClient.php | 2 +-
src/Catalog/Object/ObjectClient.php | 2 +-
src/Channels/ChannelsClient.php | 2 +-
src/Checkout/CheckoutClient.php | 2 +-
.../PaymentLinks/PaymentLinksClient.php | 2 +-
src/Core/Client/RawClient.php | 10 +
src/Core/Client/RetryMiddleware.php | 81 +-
src/Core/Json/JsonDeserializer.php | 4 +-
src/Core/Json/JsonSerializer.php | 7 +-
src/Customers/Cards/CardsClient.php | 2 +-
.../CustomAttributeDefinitionsClient.php | 2 +-
.../CustomAttributesClient.php | 2 +-
src/Customers/CustomersClient.php | 2 +-
src/Customers/Groups/GroupsClient.php | 2 +-
src/Customers/Segments/SegmentsClient.php | 2 +-
src/Devices/Codes/CodesClient.php | 2 +-
src/Devices/DevicesClient.php | 2 +-
src/Disputes/DisputesClient.php | 2 +-
src/Disputes/Evidence/EvidenceClient.php | 2 +-
src/Employees/EmployeesClient.php | 2 +-
src/Events/EventsClient.php | 2 +-
src/GiftCards/Activities/ActivitiesClient.php | 2 +-
src/GiftCards/GiftCardsClient.php | 2 +-
src/Inventory/InventoryClient.php | 2 +-
src/Invoices/InvoicesClient.php | 2 +-
src/Labor/BreakTypes/BreakTypesClient.php | 2 +-
.../EmployeeWages/EmployeeWagesClient.php | 2 +-
src/Labor/LaborClient.php | 2 +-
src/Labor/Shifts/ShiftsClient.php | 2 +-
.../TeamMemberWages/TeamMemberWagesClient.php | 2 +-
.../WorkweekConfigs/WorkweekConfigsClient.php | 2 +-
.../CustomAttributeDefinitionsClient.php | 2 +-
.../CustomAttributesClient.php | 2 +-
src/Locations/LocationsClient.php | 2 +-
.../Transactions/TransactionsClient.php | 2 +-
src/Loyalty/Accounts/AccountsClient.php | 2 +-
src/Loyalty/LoyaltyClient.php | 2 +-
src/Loyalty/Programs/ProgramsClient.php | 2 +-
.../Programs/Promotions/PromotionsClient.php | 2 +-
src/Loyalty/Rewards/RewardsClient.php | 2 +-
.../CustomAttributeDefinitionsClient.php | 2 +-
.../CustomAttributesClient.php | 2 +-
src/Merchants/MerchantsClient.php | 2 +-
src/Mobile/MobileClient.php | 31 +-
.../CreateMobileAuthorizationCodeRequest.php | 43 -
src/OAuth/OAuthClient.php | 2 +-
src/OAuth/Requests/ObtainTokenRequest.php | 29 +
.../CustomAttributeDefinitionsClient.php | 2 +-
.../CustomAttributesClient.php | 2 +-
src/Orders/OrdersClient.php | 2 +-
src/Payments/PaymentsClient.php | 2 +-
.../Requests/CreatePaymentRequest.php | 2 +
src/Payouts/PayoutsClient.php | 2 +-
src/Refunds/RefundsClient.php | 2 +-
src/Sites/SitesClient.php | 2 +-
src/Snippets/SnippetsClient.php | 2 +-
src/SquareClient.php | 24 +-
src/Subscriptions/SubscriptionsClient.php | 2 +-
src/Team/TeamClient.php | 2 +-
src/TeamMembers/TeamMembersClient.php | 2 +-
.../WageSetting/WageSettingClient.php | 2 +-
src/Terminal/Actions/ActionsClient.php | 2 +-
src/Terminal/Checkouts/CheckoutsClient.php | 2 +-
src/Terminal/Refunds/RefundsClient.php | 2 +-
src/Terminal/TerminalClient.php | 2 +-
src/TransferOrders/TransferOrdersClient.php | 2 +-
src/Types/BankAccount.php | 25 +
src/Types/BuyNowPayLaterDetails.php | 26 +
src/Types/Card.php | 50 +
src/Types/CatalogItem.php | 55 ++
src/Types/CatalogItemModifierListInfo.php | 63 +-
src/Types/CatalogItemVariation.php | 30 +
src/Types/CatalogModifier.php | 30 +
src/Types/CatalogModifierOverride.php | 41 +-
.../CatalogModifierToggleOverrideType.php | 10 +
src/Types/CatalogProductSet.php | 4 +-
src/Types/CreateBankAccountResponse.php | 80 ++
.../CreateMobileAuthorizationCodeResponse.php | 112 ---
src/Types/DeviceCheckoutOptions.php | 30 +
src/Types/DigitalWalletDetails.php | 28 +-
src/Types/DisableBankAccountResponse.php | 80 ++
src/Types/ErrorCode.php | 2 +
src/Types/FulfillmentDeliveryDetails.php | 27 +-
src/Types/FulfillmentPickupDetails.php | 22 +-
src/Types/GetBankAccountResponse.php | 40 +-
src/Types/ListBankAccountsResponse.php | 40 +-
src/Types/OrderCardSurchargeTreatmentType.php | 9 +
src/Types/OrderLineItem.php | 8 +-
src/Types/OrderLineItemAppliedTax.php | 29 +
src/Types/OrderLineItemPricingBlocklists.php | 30 +
...mPricingBlocklistsBlockedServiceCharge.php | 114 +++
src/Types/OrderReturnServiceCharge.php | 30 +-
src/Types/OrderServiceCharge.php | 4 +-
src/Types/SearchOrdersSourceFilter.php | 60 ++
src/Types/SubscriptionTestResult.php | 72 +-
src/Types/TestWebhookSubscriptionResponse.php | 106 +-
src/V1Transactions/V1TransactionsClient.php | 2 +-
src/Vendors/VendorsClient.php | 2 +-
src/Webhooks/EventTypes/EventTypesClient.php | 2 +-
.../Subscriptions/SubscriptionsClient.php | 2 +-
src/Webhooks/WebhooksClient.php | 2 +-
tests/Core/Client/RawClientTest.php | 227 +++++
tests/Core/Json/ExhaustiveTest.php | 2 +-
tests/Core/Json/UnionArrayTest.php | 2 +-
122 files changed, 2293 insertions(+), 809 deletions(-)
create mode 100644 src/BankAccounts/Requests/CreateBankAccountRequest.php
create mode 100644 src/BankAccounts/Requests/DisableBankAccountRequest.php
delete mode 100644 src/Mobile/Requests/CreateMobileAuthorizationCodeRequest.php
create mode 100644 src/Types/CatalogModifierToggleOverrideType.php
create mode 100644 src/Types/CreateBankAccountResponse.php
delete mode 100644 src/Types/CreateMobileAuthorizationCodeResponse.php
create mode 100644 src/Types/DisableBankAccountResponse.php
create mode 100644 src/Types/OrderCardSurchargeTreatmentType.php
create mode 100644 src/Types/OrderLineItemPricingBlocklistsBlockedServiceCharge.php
diff --git a/.fern/metadata.json b/.fern/metadata.json
index 20275927..cb079b8b 100644
--- a/.fern/metadata.json
+++ b/.fern/metadata.json
@@ -1,7 +1,7 @@
{
- "cliVersion": "2.8.1",
+ "cliVersion": "3.38.0",
"generatorName": "fernapi/fern-php-sdk",
- "generatorVersion": "1.22.3",
+ "generatorVersion": "1.25.2",
"generatorConfig": {
"clientName": "SquareClient",
"namespace": "Square",
@@ -22,5 +22,6 @@
"apimatic/core": "~0.3.12"
}
}
- }
+ },
+ "sdkVersion": "44.0.0.20260122"
}
\ No newline at end of file
diff --git a/LICENSE b/LICENSE
index f5669d1d..878ffc14 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2025 Square.
+Copyright (c) 2026 Square.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/composer.json b/composer.json
index 83a0a938..aa3049f1 100644
--- a/composer.json
+++ b/composer.json
@@ -1,6 +1,6 @@
{
"name": "square/square",
- "version": "43.3.0.20251016",
+ "version": "44.0.0.20260122",
"description": "Use Square APIs to manage and run business including payment, customer, product, inventory, and employee management.",
"keywords": [
"square",
diff --git a/reference.md b/reference.md
index 5f2c7a4e..662f56d5 100644
--- a/reference.md
+++ b/reference.md
@@ -1,79 +1,6 @@
# Reference
-## Mobile
-$client->mobile->authorizationCode($request) -> CreateMobileAuthorizationCodeResponse
-
--
-
-#### 📝 Description
-
-
--
-
-
--
-
-__Note:__ This endpoint is used by the deprecated Reader SDK.
-Developers should update their integration to use the [Mobile Payments SDK](https://developer.squareup.com/docs/mobile-payments-sdk), which includes its own authorization methods.
-
-Generates code to authorize a mobile application to connect to a Square card reader.
-
-Authorization codes are one-time-use codes and expire 60 minutes after being issued.
-
-The `Authorization` header you provide to this endpoint must have the following format:
-
-```
-Authorization: Bearer ACCESS_TOKEN
-```
-
-Replace `ACCESS_TOKEN` with a
-[valid production authorization credential](https://developer.squareup.com/docs/build-basics/access-tokens).
-
-
-
-
-
-#### 🔌 Usage
-
-
--
-
-
--
-
-```php
-$client->mobile->authorizationCode(
- new CreateMobileAuthorizationCodeRequest([
- 'locationId' => 'YOUR_LOCATION_ID',
- ]),
-);
-```
-
-
-
-
-
-#### ⚙️ Parameters
-
-
--
-
-
--
-
-**$locationId:** `?string` — The Square location ID that the authorization code should be tied to.
-
-
-
-
-
-
-
-
-
-
-
## OAuth
-$client->oAuth->revokeToken($request) -> RevokeTokenResponse
+$client->oAuth->revokeToken($request) -> RevokeTokenResponse
-
@@ -182,7 +109,7 @@ Default: `false`
-$client->oAuth->obtainToken($request) -> ObtainTokenResponse
+$client->oAuth->obtainToken($request) -> ObtainTokenResponse
-
@@ -383,6 +310,18 @@ provided in your authorization URL.
Required for the PKCE flow if `grant_type` is `authorization_code`.
+
+
+
+
+-
+
+**$useJwt:** `?bool`
+
+Indicates whether to use a JWT (JSON Web Token) as the OAuth access token.
+When set to `true`, the OAuth flow returns a JWT to your application, used in the
+same way as a regular token. The default value is `false`.
+
@@ -393,7 +332,7 @@ Required for the PKCE flow if `grant_type` is `authorization_code`.
-$client->oAuth->retrieveTokenStatus() -> RetrieveTokenStatusResponse
+$client->oAuth->retrieveTokenStatus() -> RetrieveTokenStatusResponse
-
@@ -445,7 +384,7 @@ $client->oAuth->retrieveTokenStatus();
-$client->oAuth->authorize()
+$client->oAuth->authorize()
-
@@ -471,7 +410,7 @@ $client->oAuth->authorize();
## V1Transactions
-$client->v1Transactions->v1ListOrders($request) -> array
+$client->v1Transactions->v1ListOrders($request) -> array
-
@@ -559,7 +498,7 @@ original query to the endpoint.
-$client->v1Transactions->v1RetrieveOrder($request) -> V1Order
+$client->v1Transactions->v1RetrieveOrder($request) -> V1Order
-
@@ -626,7 +565,7 @@ $client->v1Transactions->v1RetrieveOrder(
-$client->v1Transactions->v1UpdateOrder($request) -> V1Order
+$client->v1Transactions->v1UpdateOrder($request) -> V1Order
-
@@ -738,7 +677,7 @@ See [V1UpdateOrderRequestAction](#type-v1updateorderrequestaction) for possible
## ApplePay
-$client->applePay->registerDomain($request) -> RegisterDomainResponse
+$client->applePay->registerDomain($request) -> RegisterDomainResponse
-
@@ -810,7 +749,7 @@ $client->applePay->registerDomain(
## BankAccounts
-$client->bankAccounts->list($request) -> ListBankAccountsResponse
+$client->bankAccounts->list($request) -> ListBankAccountsResponse
-
@@ -842,6 +781,7 @@ $client->bankAccounts->list(
'cursor' => 'cursor',
'limit' => 1,
'locationId' => 'location_id',
+ 'customerId' => 'customer_id',
]),
);
```
@@ -861,7 +801,7 @@ $client->bankAccounts->list(
**$cursor:** `?string`
The pagination cursor returned by a previous call to this endpoint.
-Use it in the next `ListBankAccounts` request to retrieve the next set
+Use it in the next `ListBankAccounts` request to retrieve the next set
of results.
See the [Pagination](https://developer.squareup.com/docs/working-with-apis/pagination) guide for more information.
@@ -874,8 +814,8 @@ See the [Pagination](https://developer.squareup.com/docs/working-with-apis/pagin
**$limit:** `?int`
-Upper limit on the number of bank accounts to return in the response.
-Currently, 1000 is the largest supported limit. You can specify a limit
+Upper limit on the number of bank accounts to return in the response.
+Currently, 1000 is the largest supported limit. You can specify a limit
of up to 1000 bank accounts. This is also the default limit.
@@ -886,9 +826,102 @@ of up to 1000 bank accounts. This is also the default limit.
**$locationId:** `?string`
-Location ID. You can specify this optional filter
+Location ID. You can specify this optional filter
to retrieve only the linked bank accounts belonging to a specific location.
+
+
+
+
+-
+
+**$customerId:** `?string`
+
+Customer ID. You can specify this optional filter
+to retrieve only the linked bank accounts belonging to a specific customer.
+
+
+
+
+
+
+
+
+
+
+
+$client->bankAccounts->createBankAccount($request) -> CreateBankAccountResponse
+
+-
+
+#### 📝 Description
+
+
+-
+
+
+-
+
+Store a bank account on file for a square account
+
+
+
+
+
+#### 🔌 Usage
+
+
+-
+
+
+-
+
+```php
+$client->bankAccounts->createBankAccount(
+ new CreateBankAccountRequest([
+ 'idempotencyKey' => '4e43559a-f0fd-47d3-9da2-7ea1f97d94be',
+ 'sourceId' => 'bnon:CA4SEHsQwr0rx6DbWLD5BQaqMnoYAQ',
+ 'customerId' => 'HM3B2D5JKGZ69359BTEHXM2V8M',
+ ]),
+);
+```
+
+
+
+
+
+#### ⚙️ Parameters
+
+
+-
+
+
+-
+
+**$idempotencyKey:** `string`
+
+Unique ID. For more information, see the
+[Idempotency](https://developer.squareup.com/docs/working-with-apis/idempotency).
+
+
+
+
+
+-
+
+**$sourceId:** `string`
+
+The ID of the source that represents the bank account information to be stored. This field
+accepts the payment token created by WebSDK
+
+
+
+
+
+-
+
+**$customerId:** `?string` — The ID of the customer associated with the bank account to be stored.
+
@@ -899,7 +932,7 @@ to retrieve only the linked bank accounts belonging to a specific location.
-$client->bankAccounts->getByV1Id($request) -> GetBankAccountByV1IdResponse
+$client->bankAccounts->getByV1Id($request) -> GetBankAccountByV1IdResponse
-
@@ -960,7 +993,7 @@ Connect V1 ID of the desired `BankAccount`. For more information, see
-$client->bankAccounts->get($request) -> GetBankAccountResponse
+$client->bankAccounts->get($request) -> GetBankAccountResponse
-
@@ -972,8 +1005,7 @@ Connect V1 ID of the desired `BankAccount`. For more information, see
-
-Returns details of a [BankAccount](entity:BankAccount)
-linked to a Square account.
+Retrieve details of a [BankAccount](entity:BankAccount) bank account linked to a Square account.
@@ -1015,12 +1047,70 @@ $client->bankAccounts->get(
+
+
+
+
+$client->bankAccounts->disableBankAccount($request) -> DisableBankAccountResponse
+
+-
+
+#### 📝 Description
+
+
+-
+
+
+-
+
+Disable a bank account.
+
+
+
+
+
+#### 🔌 Usage
+
+
+-
+
+
+-
+
+```php
+$client->bankAccounts->disableBankAccount(
+ new DisableBankAccountRequest([
+ 'bankAccountId' => 'bank_account_id',
+ ]),
+);
+```
+
+
+
+
+
+#### ⚙️ Parameters
+
+
+-
+
+
+-
+
+**$bankAccountId:** `string` — The ID of the bank account to disable.
+
+
+
+
+
+
+
## Bookings
-$client->bookings->list($request) -> ListBookingsResponse
+$client->bookings->list($request) -> ListBookingsResponse
-
@@ -1135,7 +1225,7 @@ $client->bookings->list(
-$client->bookings->create($request) -> CreateBookingResponse
+$client->bookings->create($request) -> CreateBookingResponse
-
@@ -1214,7 +1304,7 @@ $client->bookings->create(
-$client->bookings->searchAvailability($request) -> SearchAvailabilityResponse
+$client->bookings->searchAvailability($request) -> SearchAvailabilityResponse
-
@@ -1279,7 +1369,7 @@ $client->bookings->searchAvailability(
-$client->bookings->bulkRetrieveBookings($request) -> BulkRetrieveBookingsResponse
+$client->bookings->bulkRetrieveBookings($request) -> BulkRetrieveBookingsResponse
-
@@ -1342,7 +1432,7 @@ $client->bookings->bulkRetrieveBookings(
-$client->bookings->getBusinessProfile() -> GetBusinessBookingProfileResponse
+$client->bookings->getBusinessProfile() -> GetBusinessBookingProfileResponse
-
@@ -1381,7 +1471,7 @@ $client->bookings->getBusinessProfile();
-$client->bookings->retrieveLocationBookingProfile($request) -> RetrieveLocationBookingProfileResponse
+$client->bookings->retrieveLocationBookingProfile($request) -> RetrieveLocationBookingProfileResponse
-
@@ -1439,7 +1529,7 @@ $client->bookings->retrieveLocationBookingProfile(
-$client->bookings->bulkRetrieveTeamMemberBookingProfiles($request) -> BulkRetrieveTeamMemberBookingProfilesResponse
+$client->bookings->bulkRetrieveTeamMemberBookingProfiles($request) -> BulkRetrieveTeamMemberBookingProfilesResponse
-
@@ -1499,7 +1589,7 @@ $client->bookings->bulkRetrieveTeamMemberBookingProfiles(
-$client->bookings->get($request) -> GetBookingResponse
+$client->bookings->get($request) -> GetBookingResponse
-
@@ -1560,7 +1650,7 @@ $client->bookings->get(
-$client->bookings->update($request) -> UpdateBookingResponse
+$client->bookings->update($request) -> UpdateBookingResponse
-
@@ -1641,7 +1731,7 @@ $client->bookings->update(
-$client->bookings->cancel($request) -> CancelBookingResponse
+$client->bookings->cancel($request) -> CancelBookingResponse
-
@@ -1722,7 +1812,7 @@ $client->bookings->cancel(
## Cards
-$client->cards->list($request) -> ListCardsResponse
+$client->cards->list($request) -> ListCardsResponse
-
@@ -1831,7 +1921,7 @@ This field defaults to ASC.
-$client->cards->create($request) -> CreateCardResponse
+$client->cards->create($request) -> CreateCardResponse
-
@@ -1940,7 +2030,7 @@ See the [SCA Overview](https://developer.squareup.com/docs/sca-overview).
-$client->cards->get($request) -> GetCardResponse
+$client->cards->get($request) -> GetCardResponse
-
@@ -1998,7 +2088,7 @@ $client->cards->get(
-$client->cards->disable($request) -> DisableCardResponse
+$client->cards->disable($request) -> DisableCardResponse
-
@@ -2058,7 +2148,7 @@ $client->cards->disable(
## Catalog
-$client->catalog->batchDelete($request) -> BatchDeleteCatalogObjectsResponse
+$client->catalog->batchDelete($request) -> BatchDeleteCatalogObjectsResponse
-
@@ -2136,7 +2226,7 @@ CatalogItem will delete its CatalogItemVariation.
-$client->catalog->batchGet($request) -> BatchGetCatalogObjectsResponse
+$client->catalog->batchGet($request) -> BatchGetCatalogObjectsResponse
-
@@ -2260,7 +2350,7 @@ in the response payload.
-$client->catalog->batchUpsert($request) -> BatchUpsertCatalogObjectsResponse
+$client->catalog->batchUpsert($request) -> BatchUpsertCatalogObjectsResponse
-
@@ -2388,7 +2478,7 @@ be inserted or updated.
-$client->catalog->info() -> CatalogInfoResponse
+$client->catalog->info() -> CatalogInfoResponse
-
@@ -2428,7 +2518,7 @@ $client->catalog->info();
-$client->catalog->list($request) -> ListCatalogResponse
+$client->catalog->list($request) -> ListCatalogResponse
-
@@ -2535,7 +2625,7 @@ current version of the catalog.
-$client->catalog->search($request) -> SearchCatalogObjectsResponse
+$client->catalog->search($request) -> SearchCatalogObjectsResponse
-
@@ -2708,7 +2798,7 @@ is higher than the maximum limit of 1,000, it will be ignored.
-$client->catalog->searchItems($request) -> SearchCatalogItemsResponse
+$client->catalog->searchItems($request) -> SearchCatalogItemsResponse
-
@@ -2896,7 +2986,7 @@ a single call to the [SearchCatalogItems](api-endpoint:Catalog-SearchCatalogItem
-$client->catalog->updateItemModifierLists($request) -> UpdateItemModifierListsResponse
+$client->catalog->updateItemModifierLists($request) -> UpdateItemModifierListsResponse
-
@@ -2988,7 +3078,7 @@ At least one of `modifier_lists_to_enable` or `modifier_lists_to_disable` must b
-$client->catalog->updateItemTaxes($request) -> UpdateItemTaxesResponse
+$client->catalog->updateItemTaxes($request) -> UpdateItemTaxesResponse
-
@@ -3083,7 +3173,7 @@ At least one of `taxes_to_enable` or `taxes_to_disable` must be specified.
## Channels
-$client->channels->list($request) -> ListChannelsResponse
+$client->channels->list($request) -> ListChannelsResponse
-
@@ -3180,7 +3270,7 @@ When not provided the returned results will be cap at 100 channels.
-$client->channels->bulkRetrieve($request) -> BulkRetrieveChannelsResponse
+$client->channels->bulkRetrieve($request) -> BulkRetrieveChannelsResponse
-
@@ -3242,7 +3332,7 @@ $client->channels->bulkRetrieve(
-$client->channels->get($request) -> RetrieveChannelResponse
+$client->channels->get($request) -> RetrieveChannelResponse
-
@@ -3301,7 +3391,7 @@ $client->channels->get(
## Customers
-$client->customers->list($request) -> ListCustomersResponse
+$client->customers->list($request) -> ListCustomersResponse
-
@@ -3422,7 +3512,7 @@ The default value is `false`.
-$client->customers->create($request) -> CreateCustomerResponse
+$client->customers->create($request) -> CreateCustomerResponse
-
@@ -3634,7 +3724,7 @@ see [Customer tax IDs](https://developer.squareup.com/docs/customers-api/what-it
-$client->customers->batchCreate($request) -> BulkCreateCustomersResponse
+$client->customers->batchCreate($request) -> BulkCreateCustomersResponse
-
@@ -3742,7 +3832,7 @@ customer profile.
-$client->customers->bulkDeleteCustomers($request) -> BulkDeleteCustomersResponse
+$client->customers->bulkDeleteCustomers($request) -> BulkDeleteCustomersResponse
-
@@ -3806,7 +3896,7 @@ $client->customers->bulkDeleteCustomers(
-$client->customers->bulkRetrieveCustomers($request) -> BulkRetrieveCustomersResponse
+$client->customers->bulkRetrieveCustomers($request) -> BulkRetrieveCustomersResponse
-
@@ -3870,7 +3960,7 @@ $client->customers->bulkRetrieveCustomers(
-$client->customers->bulkUpdateCustomers($request) -> BulkUpdateCustomersResponse
+$client->customers->bulkUpdateCustomers($request) -> BulkUpdateCustomersResponse
-
@@ -3950,7 +4040,7 @@ update a field, specify the new value. To remove a field, specify `null`.
-$client->customers->search($request) -> SearchCustomersResponse
+$client->customers->search($request) -> SearchCustomersResponse
-
@@ -4083,7 +4173,7 @@ The default value is `false`.
-$client->customers->get($request) -> GetCustomerResponse
+$client->customers->get($request) -> GetCustomerResponse
-
@@ -4141,7 +4231,7 @@ $client->customers->get(
-$client->customers->update($request) -> UpdateCustomerResponse
+$client->customers->update($request) -> UpdateCustomerResponse
-
@@ -4347,7 +4437,7 @@ see [Customer tax IDs](https://developer.squareup.com/docs/customers-api/what-it
-$client->customers->delete($request) -> DeleteCustomerResponse
+$client->customers->delete($request) -> DeleteCustomerResponse
-
@@ -4421,7 +4511,7 @@ As a best practice, you should include this parameter to enable [optimistic conc
## Devices
-$client->devices->list($request) -> ListDevicesResponse
+$client->devices->list($request) -> ListDevicesResponse
-
@@ -4515,7 +4605,7 @@ The order in which results are listed.
-$client->devices->get($request) -> GetDeviceResponse
+$client->devices->get($request) -> GetDeviceResponse
-
@@ -4574,7 +4664,7 @@ $client->devices->get(
## Disputes
-$client->disputes->list($request) -> ListDisputesResponse
+$client->disputes->list($request) -> ListDisputesResponse
-
@@ -4657,7 +4747,7 @@ If not specified, the endpoint returns disputes associated with all locations.
-$client->disputes->get($request) -> GetDisputeResponse
+$client->disputes->get($request) -> GetDisputeResponse
-
@@ -4715,7 +4805,7 @@ $client->disputes->get(
-$client->disputes->accept($request) -> AcceptDisputeResponse
+$client->disputes->accept($request) -> AcceptDisputeResponse
-
@@ -4777,7 +4867,7 @@ $client->disputes->accept(
-$client->disputes->createEvidenceFile($request) -> CreateDisputeEvidenceFileResponse
+$client->disputes->createEvidenceFile($request) -> CreateDisputeEvidenceFileResponse
-
@@ -4836,7 +4926,7 @@ $client->disputes->createEvidenceFile(
-$client->disputes->createEvidenceText($request) -> CreateDisputeEvidenceTextResponse
+$client->disputes->createEvidenceText($request) -> CreateDisputeEvidenceTextResponse
-
@@ -4924,7 +5014,7 @@ See [DisputeEvidenceType](#type-disputeevidencetype) for possible values
-$client->disputes->submitEvidence($request) -> SubmitEvidenceResponse
+$client->disputes->submitEvidence($request) -> SubmitEvidenceResponse
-
@@ -4989,7 +5079,7 @@ $client->disputes->submitEvidence(
## Employees
-$client->employees->list($request) -> ListEmployeesResponse
+$client->employees->list($request) -> ListEmployeesResponse
-
@@ -5074,7 +5164,7 @@ $client->employees->list(
-$client->employees->get($request) -> GetEmployeeResponse
+$client->employees->get($request) -> GetEmployeeResponse
-
@@ -5133,7 +5223,7 @@ $client->employees->get(
## Events
-$client->events->searchEvents($request) -> SearchEventsResponse
+$client->events->searchEvents($request) -> SearchEventsResponse
-
@@ -5215,7 +5305,7 @@ Default: 100
-$client->events->disableEvents() -> DisableEventsResponse
+$client->events->disableEvents() -> DisableEventsResponse
-
@@ -5256,7 +5346,7 @@ $client->events->disableEvents();
-$client->events->enableEvents() -> EnableEventsResponse
+$client->events->enableEvents() -> EnableEventsResponse
-
@@ -5295,7 +5385,7 @@ $client->events->enableEvents();
-$client->events->listEventTypes($request) -> ListEventTypesResponse
+$client->events->listEventTypes($request) -> ListEventTypesResponse
-
@@ -5354,7 +5444,7 @@ $client->events->listEventTypes(
## GiftCards
-$client->giftCards->list($request) -> ListGiftCardsResponse
+$client->giftCards->list($request) -> ListGiftCardsResponse
-
@@ -5464,7 +5554,7 @@ For more information, see [Pagination](https://developer.squareup.com/docs/worki
-$client->giftCards->create($request) -> CreateGiftCardResponse
+$client->giftCards->create($request) -> CreateGiftCardResponse
-
@@ -5569,7 +5659,7 @@ include `gan` and provide the GAN that is printed on the gift card.
-$client->giftCards->getFromGan($request) -> GetGiftCardFromGanResponse
+$client->giftCards->getFromGan($request) -> GetGiftCardFromGanResponse
-
@@ -5631,7 +5721,7 @@ Square-issued gift cards have 16-digit GANs.
-$client->giftCards->getFromNonce($request) -> GetGiftCardFromNonceResponse
+$client->giftCards->getFromNonce($request) -> GetGiftCardFromNonceResponse
-
@@ -5692,7 +5782,7 @@ Web Payments SDK or In-App Payments SDK.
-$client->giftCards->linkCustomer($request) -> LinkCustomerToGiftCardResponse
+$client->giftCards->linkCustomer($request) -> LinkCustomerToGiftCardResponse
-
@@ -5759,7 +5849,7 @@ $client->giftCards->linkCustomer(
-$client->giftCards->unlinkCustomer($request) -> UnlinkCustomerFromGiftCardResponse
+$client->giftCards->unlinkCustomer($request) -> UnlinkCustomerFromGiftCardResponse
-
@@ -5826,7 +5916,7 @@ $client->giftCards->unlinkCustomer(
-$client->giftCards->get($request) -> GetGiftCardResponse
+$client->giftCards->get($request) -> GetGiftCardResponse
-
@@ -5885,7 +5975,7 @@ $client->giftCards->get(
## Inventory
-$client->inventory->deprecatedGetAdjustment($request) -> GetInventoryAdjustmentResponse
+$client->inventory->deprecatedGetAdjustment($request) -> GetInventoryAdjustmentResponse
-
@@ -5944,7 +6034,7 @@ $client->inventory->deprecatedGetAdjustment(
-$client->inventory->getAdjustment($request) -> GetInventoryAdjustmentResponse
+$client->inventory->getAdjustment($request) -> GetInventoryAdjustmentResponse
-
@@ -6003,7 +6093,7 @@ $client->inventory->getAdjustment(
-$client->inventory->deprecatedBatchChange($request) -> BatchChangeInventoryResponse
+$client->inventory->deprecatedBatchChange($request) -> BatchChangeInventoryResponse
-
@@ -6077,7 +6167,7 @@ $client->inventory->deprecatedBatchChange(
-$client->inventory->deprecatedBatchGetChanges($request) -> BatchGetInventoryChangesResponse
+$client->inventory->deprecatedBatchGetChanges($request) -> BatchGetInventoryChangesResponse
-
@@ -6149,7 +6239,7 @@ $client->inventory->deprecatedBatchGetChanges(
-$client->inventory->deprecatedBatchGetCounts($request) -> BatchGetInventoryCountsResponse
+$client->inventory->deprecatedBatchGetCounts($request) -> BatchGetInventoryCountsResponse
-
@@ -6214,7 +6304,7 @@ $client->inventory->deprecatedBatchGetCounts(
-$client->inventory->batchCreateChanges($request) -> BatchChangeInventoryResponse
+$client->inventory->batchCreateChanges($request) -> BatchChangeInventoryResponse
-
@@ -6291,7 +6381,7 @@ $client->inventory->batchCreateChanges(
-$client->inventory->batchGetChanges($request) -> BatchGetInventoryChangesResponse
+$client->inventory->batchGetChanges($request) -> BatchGetInventoryChangesResponse
-
@@ -6369,7 +6459,7 @@ $client->inventory->batchGetChanges(
-$client->inventory->batchGetCounts($request) -> BatchGetInventoryCountsResponse
+$client->inventory->batchGetCounts($request) -> BatchGetInventoryCountsResponse
-
@@ -6443,7 +6533,7 @@ $client->inventory->batchGetCounts(
-$client->inventory->deprecatedGetPhysicalCount($request) -> GetInventoryPhysicalCountResponse
+$client->inventory->deprecatedGetPhysicalCount($request) -> GetInventoryPhysicalCountResponse
-
@@ -6505,7 +6595,7 @@ ID of the
-$client->inventory->getPhysicalCount($request) -> GetInventoryPhysicalCountResponse
+$client->inventory->getPhysicalCount($request) -> GetInventoryPhysicalCountResponse
-
@@ -6567,7 +6657,7 @@ ID of the
-$client->inventory->getTransfer($request) -> GetInventoryTransferResponse
+$client->inventory->getTransfer($request) -> GetInventoryTransferResponse
-
@@ -6626,7 +6716,7 @@ $client->inventory->getTransfer(
-$client->inventory->get($request) -> GetInventoryCountResponse
+$client->inventory->get($request) -> GetInventoryCountResponse
-
@@ -6713,7 +6803,7 @@ See the [Pagination](https://developer.squareup.com/docs/working-with-apis/pagin
-$client->inventory->changes($request) -> GetInventoryChangesResponse
+$client->inventory->changes($request) -> GetInventoryChangesResponse
-
@@ -6810,7 +6900,7 @@ See the [Pagination](https://developer.squareup.com/docs/working-with-apis/pagin
## Invoices
-$client->invoices->list($request) -> ListInvoicesResponse
+$client->invoices->list($request) -> ListInvoicesResponse
-
@@ -6896,7 +6986,7 @@ If not provided, the server uses a default limit of 100 invoices.
-$client->invoices->create($request) -> CreateInvoiceResponse
+$client->invoices->create($request) -> CreateInvoiceResponse
-
@@ -7019,7 +7109,7 @@ For more information, see [Idempotency](https://developer.squareup.com/docs/buil
-$client->invoices->search($request) -> SearchInvoicesResponse
+$client->invoices->search($request) -> SearchInvoicesResponse
-
@@ -7121,7 +7211,7 @@ For more information, see [Pagination](https://developer.squareup.com/docs/build
-$client->invoices->get($request) -> GetInvoiceResponse
+$client->invoices->get($request) -> GetInvoiceResponse
-
@@ -7179,7 +7269,7 @@ $client->invoices->get(
-$client->invoices->update($request) -> UpdateInvoiceResponse
+$client->invoices->update($request) -> UpdateInvoiceResponse
-
@@ -7289,7 +7379,7 @@ recommend using null values or the `remove` field when possible. For examples, s
-$client->invoices->delete($request) -> DeleteInvoiceResponse
+$client->invoices->delete($request) -> DeleteInvoiceResponse
-
@@ -7362,7 +7452,7 @@ If you do not know the version, you can call [GetInvoice](api-endpoint:Invoices-
-$client->invoices->createInvoiceAttachment($request) -> CreateInvoiceAttachmentResponse
+$client->invoices->createInvoiceAttachment($request) -> CreateInvoiceAttachmentResponse
-
@@ -7427,7 +7517,7 @@ $client->invoices->createInvoiceAttachment(
-$client->invoices->deleteInvoiceAttachment($request) -> DeleteInvoiceAttachmentResponse
+$client->invoices->deleteInvoiceAttachment($request) -> DeleteInvoiceAttachmentResponse
-
@@ -7495,7 +7585,7 @@ $client->invoices->deleteInvoiceAttachment(
-$client->invoices->cancel($request) -> CancelInvoiceResponse
+$client->invoices->cancel($request) -> CancelInvoiceResponse
-
@@ -7569,7 +7659,7 @@ If you do not know the version, you can call
-$client->invoices->publish($request) -> PublishInvoiceResponse
+$client->invoices->publish($request) -> PublishInvoiceResponse
-
@@ -7668,7 +7758,7 @@ For more information, see [Idempotency](https://developer.squareup.com/docs/buil
## Labor
-$client->labor->createScheduledShift($request) -> CreateScheduledShiftResponse
+$client->labor->createScheduledShift($request) -> CreateScheduledShiftResponse
-
@@ -7764,7 +7854,7 @@ shift location specified in `location_id`. Example for Pacific Standard Time: 20
-$client->labor->bulkPublishScheduledShifts($request) -> BulkPublishScheduledShiftsResponse
+$client->labor->bulkPublishScheduledShifts($request) -> BulkPublishScheduledShiftsResponse
-
@@ -7849,7 +7939,7 @@ See [ScheduledShiftNotificationAudience](#type-scheduledshiftnotificationaudienc
-$client->labor->searchScheduledShifts($request) -> SearchScheduledShiftsResponse
+$client->labor->searchScheduledShifts($request) -> SearchScheduledShiftsResponse
-
@@ -7938,7 +8028,7 @@ information, see [Pagination](https://developer.squareup.com/docs/build-basics/c
-$client->labor->retrieveScheduledShift($request) -> RetrieveScheduledShiftResponse
+$client->labor->retrieveScheduledShift($request) -> RetrieveScheduledShiftResponse
-
@@ -7996,7 +8086,7 @@ $client->labor->retrieveScheduledShift(
-$client->labor->updateScheduledShift($request) -> UpdateScheduledShiftResponse
+$client->labor->updateScheduledShift($request) -> UpdateScheduledShiftResponse
-
@@ -8097,7 +8187,7 @@ omitted, Square executes a blind write, potentially overwriting data from anothe
-$client->labor->publishScheduledShift($request) -> PublishScheduledShiftResponse
+$client->labor->publishScheduledShift($request) -> PublishScheduledShiftResponse
-
@@ -8195,7 +8285,7 @@ See [ScheduledShiftNotificationAudience](#type-scheduledshiftnotificationaudienc
-$client->labor->createTimecard($request) -> CreateTimecardResponse
+$client->labor->createTimecard($request) -> CreateTimecardResponse
-
@@ -8306,7 +8396,7 @@ $client->labor->createTimecard(
-$client->labor->searchTimecards($request) -> SearchTimecardsResponse
+$client->labor->searchTimecards($request) -> SearchTimecardsResponse
-
@@ -8405,7 +8495,7 @@ $client->labor->searchTimecards(
-$client->labor->retrieveTimecard($request) -> RetrieveTimecardResponse
+$client->labor->retrieveTimecard($request) -> RetrieveTimecardResponse
-
@@ -8463,7 +8553,7 @@ $client->labor->retrieveTimecard(
-$client->labor->updateTimecard($request) -> UpdateTimecardResponse
+$client->labor->updateTimecard($request) -> UpdateTimecardResponse
-
@@ -8566,7 +8656,7 @@ $client->labor->updateTimecard(
-$client->labor->deleteTimecard($request) -> DeleteTimecardResponse
+$client->labor->deleteTimecard($request) -> DeleteTimecardResponse
-
@@ -8625,7 +8715,7 @@ $client->labor->deleteTimecard(
## Locations
-$client->locations->list() -> ListLocationsResponse
+$client->locations->list() -> ListLocationsResponse
-
@@ -8665,7 +8755,7 @@ $client->locations->list();
-$client->locations->create($request) -> CreateLocationResponse
+$client->locations->create($request) -> CreateLocationResponse
-
@@ -8742,7 +8832,7 @@ The remaining fields are automatically added based on the data from the [main lo
-$client->locations->get($request) -> GetLocationResponse
+$client->locations->get($request) -> GetLocationResponse
-
@@ -8804,7 +8894,7 @@ The ID of the location to retrieve. Specify the string
-$client->locations->update($request) -> UpdateLocationResponse
+$client->locations->update($request) -> UpdateLocationResponse
-
@@ -8892,7 +8982,7 @@ $client->locations->update(
-$client->locations->checkouts($request) -> CreateCheckoutResponse
+$client->locations->checkouts($request) -> CreateCheckoutResponse
-
@@ -9181,7 +9271,7 @@ This value cannot exceed 60 characters.
## Loyalty
-$client->loyalty->searchEvents($request) -> SearchLoyaltyEventsResponse
+$client->loyalty->searchEvents($request) -> SearchLoyaltyEventsResponse
-
@@ -9283,7 +9373,7 @@ For more information, see [Pagination](https://developer.squareup.com/docs/build
## Merchants
-$client->merchants->list($request) -> ListMerchantsResponse
+$client->merchants->list($request) -> ListMerchantsResponse
-
@@ -9350,7 +9440,7 @@ $client->merchants->list(
-$client->merchants->get($request) -> GetMerchantResponse
+$client->merchants->get($request) -> GetMerchantResponse
-
@@ -9412,7 +9502,7 @@ then retrieve the merchant that is currently accessible to this call.
## Checkout
-$client->checkout->retrieveLocationSettings($request) -> RetrieveLocationSettingsResponse
+$client->checkout->retrieveLocationSettings($request) -> RetrieveLocationSettingsResponse
-
@@ -9470,7 +9560,7 @@ $client->checkout->retrieveLocationSettings(
-$client->checkout->updateLocationSettings($request) -> UpdateLocationSettingsResponse
+$client->checkout->updateLocationSettings($request) -> UpdateLocationSettingsResponse
-
@@ -9537,7 +9627,7 @@ $client->checkout->updateLocationSettings(
-$client->checkout->retrieveMerchantSettings() -> RetrieveMerchantSettingsResponse
+$client->checkout->retrieveMerchantSettings() -> RetrieveMerchantSettingsResponse
-
@@ -9576,7 +9666,7 @@ $client->checkout->retrieveMerchantSettings();
-$client->checkout->updateMerchantSettings($request) -> UpdateMerchantSettingsResponse
+$client->checkout->updateMerchantSettings($request) -> UpdateMerchantSettingsResponse
-
@@ -9635,7 +9725,7 @@ $client->checkout->updateMerchantSettings(
## Orders
-$client->orders->create($request) -> CreateOrderResponse
+$client->orders->create($request) -> CreateOrderResponse
-
@@ -9757,7 +9847,7 @@ $client->orders->create(
-$client->orders->batchGet($request) -> BatchGetOrdersResponse
+$client->orders->batchGet($request) -> BatchGetOrdersResponse
-
@@ -9832,7 +9922,7 @@ orders within the scope of the current authorization's merchant ID.
-$client->orders->calculate($request) -> CalculateOrderResponse
+$client->orders->calculate($request) -> CalculateOrderResponse
-
@@ -9931,7 +10021,7 @@ random strings used only to reference the reward tier.
-$client->orders->clone($request) -> CloneOrderResponse
+$client->orders->clone($request) -> CloneOrderResponse
-
@@ -10022,7 +10112,7 @@ For more information, see [Idempotency](https://developer.squareup.com/docs/buil
-$client->orders->search($request) -> SearchOrdersResponse
+$client->orders->search($request) -> SearchOrdersResponse
-
@@ -10175,7 +10265,7 @@ Default: `false`.
-$client->orders->get($request) -> GetOrderResponse
+$client->orders->get($request) -> GetOrderResponse
-
@@ -10233,7 +10323,7 @@ $client->orders->get(
-$client->orders->update($request) -> UpdateOrderResponse
+$client->orders->update($request) -> UpdateOrderResponse
-
@@ -10365,7 +10455,7 @@ For more information, see [Idempotency](https://developer.squareup.com/docs/buil
-$client->orders->pay($request) -> PayOrderResponse
+$client->orders->pay($request) -> PayOrderResponse
-
@@ -10475,7 +10565,7 @@ The payment total must match the order total.
## Payments
-$client->payments->list($request) -> ListPaymentsResponse
+$client->payments->list($request) -> ListPaymentsResponse
-
@@ -10713,7 +10803,7 @@ range is determined using the `updated_at` field for each Payment.
-$client->payments->create($request) -> CreatePaymentResponse
+$client->payments->create($request) -> CreatePaymentResponse
-
@@ -10837,6 +10927,8 @@ The amount must be specified in the smallest denomination of the applicable curr
(for example, US dollar amounts are specified in cents). For more information, see
[Working with Monetary Amounts](https://developer.squareup.com/docs/build-basics/working-with-monetary-amounts).
+Tips for external vendors such as a 3rd party delivery courier must be recorded using Order.service_charges.
+
The currency code must match the currency associated with the business
that is accepting the payment.
@@ -11115,7 +11207,7 @@ internal 1st-party callers only.
-$client->payments->cancelByIdempotencyKey($request) -> CancelPaymentByIdempotencyKeyResponse
+$client->payments->cancelByIdempotencyKey($request) -> CancelPaymentByIdempotencyKeyResponse
-
@@ -11183,7 +11275,7 @@ $client->payments->cancelByIdempotencyKey(
-$client->payments->get($request) -> GetPaymentResponse
+$client->payments->get($request) -> GetPaymentResponse
-
@@ -11241,7 +11333,7 @@ $client->payments->get(
-$client->payments->update($request) -> UpdatePaymentResponse
+$client->payments->update($request) -> UpdatePaymentResponse
-
@@ -11333,7 +11425,7 @@ For more information, see [Idempotency](https://developer.squareup.com/docs/buil
-$client->payments->cancel($request) -> CancelPaymentResponse
+$client->payments->cancel($request) -> CancelPaymentResponse
-
@@ -11392,7 +11484,7 @@ $client->payments->cancel(
-$client->payments->complete($request) -> CompletePaymentResponse
+$client->payments->complete($request) -> CompletePaymentResponse
-
@@ -11466,7 +11558,7 @@ the update fails and a response with a VERSION_MISMATCH error is returned.
## Payouts
-$client->payouts->list($request) -> ListPayoutsResponse
+$client->payouts->list($request) -> ListPayoutsResponse
-
@@ -11600,7 +11692,7 @@ Default: `100`
-$client->payouts->get($request) -> GetPayoutResponse
+$client->payouts->get($request) -> GetPayoutResponse
-
@@ -11659,7 +11751,7 @@ $client->payouts->get(
-$client->payouts->listEntries($request) -> ListPayoutEntriesResponse
+$client->payouts->listEntries($request) -> ListPayoutEntriesResponse
-
@@ -11757,7 +11849,7 @@ Default: `100`
## Refunds
-$client->refunds->list($request) -> ListPaymentRefundsResponse
+$client->refunds->list($request) -> ListPaymentRefundsResponse
-
@@ -11962,7 +12054,7 @@ Default: The current time.
-$client->refunds->refundPayment($request) -> RefundPaymentResponse
+$client->refunds->refundPayment($request) -> RefundPaymentResponse
-
@@ -12193,7 +12285,7 @@ Additional details required when recording an unlinked external refund
-$client->refunds->get($request) -> GetPaymentRefundResponse
+$client->refunds->get($request) -> GetPaymentRefundResponse
-
@@ -12252,7 +12344,7 @@ $client->refunds->get(
## Sites
-$client->sites->list() -> ListSitesResponse
+$client->sites->list() -> ListSitesResponse
-
@@ -12295,7 +12387,7 @@ $client->sites->list();
## Snippets
-$client->snippets->get($request) -> GetSnippetResponse
+$client->snippets->get($request) -> GetSnippetResponse
-
@@ -12358,7 +12450,7 @@ $client->snippets->get(
-$client->snippets->upsert($request) -> UpsertSnippetResponse
+$client->snippets->upsert($request) -> UpsertSnippetResponse
-
@@ -12433,7 +12525,7 @@ $client->snippets->upsert(
-$client->snippets->delete($request) -> DeleteSnippetResponse
+$client->snippets->delete($request) -> DeleteSnippetResponse
-
@@ -12497,7 +12589,7 @@ $client->snippets->delete(
## Subscriptions
-$client->subscriptions->create($request) -> CreateSubscriptionResponse
+$client->subscriptions->create($request) -> CreateSubscriptionResponse
-
@@ -12709,7 +12801,7 @@ a list of time zones, see [List of tz database time zones](https://en.wikipedia.
-$client->subscriptions->bulkSwapPlan($request) -> BulkSwapPlanResponse
+$client->subscriptions->bulkSwapPlan($request) -> BulkSwapPlanResponse
-
@@ -12794,7 +12886,7 @@ day.
-$client->subscriptions->search($request) -> SearchSubscriptionsResponse
+$client->subscriptions->search($request) -> SearchSubscriptionsResponse
-
@@ -12920,7 +13012,7 @@ The supported values are:
-$client->subscriptions->get($request) -> GetSubscriptionResponse
+$client->subscriptions->get($request) -> GetSubscriptionResponse
-
@@ -12993,7 +13085,7 @@ The supported query parameter values are:
-$client->subscriptions->update($request) -> UpdateSubscriptionResponse
+$client->subscriptions->update($request) -> UpdateSubscriptionResponse
-
@@ -13067,7 +13159,7 @@ be treated as a request to clear the relevant data.
-$client->subscriptions->deleteAction($request) -> DeleteSubscriptionActionResponse
+$client->subscriptions->deleteAction($request) -> DeleteSubscriptionActionResponse
-
@@ -13134,7 +13226,7 @@ $client->subscriptions->deleteAction(
-$client->subscriptions->changeBillingAnchorDate($request) -> ChangeBillingAnchorDateResponse
+$client->subscriptions->changeBillingAnchorDate($request) -> ChangeBillingAnchorDateResponse
-
@@ -13216,7 +13308,7 @@ is changed immediately.
-$client->subscriptions->cancel($request) -> CancelSubscriptionResponse
+$client->subscriptions->cancel($request) -> CancelSubscriptionResponse
-
@@ -13276,7 +13368,7 @@ $client->subscriptions->cancel(
-$client->subscriptions->listEvents($request) -> ListSubscriptionEventsResponse
+$client->subscriptions->listEvents($request) -> ListSubscriptionEventsResponse
-
@@ -13361,7 +13453,7 @@ in a paged response.
-$client->subscriptions->pause($request) -> PauseSubscriptionResponse
+$client->subscriptions->pause($request) -> PauseSubscriptionResponse
-
@@ -13477,7 +13569,7 @@ See [ChangeTiming](#type-changetiming) for possible values
-$client->subscriptions->resume($request) -> ResumeSubscriptionResponse
+$client->subscriptions->resume($request) -> ResumeSubscriptionResponse
-
@@ -13555,7 +13647,7 @@ See [ChangeTiming](#type-changetiming) for possible values
-$client->subscriptions->swapPlan($request) -> SwapPlanResponse
+$client->subscriptions->swapPlan($request) -> SwapPlanResponse
-
@@ -13642,7 +13734,7 @@ This field is required.
## TeamMembers
-$client->teamMembers->create($request) -> CreateTeamMemberResponse
+$client->teamMembers->create($request) -> CreateTeamMemberResponse
-
@@ -13742,7 +13834,7 @@ $client->teamMembers->create(
-$client->teamMembers->batchCreate($request) -> BatchCreateTeamMembersResponse
+$client->teamMembers->batchCreate($request) -> BatchCreateTeamMembersResponse
-
@@ -13840,7 +13932,7 @@ call [ListJobs](api-endpoint:Team-ListJobs).
-$client->teamMembers->batchUpdate($request) -> BatchUpdateTeamMembersResponse
+$client->teamMembers->batchUpdate($request) -> BatchUpdateTeamMembersResponse
-
@@ -13942,7 +14034,7 @@ call [ListJobs](api-endpoint:Team-ListJobs) to get the required `job_id` values.
-$client->teamMembers->search($request) -> SearchTeamMembersResponse
+$client->teamMembers->search($request) -> SearchTeamMembersResponse
-
@@ -14029,7 +14121,7 @@ The opaque cursor for fetching the next page. For more information, see
-$client->teamMembers->get($request) -> GetTeamMemberResponse
+$client->teamMembers->get($request) -> GetTeamMemberResponse
-
@@ -14088,7 +14180,7 @@ $client->teamMembers->get(
-$client->teamMembers->update($request) -> UpdateTeamMemberResponse
+$client->teamMembers->update($request) -> UpdateTeamMemberResponse
-
@@ -14195,7 +14287,7 @@ $client->teamMembers->update(
## Team
-$client->team->listJobs($request) -> ListJobsResponse
+$client->team->listJobs($request) -> ListJobsResponse
-
@@ -14257,7 +14349,7 @@ see [Pagination](https://developer.squareup.com/docs/build-basics/common-api-pat
-$client->team->createJob($request) -> CreateJobResponse
+$client->team->createJob($request) -> CreateJobResponse
-
@@ -14332,7 +14424,7 @@ but must be unique for each request. For more information, see
-$client->team->retrieveJob($request) -> RetrieveJobResponse
+$client->team->retrieveJob($request) -> RetrieveJobResponse
-
@@ -14390,7 +14482,7 @@ $client->team->retrieveJob(
-$client->team->updateJob($request) -> UpdateJobResponse
+$client->team->updateJob($request) -> UpdateJobResponse
-
@@ -14466,7 +14558,7 @@ to be included in the request. Optionally include `version` to enable optimistic
## Terminal
-$client->terminal->dismissTerminalAction($request) -> DismissTerminalActionResponse
+$client->terminal->dismissTerminalAction($request) -> DismissTerminalActionResponse
-
@@ -14526,7 +14618,7 @@ $client->terminal->dismissTerminalAction(
-$client->terminal->dismissTerminalCheckout($request) -> DismissTerminalCheckoutResponse
+$client->terminal->dismissTerminalCheckout($request) -> DismissTerminalCheckoutResponse
-
@@ -14584,7 +14676,7 @@ $client->terminal->dismissTerminalCheckout(
-$client->terminal->dismissTerminalRefund($request) -> DismissTerminalRefundResponse
+$client->terminal->dismissTerminalRefund($request) -> DismissTerminalRefundResponse
-
@@ -14643,7 +14735,7 @@ $client->terminal->dismissTerminalRefund(
## TransferOrders
-$client->transferOrders->create($request) -> CreateTransferOrderResponse
+$client->transferOrders->create($request) -> CreateTransferOrderResponse
-
@@ -14749,7 +14841,7 @@ any valid string but must be unique for every CreateTransferOrder request.
-$client->transferOrders->search($request) -> SearchTransferOrdersResponse
+$client->transferOrders->search($request) -> SearchTransferOrdersResponse
-
@@ -14848,7 +14940,7 @@ $client->transferOrders->search(
-$client->transferOrders->get($request) -> RetrieveTransferOrderResponse
+$client->transferOrders->get($request) -> RetrieveTransferOrderResponse
-
@@ -14912,7 +15004,7 @@ $client->transferOrders->get(
-$client->transferOrders->update($request) -> UpdateTransferOrderResponse
+$client->transferOrders->update($request) -> UpdateTransferOrderResponse
-
@@ -15020,7 +15112,7 @@ $client->transferOrders->update(
-$client->transferOrders->delete($request) -> DeleteTransferOrderResponse
+$client->transferOrders->delete($request) -> DeleteTransferOrderResponse
-
@@ -15091,7 +15183,7 @@ $client->transferOrders->delete(
-$client->transferOrders->cancel($request) -> CancelTransferOrderResponse
+$client->transferOrders->cancel($request) -> CancelTransferOrderResponse
-
@@ -15179,7 +15271,7 @@ any valid string but must be unique for every UpdateTransferOrder request.
-$client->transferOrders->receive($request) -> ReceiveTransferOrderResponse
+$client->transferOrders->receive($request) -> ReceiveTransferOrderResponse
-
@@ -15228,13 +15320,13 @@ $client->transferOrders->receive(
'receipt' => new TransferOrderGoodsReceipt([
'lineItems' => [
new TransferOrderGoodsReceiptLineItem([
- 'transferOrderLineUid' => 'transfer_order_line_uid',
+ 'transferOrderLineUid' => '1',
'quantityReceived' => '3',
'quantityDamaged' => '1',
'quantityCanceled' => '1',
]),
new TransferOrderGoodsReceiptLineItem([
- 'transferOrderLineUid' => 'transfer_order_line_uid',
+ 'transferOrderLineUid' => '2',
'quantityReceived' => '2',
'quantityCanceled' => '1',
]),
@@ -15293,7 +15385,7 @@ $client->transferOrders->receive(
-$client->transferOrders->start($request) -> StartTransferOrderResponse
+$client->transferOrders->start($request) -> StartTransferOrderResponse
-
@@ -15380,7 +15472,7 @@ any valid string but must be unique for every UpdateTransferOrder request.
## Vendors
-$client->vendors->batchCreate($request) -> BatchCreateVendorsResponse
+$client->vendors->batchCreate($request) -> BatchCreateVendorsResponse
-
@@ -15460,7 +15552,7 @@ $client->vendors->batchCreate(
-$client->vendors->batchGet($request) -> BatchGetVendorsResponse
+$client->vendors->batchGet($request) -> BatchGetVendorsResponse
-
@@ -15520,7 +15612,7 @@ $client->vendors->batchGet(
-$client->vendors->batchUpdate($request) -> BatchUpdateVendorsResponse
+$client->vendors->batchUpdate($request) -> BatchUpdateVendorsResponse
-
@@ -15588,7 +15680,7 @@ objects. The set is represented by a collection of `Vendor`-ID/`UpdateVendorReq
-$client->vendors->create($request) -> CreateVendorResponse
+$client->vendors->create($request) -> CreateVendorResponse
-
@@ -15681,7 +15773,7 @@ information.
-$client->vendors->search($request) -> SearchVendorsResponse
+$client->vendors->search($request) -> SearchVendorsResponse
-
@@ -15758,7 +15850,7 @@ See the [Pagination](https://developer.squareup.com/docs/working-with-apis/pagin
-$client->vendors->get($request) -> GetVendorResponse
+$client->vendors->get($request) -> GetVendorResponse
-
@@ -15816,7 +15908,7 @@ $client->vendors->get(
-$client->vendors->update($request) -> UpdateVendorResponse
+$client->vendors->update($request) -> UpdateVendorResponse
-
@@ -15887,12 +15979,38 @@ $client->vendors->update(
+
+
+
+
+## Mobile
+$client->mobile->authorizationCode()
+
+-
+
+#### 🔌 Usage
+
+
+-
+
+
+-
+
+```php
+$client->mobile->authorizationCode();
+```
+
+
+
+
+
+
## Bookings CustomAttributeDefinitions
-$client->bookings->customAttributeDefinitions->list($request) -> ListBookingCustomAttributeDefinitionsResponse
+$client->bookings->customAttributeDefinitions->list($request) -> ListBookingCustomAttributeDefinitionsResponse
-
@@ -15970,7 +16088,7 @@ For more information, see [Pagination](https://developer.squareup.com/docs/build
-$client->bookings->customAttributeDefinitions->create($request) -> CreateBookingCustomAttributeDefinitionResponse
+$client->bookings->customAttributeDefinitions->create($request) -> CreateBookingCustomAttributeDefinitionResponse
-
@@ -16061,7 +16179,7 @@ see [Idempotency](https://developer.squareup.com/docs/build-basics/common-api-pa
-$client->bookings->customAttributeDefinitions->get($request) -> RetrieveBookingCustomAttributeDefinitionResponse
+$client->bookings->customAttributeDefinitions->get($request) -> RetrieveBookingCustomAttributeDefinitionResponse
-
@@ -16139,7 +16257,7 @@ is higher than the current version, Square returns a `BAD_REQUEST` error.
-$client->bookings->customAttributeDefinitions->update($request) -> UpdateBookingCustomAttributeDefinitionResponse
+$client->bookings->customAttributeDefinitions->update($request) -> UpdateBookingCustomAttributeDefinitionResponse
-
@@ -16236,7 +16354,7 @@ see [Idempotency](https://developer.squareup.com/docs/build-basics/common-api-pa
-$client->bookings->customAttributeDefinitions->delete($request) -> DeleteBookingCustomAttributeDefinitionResponse
+$client->bookings->customAttributeDefinitions->delete($request) -> DeleteBookingCustomAttributeDefinitionResponse
-
@@ -16301,7 +16419,7 @@ $client->bookings->customAttributeDefinitions->delete(
## Bookings CustomAttributes
-$client->bookings->customAttributes->batchDelete($request) -> BulkDeleteBookingCustomAttributesResponse
+$client->bookings->customAttributes->batchDelete($request) -> BulkDeleteBookingCustomAttributesResponse
-
@@ -16374,7 +16492,7 @@ information needed to delete a custom attribute.
-$client->bookings->customAttributes->batchUpsert($request) -> BulkUpsertBookingCustomAttributesResponse
+$client->bookings->customAttributes->batchUpsert($request) -> BulkUpsertBookingCustomAttributesResponse
-
@@ -16447,7 +16565,7 @@ information needed to create or update a custom attribute.
-$client->bookings->customAttributes->list($request) -> ListBookingCustomAttributesResponse
+$client->bookings->customAttributes->list($request) -> ListBookingCustomAttributesResponse
-
@@ -16547,7 +16665,7 @@ attribute, information about the data type, or other definition details. The def
-$client->bookings->customAttributes->get($request) -> RetrieveBookingCustomAttributeResponse
+$client->bookings->customAttributes->get($request) -> RetrieveBookingCustomAttributeResponse
-
@@ -16648,7 +16766,7 @@ higher than the current version, Square returns a `BAD_REQUEST` error.
-$client->bookings->customAttributes->upsert($request) -> UpsertBookingCustomAttributeResponse
+$client->bookings->customAttributes->upsert($request) -> UpsertBookingCustomAttributeResponse
-
@@ -16754,7 +16872,7 @@ see [Idempotency](https://developer.squareup.com/docs/build-basics/common-api-pa
-$client->bookings->customAttributes->delete($request) -> DeleteBookingCustomAttributeResponse
+$client->bookings->customAttributes->delete($request) -> DeleteBookingCustomAttributeResponse
-
@@ -16832,7 +16950,7 @@ definition owner, you must use the qualified key.
## Bookings LocationProfiles
-$client->bookings->locationProfiles->list($request) -> ListLocationBookingProfilesResponse
+$client->bookings->locationProfiles->list($request) -> ListLocationBookingProfilesResponse
-
@@ -16900,7 +17018,7 @@ $client->bookings->locationProfiles->list(
## Bookings TeamMemberProfiles
-$client->bookings->teamMemberProfiles->list($request) -> ListTeamMemberBookingProfilesResponse
+$client->bookings->teamMemberProfiles->list($request) -> ListTeamMemberBookingProfilesResponse
-
@@ -16985,7 +17103,7 @@ $client->bookings->teamMemberProfiles->list(
-$client->bookings->teamMemberProfiles->get($request) -> GetTeamMemberBookingProfileResponse
+$client->bookings->teamMemberProfiles->get($request) -> GetTeamMemberBookingProfileResponse
-
@@ -17044,7 +17162,7 @@ $client->bookings->teamMemberProfiles->get(
## CashDrawers Shifts
-$client->cashDrawers->shifts->list($request) -> ListCashDrawerShiftsResponse
+$client->cashDrawers->shifts->list($request) -> ListCashDrawerShiftsResponse
-
@@ -17154,7 +17272,7 @@ default, 1000 max).
-$client->cashDrawers->shifts->get($request) -> GetCashDrawerShiftResponse
+$client->cashDrawers->shifts->get($request) -> GetCashDrawerShiftResponse
-
@@ -17222,7 +17340,7 @@ $client->cashDrawers->shifts->get(
-$client->cashDrawers->shifts->listEvents($request) -> ListCashDrawerShiftEventsResponse
+$client->cashDrawers->shifts->listEvents($request) -> ListCashDrawerShiftEventsResponse
-
@@ -17311,7 +17429,7 @@ default, 1000 max).
## Catalog Images
-$client->catalog->images->create($request) -> CreateCatalogImageResponse
+$client->catalog->images->create($request) -> CreateCatalogImageResponse
-
@@ -17357,7 +17475,7 @@ $client->catalog->images->create(
-$client->catalog->images->update($request) -> UpdateCatalogImageResponse
+$client->catalog->images->update($request) -> UpdateCatalogImageResponse
-
@@ -17419,7 +17537,7 @@ $client->catalog->images->update(
## Catalog Object
-$client->catalog->object->upsert($request) -> UpsertCatalogObjectResponse
+$client->catalog->object->upsert($request) -> UpsertCatalogObjectResponse
-
@@ -17508,7 +17626,7 @@ A CatalogObject to be created or updated.
-$client->catalog->object->get($request) -> GetCatalogObjectResponse
+$client->catalog->object->get($request) -> GetCatalogObjectResponse
-
@@ -17624,7 +17742,7 @@ in the response payload.
-$client->catalog->object->delete($request) -> DeleteCatalogObjectResponse
+$client->catalog->object->delete($request) -> DeleteCatalogObjectResponse
-
@@ -17696,7 +17814,7 @@ catalog item will delete its catalog item variations).
## Checkout PaymentLinks
-$client->checkout->paymentLinks->list($request) -> ListPaymentLinksResponse
+$client->checkout->paymentLinks->list($request) -> ListPaymentLinksResponse
-
@@ -17774,7 +17892,7 @@ Default value: `100`
-$client->checkout->paymentLinks->create($request) -> CreatePaymentLinkResponse
+$client->checkout->paymentLinks->create($request) -> CreatePaymentLinkResponse
-
@@ -17912,7 +18030,7 @@ For more information, see [Prepopulate the shipping address](https://developer.s
-$client->checkout->paymentLinks->get($request) -> GetPaymentLinkResponse
+$client->checkout->paymentLinks->get($request) -> GetPaymentLinkResponse
-
@@ -17970,7 +18088,7 @@ $client->checkout->paymentLinks->get(
-$client->checkout->paymentLinks->update($request) -> UpdatePaymentLinkResponse
+$client->checkout->paymentLinks->update($request) -> UpdatePaymentLinkResponse
-
@@ -18047,7 +18165,7 @@ For more information, see [Update a payment link](https://developer.squareup.com
-$client->checkout->paymentLinks->delete($request) -> DeletePaymentLinkResponse
+$client->checkout->paymentLinks->delete($request) -> DeletePaymentLinkResponse
-
@@ -18106,7 +18224,7 @@ $client->checkout->paymentLinks->delete(
## Customers CustomAttributeDefinitions
-$client->customers->customAttributeDefinitions->list($request) -> ListCustomerCustomAttributeDefinitionsResponse
+$client->customers->customAttributeDefinitions->list($request) -> ListCustomerCustomAttributeDefinitionsResponse
-
@@ -18186,7 +18304,7 @@ For more information, see [Pagination](https://developer.squareup.com/docs/build
-$client->customers->customAttributeDefinitions->create($request) -> CreateCustomerCustomAttributeDefinitionResponse
+$client->customers->customAttributeDefinitions->create($request) -> CreateCustomerCustomAttributeDefinitionResponse
-
@@ -18280,7 +18398,7 @@ see [Idempotency](https://developer.squareup.com/docs/build-basics/common-api-pa
-$client->customers->customAttributeDefinitions->get($request) -> GetCustomerCustomAttributeDefinitionResponse
+$client->customers->customAttributeDefinitions->get($request) -> GetCustomerCustomAttributeDefinitionResponse
-
@@ -18359,7 +18477,7 @@ is higher than the current version, Square returns a `BAD_REQUEST` error.
-$client->customers->customAttributeDefinitions->update($request) -> UpdateCustomerCustomAttributeDefinitionResponse
+$client->customers->customAttributeDefinitions->update($request) -> UpdateCustomerCustomAttributeDefinitionResponse
-
@@ -18462,7 +18580,7 @@ see [Idempotency](https://developer.squareup.com/docs/build-basics/common-api-pa
-$client->customers->customAttributeDefinitions->delete($request) -> DeleteCustomerCustomAttributeDefinitionResponse
+$client->customers->customAttributeDefinitions->delete($request) -> DeleteCustomerCustomAttributeDefinitionResponse
-
@@ -18525,7 +18643,7 @@ $client->customers->customAttributeDefinitions->delete(
-$client->customers->customAttributeDefinitions->batchUpsert($request) -> BatchUpsertCustomerCustomAttributesResponse
+$client->customers->customAttributeDefinitions->batchUpsert($request) -> BatchUpsertCustomerCustomAttributesResponse
-
@@ -18637,7 +18755,7 @@ information needed to create or update a custom attribute.
## Customers Groups
-$client->customers->groups->list($request) -> ListCustomerGroupsResponse
+$client->customers->groups->list($request) -> ListCustomerGroupsResponse
-
@@ -18714,7 +18832,7 @@ For more information, see [Pagination](https://developer.squareup.com/docs/build
-$client->customers->groups->create($request) -> CreateCustomerGroupResponse
+$client->customers->groups->create($request) -> CreateCustomerGroupResponse
-
@@ -18784,7 +18902,7 @@ $client->customers->groups->create(
-$client->customers->groups->get($request) -> GetCustomerGroupResponse
+$client->customers->groups->get($request) -> GetCustomerGroupResponse
-
@@ -18842,7 +18960,7 @@ $client->customers->groups->get(
-$client->customers->groups->update($request) -> UpdateCustomerGroupResponse
+$client->customers->groups->update($request) -> UpdateCustomerGroupResponse
-
@@ -18911,7 +19029,7 @@ $client->customers->groups->update(
-$client->customers->groups->delete($request) -> DeleteCustomerGroupResponse
+$client->customers->groups->delete($request) -> DeleteCustomerGroupResponse
-
@@ -18969,7 +19087,7 @@ $client->customers->groups->delete(
-$client->customers->groups->add($request) -> AddGroupToCustomerResponse
+$client->customers->groups->add($request) -> AddGroupToCustomerResponse
-
@@ -19039,7 +19157,7 @@ $client->customers->groups->add(
-$client->customers->groups->remove($request) -> RemoveGroupFromCustomerResponse
+$client->customers->groups->remove($request) -> RemoveGroupFromCustomerResponse
-
@@ -19110,7 +19228,7 @@ $client->customers->groups->remove(
## Customers Segments
-$client->customers->segments->list($request) -> ListCustomerSegmentsResponse
+$client->customers->segments->list($request) -> ListCustomerSegmentsResponse
-
@@ -19187,7 +19305,7 @@ For more information, see [Pagination](https://developer.squareup.com/docs/build
-$client->customers->segments->get($request) -> GetCustomerSegmentResponse
+$client->customers->segments->get($request) -> GetCustomerSegmentResponse
-
@@ -19246,7 +19364,7 @@ $client->customers->segments->get(
## Customers Cards
-$client->customers->cards->create($request) -> CreateCustomerCardResponse
+$client->customers->cards->create($request) -> CreateCustomerCardResponse
-
@@ -19369,7 +19487,7 @@ challenge results to indicate that Square has verified the buyer identity.
-$client->customers->cards->delete($request) -> DeleteCustomerCardResponse
+$client->customers->cards->delete($request) -> DeleteCustomerCardResponse
-
@@ -19437,7 +19555,7 @@ $client->customers->cards->delete(
## Customers CustomAttributes
-$client->customers->customAttributes->list($request) -> ListCustomerCustomAttributesResponse
+$client->customers->customAttributes->list($request) -> ListCustomerCustomAttributesResponse
-
@@ -19541,7 +19659,7 @@ attribute, information about the data type, or other definition details. The def
-$client->customers->customAttributes->get($request) -> GetCustomerCustomAttributeResponse
+$client->customers->customAttributes->get($request) -> GetCustomerCustomAttributeResponse
-
@@ -19646,7 +19764,7 @@ higher than the current version, Square returns a `BAD_REQUEST` error.
-$client->customers->customAttributes->upsert($request) -> UpsertCustomerCustomAttributeResponse
+$client->customers->customAttributes->upsert($request) -> UpsertCustomerCustomAttributeResponse
-
@@ -19756,7 +19874,7 @@ see [Idempotency](https://developer.squareup.com/docs/build-basics/common-api-pa
-$client->customers->customAttributes->delete($request) -> DeleteCustomerCustomAttributeResponse
+$client->customers->customAttributes->delete($request) -> DeleteCustomerCustomAttributeResponse
-
@@ -19832,7 +19950,7 @@ definition owner, you must use the qualified key.
## Devices Codes
-$client->devices->codes->list($request) -> ListDeviceCodesResponse
+$client->devices->codes->list($request) -> ListDeviceCodesResponse
-
@@ -19931,7 +20049,7 @@ Returns DeviceCodes of status `PAIRED` and `UNPAIRED` if empty.
-$client->devices->codes->create($request) -> CreateDeviceCodeResponse
+$client->devices->codes->create($request) -> CreateDeviceCodeResponse
-
@@ -20008,7 +20126,7 @@ See [Idempotency keys](https://developer.squareup.com/docs/build-basics/common-a
-$client->devices->codes->get($request) -> GetDeviceCodeResponse
+$client->devices->codes->get($request) -> GetDeviceCodeResponse
-
@@ -20067,7 +20185,7 @@ $client->devices->codes->get(
## Disputes Evidence
-$client->disputes->evidence->list($request) -> ListDisputeEvidenceResponse
+$client->disputes->evidence->list($request) -> ListDisputeEvidenceResponse
-
@@ -20138,7 +20256,7 @@ For more information, see [Pagination](https://developer.squareup.com/docs/build
-$client->disputes->evidence->get($request) -> GetDisputeEvidenceResponse
+$client->disputes->evidence->get($request) -> GetDisputeEvidenceResponse
-
@@ -20207,7 +20325,7 @@ $client->disputes->evidence->get(
-$client->disputes->evidence->delete($request) -> DeleteDisputeEvidenceResponse
+$client->disputes->evidence->delete($request) -> DeleteDisputeEvidenceResponse
-
@@ -20276,7 +20394,7 @@ $client->disputes->evidence->delete(
## GiftCards Activities
-$client->giftCards->activities->list($request) -> ListGiftCardActivitiesResponse
+$client->giftCards->activities->list($request) -> ListGiftCardActivitiesResponse
-
@@ -20429,7 +20547,7 @@ The order in which the endpoint returns the activities, based on `created_at`.
-$client->giftCards->activities->create($request) -> CreateGiftCardActivityResponse
+$client->giftCards->activities->create($request) -> CreateGiftCardActivityResponse
-
@@ -20509,7 +20627,7 @@ gift card, the `location_id` where the activity occurred, and the activity `type
## Labor BreakTypes
-$client->labor->breakTypes->list($request) -> ListBreakTypesResponse
+$client->labor->breakTypes->list($request) -> ListBreakTypesResponse
-
@@ -20591,7 +20709,7 @@ and 200. The default is 200.
-$client->labor->breakTypes->create($request) -> CreateBreakTypeResponse
+$client->labor->breakTypes->create($request) -> CreateBreakTypeResponse
-
@@ -20676,7 +20794,7 @@ $client->labor->breakTypes->create(
-$client->labor->breakTypes->get($request) -> GetBreakTypeResponse
+$client->labor->breakTypes->get($request) -> GetBreakTypeResponse
-
@@ -20734,7 +20852,7 @@ $client->labor->breakTypes->get(
-$client->labor->breakTypes->update($request) -> UpdateBreakTypeResponse
+$client->labor->breakTypes->update($request) -> UpdateBreakTypeResponse
-
@@ -20807,7 +20925,7 @@ $client->labor->breakTypes->update(
-$client->labor->breakTypes->delete($request) -> DeleteBreakTypeResponse
+$client->labor->breakTypes->delete($request) -> DeleteBreakTypeResponse
-
@@ -20868,7 +20986,7 @@ $client->labor->breakTypes->delete(
## Labor EmployeeWages
-$client->labor->employeeWages->list($request) -> ListEmployeeWagesResponse
+$client->labor->employeeWages->list($request) -> ListEmployeeWagesResponse
-
@@ -20947,7 +21065,7 @@ The maximum number of `EmployeeWage` results to return per page. The number can
-$client->labor->employeeWages->get($request) -> GetEmployeeWageResponse
+$client->labor->employeeWages->get($request) -> GetEmployeeWageResponse
-
@@ -21006,7 +21124,7 @@ $client->labor->employeeWages->get(
## Labor Shifts
-$client->labor->shifts->create($request) -> CreateShiftResponse
+$client->labor->shifts->create($request) -> CreateShiftResponse
-
@@ -21117,7 +21235,7 @@ $client->labor->shifts->create(
-$client->labor->shifts->search($request) -> SearchShiftsResponse
+$client->labor->shifts->search($request) -> SearchShiftsResponse
-
@@ -21216,7 +21334,7 @@ $client->labor->shifts->search(
-$client->labor->shifts->get($request) -> GetShiftResponse
+$client->labor->shifts->get($request) -> GetShiftResponse
-
@@ -21274,7 +21392,7 @@ $client->labor->shifts->get(
-$client->labor->shifts->update($request) -> UpdateShiftResponse
+$client->labor->shifts->update($request) -> UpdateShiftResponse
-
@@ -21376,7 +21494,7 @@ $client->labor->shifts->update(
-$client->labor->shifts->delete($request) -> DeleteShiftResponse
+$client->labor->shifts->delete($request) -> DeleteShiftResponse
-
@@ -21435,7 +21553,7 @@ $client->labor->shifts->delete(
## Labor TeamMemberWages
-$client->labor->teamMemberWages->list($request) -> ListTeamMemberWagesResponse
+$client->labor->teamMemberWages->list($request) -> ListTeamMemberWagesResponse
-
@@ -21517,7 +21635,7 @@ The maximum number of `TeamMemberWage` results to return per page. The number ca
-$client->labor->teamMemberWages->get($request) -> GetTeamMemberWageResponse
+$client->labor->teamMemberWages->get($request) -> GetTeamMemberWageResponse
-
@@ -21576,7 +21694,7 @@ $client->labor->teamMemberWages->get(
## Labor WorkweekConfigs
-$client->labor->workweekConfigs->list($request) -> ListWorkweekConfigsResponse
+$client->labor->workweekConfigs->list($request) -> ListWorkweekConfigsResponse
-
@@ -21643,7 +21761,7 @@ $client->labor->workweekConfigs->list(
-$client->labor->workweekConfigs->get($request) -> UpdateWorkweekConfigResponse
+$client->labor->workweekConfigs->get($request) -> UpdateWorkweekConfigResponse
-
@@ -21715,7 +21833,7 @@ $client->labor->workweekConfigs->get(
## Locations CustomAttributeDefinitions
-$client->locations->customAttributeDefinitions->list($request) -> ListLocationCustomAttributeDefinitionsResponse
+