Struct google_content2_sandbox::OrdersCustomBatchRequestEntryCreateTestReturnReturnItem[][src]

pub struct OrdersCustomBatchRequestEntryCreateTestReturnReturnItem {
    pub line_item_id: Option<String>,
    pub quantity: Option<u32>,
}

There is no detailed description.

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

Fields

The ID of the line item to return.

Quantity that is returned.

Trait Implementations

Auto Trait Implementations