Transaction
Interface
Transaction interface shared by all kind of transactions (Debit, Credit)
Fields
#
account
balanceInHostCurrency
The balance after the Transaction has run. Only for financially active accounts.
createdAt
description
expense
giftCardEmitterAccount
host
hostCurrencyFxRate
Exchange rate between the currency of the transaction and the currency of the host (transaction.amount * transaction.hostCurrencyFxRate = transaction.amountInHostCurrency)
hostFee
invoiceTemplate
isDisputed
isInReview
isRefund
isRefunded
kind
oppositeAccount
order
paymentMethod
paymentProcessorFee
payoutMethod
permissions
refundTransaction
updatedAt
Implementations
#
Usages
#
References
#
- Field transactions from Order
- Field nodes from TransactionCollection
- Field transaction from Activity
TimeUnit