Enum ShipmentListStatus
Status of shipment list This Enum is used by: s_list_shipment.status
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public enum ShipmentListStatus : short
Fields
Name | Description |
---|---|
NotSent | 0: Not sent |
Sent | 1: Sent |
Extension Methods
EnumUtil.MapEnums<SuperOffice.Data.ShipmentListStatus, To>()