Product.ProductTypeId Property

Definition

Gets the ID of the type of product.

[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