pub struct CreateSetupIntentPaymentMethodDataIdeal {
pub bank: Option<CreateSetupIntentPaymentMethodDataIdealBank>,
}
Expand description
If this is an ideal
PaymentMethod, this hash contains details about the iDEAL payment method.
Fields§
§bank: Option<CreateSetupIntentPaymentMethodDataIdealBank>
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 CreateSetupIntentPaymentMethodDataIdeal
impl Clone for CreateSetupIntentPaymentMethodDataIdeal
Source§fn clone(&self) -> CreateSetupIntentPaymentMethodDataIdeal
fn clone(&self) -> CreateSetupIntentPaymentMethodDataIdeal
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 CreateSetupIntentPaymentMethodDataIdeal
impl RefUnwindSafe for CreateSetupIntentPaymentMethodDataIdeal
impl Send for CreateSetupIntentPaymentMethodDataIdeal
impl Sync for CreateSetupIntentPaymentMethodDataIdeal
impl Unpin for CreateSetupIntentPaymentMethodDataIdeal
impl UnwindSafe for CreateSetupIntentPaymentMethodDataIdeal
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