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.
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 FromValueOpt for SetupIntentPaymentMethodOptionsAcssDebit
impl FromValueOpt for SetupIntentPaymentMethodOptionsAcssDebit
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for SetupIntentPaymentMethodOptionsAcssDebit
impl RefUnwindSafe for SetupIntentPaymentMethodOptionsAcssDebit
impl Send for SetupIntentPaymentMethodOptionsAcssDebit
impl Sync for SetupIntentPaymentMethodOptionsAcssDebit
impl Unpin 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