pub struct UpdatePaymentMethodConfigurationSepaDebit {
pub display_preference: Option<UpdatePaymentMethodConfigurationSepaDebitDisplayPreference>,
}Expand description
The Single Euro Payments Area (SEPA) is an initiative of the European Union to simplify payments within and across member countries. SEPA established and enforced banking standards to allow for the direct debiting of every EUR-denominated bank account within the SEPA region, check this page for more details.
Fields§
§display_preference: Option<UpdatePaymentMethodConfigurationSepaDebitDisplayPreference>Whether or not the payment method should be displayed.
Implementations§
Trait Implementations§
Source§impl Clone for UpdatePaymentMethodConfigurationSepaDebit
impl Clone for UpdatePaymentMethodConfigurationSepaDebit
Source§fn clone(&self) -> UpdatePaymentMethodConfigurationSepaDebit
fn clone(&self) -> UpdatePaymentMethodConfigurationSepaDebit
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 UpdatePaymentMethodConfigurationSepaDebit
impl PartialEq for UpdatePaymentMethodConfigurationSepaDebit
Source§fn eq(&self, other: &UpdatePaymentMethodConfigurationSepaDebit) -> bool
fn eq(&self, other: &UpdatePaymentMethodConfigurationSepaDebit) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for UpdatePaymentMethodConfigurationSepaDebit
impl StructuralPartialEq for UpdatePaymentMethodConfigurationSepaDebit
Auto Trait Implementations§
impl Freeze for UpdatePaymentMethodConfigurationSepaDebit
impl RefUnwindSafe for UpdatePaymentMethodConfigurationSepaDebit
impl Send for UpdatePaymentMethodConfigurationSepaDebit
impl Sync for UpdatePaymentMethodConfigurationSepaDebit
impl Unpin for UpdatePaymentMethodConfigurationSepaDebit
impl UnsafeUnpin for UpdatePaymentMethodConfigurationSepaDebit
impl UnwindSafe for UpdatePaymentMethodConfigurationSepaDebit
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