Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.16 KB

V1Settlement.md

File metadata and controls

24 lines (16 loc) · 1.16 KB

Square.Connect.Model.V1Settlement

Properties

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]

StatusEnum

Name Value
FAILED "FAILED"
SENT "SENT"

[Back to Model list] [Back to API list] [Back to README]