pub struct CreatePaymentMethodConfigurationEps {
pub display_preference: Option<CreatePaymentMethodConfigurationEpsDisplayPreference>,
}Expand description
EPS is an Austria-based payment method that allows customers to complete transactions online using their bank credentials. EPS is supported by all Austrian banks and is accepted by over 80% of Austrian online retailers. Check this page for more details.
Fields§
§display_preference: Option<CreatePaymentMethodConfigurationEpsDisplayPreference>Whether or not the payment method should be displayed.
Implementations§
Trait Implementations§
Source§impl Clone for CreatePaymentMethodConfigurationEps
impl Clone for CreatePaymentMethodConfigurationEps
Source§fn clone(&self) -> CreatePaymentMethodConfigurationEps
fn clone(&self) -> CreatePaymentMethodConfigurationEps
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 CreatePaymentMethodConfigurationEps
impl PartialEq for CreatePaymentMethodConfigurationEps
Source§fn eq(&self, other: &CreatePaymentMethodConfigurationEps) -> bool
fn eq(&self, other: &CreatePaymentMethodConfigurationEps) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for CreatePaymentMethodConfigurationEps
impl StructuralPartialEq for CreatePaymentMethodConfigurationEps
Auto Trait Implementations§
impl Freeze for CreatePaymentMethodConfigurationEps
impl RefUnwindSafe for CreatePaymentMethodConfigurationEps
impl Send for CreatePaymentMethodConfigurationEps
impl Sync for CreatePaymentMethodConfigurationEps
impl Unpin for CreatePaymentMethodConfigurationEps
impl UnsafeUnpin for CreatePaymentMethodConfigurationEps
impl UnwindSafe for CreatePaymentMethodConfigurationEps
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