ConsignmentType

  • Type: integerenum

    Integer numbers.

    values
    • PointToPoint = 0
    • Inwards = 1
    • Outwards = 2
Examples
enum (PointToPoint = 0, Inwards = 1, Outwards = 2)