A rounding adjustment of the money being returned. Commonly used to apply Cash Rounding when the minimum unit of account is smaller than the lowest physical denomination of currency.
Name | Getter | Setter | Type | Description | Notes |
---|---|---|---|---|---|
uid | getUid() | setUid($value) | string | Unique ID that identifies the rounding adjustment only within this order. | [optional] |
name | getName() | setName($value) | string | The name of the rounding adjustment from the original sale Order. | [optional] |
amount_money | getAmountMoney() | setAmountMoney($value) | \SquareConnect\Model\Money | Actual rounding adjustment amount. | [optional] |
Note: All properties are protected and only accessed via getters and setters.