A TenderTransaction represents a transaction with financial impact on a shop's balance sheet. A tender transaction always
represents actual money movement between a buyer and a shop. TenderTransactions can be used instead of OrderTransactions
for reconciling a shop's cash flow. A TenderTransaction is immutable once created.
Access Scopes
`read_orders` access scope.
Fields
amount:
MoneyV2! -
The amount and currency of the tender transaction.