PriceSheetProperties.IncludedQuantity Property

Definition

Gets included quality for an offer

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to