Options
All
  • Public
  • Public/Protected
  • All
Menu

Class OrderShipmentUpdate

Hierarchy

  • OrderShipmentUpdate

Implements

Index

Properties

Properties

Optional id

id: string | undefined

The unique id of the shipment

Optional message

message: string | undefined

The message accompanying the status

status

The new status of the shipment

Static schema

schema: ObjectSchema = Joi.object().keys({id: Joi.string(),status: Joi.string().valid(...Object.values(ShipmentStatus)).required(),message: Joi.string(),})

Generated using TypeDoc