Debit Object
This represents a Debit transaction
Fields
#
kind
description
hostCurrencyFxRate
Exchange rate between the currency of the transaction and the currency of the host (transaction.amount * transaction.hostCurrencyFxRate = transaction.amountInHostCurrency)
host
account
The account on the main side of the transaction (CREDIT -> recipient, DEBIT -> sender)
oppositeAccount
The account on the opposite side of the transaction (CREDIT -> sender, DEBIT -> recipient)
giftCardEmitterAccount
Account that emitted the gift card used for this transaction (if any)
createdAt
updatedAt
expense
order
isRefunded
isRefund
isDisputed
isInReview
paymentMethod
payoutMethod
permissions
The permissions given to current logged in user for this transaction
refundTransaction
balanceInHostCurrency
The balance after the Transaction has run. Only for financially active accounts.
invoiceTemplate
Interfaces
#
Also implements Transaction .
DateTimeField