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