Frontend | Backend | Api

Invoices\Models\Api\Item

Item

Property Description Returns
currency Get the currency Currency
amountAsMoney Get the amount as a Money object Money
unitAmount Get the unit amount Money
discountAsMoney Get the discount as a Money object Money
unitDiscount Get the unit discount Money
netUnitAmount Get the net unit amount Money
taxAsMoney Get the tax as a Money object Money
unitTax Get the unit tax Money
quantityRefunded Get the quantity refunded int
pendingOrSuccessfullyRefundedItems Get the pending or successfully refunded items array
taxableType Could this item be taxed? bool
id int
type string
code string
text string
quantity int
quantityUnit string
tax string
taxRate string
discount string
amount string
created Date the record was created. DateTime
modified Last modification date for the record. DateTime
invoice Invoice
refundItems Collection (RefundItem)