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/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*: `'2022-08-17'`|
8
+
|`squareVersion`|`string`| Square Connect API versions<br>*Default*: `'2022-08-23'`|
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`**|
11
11
|`timeout`|`int`| Timeout for API calls in seconds.<br>*Default*: `60`|
@@ -27,7 +27,7 @@ The API client can be initialized as follows:
Copy file name to clipboardExpand all lines: doc/models/buy-now-pay-later-details.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,15 +11,17 @@ Additional details about a Buy Now Pay Later payment type.
11
11
12
12
| Name | Type | Tags | Description | Getter | Setter |
13
13
| --- | --- | --- | --- | --- | --- |
14
-
|`brand`|`?string`| Optional | The brand used for the Buy Now Pay Later payment.<br>The brand can be `AFTERPAY` or `UNKNOWN`.<br>**Constraints**: *Maximum Length*: `50`| getBrand(): ?string | setBrand(?string brand): void |
14
+
|`brand`|`?string`| Optional | The brand used for the Buy Now Pay Later payment.<br>The brand can be `AFTERPAY`, `CLEARPAY` or `UNKNOWN`.<br>**Constraints**: *Maximum Length*: `50`| getBrand(): ?string | setBrand(?string brand): void |
0 commit comments