Struct stripe::OwnerParams[][src]

pub struct OwnerParams<'a> {
    pub address: Option<Address>,
    pub email: Option<&'a str>,
    pub name: Option<&'a str>,
    pub phone: Option<&'a str>,
}

Fields

Trait Implementations

impl<'a> Debug for OwnerParams<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for OwnerParams<'a>

impl<'a> Sync for OwnerParams<'a>