Struct stripe::CustomerShippingDetails[][src]

pub struct CustomerShippingDetails {
    pub address: Address,
    pub name: String,
    pub phone: String,
}

Fields

Trait Implementations

impl Debug for CustomerShippingDetails
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations