Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 2.17 KB

POSTBillingPreviewInvoiceItem.md

File metadata and controls

25 lines (22 loc) · 2.17 KB

Zuora::POSTBillingPreviewInvoiceItem

Properties

Name Type Description Notes
charge_amount String The amount of the charge. This amount doesn't include taxes regardless if the charge's tax mode is inclusive or exclusive. [optional]
charge_date DateTime The date when the invoice item was created. [optional]
charge_description String Description of the charge. [optional]
charge_id String Id of the charge. [optional]
charge_name String Name of the charge. [optional]
charge_number String Number of the charge. [optional]
charge_type String The type of charge. Possible values are `OneTime`, `Recurring`, and `Usage`. [optional]
id String Invoice item ID. [optional]
processing_type String Identifies the kind of charge. Possible values: * charge * discount * prepayment * tax [optional]
product_name String Name of the product associated with this item. [optional]
quantity String 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, in `yyyy-mm-dd` format. [optional]
service_start_date Date Start date of the service period for this item, in `yyyy-mm-dd` format. If the charge is a one-time fee, this is the date of that charge. [optional]
subscription_id String ID of the subscription associated with this item. [optional]
subscription_name String Name of the subscription associated with this item. [optional]
subscription_number String Number of the subscription associated with this item. [optional]
tax_amount String Tax applied to the charge. This field returns `0` becasue the BillingPreview operation does not calculate taxes for charges in the subscription. [optional]
unit_of_measure String Unit used to measure consumption. [optional]