共用方式為


Order.ShipmentType Property

Definition

Gets or sets shipmentType of the order. Possible values include: 'NotApplicable', 'ShippedToCustomer', 'SelfPickup'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.shipmentType")]
public string ShipmentType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.shipmentType")>]
member this.ShipmentType : string with get, set
Public Property ShipmentType As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to