Order.TotalPrice Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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