pub struct ConfirmSetupIntentPaymentMethodOptionsUsBankAccount {
pub financial_connections: Option<ConfirmSetupIntentPaymentMethodOptionsUsBankAccountFinancialConnections>,
pub mandate_options: Option<ConfirmSetupIntentPaymentMethodOptionsUsBankAccountMandateOptions>,
pub networks: Option<ConfirmSetupIntentPaymentMethodOptionsUsBankAccountNetworks>,
pub verification_method: Option<ConfirmSetupIntentPaymentMethodOptionsUsBankAccountVerificationMethod>,
}
Expand description
If this is a us_bank_account
SetupIntent, this sub-hash contains details about the US bank account payment method options.
Fields§
§financial_connections: Option<ConfirmSetupIntentPaymentMethodOptionsUsBankAccountFinancialConnections>
Additional fields for Financial Connections Session creation
mandate_options: Option<ConfirmSetupIntentPaymentMethodOptionsUsBankAccountMandateOptions>
Additional fields for Mandate creation
networks: Option<ConfirmSetupIntentPaymentMethodOptionsUsBankAccountNetworks>
Additional fields for network related functions
verification_method: Option<ConfirmSetupIntentPaymentMethodOptionsUsBankAccountVerificationMethod>
Bank account verification method.
Implementations§
Trait Implementations§
Source§impl Clone for ConfirmSetupIntentPaymentMethodOptionsUsBankAccount
impl Clone for ConfirmSetupIntentPaymentMethodOptionsUsBankAccount
Source§fn clone(&self) -> ConfirmSetupIntentPaymentMethodOptionsUsBankAccount
fn clone(&self) -> ConfirmSetupIntentPaymentMethodOptionsUsBankAccount
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 moreAuto Trait Implementations§
impl Freeze for ConfirmSetupIntentPaymentMethodOptionsUsBankAccount
impl RefUnwindSafe for ConfirmSetupIntentPaymentMethodOptionsUsBankAccount
impl Send for ConfirmSetupIntentPaymentMethodOptionsUsBankAccount
impl Sync for ConfirmSetupIntentPaymentMethodOptionsUsBankAccount
impl Unpin for ConfirmSetupIntentPaymentMethodOptionsUsBankAccount
impl UnwindSafe for ConfirmSetupIntentPaymentMethodOptionsUsBankAccount
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