pub struct CreatePaymentMethodConfigurationBancontact {
pub display_preference: Option<CreatePaymentMethodConfigurationBancontactDisplayPreference>,
}Expand description
Bancontact is the most popular online payment method in Belgium, with over 15 million cards in circulation. Customers use a Bancontact card or mobile app linked to a Belgian bank account to make online payments that are secure, guaranteed, and confirmed immediately. Check this page for more details.
Fields§
§display_preference: Option<CreatePaymentMethodConfigurationBancontactDisplayPreference>Whether or not the payment method should be displayed.
Implementations§
Trait Implementations§
Source§impl Clone for CreatePaymentMethodConfigurationBancontact
impl Clone for CreatePaymentMethodConfigurationBancontact
Source§fn clone(&self) -> CreatePaymentMethodConfigurationBancontact
fn clone(&self) -> CreatePaymentMethodConfigurationBancontact
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 CreatePaymentMethodConfigurationBancontact
impl PartialEq for CreatePaymentMethodConfigurationBancontact
Source§fn eq(&self, other: &CreatePaymentMethodConfigurationBancontact) -> bool
fn eq(&self, other: &CreatePaymentMethodConfigurationBancontact) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for CreatePaymentMethodConfigurationBancontact
impl StructuralPartialEq for CreatePaymentMethodConfigurationBancontact
Auto Trait Implementations§
impl Freeze for CreatePaymentMethodConfigurationBancontact
impl RefUnwindSafe for CreatePaymentMethodConfigurationBancontact
impl Send for CreatePaymentMethodConfigurationBancontact
impl Sync for CreatePaymentMethodConfigurationBancontact
impl Unpin for CreatePaymentMethodConfigurationBancontact
impl UnsafeUnpin for CreatePaymentMethodConfigurationBancontact
impl UnwindSafe for CreatePaymentMethodConfigurationBancontact
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