Struct bestbuy::order::Promotions [] [src]

pub struct Promotions {
    pub applied_promotions: Vec<Value>,
    pub total_deduced_amount: f64,
}

Fields

Trait Implementations

impl Debug for Promotions
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Promotions

impl Sync for Promotions