Condividi tramite


SkuAvailability.SkuAvailable Property

Definition

Gets or sets indicates the given SKU is available or not.

[Newtonsoft.Json.JsonProperty(PropertyName="skuAvailable")]
public bool? SkuAvailable { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="skuAvailable")>]
member this.SkuAvailable : Nullable<bool> with get, set
Public Property SkuAvailable As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to