totalPriceComponent property

List<MonetaryComponent>? totalPriceComponent
inherited

totalPriceComponent The total amount for the Invoice may be calculated as the sum of the line items with surcharges/deductions that apply in certain conditions. The priceComponent element can be used to offer transparency to the recipient of the Invoice of how the total price was calculated.

Implementation

List<MonetaryComponent>? get totalPriceComponent =>
    throw _privateConstructorUsedError;