Struct google_content2::InventoryPickup[][src]

pub struct InventoryPickup {
    pub pickup_method: Option<String>,
    pub pickup_sla: Option<String>,
}

There is no detailed description.

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

Fields

Whether store pickup is available for this offer and whether the pickup option should be shown as buy, reserve, or not supported. Only supported for local inventory. Unless the value is "not supported", must be submitted together with pickupSla.

The expected date that an order will be ready for pickup, relative to when the order is placed. Only supported for local inventory. Must be submitted together with pickupMethod.

Trait Implementations

impl Default for InventoryPickup
[src]

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

impl Clone for InventoryPickup
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for InventoryPickup
[src]

Formats the value using the given formatter. Read more

impl Part for InventoryPickup
[src]

Auto Trait Implementations