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/models/refund.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Represents a refund processed for a Square transaction.
14
14
|`id`|`str`| Required | The refund's unique ID.<br>**Constraints**: *Maximum Length*: `255`|
15
15
|`location_id`|`str`| Required | The ID of the refund's associated location.<br>**Constraints**: *Maximum Length*: `50`|
16
16
|`transaction_id`|`str`| Optional | The ID of the transaction that the refunded tender is part of.<br>**Constraints**: *Maximum Length*: `192`|
17
-
|`tender_id`|`str`|Required| The ID of the refunded tender.<br>**Constraints**: *Maximum Length*: `192`|
17
+
|`tender_id`|`str`|Optional| The ID of the refunded tender.<br>**Constraints**: *Maximum Length*: `192`|
18
18
|`created_at`|`str`| Optional | The timestamp for when the refund was created, in RFC 3339 format.<br>**Constraints**: *Maximum Length*: `32`|
19
19
|`reason`|`str`| Required | The reason for the refund being issued.<br>**Constraints**: *Maximum Length*: `192`|
20
20
|`amount_money`|[`Money`](../../doc/models/money.md)| Required | Represents an amount of money. `Money` fields can be signed or unsigned.<br>Fields that do not explicitly define whether they are signed or unsigned are<br>considered unsigned and can only hold positive amounts. For signed fields, the<br>sign of the value indicates the purpose of the money transfer. See<br>[Working with Monetary Amounts](https://developer.squareup.com/docs/build-basics/working-with-monetary-amounts)<br>for more information. |
0 commit comments