pub struct UpdatePaymentMethodConfigurationMobilepay {
pub display_preference: Option<UpdatePaymentMethodConfigurationMobilepayDisplayPreference>,
}Expand description
MobilePay is a single-use card wallet payment method used in Denmark and Finland. It allows customers to authenticate and approve payments using the MobilePay app. Check this page for more details.
Fields§
§display_preference: Option<UpdatePaymentMethodConfigurationMobilepayDisplayPreference>Whether or not the payment method should be displayed.
Implementations§
Trait Implementations§
Source§impl Clone for UpdatePaymentMethodConfigurationMobilepay
impl Clone for UpdatePaymentMethodConfigurationMobilepay
Source§fn clone(&self) -> UpdatePaymentMethodConfigurationMobilepay
fn clone(&self) -> UpdatePaymentMethodConfigurationMobilepay
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 UpdatePaymentMethodConfigurationMobilepay
impl PartialEq for UpdatePaymentMethodConfigurationMobilepay
Source§fn eq(&self, other: &UpdatePaymentMethodConfigurationMobilepay) -> bool
fn eq(&self, other: &UpdatePaymentMethodConfigurationMobilepay) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for UpdatePaymentMethodConfigurationMobilepay
impl StructuralPartialEq for UpdatePaymentMethodConfigurationMobilepay
Auto Trait Implementations§
impl Freeze for UpdatePaymentMethodConfigurationMobilepay
impl RefUnwindSafe for UpdatePaymentMethodConfigurationMobilepay
impl Send for UpdatePaymentMethodConfigurationMobilepay
impl Sync for UpdatePaymentMethodConfigurationMobilepay
impl Unpin for UpdatePaymentMethodConfigurationMobilepay
impl UnsafeUnpin for UpdatePaymentMethodConfigurationMobilepay
impl UnwindSafe for UpdatePaymentMethodConfigurationMobilepay
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