pub struct SetupAttemptPaymentMethodDetailsCardPresent {
pub generated_card: Option<Expandable<PaymentMethod>>,
pub offline: Option<PaymentMethodDetailsCardPresentOffline>,
}
Fields§
§generated_card: Option<Expandable<PaymentMethod>>
The ID of the Card PaymentMethod which was generated by this SetupAttempt.
offline: Option<PaymentMethodDetailsCardPresentOffline>
Details about payments collected offline.
Trait Implementations§
Source§impl Clone for SetupAttemptPaymentMethodDetailsCardPresent
impl Clone for SetupAttemptPaymentMethodDetailsCardPresent
Source§fn clone(&self) -> SetupAttemptPaymentMethodDetailsCardPresent
fn clone(&self) -> SetupAttemptPaymentMethodDetailsCardPresent
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 FromValueOpt for SetupAttemptPaymentMethodDetailsCardPresent
impl FromValueOpt for SetupAttemptPaymentMethodDetailsCardPresent
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for SetupAttemptPaymentMethodDetailsCardPresent
impl RefUnwindSafe for SetupAttemptPaymentMethodDetailsCardPresent
impl Send for SetupAttemptPaymentMethodDetailsCardPresent
impl Sync for SetupAttemptPaymentMethodDetailsCardPresent
impl Unpin for SetupAttemptPaymentMethodDetailsCardPresent
impl UnwindSafe for SetupAttemptPaymentMethodDetailsCardPresent
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