MerchantUnitMeasure

  • MerchantUnitMeasure represents a merchant's unit pricing measure.

  • It includes a numeric measure value and a unit from a predefined enum.

Merchant unit pricing measure.

JSON representation
{
  "measure": number,
  "unit": enum (Unit)
}
Fields
measure

number

Value: Example 1.2.

unit

enum (Unit)

Unit: Example POUND, GRAM.