pub struct SetupIntentPaymentMethodOptionsAcssDebit {
pub currency: Option<SetupIntentPaymentMethodOptionsAcssDebitCurrency>,
pub mandate_options: Option<SetupIntentPaymentMethodOptionsMandateOptionsAcssDebit>,
pub verification_method: Option<SetupIntentPaymentMethodOptionsAcssDebitVerificationMethod>,
}Fields§
§currency: Option<SetupIntentPaymentMethodOptionsAcssDebitCurrency>Currency supported by the bank account
mandate_options: Option<SetupIntentPaymentMethodOptionsMandateOptionsAcssDebit>§verification_method: Option<SetupIntentPaymentMethodOptionsAcssDebitVerificationMethod>Bank account verification method. The default value is automatic.
Trait Implementations§
Source§impl Clone for SetupIntentPaymentMethodOptionsAcssDebit
impl Clone for SetupIntentPaymentMethodOptionsAcssDebit
Source§fn clone(&self) -> SetupIntentPaymentMethodOptionsAcssDebit
fn clone(&self) -> SetupIntentPaymentMethodOptionsAcssDebit
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 SetupIntentPaymentMethodOptionsAcssDebit
impl PartialEq for SetupIntentPaymentMethodOptionsAcssDebit
Source§fn eq(&self, other: &SetupIntentPaymentMethodOptionsAcssDebit) -> bool
fn eq(&self, other: &SetupIntentPaymentMethodOptionsAcssDebit) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for SetupIntentPaymentMethodOptionsAcssDebit
impl StructuralPartialEq for SetupIntentPaymentMethodOptionsAcssDebit
Auto Trait Implementations§
impl Freeze for SetupIntentPaymentMethodOptionsAcssDebit
impl RefUnwindSafe for SetupIntentPaymentMethodOptionsAcssDebit
impl Send for SetupIntentPaymentMethodOptionsAcssDebit
impl Sync for SetupIntentPaymentMethodOptionsAcssDebit
impl Unpin for SetupIntentPaymentMethodOptionsAcssDebit
impl UnsafeUnpin for SetupIntentPaymentMethodOptionsAcssDebit
impl UnwindSafe for SetupIntentPaymentMethodOptionsAcssDebit
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