Struct google_gan1_beta1::LinkSpecialOffers [] [src]

pub struct LinkSpecialOffers {
    pub price_cut: Option<Money>,
    pub price_cut_min: Option<Money>,
    pub free_shipping: Option<bool>,
    pub promotion_codes: Option<Vec<String>>,
    pub percent_off: Option<f64>,
    pub percent_off_min: Option<Money>,
    pub free_gift: Option<bool>,
    pub free_shipping_min: Option<Money>,
}

Special offers on the link.

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

Fields

Price cut on the purchase

Minimum purchase amount for price cut promotion

Whether there is free shipping

List of promotion code associated with the link

Percent off on the purchase

Minimum purchase amount for percent off promotion

Whether there is a free gift

Minimum purchase amount for free shipping promotion

Trait Implementations

impl Debug for LinkSpecialOffers
[src]

Formats the value using the given formatter.

impl Clone for LinkSpecialOffers
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for LinkSpecialOffers
[src]

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

impl NestedType for LinkSpecialOffers
[src]

impl Part for LinkSpecialOffers
[src]