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