Name | Type | Description | Notes |
---|---|---|---|
Id | string | The settlement's unique identifier. | [optional] |
Status | StatusEnum | The settlement's current status. | [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] |
Name | Value |
---|---|
FAILED | "FAILED" |
SENT | "SENT" |