pub struct SourceTypeCard {Show 17 fields
pub address_line1_check: Option<String>,
pub address_zip_check: Option<String>,
pub brand: Option<String>,
pub country: 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>
§brand: Option<String>
§country: 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 SourceTypeCard
impl Clone for SourceTypeCard
Source§fn clone(&self) -> SourceTypeCard
fn clone(&self) -> SourceTypeCard
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 SourceTypeCard
impl Debug for SourceTypeCard
Source§impl Deserialize for SourceTypeCard
impl Deserialize for SourceTypeCard
Source§impl FromValueOpt for SourceTypeCard
impl FromValueOpt for SourceTypeCard
fn from_value(v: Value) -> Option<Self>
Source§impl ObjectDeser for SourceTypeCard
impl ObjectDeser for SourceTypeCard
Auto Trait Implementations§
impl Freeze for SourceTypeCard
impl RefUnwindSafe for SourceTypeCard
impl Send for SourceTypeCard
impl Sync for SourceTypeCard
impl Unpin for SourceTypeCard
impl UnwindSafe for SourceTypeCard
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