pub struct UpdatePaymentMethodConfigurationBacsDebit {
pub display_preference: Option<UpdatePaymentMethodConfigurationBacsDebitDisplayPreference>,
}Expand description
Stripe users in the UK can accept Bacs Direct Debit payments from customers with a UK bank account, check this page for more details.
Fields§
§display_preference: Option<UpdatePaymentMethodConfigurationBacsDebitDisplayPreference>Whether or not the payment method should be displayed.
Implementations§
Trait Implementations§
Source§impl Clone for UpdatePaymentMethodConfigurationBacsDebit
impl Clone for UpdatePaymentMethodConfigurationBacsDebit
Source§fn clone(&self) -> UpdatePaymentMethodConfigurationBacsDebit
fn clone(&self) -> UpdatePaymentMethodConfigurationBacsDebit
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 UpdatePaymentMethodConfigurationBacsDebit
impl PartialEq for UpdatePaymentMethodConfigurationBacsDebit
Source§fn eq(&self, other: &UpdatePaymentMethodConfigurationBacsDebit) -> bool
fn eq(&self, other: &UpdatePaymentMethodConfigurationBacsDebit) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for UpdatePaymentMethodConfigurationBacsDebit
impl StructuralPartialEq for UpdatePaymentMethodConfigurationBacsDebit
Auto Trait Implementations§
impl Freeze for UpdatePaymentMethodConfigurationBacsDebit
impl RefUnwindSafe for UpdatePaymentMethodConfigurationBacsDebit
impl Send for UpdatePaymentMethodConfigurationBacsDebit
impl Sync for UpdatePaymentMethodConfigurationBacsDebit
impl Unpin for UpdatePaymentMethodConfigurationBacsDebit
impl UnsafeUnpin for UpdatePaymentMethodConfigurationBacsDebit
impl UnwindSafe for UpdatePaymentMethodConfigurationBacsDebit
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