pub struct ConfirmSetupIntentPaymentMethodDataP24 {
pub bank: Option<ConfirmSetupIntentPaymentMethodDataP24Bank>,
}
Expand description
If this is a p24
PaymentMethod, this hash contains details about the P24 payment method.
Fields§
§bank: Option<ConfirmSetupIntentPaymentMethodDataP24Bank>
The customer’s bank.
Implementations§
Trait Implementations§
Source§impl Clone for ConfirmSetupIntentPaymentMethodDataP24
impl Clone for ConfirmSetupIntentPaymentMethodDataP24
Source§fn clone(&self) -> ConfirmSetupIntentPaymentMethodDataP24
fn clone(&self) -> ConfirmSetupIntentPaymentMethodDataP24
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 moreAuto Trait Implementations§
impl Freeze for ConfirmSetupIntentPaymentMethodDataP24
impl RefUnwindSafe for ConfirmSetupIntentPaymentMethodDataP24
impl Send for ConfirmSetupIntentPaymentMethodDataP24
impl Sync for ConfirmSetupIntentPaymentMethodDataP24
impl Unpin for ConfirmSetupIntentPaymentMethodDataP24
impl UnwindSafe for ConfirmSetupIntentPaymentMethodDataP24
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