Transaction.ProductType Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to