squareconnect.models.transaction
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.
| 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] |