Interface ProductUnit

Hierarchy

  • ProductUnit

Properties

imageUrl?: string

The image url of the product unit.

isAvailable?: boolean

The availability of the product unit. Only supported on iOS.

name?: null | string

The name of the product unit.

options?: ProductUnitOption[]

The options of the product unit.

price?: ProductPrice

The price of the product unit.

unitId: string

The unique identifier of the product unit.

url?: string

The url of the product unit.

Generated using TypeDoc