次の方法で共有


Order.TotalPrice Property

Definition

Gets or sets the total price for the order.

[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
public double? TotalPrice { get; set; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)>]
member this.TotalPrice : Nullable<double> with get, set
Public Property TotalPrice As Nullable(Of Double)

Property Value

Order price (will not be returned unless explicitly asked for) Note: this information is PRE-TAX.

Attributes

Applies to