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
|`limit`|`Integer`| Query, Optional | The maximum number of results to return in a paged response. |
263
+
|`cursor`|`String`| Query, Optional | The pagination cursor from the preceding response to return the next page of the results. Do not set this when retrieving the first page of the results. |
|`body`|[`BulkSwapPlanRequest`](../../doc/models/bulk-swap-plan-request.md)| Body, Required | An object containing the fields to POST for the request.<br><br>See the corresponding object definition for field details. |
|`subscriptionId`|`String`| Template, Required | The ID of the subscription to update the billing anchor date. |
325
+
|`body`|[`ChangeBillingAnchorDateRequest`](../../doc/models/change-billing-anchor-date-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/client.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ The following parameters are configurable for the API Client:
5
5
6
6
| Parameter | Type | Description |
7
7
| --- | --- | --- |
8
-
|`squareVersion`|`String`| Square Connect API versions<br>*Default*: `"2023-09-25"`|
8
+
|`squareVersion`|`String`| Square Connect API versions<br>*Default*: `"2023-10-18"`|
9
9
|`customUrl`|`String`| Sets the base URL requests are made to. Defaults to `https://connect.squareup.com`<br>*Default*: `"https://connect.squareup.com"`|
10
10
|`environment`|`string`| The API environment. <br> **Default: `production`**|
|`NewPlanVariationId`|`String`| Required | The ID of the new subscription plan variation.<br><br>This field is required.<br>**Constraints**: *Minimum Length*: `1`| String getNewPlanVariationId() |
16
+
|`OldPlanVariationId`|`String`| Required | The ID of the plan variation whose subscriptions should be swapped. Active subscriptions<br>using this plan variation will be subscribed to the new plan variation on their next billing<br>day.<br>**Constraints**: *Minimum Length*: `1`| String getOldPlanVariationId() |
17
+
|`LocationId`|`String`| Required | The ID of the location to associate with the swapped subscriptions.<br>**Constraints**: *Minimum Length*: `1`| String getLocationId() |
0 commit comments