OrderNPayOutOfStockProduct Model

Required MaxLength(36)
pluIdentifier : string

The PLU Guid or PLU Number as provided in the product order request

Required MaxLength(50)
name : string

The name of the product from the providers point of view

Nullable MaxLength(36)
salesModifierIdentifier : string

The Sales Modifier Guid or prefix as provided in the product order request

Example
{
  "pluIdentifier": "string value",
  "name": "string value",
  "salesModifierIdentifier": "string value"
}