pub struct UpdatePaymentMethodConfigurationEps {
pub display_preference: Option<UpdatePaymentMethodConfigurationEpsDisplayPreference>,
}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<UpdatePaymentMethodConfigurationEpsDisplayPreference>Whether or not the payment method should be displayed.
Implementations§
Trait Implementations§
Source§impl Clone for UpdatePaymentMethodConfigurationEps
impl Clone for UpdatePaymentMethodConfigurationEps
Source§fn clone(&self) -> UpdatePaymentMethodConfigurationEps
fn clone(&self) -> UpdatePaymentMethodConfigurationEps
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 UpdatePaymentMethodConfigurationEps
impl PartialEq for UpdatePaymentMethodConfigurationEps
Source§fn eq(&self, other: &UpdatePaymentMethodConfigurationEps) -> bool
fn eq(&self, other: &UpdatePaymentMethodConfigurationEps) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for UpdatePaymentMethodConfigurationEps
impl StructuralPartialEq for UpdatePaymentMethodConfigurationEps
Auto Trait Implementations§
impl Freeze for UpdatePaymentMethodConfigurationEps
impl RefUnwindSafe for UpdatePaymentMethodConfigurationEps
impl Send for UpdatePaymentMethodConfigurationEps
impl Sync for UpdatePaymentMethodConfigurationEps
impl Unpin for UpdatePaymentMethodConfigurationEps
impl UnsafeUnpin for UpdatePaymentMethodConfigurationEps
impl UnwindSafe for UpdatePaymentMethodConfigurationEps
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