Struct stripe::PaymentMethodCardGeneratedCard [−][src]
pub struct PaymentMethodCardGeneratedCard {
pub charge: Option<Box<String>>,
pub payment_method_details: Option<Box<CardGeneratedFromPaymentMethodDetails>>,
pub setup_attempt: Option<Box<Expandable<SetupAttempt>>>,
}
Fields
charge: Option<Box<String>>
The charge that created this object.
payment_method_details: Option<Box<CardGeneratedFromPaymentMethodDetails>>
Transaction-specific details of the payment method used in the payment.
setup_attempt: Option<Box<Expandable<SetupAttempt>>>
The ID of the SetupAttempt that generated this PaymentMethod, if any.
Trait Implementations
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
Auto Trait Implementations
impl Send for PaymentMethodCardGeneratedCard
impl Sync for PaymentMethodCardGeneratedCard
impl Unpin for PaymentMethodCardGeneratedCard
impl UnwindSafe for PaymentMethodCardGeneratedCard
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more