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