Skip to main content

ProductBaseUnitModel

type ProductBaseUnitModel {
baseAmount: Float
type: ProductUnitTypeEnum!
unitId: String
}

Fields

baseAmountFloat

Amount of the product unit.

Type of the product unit.

unitIdString

Unit id of the product unit.