[][src]Struct libstripe::resources::paymentmethods::paymentmethods::PaymentCard

pub struct PaymentCard {
    pub brand: PaymentCardBrand,
    pub checks: ChargeChecks,
    pub country: String,
    pub exp_month: i32,
    pub exp_year: i32,
    pub fingerprint: String,
    pub funding: CardType,
    pub generated_from: Option<GenerateFrom>,
    pub last4: String,
    pub three_d_secure_usage: ThreeDSecureUsage,
    pub wallet: Option<String>,
}

Fields

brand: PaymentCardBrandchecks: ChargeCheckscountry: Stringexp_month: i32exp_year: i32fingerprint: Stringfunding: CardTypegenerated_from: Option<GenerateFrom>last4: Stringthree_d_secure_usage: ThreeDSecureUsagewallet: Option<String>

Trait Implementations

impl PartialEq<PaymentCard> for PaymentCard[src]

impl Debug for PaymentCard[src]

impl Serialize for PaymentCard[src]

impl<'de> Deserialize<'de> for PaymentCard[src]

Auto Trait Implementations

impl Send for PaymentCard

impl Sync for PaymentCard

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> Erased for T

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

type Err = <U as TryFrom<T>>::Err