Struct stripe::model::PaymentMethodCardPresent
source · pub struct PaymentMethodCardPresent {
pub brand: Option<String>,
pub cardholder_name: Option<String>,
pub country: Option<String>,
pub exp_month: i64,
pub exp_year: i64,
pub fingerprint: Option<String>,
pub funding: Option<String>,
pub last4: Option<String>,
pub networks: Option<Value>,
pub read_method: Option<String>,
}Fields§
§brand: Option<String>§cardholder_name: Option<String>§country: Option<String>§exp_month: i64§exp_year: i64§fingerprint: Option<String>§funding: Option<String>§last4: Option<String>§networks: Option<Value>§read_method: Option<String>Trait Implementations§
source§impl Clone for PaymentMethodCardPresent
impl Clone for PaymentMethodCardPresent
source§fn clone(&self) -> PaymentMethodCardPresent
fn clone(&self) -> PaymentMethodCardPresent
Returns a copy 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 PaymentMethodCardPresent
impl Debug for PaymentMethodCardPresent
source§impl Default for PaymentMethodCardPresent
impl Default for PaymentMethodCardPresent
source§fn default() -> PaymentMethodCardPresent
fn default() -> PaymentMethodCardPresent
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for PaymentMethodCardPresent
impl<'de> Deserialize<'de> for PaymentMethodCardPresent
source§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
source§impl Display for PaymentMethodCardPresent
impl Display for PaymentMethodCardPresent
Auto Trait Implementations§
impl RefUnwindSafe for PaymentMethodCardPresent
impl Send for PaymentMethodCardPresent
impl Sync for PaymentMethodCardPresent
impl Unpin for PaymentMethodCardPresent
impl UnwindSafe for PaymentMethodCardPresent
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