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 (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 SetupIntentPaymentMethodOptionsUsBankAccount
Source§impl FromValueOpt for SetupIntentPaymentMethodOptionsUsBankAccount
impl FromValueOpt for SetupIntentPaymentMethodOptionsUsBankAccount
fn from_value(v: Value) -> Option<Self>
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