Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 962 Bytes

File metadata and controls

24 lines (18 loc) · 962 Bytes

Transaction

squareconnect.models.transaction

Description

Represents a transaction processed with Square, either with the Connect API or with Square Register. The tenders field of this object lists all methods of payment used to pay in the transaction.

Properties

Name Type Notes
id str [optional]
location_id str [optional]
created_at str [optional]
tenders list[Tender] [optional]
refunds list[Refund] [optional]
reference_id str [optional]
product str [optional]
client_id str [optional]
order Order [optional]
shipping_address Address [optional]

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