Transaction.ProductFamily Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to