Skip to content

UnitPriceCalculation model

UnitPriceCalculation is a model representing the unit price calculation for a product. It consists of the following fields:

  • gross: TUnitPrice
  • net: TUnitPrice
  • unit: string
  • unitRatio: number | null

TUnitPrice

TUnitPrice represents the TUnitPrice type.

gross

Represents the product unit gross price.

net

Represents the product unit net price.

unit

Represents unit in a text format, eg. piece, lbs, kg.

unitRatio

Represents the unit price ratio.