pub struct UpdateSubscriptionPaymentSettingsPaymentMethodOptionsUsBankAccount {
pub financial_connections: Option<UpdateSubscriptionPaymentSettingsPaymentMethodOptionsUsBankAccountFinancialConnections>,
pub verification_method: Option<UpdateSubscriptionPaymentSettingsPaymentMethodOptionsUsBankAccountVerificationMethod>,
}
Expand description
This sub-hash contains details about the ACH direct debit payment method options to pass to the invoice’s PaymentIntent.
Fields§
§financial_connections: Option<UpdateSubscriptionPaymentSettingsPaymentMethodOptionsUsBankAccountFinancialConnections>
Additional fields for Financial Connections Session creation
verification_method: Option<UpdateSubscriptionPaymentSettingsPaymentMethodOptionsUsBankAccountVerificationMethod>
Verification method for the intent
Implementations§
Trait Implementations§
Source§impl Clone for UpdateSubscriptionPaymentSettingsPaymentMethodOptionsUsBankAccount
impl Clone for UpdateSubscriptionPaymentSettingsPaymentMethodOptionsUsBankAccount
Source§fn clone(
&self,
) -> UpdateSubscriptionPaymentSettingsPaymentMethodOptionsUsBankAccount
fn clone( &self, ) -> UpdateSubscriptionPaymentSettingsPaymentMethodOptionsUsBankAccount
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 UpdateSubscriptionPaymentSettingsPaymentMethodOptionsUsBankAccount
impl RefUnwindSafe for UpdateSubscriptionPaymentSettingsPaymentMethodOptionsUsBankAccount
impl Send for UpdateSubscriptionPaymentSettingsPaymentMethodOptionsUsBankAccount
impl Sync for UpdateSubscriptionPaymentSettingsPaymentMethodOptionsUsBankAccount
impl Unpin for UpdateSubscriptionPaymentSettingsPaymentMethodOptionsUsBankAccount
impl UnwindSafe for UpdateSubscriptionPaymentSettingsPaymentMethodOptionsUsBankAccount
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