google_api_content v0.30.0 GoogleApi.Content.V2.Model.TestOrderLineItem View Source
Attributes
product(type:GoogleApi.Content.V2.Model.TestOrderLineItemProduct.t, default:nil) - Required. Product data from the time of the order placement.quantityOrdered(type:integer(), default:nil) - Required. Number of items ordered.returnInfo(type:GoogleApi.Content.V2.Model.OrderLineItemReturnInfo.t, default:nil) - Required. Details of the return policy for the line item.shippingDetails(type:GoogleApi.Content.V2.Model.OrderLineItemShippingDetails.t, default:nil) - Required. Details of the requested shipping for the line item.unitTax(type:GoogleApi.Content.V2.Model.Price.t, default:nil) - Deprecated. Ignored if provided.
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 Sourcet() :: %GoogleApi.Content.V2.Model.TestOrderLineItem{
product: GoogleApi.Content.V2.Model.TestOrderLineItemProduct.t(),
quantityOrdered: integer(),
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
Unwrap a decoded JSON object into its complex fields.