Transaction.ProductTypeId Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to