pub struct CreateConfirmationTokenPaymentMethodDataIdeal {
pub bank: Option<CreateConfirmationTokenPaymentMethodDataIdealBank>,
}Expand description
If this is an ideal PaymentMethod, this hash contains details about the iDEAL payment method.
Fields§
§bank: Option<CreateConfirmationTokenPaymentMethodDataIdealBank>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 CreateConfirmationTokenPaymentMethodDataIdeal
impl Clone for CreateConfirmationTokenPaymentMethodDataIdeal
Source§fn clone(&self) -> CreateConfirmationTokenPaymentMethodDataIdeal
fn clone(&self) -> CreateConfirmationTokenPaymentMethodDataIdeal
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 PartialEq for CreateConfirmationTokenPaymentMethodDataIdeal
impl PartialEq for CreateConfirmationTokenPaymentMethodDataIdeal
Source§fn eq(&self, other: &CreateConfirmationTokenPaymentMethodDataIdeal) -> bool
fn eq(&self, other: &CreateConfirmationTokenPaymentMethodDataIdeal) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for CreateConfirmationTokenPaymentMethodDataIdeal
impl StructuralPartialEq for CreateConfirmationTokenPaymentMethodDataIdeal
Auto Trait Implementations§
impl Freeze for CreateConfirmationTokenPaymentMethodDataIdeal
impl RefUnwindSafe for CreateConfirmationTokenPaymentMethodDataIdeal
impl Send for CreateConfirmationTokenPaymentMethodDataIdeal
impl Sync for CreateConfirmationTokenPaymentMethodDataIdeal
impl Unpin for CreateConfirmationTokenPaymentMethodDataIdeal
impl UnsafeUnpin for CreateConfirmationTokenPaymentMethodDataIdeal
impl UnwindSafe for CreateConfirmationTokenPaymentMethodDataIdeal
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