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