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