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

Latest commit

 

History

History
19 lines (12 loc) · 1003 Bytes

File metadata and controls

19 lines (12 loc) · 1003 Bytes

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]
totalMoney 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]
initiatedAt String The time when the settlement was submitted for deposit or withdrawal, in ISO 8601 format. [optional]
bankAccountId String The Square-issued unique identifier for the bank account associated with the settlement. [optional]
entries List<V1SettlementEntry> The entries included in this settlement. [optional]