pub struct ConfirmSetupIntentPaymentMethodDataIdeal {
pub bank: Option<ConfirmSetupIntentPaymentMethodDataIdealBank>,
}
Expand description
If this is an ideal
PaymentMethod, this hash contains details about the iDEAL payment method.
Fields§
§bank: Option<ConfirmSetupIntentPaymentMethodDataIdealBank>
The customer’s bank. Only use this parameter for existing customers. Don’t use it for new customers.
Implementations§
Trait Implementations§
Source§impl Clone for ConfirmSetupIntentPaymentMethodDataIdeal
impl Clone for ConfirmSetupIntentPaymentMethodDataIdeal
Source§fn clone(&self) -> ConfirmSetupIntentPaymentMethodDataIdeal
fn clone(&self) -> ConfirmSetupIntentPaymentMethodDataIdeal
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 ConfirmSetupIntentPaymentMethodDataIdeal
impl RefUnwindSafe for ConfirmSetupIntentPaymentMethodDataIdeal
impl Send for ConfirmSetupIntentPaymentMethodDataIdeal
impl Sync for ConfirmSetupIntentPaymentMethodDataIdeal
impl Unpin for ConfirmSetupIntentPaymentMethodDataIdeal
impl UnwindSafe for ConfirmSetupIntentPaymentMethodDataIdeal
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