Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.27 KB

CreditNoteLineItem.md

File metadata and controls

21 lines (16 loc) · 1.27 KB

CreditNoteLineItem

Properties

Name Type Description Notes
item str, none_type [optional]
name str, none_type The credit note line item's name. [optional]
description str, none_type The credit note line item's description. [optional]
quantity str, none_type The credit note line item's quantity. [optional]
memo str, none_type The credit note line item's memo. [optional]
unit_price str, none_type The credit note line item's unit price. [optional]
tax_rate str, none_type The credit note line item's tax rate. [optional]
total_line_amount str, none_type The credit note line item's total. [optional]
tracking_category str, none_type The purchase order line item's associated tracking category. [optional]
account str, none_type The credit note line item's account. [optional]
remote_id str, none_type The third-party API ID of the matching object. [optional]

[Back to Model list] [Back to API list] [Back to README]