Name | Getter | Setter | Type | Description | Notes |
---|---|---|---|---|---|
payment_id | getPaymentId() | setPaymentId($value) | string | The settlement's unique identifier. | [optional] |
type | getType() | setType($value) | string | The settlement's current status. | [optional] |
amount_money | getAmountMoney() | setAmountMoney($value) | \SquareConnect\Model\V1Money | The total amount of money this entry contributes to the total settlement amount. | [optional] |
fee_money | getFeeMoney() | setFeeMoney($value) | \SquareConnect\Model\V1Money | The amount of all Square fees associated with this settlement entry. This value is always negative or zero. | [optional] |
Note: All properties are protected and only accessed via getters and setters.