Struct stripe::generated::core::setup_intent::UpdateSetupIntentPaymentMethodOptionsUsBankAccount
source · pub struct UpdateSetupIntentPaymentMethodOptionsUsBankAccount {
pub financial_connections: Option<UpdateSetupIntentPaymentMethodOptionsUsBankAccountFinancialConnections>,
pub networks: Option<UpdateSetupIntentPaymentMethodOptionsUsBankAccountNetworks>,
pub verification_method: Option<UpdateSetupIntentPaymentMethodOptionsUsBankAccountVerificationMethod>,
}Fields§
§financial_connections: Option<UpdateSetupIntentPaymentMethodOptionsUsBankAccountFinancialConnections>Additional fields for Financial Connections Session creation.
networks: Option<UpdateSetupIntentPaymentMethodOptionsUsBankAccountNetworks>Additional fields for network related functions.
verification_method: Option<UpdateSetupIntentPaymentMethodOptionsUsBankAccountVerificationMethod>Verification method for the intent.
Trait Implementations§
source§impl Clone for UpdateSetupIntentPaymentMethodOptionsUsBankAccount
impl Clone for UpdateSetupIntentPaymentMethodOptionsUsBankAccount
source§fn clone(&self) -> UpdateSetupIntentPaymentMethodOptionsUsBankAccount
fn clone(&self) -> UpdateSetupIntentPaymentMethodOptionsUsBankAccount
Returns a copy 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 Default for UpdateSetupIntentPaymentMethodOptionsUsBankAccount
impl Default for UpdateSetupIntentPaymentMethodOptionsUsBankAccount
source§fn default() -> UpdateSetupIntentPaymentMethodOptionsUsBankAccount
fn default() -> UpdateSetupIntentPaymentMethodOptionsUsBankAccount
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for UpdateSetupIntentPaymentMethodOptionsUsBankAccount
impl<'de> Deserialize<'de> for UpdateSetupIntentPaymentMethodOptionsUsBankAccount
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more