Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 2.28 KB

InvoiceItem.md

File metadata and controls

26 lines (22 loc) · 2.28 KB

InvoiceItem

Properties

Name Type Description Notes
integration_id__ns str ID of the corresponding object in NetSuite. Only available if you have installed the Zuora Connector for NetSuite. [optional]
integration_status__ns str Status of the invoice item's synchronization with NetSuite. Only available if you have installed the Zuora Connector for NetSuite. [optional]
sync_date__ns str Date when the invoice item was synchronized with NetSuite. Only available if you have installed the Zuora Connector for NetSuite. [optional]
charge_amount str The amount of the charge. This amount does not include taxes regardless if the charge's tax mode is inclusive or exclusive. [optional]
charge_description str Description of the charge. [optional]
charge_id str ID of the charge. [optional]
charge_name str Name of the charge. [optional]
id str Item ID. [optional]
product_name str Name of the product associated with this item. [optional]
quantity str Quantity of this item, in the configured unit of measure for the charge. [optional]
service_end_date date End date of the service period for this item, i.e., the last day of the service period, as yyyy-mm-dd. [optional]
service_start_date date Start date of the service period for this item, as yyyy-mm-dd. For a one-time fee item, the date of the charge. [optional]
subscription_id str ID of the subscription for this item. [optional]
subscription_name str Name of the subscription for this item. [optional]
success bool Returns `true` if the request was processed successfully. [optional]
tax_amount str Tax applied to the charge. [optional]
unit_of_measure str Unit used to measure consumption. [optional]

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