Struct stripe::Address[][src]

pub struct Address {
    pub line1: String,
    pub line2: String,
    pub city: String,
    pub state: String,
    pub postal_code: String,
    pub country: String,
}

Fields

Trait Implementations

impl Debug for Address
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Address

impl Sync for Address