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

Auto Trait Implementations

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

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