Struct stripe::PackageDimensions[][src]

pub struct PackageDimensions {
    pub height: f64,
    pub length: f64,
    pub weight: f64,
    pub width: f64,
}

Fields

Trait Implementations

impl Debug for PackageDimensions
[src]

Formats the value using the given formatter. Read more

impl Default for PackageDimensions
[src]

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

Auto Trait Implementations