Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 656 Bytes

File metadata and controls

16 lines (10 loc) · 656 Bytes

Money

squareconnect.models.money

Description

Represents an amount of money. Important: Unlike version 1 of the Connect API, all monetary amounts returned by v2 endpoints are positive. (In v1, monetary amounts are negative if they represent money being paid by a merchant, instead of money being paid to a merchant.)

Properties

Name Type Notes
amount int [optional]
currency str [optional]

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