Struct stripe::CreateTokenPerson [−][src]
pub struct CreateTokenPerson {Show 23 fields
pub address: Option<Address>,
pub address_kana: Option<Address>,
pub address_kanji: Option<Address>,
pub dob: Option<Box<CreateTokenPersonDob>>,
pub documents: Option<Box<CreateTokenPersonDocuments>>,
pub email: Option<Box<String>>,
pub first_name: Option<Box<String>>,
pub first_name_kana: Option<Box<String>>,
pub first_name_kanji: Option<Box<String>>,
pub full_name_aliases: Option<Box<Vec<String>>>,
pub gender: Option<Box<String>>,
pub id_number: Option<Box<String>>,
pub last_name: Option<Box<String>>,
pub last_name_kana: Option<Box<String>>,
pub last_name_kanji: Option<Box<String>>,
pub maiden_name: Option<Box<String>>,
pub metadata: Metadata,
pub nationality: Option<Box<String>>,
pub phone: Option<Box<String>>,
pub political_exposure: Option<Box<String>>,
pub relationship: Option<Box<CreateTokenPersonRelationship>>,
pub ssn_last_4: Option<Box<String>>,
pub verification: Option<Box<PersonVerificationParams>>,
}
Fields
address: Option<Address>
address_kana: Option<Address>
address_kanji: Option<Address>
dob: Option<Box<CreateTokenPersonDob>>
documents: Option<Box<CreateTokenPersonDocuments>>
email: Option<Box<String>>
first_name: Option<Box<String>>
first_name_kana: Option<Box<String>>
first_name_kanji: Option<Box<String>>
full_name_aliases: Option<Box<Vec<String>>>
gender: Option<Box<String>>
id_number: Option<Box<String>>
last_name: Option<Box<String>>
last_name_kana: Option<Box<String>>
last_name_kanji: Option<Box<String>>
maiden_name: Option<Box<String>>
metadata: Metadata
nationality: Option<Box<String>>
phone: Option<Box<String>>
political_exposure: Option<Box<String>>
relationship: Option<Box<CreateTokenPersonRelationship>>
ssn_last_4: Option<Box<String>>
verification: Option<Box<PersonVerificationParams>>
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for CreateTokenPerson
impl Send for CreateTokenPerson
impl Sync for CreateTokenPerson
impl Unpin for CreateTokenPerson
impl UnwindSafe for CreateTokenPerson
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more