Skip to content

Commit 89dfe4b

Browse files
authored
Merge pull request #140 from square/eden/update-optional-tender-id
Update docs to reflect optional `tender_id`.
2 parents bea143b + bb6043a commit 89dfe4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/models/refund.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Represents a refund processed for a Square transaction.
1414
| `id` | `str` | Required | The refund's unique ID.<br>**Constraints**: *Maximum Length*: `255` |
1515
| `location_id` | `str` | Required | The ID of the refund's associated location.<br>**Constraints**: *Maximum Length*: `50` |
1616
| `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` |
1818
| `created_at` | `str` | Optional | The timestamp for when the refund was created, in RFC 3339 format.<br>**Constraints**: *Maximum Length*: `32` |
1919
| `reason` | `str` | Required | The reason for the refund being issued.<br>**Constraints**: *Maximum Length*: `192` |
2020
| `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

Comments
 (0)