google_api_content v0.2.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): Unit tax for the line item. 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.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
Unwrap a decoded JSON object into its complex fields.