Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 658 Bytes

InvoiceItem.md

File metadata and controls

18 lines (12 loc) · 658 Bytes

InvoiceItem

An object representing an item within an invoice.

Properties

Name Type Required Description Examples
name string ☑️ The name of the item.
price number ☑️ The price of the item.
quantity number ☑️ The quantity of the item. Must be greater than or equal to 0.
referenceId string The reference ID of the item.
url string The URL associated with the item.
category string The category of the item.

[Back to README]