Struct google_content2_sandbox::TestOrderLineItem[][src]

pub struct TestOrderLineItem {
    pub return_info: Option<OrderLineItemReturnInfo>,
    pub product: Option<TestOrderLineItemProduct>,
    pub unit_tax: Option<Price>,
    pub quantity_ordered: Option<u32>,
    pub shipping_details: Option<OrderLineItemShippingDetails>,
}

There is no detailed description.

This type is not used in any activity, and only used as part of another schema.

Fields

Details of the return policy for the line item.

Product data from the time of the order placement.

Unit tax for the line item.

Number of items ordered.

Details of the requested shipping for the line item.

Trait Implementations

impl Default for TestOrderLineItem
[src]

Returns the "default value" for a type. Read more

impl Clone for TestOrderLineItem
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TestOrderLineItem
[src]

Formats the value using the given formatter. Read more

impl Part for TestOrderLineItem
[src]

Auto Trait Implementations