google_api_content v0.4.0 GoogleApi.Content.V2.Model.TestOrderLineItem View Source
Attributes
- product (TestOrderLineItemProduct): Product data from the time of the order placement. Defaults to:
null
. - quantityOrdered (integer()): Number of items ordered. Defaults to:
null
. - returnInfo (OrderLineItemReturnInfo): Details of the return policy for the line item. Defaults to:
null
. - shippingDetails (OrderLineItemShippingDetails): Details of the requested shipping for the line item. Defaults to:
null
. - unitTax (Price): Deprecated. Ignored if provided. Tax is automatically calculated for MFL orders. For non-MFL orders, tax settings from Merchant Center are applied. 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()
View Source
t() :: %GoogleApi.Content.V2.Model.TestOrderLineItem{
product: GoogleApi.Content.V2.Model.TestOrderLineItemProduct.t(),
quantityOrdered: any(),
returnInfo: GoogleApi.Content.V2.Model.OrderLineItemReturnInfo.t(),
shippingDetails: GoogleApi.Content.V2.Model.OrderLineItemShippingDetails.t(),
unitTax: GoogleApi.Content.V2.Model.Price.t()
}
t() :: %GoogleApi.Content.V2.Model.TestOrderLineItem{ product: GoogleApi.Content.V2.Model.TestOrderLineItemProduct.t(), quantityOrdered: any(), returnInfo: GoogleApi.Content.V2.Model.OrderLineItemReturnInfo.t(), shippingDetails: GoogleApi.Content.V2.Model.OrderLineItemShippingDetails.t(), unitTax: GoogleApi.Content.V2.Model.Price.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.