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

Latest commit

 

History

History
18 lines (12 loc) · 912 Bytes

V1SettlementEntry.md

File metadata and controls

18 lines (12 loc) · 912 Bytes

V1SettlementEntry

squareconnect.models.v1_settlement_entry

Description

V1SettlementEntry

Properties

Name Type Description Notes
payment_id str The settlement's unique identifier. [optional]
type str The settlement's current status. See V1SettlementEntryType for possible values [optional]
amount_money V1Money The total amount of money this entry contributes to the total settlement amount. [optional]
fee_money V1Money The amount of all Square fees associated with this settlement entry. This value is always negative or zero. [optional]

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