V1Settlement
| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | The settlement's unique identifier. | [optional] |
| status | String | The settlement's current status. See V1SettlementStatus for possible values | [optional] |
| totalMoney | V1Money | The amount of money involved in the settlement. A positive amount indicates a deposit, and a negative amount indicates a withdrawal. This amount is never zero. | [optional] |
| initiatedAt | String | The time when the settlement was submitted for deposit or withdrawal, in ISO 8601 format. | [optional] |
| bankAccountId | String | The Square-issued unique identifier for the bank account associated with the settlement. | [optional] |
| entries | List<V1SettlementEntry> | The entries included in this settlement. | [optional] |