pub struct CreatePaymentMethodConfigurationIdeal {
pub display_preference: Option<CreatePaymentMethodConfigurationIdealDisplayPreference>,
}Expand description
iDEAL is a Netherlands-based payment method that allows customers to complete transactions online using their bank credentials. All major Dutch banks are members of Currence, the scheme that operates iDEAL, making it the most popular online payment method in the Netherlands with a share of online transactions close to 55%. Check this page for more details.
Fields§
§display_preference: Option<CreatePaymentMethodConfigurationIdealDisplayPreference>Whether or not the payment method should be displayed.
Implementations§
Trait Implementations§
Source§impl Clone for CreatePaymentMethodConfigurationIdeal
impl Clone for CreatePaymentMethodConfigurationIdeal
Source§fn clone(&self) -> CreatePaymentMethodConfigurationIdeal
fn clone(&self) -> CreatePaymentMethodConfigurationIdeal
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 CreatePaymentMethodConfigurationIdeal
impl PartialEq for CreatePaymentMethodConfigurationIdeal
Source§fn eq(&self, other: &CreatePaymentMethodConfigurationIdeal) -> bool
fn eq(&self, other: &CreatePaymentMethodConfigurationIdeal) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for CreatePaymentMethodConfigurationIdeal
impl StructuralPartialEq for CreatePaymentMethodConfigurationIdeal
Auto Trait Implementations§
impl Freeze for CreatePaymentMethodConfigurationIdeal
impl RefUnwindSafe for CreatePaymentMethodConfigurationIdeal
impl Send for CreatePaymentMethodConfigurationIdeal
impl Sync for CreatePaymentMethodConfigurationIdeal
impl Unpin for CreatePaymentMethodConfigurationIdeal
impl UnsafeUnpin for CreatePaymentMethodConfigurationIdeal
impl UnwindSafe for CreatePaymentMethodConfigurationIdeal
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