LabeledPricePart constructor

LabeledPricePart(
  1. {required String label,
  2. required int amount,
  3. int? extra,
  4. int? clientId}
)

Portion of the price of a product (e.g., "delivery cost", "tax amount")

Implementation

LabeledPricePart