V1Settlement

March 13, 2019 ยท View on GitHub

Description

V1Settlement

Properties

NameGetterSetterTypeDescriptionNotes
idgetId()setId($value)stringThe settlement's unique identifier.[optional]
statusgetStatus()setStatus($value)stringThe settlement's current status. See V1SettlementStatus for possible values[optional]
total_moneygetTotalMoney()setTotalMoney($value)\SquareConnect\Model\V1MoneyThe 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_atgetInitiatedAt()setInitiatedAt($value)stringThe time when the settlement was submitted for deposit or withdrawal, in ISO 8601 format.[optional]
bank_account_idgetBankAccountId()setBankAccountId($value)stringThe Square-issued unique identifier for the bank account associated with the settlement.[optional]
entriesgetEntries()setEntries($value)\SquareConnect\Model\V1SettlementEntry[]The entries included in this settlement.[optional]

Note: All properties are protected and only accessed via getters and setters.

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