V1Settlement

March 13, 2019 ยท View on GitHub

squareconnect.models.v1_settlement

Description

V1Settlement

Properties

NameTypeDescriptionNotes
idstrThe settlement's unique identifier.[optional]
statusstrThe settlement's current status. See V1SettlementStatus for possible values[optional]
total_moneyV1MoneyThe 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_atstrThe time when the settlement was submitted for deposit or withdrawal, in ISO 8601 format.[optional]
bank_account_idstrThe Square-issued unique identifier for the bank account associated with the settlement.[optional]
entrieslist[V1SettlementEntry]The entries included in this settlement.[optional]

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