| Name | Type | Description | Notes |
|---|---|---|---|
| pricing_component_name | str | {"description":"Name of the pricing component whose price was calculated.","verbs":["POST","GET"]} | [optional] |
| pricing_component_type | str | {"description":"Charge type of the pricing component whose price was calculated.","verbs":["POST","GET"]} | [optional] |
| pricing_component_id | str | {"description":"ID of the pricing component whose price was calculated.","verbs":["POST","GET"]} | [optional] |
| quantity | int | {"description":"Quantity of the pricing component whose price was calculated.","verbs":["POST","GET"]} | [optional] |
| existing_quantity | int | {"description":"Previous quantity of the pricing component. Price is calculated with respect to a delta from this quantity.","verbs":["POST","GET"]} | [optional] |
| final_cost | float | {"description":"The cost — including tax, and with discounts (themselves including tax) applied — contributed by consumption of this pricing component.","verbs":["POST","GET"]} | [optional] |
| final_cost_excluding_tax | float | {"description":"The cost — excluding tax, and with discounts (themselves excluding tax) applied — contributed by consumption of this pricing component.","verbs":["POST","GET"]} | [optional] |
| cost | float | {"description":"The cost — including tax, but excluding discounts — contributed by consumption of this pricing component.","verbs":["POST","GET"]} | [optional] |
| cost_excluding_tax | float | {"description":"The cost — excluding tax, and excluding discounts — contributed by consumption of this pricing component.","verbs":["POST","GET"]} | [optional] |
| tax | float | {"description":"The portion of this pricing component's cost which is comprised of tax.","verbs":["POST","GET"]} | [optional] |
| discount | float | {"description":"The discount — including tax — applied to this pricing component.","verbs":["POST","GET"]} | [optional] |
| discount_excluding_tax | float | {"description":"The discount — excluding tax — applied to this pricing component.","verbs":["POST","GET"]} | [optional] |
| unit_of_measure_id | str | {"description":"ID of the 'Unit of Measure' entity — in which this pricing component is measured.","verbs":["POST","GET"]} | [optional] |
| unit_of_measure_name | str | {"description":"Name of the 'Unit of Measure' entity — in which this pricing component is measured.","verbs":["POST","GET"]} | [optional] |
| unit_of_measure_display | str | {"description":"Displayable units of the 'Unit of Measure' entity — in which this pricing component is measured.","verbs":["POST","GET"]} | [optional] |
| unit_of_measure | str | {"description":"The 'Unit of Measure' entity used to measure this pricing component.","verbs":["POST","GET"]} | [optional] |
| applies_from | datetime | {"description":"The date-time from which the pricing component's new value would apply.","verbs":["POST","GET"]} | [optional] |
| discounts | list[CouponWrapperResponse] | {"description":"A list of discounts applied in calculating the price of this pricing component.","verbs":["POST","GET"]} | [optional] |
This repository was archived by the owner on Oct 17, 2023. It is now read-only.