Share via


CalculatePriceResponseProperties.SkuDescription Property

Definition

Gets or sets description of SKU that is being purchased.

[Newtonsoft.Json.JsonProperty(PropertyName="skuDescription")]
public string SkuDescription { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="skuDescription")>]
member this.SkuDescription : string with get, set
Public Property SkuDescription As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to