priceComponent property

List<ChargeItemDefinitionPriceComponent>? priceComponent
inherited

priceComponent The price for a ChargeItem may be calculated as a base price with surcharges/deductions that apply in certain conditions. A ChargeItemDefinition resource that defines the prices, factors and conditions that apply to a billing code is currently under development. The priceComponent element can be used to offer transparency to the recipient of the Invoice of how the prices have been calculated.

Implementation

List<ChargeItemDefinitionPriceComponent>? get priceComponent =>
    throw _privateConstructorUsedError;