GoogleApi.Content.V21.Model.TestOrderLineItem (google_api_content v0.49.0) View Source
Attributes
-
product(type:GoogleApi.Content.V21.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.V21.Model.OrderLineItemReturnInfo.t, default:nil) - Required. Details of the return policy for the line item. -
shippingDetails(type:GoogleApi.Content.V21.Model.OrderLineItemShippingDetails.t, default:nil) - Required. Details of the requested shipping for the line item.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Content.V21.Model.TestOrderLineItem{
product: GoogleApi.Content.V21.Model.TestOrderLineItemProduct.t(),
quantityOrdered: integer(),
returnInfo: GoogleApi.Content.V21.Model.OrderLineItemReturnInfo.t(),
shippingDetails: GoogleApi.Content.V21.Model.OrderLineItemShippingDetails.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.