Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 711 Bytes

InvoiceItem.md

File metadata and controls

19 lines (13 loc) · 711 Bytes

InvoiceItem

xendit.invoice.model.InvoiceItem

An object representing an item within an invoice.

Properties

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

[Back to README]