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