google_api_content v0.30.0 GoogleApi.Content.V21.Model.TestOrderLineItem 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
Link to this type
t()
View Sourcet() :: %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
Unwrap a decoded JSON object into its complex fields.