Frontend | Backend | Api

Invoices\Models\Api\Transaction

Transaction

Property Description Returns
currency Get the currency Currency
amountAsMoney Get the amount as a Money object Money
amountCaptured The amount captured. This strictly matches captures and deducts any amounts which have been refunded. Money
amountAuthorized Get the amount authorized. This strictly matches authorizations and deducts any amounts which have been voided or captured. Money
amountVoided Get the amount which has been voided Money
amountRefunded Get the amount refunded Money
id int
externalId string
type string
status string
amount string
data array
created Date the record was created. DateTime
invoice Invoice
parent Transaction
children Collection (Transaction)