Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 1009 Bytes

V1Settlement.md

File metadata and controls

17 lines (12 loc) · 1009 Bytes

SquareConnect.V1Settlement

Description

V1Settlement

Properties

Name Type Description Notes
id String The settlement's unique identifier. [optional]
status String The settlement's current status. See V1SettlementStatus for possible values [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 [V1SettlementEntry] The entries included in this settlement. [optional]