Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.48 KB

File metadata and controls

19 lines (15 loc) · 1.48 KB

POSTSubscriptionPreviewCreditMemoItemsType

Properties

Name Type Description Notes
amount_without_tax float The credit memo item amount excluding tax. [optional]
charge_amount float The amount of the credit memo item. For tax-inclusive credit memo items, the amount indicates the credit memo item amount including tax. For tax-exclusive credit memo items, the amount indicates the credit memo item amount excluding tax [optional]
charge_description str Description of this credit memo item. [optional]
charge_name str Name of this credit memo item. [optional]
product_name str Name of the product associated with this credit memo item. [optional]
product_rate_plan_charge_id str ID of the product rate plan charge associated with this credit memo item. [optional]
quantity int Quantity of the charge associated with this credit memo item. [optional]
service_end_date date End date of the service period for this credit memo item, as yyyy-mm-dd. [optional]
service_start_date date Service start date of this credit memo item, as yyyy-mm-dd. [optional]
unit_of_measure str Unit used to measure consumption. [optional]

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