PriceSheetProperties.UnitPrice Property

Definition

Gets unit Price

[Newtonsoft.Json.JsonProperty(PropertyName="unitPrice")]
public decimal? UnitPrice { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="unitPrice")>]
member this.UnitPrice : Nullable<decimal>
Public ReadOnly Property UnitPrice As Nullable(Of Decimal)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to