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