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