pub struct UpdateSetupIntentPaymentMethodOptionsUsBankAccount {
pub financial_connections: Option<UpdateSetupIntentPaymentMethodOptionsUsBankAccountFinancialConnections>,
pub mandate_options: Option<UpdateSetupIntentPaymentMethodOptionsUsBankAccountMandateOptions>,
pub networks: Option<UpdateSetupIntentPaymentMethodOptionsUsBankAccountNetworks>,
pub verification_method: Option<UpdateSetupIntentPaymentMethodOptionsUsBankAccountVerificationMethod>,
}
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<UpdateSetupIntentPaymentMethodOptionsUsBankAccountFinancialConnections>
Additional fields for Financial Connections Session creation
mandate_options: Option<UpdateSetupIntentPaymentMethodOptionsUsBankAccountMandateOptions>
Additional fields for Mandate creation
networks: Option<UpdateSetupIntentPaymentMethodOptionsUsBankAccountNetworks>
Additional fields for network related functions
verification_method: Option<UpdateSetupIntentPaymentMethodOptionsUsBankAccountVerificationMethod>
Bank account verification method.
Implementations§
Trait Implementations§
Source§impl Clone for UpdateSetupIntentPaymentMethodOptionsUsBankAccount
impl Clone for UpdateSetupIntentPaymentMethodOptionsUsBankAccount
Source§fn clone(&self) -> UpdateSetupIntentPaymentMethodOptionsUsBankAccount
fn clone(&self) -> UpdateSetupIntentPaymentMethodOptionsUsBankAccount
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 UpdateSetupIntentPaymentMethodOptionsUsBankAccount
impl RefUnwindSafe for UpdateSetupIntentPaymentMethodOptionsUsBankAccount
impl Send for UpdateSetupIntentPaymentMethodOptionsUsBankAccount
impl Sync for UpdateSetupIntentPaymentMethodOptionsUsBankAccount
impl Unpin for UpdateSetupIntentPaymentMethodOptionsUsBankAccount
impl UnwindSafe for UpdateSetupIntentPaymentMethodOptionsUsBankAccount
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