Struct google_content2::OrdersCustomBatchRequestEntryUpdateLineItemShippingDetails[][src]

pub struct OrdersCustomBatchRequestEntryUpdateLineItemShippingDetails {
    pub deliver_by_date: Option<String>,
    pub product_id: Option<String>,
    pub line_item_id: Option<String>,
    pub ship_by_date: Option<String>,
}

There is no detailed description.

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

Fields

Updated delivery by date, in ISO 8601 format. If not specified only ship by date is updated.

The ID of the product to set metadata. This is the REST ID used in the products service. Either lineItemId or productId is required.

The ID of the line item to set metadata. Either lineItemId or productId is required.

Updated ship by date, in ISO 8601 format. If not specified only deliver by date is updated.

Trait Implementations

Auto Trait Implementations