Square.Connect.Model.V1Settlement

July 10, 2019 ยท View on GitHub

Description

V1Settlement

Properties

NameTypeDescriptionNotes
IdstringThe settlement's unique identifier.[optional]
StatusstringThe settlement's current status. See V1SettlementStatus for possible values[optional]
TotalMoneyV1MoneyThe 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]
InitiatedAtstringThe time when the settlement was submitted for deposit or withdrawal, in ISO 8601 format.[optional]
BankAccountIdstringThe 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]