Transaction.ProductDescription Property

Definition

Gets the description of the product for which the transaction took place.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.productDescription")]
public string ProductDescription { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.productDescription")>]
member this.ProductDescription : string
Public ReadOnly Property ProductDescription As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to