Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 936 Bytes

V1Settlement.md

File metadata and controls

15 lines (11 loc) · 936 Bytes

SquareConnect::V1Settlement

Description

Properties

Name Type Description Notes
id String The settlement's unique identifier. [optional]
status String The settlement's current status. [optional]
total_money 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 String The time when the settlement was submitted for deposit or withdrawal, in ISO 8601 format. [optional]
bank_account_id String The Square-issued unique identifier for the bank account associated with the settlement. [optional]
entries Array<V1SettlementEntry> The entries included in this settlement. [optional]