Struct stripe::AccountParams[][src]

pub struct AccountParams<'a> {
    pub country: Option<&'a str>,
    pub email: Option<&'a str>,
    pub account_type: &'static str,
}

The set of parameters that can be used when creating an account for users.

For more details see https://stripe.com/docs/api#create_account.

Fields

Trait Implementations

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

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for AccountParams<'a>

impl<'a> Sync for AccountParams<'a>