Struct stripe::SourceTypeThreeDSecure [−][src]
pub struct SourceTypeThreeDSecure {Show 17 fields
pub address_line1_check: Option<Box<String>>,
pub address_zip_check: Option<Box<String>>,
pub authenticated: Option<Box<bool>>,
pub brand: Option<Box<String>>,
pub card: Option<Box<String>>,
pub country: Option<Box<String>>,
pub customer: Option<Box<String>>,
pub cvc_check: Option<Box<String>>,
pub dynamic_last4: Option<Box<String>>,
pub exp_month: Option<Box<i64>>,
pub exp_year: Option<Box<i64>>,
pub fingerprint: Option<Box<String>>,
pub funding: Option<Box<String>>,
pub last4: Option<Box<String>>,
pub name: Option<Box<String>>,
pub three_d_secure: Option<Box<String>>,
pub tokenization_method: Option<Box<String>>,
}
Fields
address_line1_check: Option<Box<String>>
address_zip_check: Option<Box<String>>
authenticated: Option<Box<bool>>
brand: Option<Box<String>>
card: Option<Box<String>>
country: Option<Box<String>>
customer: Option<Box<String>>
cvc_check: Option<Box<String>>
dynamic_last4: Option<Box<String>>
exp_month: Option<Box<i64>>
exp_year: Option<Box<i64>>
fingerprint: Option<Box<String>>
funding: Option<Box<String>>
last4: Option<Box<String>>
name: Option<Box<String>>
three_d_secure: Option<Box<String>>
tokenization_method: Option<Box<String>>
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 SourceTypeThreeDSecure
impl Send for SourceTypeThreeDSecure
impl Sync for SourceTypeThreeDSecure
impl Unpin for SourceTypeThreeDSecure
impl UnwindSafe for SourceTypeThreeDSecure
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