Triggered when a payment or refund is added to an order, or when an existing payment is updated.
Contains the ID of the updated order and details of its associated transactions, as well as IDs of the updated payments and refunds.
handler(event: OrderTransactionsDetailsUpdatedEnvelope): void | Promise<void>