Struct stripe::PaymentMethodCardGeneratedCard[][src]

pub struct PaymentMethodCardGeneratedCard {
    pub charge: Option<String>,
    pub payment_method_details: Option<CardGeneratedFromPaymentMethodDetails>,
    pub setup_attempt: Option<Expandable<SetupAttempt>>,
}

Fields

charge: Option<String>

The charge that created this object.

payment_method_details: Option<CardGeneratedFromPaymentMethodDetails>

Transaction-specific details of the payment method used in the payment.

setup_attempt: Option<Expandable<SetupAttempt>>

The ID of the SetupAttempt that generated this PaymentMethod, if any.

Trait Implementations

impl Clone for PaymentMethodCardGeneratedCard[src]

impl Debug for PaymentMethodCardGeneratedCard[src]

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

impl Serialize for PaymentMethodCardGeneratedCard[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

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

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

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

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

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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<V, T> VZip<V> for T where
    V: MultiLane<T>, 

impl<T> WithSubscriber for T[src]