OrderTransactionDTO
id
stringRequiredThe ID of the transaction
order_id
stringRequiredThe ID of the associated order
The associated order
amount
numberRequiredThe amount of the transaction
currency_code
stringRequiredThe currency code of the transaction
reference
stringRequiredThe reference of the transaction
reference_id
stringRequiredThe ID of the reference
metadata
null | Record<string, unknown>RequiredThe metadata of the transaction
created_at
string | DateRequiredWhen the transaction was created
updated_at
string | DateRequiredWhen the transaction was updated
Was this section helpful?