You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/apple-pay.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,11 +29,11 @@ def register_domain(self,
29
29
30
30
| Parameter | Type | Tags | Description |
31
31
| --- | --- | --- | --- |
32
-
|`body`|[`Register Domain Request`]($m/RegisterDomainRequest)| Body, Required | An object containing the fields to POST for the request.<br><br>See the corresponding object definition for field details. |
32
+
|`body`|[`Register Domain Request`](/doc/models/register-domain-request.md)| Body, Required | An object containing the fields to POST for the request.<br><br>See the corresponding object definition for field details. |
|`location_id`|`string`| Query, Required | The ID of the location to query for a list of cash drawer shifts. |
37
-
|`sort_order`|[`str (Sort Order)`]($m/SortOrder)| Query, Optional | The order in which cash drawer shifts are listed in the response,<br>based on their opened_at field. Default value: ASC |
37
+
|`sort_order`|[`str (Sort Order)`](/doc/models/sort-order.md)| Query, Optional | The order in which cash drawer shifts are listed in the response,<br>based on their opened_at field. Default value: ASC |
38
38
|`begin_time`|`string`| Query, Optional | The inclusive start time of the query on opened_at, in ISO 8601 format. |
39
39
|`end_time`|`string`| Query, Optional | The exclusive end date of the query on opened_at, in ISO 8601 format. |
40
40
|`limit`|`int`| Query, Optional | Number of cash drawer shift events in a page of results (200 by<br>default, 1000 max). |
41
41
|`cursor`|`string`| Query, Optional | Opaque cursor for fetching the next page of results. |
|`body`|[`Batch Delete Catalog Objects Request`]($m/BatchDeleteCatalogObjectsRequest)| Body, Required | An object containing the fields to POST for the request.<br><br>See the corresponding object definition for field details. |
48
+
|`body`|[`Batch Delete Catalog Objects Request`](/doc/models/batch-delete-catalog-objects-request.md)| Body, Required | An object containing the fields to POST for the request.<br><br>See the corresponding object definition for field details. |
|`body`|[`Batch Retrieve Catalog Objects Request`]($m/BatchRetrieveCatalogObjectsRequest)| Body, Required | An object containing the fields to POST for the request.<br><br>See the corresponding object definition for field details. |
86
+
|`body`|[`Batch Retrieve Catalog Objects Request`](/doc/models/batch-retrieve-catalog-objects-request.md)| Body, Required | An object containing the fields to POST for the request.<br><br>See the corresponding object definition for field details. |
|`body`|[`Batch Upsert Catalog Objects Request`]($m/BatchUpsertCatalogObjectsRequest)| Body, Required | An object containing the fields to POST for the request.<br><br>See the corresponding object definition for field details. |
128
+
|`body`|[`Batch Upsert Catalog Objects Request`](/doc/models/batch-upsert-catalog-objects-request.md)| Body, Required | An object containing the fields to POST for the request.<br><br>See the corresponding object definition for field details. |
|`body`|[`Upsert Catalog Object Request`]($m/UpsertCatalogObjectRequest)| Body, Required | An object containing the fields to POST for the request.<br><br>See the corresponding object definition for field details. |
356
+
|`body`|[`Upsert Catalog Object Request`](/doc/models/upsert-catalog-object-request.md)| Body, Required | An object containing the fields to POST for the request.<br><br>See the corresponding object definition for field details. |
|`body`|[`Search Catalog Objects Request`]($m/SearchCatalogObjectsRequest)| Body, Required | An object containing the fields to POST for the request.<br><br>See the corresponding object definition for field details. |
486
+
|`body`|[`Search Catalog Objects Request`](/doc/models/search-catalog-objects-request.md)| Body, Required | An object containing the fields to POST for the request.<br><br>See the corresponding object definition for field details. |
|`body`|[`Update Item Modifier Lists Request`]($m/UpdateItemModifierListsRequest)| Body, Required | An object containing the fields to POST for the request.<br><br>See the corresponding object definition for field details. |
526
+
|`body`|[`Update Item Modifier Lists Request`](/doc/models/update-item-modifier-lists-request.md)| Body, Required | An object containing the fields to POST for the request.<br><br>See the corresponding object definition for field details. |
|`body`|[`Update Item Taxes Request`]($m/UpdateItemTaxesRequest)| Body, Required | An object containing the fields to POST for the request.<br><br>See the corresponding object definition for field details. |
563
+
|`body`|[`Update Item Taxes Request`](/doc/models/update-item-taxes-request.md)| Body, Required | An object containing the fields to POST for the request.<br><br>See the corresponding object definition for field details. |
Copy file name to clipboardExpand all lines: doc/checkout.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,11 +25,11 @@ def create_checkout(self,
25
25
| Parameter | Type | Tags | Description |
26
26
| --- | --- | --- | --- |
27
27
|`location_id`|`string`| Template, Required | The ID of the business location to associate the checkout with. |
28
-
|`body`|[`Create Checkout Request`]($m/CreateCheckoutRequest)| Body, Required | An object containing the fields to POST for the request.<br><br>See the corresponding object definition for field details. |
28
+
|`body`|[`Create Checkout Request`](/doc/models/create-checkout-request.md)| Body, Required | An object containing the fields to POST for the request.<br><br>See the corresponding object definition for field details. |
Copy file name to clipboardExpand all lines: doc/customers.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,12 +35,12 @@ def list_customers(self,
35
35
| Parameter | Type | Tags | Description |
36
36
| --- | --- | --- | --- |
37
37
|`cursor`|`string`| Query, Optional | A pagination cursor returned by a previous call to this endpoint.<br>Provide this to retrieve the next set of results for your original query.<br><br>See the [Pagination guide](https://developer.squareup.com/docs/working-with-apis/pagination) for more information. |
38
-
|`sort_field`|[`str (Customer Sort Field)`]($m/CustomerSortField)| Query, Optional | Indicates how Customers should be sorted.<br><br>Default: `DEFAULT`. |
39
-
|`sort_order`|[`str (Sort Order)`]($m/SortOrder)| Query, Optional | Indicates whether Customers should be sorted in ascending (`ASC`) or<br>descending (`DESC`) order.<br><br>Default: `ASC`. |
38
+
|`sort_field`|[`str (Customer Sort Field)`](/doc/models/customer-sort-field.md)| Query, Optional | Indicates how Customers should be sorted.<br><br>Default: `DEFAULT`. |
39
+
|`sort_order`|[`str (Sort Order)`](/doc/models/sort-order.md)| Query, Optional | Indicates whether Customers should be sorted in ascending (`ASC`) or<br>descending (`DESC`) order.<br><br>Default: `ASC`. |
|`body`|[`Create Customer Request`]($m/CreateCustomerRequest)| Body, Required | An object containing the fields to POST for the request.<br><br>See the corresponding object definition for field details. |
78
+
|`body`|[`Create Customer Request`](/doc/models/create-customer-request.md)| Body, Required | An object containing the fields to POST for the request.<br><br>See the corresponding object definition for field details. |
|`body`|[`Search Customers Request`]($m/SearchCustomersRequest)| Body, Required | An object containing the fields to POST for the request.<br><br>See the corresponding object definition for field details. |
126
+
|`body`|[`Search Customers Request`](/doc/models/search-customers-request.md)| Body, Required | An object containing the fields to POST for the request.<br><br>See the corresponding object definition for field details. |
|`customer_id`|`string`| Template, Required | The ID of the customer to update. |
245
-
|`body`|[`Update Customer Request`]($m/UpdateCustomerRequest)| Body, Required | An object containing the fields to POST for the request.<br><br>See the corresponding object definition for field details. |
245
+
|`body`|[`Update Customer Request`](/doc/models/update-customer-request.md)| Body, Required | An object containing the fields to POST for the request.<br><br>See the corresponding object definition for field details. |
|`customer_id`|`string`| Template, Required | The Square ID of the customer profile the card is linked to. |
287
-
|`body`|[`Create Customer Card Request`]($m/CreateCustomerCardRequest)| Body, Required | An object containing the fields to POST for the request.<br><br>See the corresponding object definition for field details. |
287
+
|`body`|[`Create Customer Card Request`](/doc/models/create-customer-card-request.md)| Body, Required | An object containing the fields to POST for the request.<br><br>See the corresponding object definition for field details. |
0 commit comments