Struct shopify::order::DiscountCode [] [src]

pub struct DiscountCode {
    pub amount: String,
    pub code: String,
    pub type_: String,
}

Fields

Trait Implementations

impl Debug for DiscountCode
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for DiscountCode

impl Sync for DiscountCode