PLUModifierPrice Model

Exported price (and optional SaleModifier) configuration

Nullable
salesModifierID : string (GUID)

(if specified) the sale modifier under which these prices apply.
(if null) these prices will apply to an unmodified PLU order.

Nullable MaxLength(24)
modifierName : string

(if specified) the sale modifier name under which these prices apply.
(if null) these prices will apply to an unmodified PLU order.

Nullable MaxLength(8)
modifierPrefix : string

(if specified) the sale modifier prefix under which these prices apply.
(if null) these prices will apply to an unmodified PLU order.

Nullable decimal(18, 2)
price1 : number (decimal)

The price of this PLU + Modifier (if any) at price level 1

Nullable decimal(18, 2)
price2 : number (decimal)

The price of this PLU + Modifier (if any) at price level 2

Nullable decimal(18, 2)
price3 : number (decimal)

The price of this PLU + Modifier (if any) at price level 3

Nullable decimal(18, 2)
price4 : number (decimal)

The price of this PLU + Modifier (if any) at price level 4

Nullable decimal(18, 2)
price5 : number (decimal)

The price of this PLU + Modifier (if any) at price level 5

Nullable decimal(18, 2)
price6 : number (decimal)

The price of this PLU + Modifier (if any) at price level 6

Nullable decimal(18, 2)
price7 : number (decimal)

The price of this PLU + Modifier (if any) at price level 7

Nullable decimal(18, 2)
price8 : number (decimal)

The price of this PLU + Modifier (if any) at price level 8

Nullable decimal(18, 2)
price9 : number (decimal)

The price of this PLU + Modifier (if any) at price level 9

Nullable decimal(18, 7)
price1InclusiveTaxAmount : number (decimal)

The amount of inclusive tax applied to this item at price level 1

Nullable decimal(18, 7)
price2InclusiveTaxAmount : number (decimal)

The amount of inclusive tax applied to this item at price level 2

Nullable decimal(18, 7)
price3InclusiveTaxAmount : number (decimal)

The amount of inclusive tax applied to this item at price level 3

Nullable decimal(18, 7)
price4InclusiveTaxAmount : number (decimal)

The amount of inclusive tax applied to this item at price level 4

Nullable decimal(18, 7)
price5InclusiveTaxAmount : number (decimal)

The amount of inclusive tax applied to this item at price level 5

Nullable decimal(18, 7)
price6InclusiveTaxAmount : number (decimal)

The amount of inclusive tax applied to this item at price level 6

Nullable decimal(18, 7)
price7InclusiveTaxAmount : number (decimal)

The amount of inclusive tax applied to this item at price level 7

Nullable decimal(18, 7)
price8InclusiveTaxAmount : number (decimal)

The amount of inclusive tax applied to this item at price level 8

Nullable decimal(18, 7)
price9InclusiveTaxAmount : number (decimal)

The amount of inclusive tax applied to this item at price level 9

Nullable decimal(18, 2)
price1ExclusiveTaxAmount : number (decimal)

The amount of Exclusive tax applied to this item at price level 1

Nullable decimal(18, 2)
price2ExclusiveTaxAmount : number (decimal)

The amount of Exclusive tax applied to this item at price level 2

Nullable decimal(18, 2)
price3ExclusiveTaxAmount : number (decimal)

The amount of Exclusive tax applied to this item at price level 3

Nullable decimal(18, 2)
price4ExclusiveTaxAmount : number (decimal)

The amount of Exclusive tax applied to this item at price level 4

Nullable decimal(18, 2)
price5ExclusiveTaxAmount : number (decimal)

The amount of Exclusive tax applied to this item at price level 5

Nullable decimal(18, 2)
price6ExclusiveTaxAmount : number (decimal)

The amount of Exclusive tax applied to this item at price level 6

Nullable decimal(18, 2)
price7ExclusiveTaxAmount : number (decimal)

The amount of Exclusive tax applied to this item at price level 7

Nullable decimal(18, 2)
price8ExclusiveTaxAmount : number (decimal)

The amount of Exclusive tax applied to this item at price level 8

Nullable decimal(18, 2)
price9ExclusiveTaxAmount : number (decimal)

The amount of Exclusive tax applied to this item at price level 9

Example
{
  "salesModifierID": "3f49efe7-ea42-4f21-8718-7e6ce9a33512",
  "modifierName": "string value",
  "modifierPrefix": "string value",
  "price1": 1.23,
  "price2": 1.23,
  "price3": 1.23,
  "price4": 1.23,
  "price5": 1.23,
  "price6": 1.23,
  "price7": 1.23,
  "price8": 1.23,
  "price9": 1.23,
  "price1InclusiveTaxAmount": 1.23,
  "price2InclusiveTaxAmount": 1.23,
  "price3InclusiveTaxAmount": 1.23,
  "price4InclusiveTaxAmount": 1.23,
  "price5InclusiveTaxAmount": 1.23,
  "price6InclusiveTaxAmount": 1.23,
  "price7InclusiveTaxAmount": 1.23,
  "price8InclusiveTaxAmount": 1.23,
  "price9InclusiveTaxAmount": 1.23,
  "price1ExclusiveTaxAmount": 1.23,
  "price2ExclusiveTaxAmount": 1.23,
  "price3ExclusiveTaxAmount": 1.23,
  "price4ExclusiveTaxAmount": 1.23,
  "price5ExclusiveTaxAmount": 1.23,
  "price6ExclusiveTaxAmount": 1.23,
  "price7ExclusiveTaxAmount": 1.23,
  "price8ExclusiveTaxAmount": 1.23,
  "price9ExclusiveTaxAmount": 1.23
}