pub struct CreatePaymentMethodConfigurationAcssDebit {
pub display_preference: Option<CreatePaymentMethodConfigurationAcssDebitDisplayPreference>,
}Expand description
Canadian pre-authorized debit payments, check this page for more details like country availability.
Fields§
§display_preference: Option<CreatePaymentMethodConfigurationAcssDebitDisplayPreference>Whether or not the payment method should be displayed.
Implementations§
Trait Implementations§
Source§impl Clone for CreatePaymentMethodConfigurationAcssDebit
impl Clone for CreatePaymentMethodConfigurationAcssDebit
Source§fn clone(&self) -> CreatePaymentMethodConfigurationAcssDebit
fn clone(&self) -> CreatePaymentMethodConfigurationAcssDebit
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 CreatePaymentMethodConfigurationAcssDebit
impl PartialEq for CreatePaymentMethodConfigurationAcssDebit
Source§fn eq(&self, other: &CreatePaymentMethodConfigurationAcssDebit) -> bool
fn eq(&self, other: &CreatePaymentMethodConfigurationAcssDebit) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for CreatePaymentMethodConfigurationAcssDebit
impl StructuralPartialEq for CreatePaymentMethodConfigurationAcssDebit
Auto Trait Implementations§
impl Freeze for CreatePaymentMethodConfigurationAcssDebit
impl RefUnwindSafe for CreatePaymentMethodConfigurationAcssDebit
impl Send for CreatePaymentMethodConfigurationAcssDebit
impl Sync for CreatePaymentMethodConfigurationAcssDebit
impl Unpin for CreatePaymentMethodConfigurationAcssDebit
impl UnsafeUnpin for CreatePaymentMethodConfigurationAcssDebit
impl UnwindSafe for CreatePaymentMethodConfigurationAcssDebit
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