SquareConnect::V1Settlement
March 13, 2019 ยท View on GitHub
Description
V1Settlement
Properties
| 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] |
| total_money | 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] |
| initiated_at | String | The time when the settlement was submitted for deposit or withdrawal, in ISO 8601 format. | [optional] |
| bank_account_id | String | The Square-issued unique identifier for the bank account associated with the settlement. | [optional] |
| entries | Array<V1SettlementEntry> | The entries included in this settlement. | [optional] |