TransportShipmentTypes Enum

Definition

Defines values for TransportShipmentTypes.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum TransportShipmentTypes
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type TransportShipmentTypes = 
Public Enum TransportShipmentTypes
Inheritance
TransportShipmentTypes
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

CustomerManaged 0

Shipment Logistics is handled by the customer.

MicrosoftManaged 1

Shipment Logistics is handled by Microsoft.

Applies to