pub struct CreatePaymentMethodConfigurationMbWay {
pub display_preference: Option<CreatePaymentMethodConfigurationMbWayDisplayPreference>,
}Expand description
MB WAY is the most popular wallet in Portugal. After entering their phone number in your checkout, customers approve the payment directly in their MB WAY app. Check this page for more details.
Fields§
§display_preference: Option<CreatePaymentMethodConfigurationMbWayDisplayPreference>Whether or not the payment method should be displayed.
Implementations§
Trait Implementations§
Source§impl Clone for CreatePaymentMethodConfigurationMbWay
impl Clone for CreatePaymentMethodConfigurationMbWay
Source§fn clone(&self) -> CreatePaymentMethodConfigurationMbWay
fn clone(&self) -> CreatePaymentMethodConfigurationMbWay
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 CreatePaymentMethodConfigurationMbWay
impl PartialEq for CreatePaymentMethodConfigurationMbWay
Source§fn eq(&self, other: &CreatePaymentMethodConfigurationMbWay) -> bool
fn eq(&self, other: &CreatePaymentMethodConfigurationMbWay) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for CreatePaymentMethodConfigurationMbWay
impl StructuralPartialEq for CreatePaymentMethodConfigurationMbWay
Auto Trait Implementations§
impl Freeze for CreatePaymentMethodConfigurationMbWay
impl RefUnwindSafe for CreatePaymentMethodConfigurationMbWay
impl Send for CreatePaymentMethodConfigurationMbWay
impl Sync for CreatePaymentMethodConfigurationMbWay
impl Unpin for CreatePaymentMethodConfigurationMbWay
impl UnsafeUnpin for CreatePaymentMethodConfigurationMbWay
impl UnwindSafe for CreatePaymentMethodConfigurationMbWay
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