google_api_content v0.1.0 GoogleApi.Content.V2.Model.TestOrderLineItemProduct View Source
Attributes
- brand (String.t): Brand of the item. Defaults to:
null. - channel (String.t): The item's channel. Defaults to:
null. - condition (String.t): Condition or state of the item. Defaults to:
null. - contentLanguage (String.t): The two-letter ISO 639-1 language code for the item. Defaults to:
null. - gtin (String.t): Global Trade Item Number (GTIN) of the item. Optional. Defaults to:
null. - imageLink (String.t): URL of an image of the item. Defaults to:
null. - itemGroupId (String.t): Shared identifier for all variants of the same product. Optional. Defaults to:
null. - mpn (String.t): Manufacturer Part Number (MPN) of the item. Optional. Defaults to:
null. - offerId (String.t): An identifier of the item. Defaults to:
null. - price (Price): The price for the product. Defaults to:
null. - targetCountry (String.t): The CLDR territory code of the target country of the product. Defaults to:
null. - title (String.t): The title of the product. Defaults to:
null. - variantAttributes ([OrderLineItemProductVariantAttribute]): Variant attributes for the item. Optional. Defaults to:
null.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields
Link to this section Types
Link to this type
t()
View Source
t() :: %GoogleApi.Content.V2.Model.TestOrderLineItemProduct{
brand: any(),
channel: any(),
condition: any(),
contentLanguage: any(),
gtin: any(),
imageLink: any(),
itemGroupId: any(),
mpn: any(),
offerId: any(),
price: GoogleApi.Content.V2.Model.Price.t(),
targetCountry: any(),
title: any(),
variantAttributes: [
GoogleApi.Content.V2.Model.OrderLineItemProductVariantAttribute.t()
]
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.