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