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