Skip to content
This repository was archived by the owner on Oct 17, 2023. It is now read-only.

Latest commit

 

History

History
25 lines (22 loc) · 4.51 KB

APIQuoteResponseQuantity.md

File metadata and controls

25 lines (22 loc) · 4.51 KB

Bfwd::APIQuoteResponseQuantity

Properties

Name Type Description Notes
pricing_component_name String {"description":"Name of the pricing component whose price was calculated.","verbs":["POST","GET"]} [optional]
pricing_component_type String {"description":"Charge type of the pricing component whose price was calculated.","verbs":["POST","GET"]} [optional]
pricing_component_id String {"description":"ID of the pricing component whose price was calculated.","verbs":["POST","GET"]} [optional]
quantity Integer {"description":"Quantity of the pricing component whose price was calculated.","verbs":["POST","GET"]} [optional]
existing_quantity Integer {"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 String {"description":"ID of the 'Unit of Measure' entity — in which this pricing component is measured.","verbs":["POST","GET"]} [optional]
unit_of_measure_name String {"description":"Name of the 'Unit of Measure' entity — in which this pricing component is measured.","verbs":["POST","GET"]} [optional]
unit_of_measure_display String {"description":"Displayable units of the 'Unit of Measure' entity — in which this pricing component is measured.","verbs":["POST","GET"]} [optional]
unit_of_measure String {"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 Array<CouponWrapperResponse> {&quot;description&quot;:&quot;A list of discounts applied in calculating the price of this pricing component.&quot;,&quot;verbs&quot;:[&quot;POST&quot;,&quot;GET&quot;]} [optional]