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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Eq for SetupIntentPaymentMethodOptionsAcssDebit
Source§impl FromValueOpt for SetupIntentPaymentMethodOptionsAcssDebit
impl FromValueOpt for SetupIntentPaymentMethodOptionsAcssDebit
fn from_value(v: Value) -> Option<Self>
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