pub struct SourceTypeThreeDSecure {Show 20 fields
pub address_line1_check: Option<String>,
pub address_zip_check: Option<String>,
pub authenticated: Option<bool>,
pub brand: Option<String>,
pub card: Option<String>,
pub country: Option<String>,
pub customer: Option<String>,
pub cvc_check: Option<String>,
pub description: Option<String>,
pub dynamic_last4: Option<String>,
pub exp_month: Option<i64>,
pub exp_year: Option<i64>,
pub fingerprint: Option<String>,
pub funding: Option<String>,
pub iin: Option<String>,
pub issuer: Option<String>,
pub last4: Option<String>,
pub name: Option<String>,
pub three_d_secure: Option<String>,
pub tokenization_method: Option<String>,
}Fields§
§address_line1_check: Option<String>§address_zip_check: Option<String>§authenticated: Option<bool>§brand: Option<String>§card: Option<String>§country: Option<String>§customer: Option<String>§cvc_check: Option<String>§description: Option<String>§dynamic_last4: Option<String>§exp_month: Option<i64>§exp_year: Option<i64>§fingerprint: Option<String>§funding: Option<String>§iin: Option<String>§issuer: Option<String>§last4: Option<String>§name: Option<String>§three_d_secure: Option<String>§tokenization_method: Option<String>Trait Implementations§
Source§impl Clone for SourceTypeThreeDSecure
impl Clone for SourceTypeThreeDSecure
Source§fn clone(&self) -> SourceTypeThreeDSecure
fn clone(&self) -> SourceTypeThreeDSecure
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SourceTypeThreeDSecure
impl Debug for SourceTypeThreeDSecure
Source§impl Deserialize for SourceTypeThreeDSecure
impl Deserialize for SourceTypeThreeDSecure
Source§impl FromValueOpt for SourceTypeThreeDSecure
impl FromValueOpt for SourceTypeThreeDSecure
fn from_value(v: Value) -> Option<Self>
Source§impl ObjectDeser for SourceTypeThreeDSecure
impl ObjectDeser for SourceTypeThreeDSecure
Source§impl PartialEq for SourceTypeThreeDSecure
impl PartialEq for SourceTypeThreeDSecure
impl Eq for SourceTypeThreeDSecure
impl StructuralPartialEq for SourceTypeThreeDSecure
Auto Trait Implementations§
impl Freeze for SourceTypeThreeDSecure
impl RefUnwindSafe for SourceTypeThreeDSecure
impl Send for SourceTypeThreeDSecure
impl Sync for SourceTypeThreeDSecure
impl Unpin for SourceTypeThreeDSecure
impl UnsafeUnpin for SourceTypeThreeDSecure
impl UnwindSafe for SourceTypeThreeDSecure
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more