Struct shopify::order::TaxLines [] [src]

pub struct TaxLines {
    pub title: String,
    pub price: String,
    pub rate: f64,
}

Fields

Trait Implementations

impl Debug for TaxLines
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for TaxLines

impl Sync for TaxLines