Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.43 KB

V1Settlement.md

File metadata and controls

16 lines (12 loc) · 1.43 KB

V1Settlement

Properties

Name Getter Setter Type Description Notes
id getId() setId($value) string The settlement's unique identifier. [optional]
status getStatus() setStatus($value) string The settlement's current status. [optional]
total_money getTotalMoney() setTotalMoney($value) \SquareConnect\Model\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]
initiated_at getInitiatedAt() setInitiatedAt($value) string The time when the settlement was submitted for deposit or withdrawal, in ISO 8601 format. [optional]
bank_account_id getBankAccountId() setBankAccountId($value) string The Square-issued unique identifier for the bank account associated with the settlement. [optional]
entries getEntries() 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]