Struct stripe::generated::billing::subscription::UpdateSubscriptionPaymentSettingsPaymentMethodOptionsAcssDebit
source · pub struct UpdateSubscriptionPaymentSettingsPaymentMethodOptionsAcssDebit {
pub mandate_options: Option<UpdateSubscriptionPaymentSettingsPaymentMethodOptionsAcssDebitMandateOptions>,
pub verification_method: Option<UpdateSubscriptionPaymentSettingsPaymentMethodOptionsAcssDebitVerificationMethod>,
}Fields§
§mandate_options: Option<UpdateSubscriptionPaymentSettingsPaymentMethodOptionsAcssDebitMandateOptions>Additional fields for Mandate creation.
verification_method: Option<UpdateSubscriptionPaymentSettingsPaymentMethodOptionsAcssDebitVerificationMethod>Verification method for the intent.
Trait Implementations§
source§impl Clone for UpdateSubscriptionPaymentSettingsPaymentMethodOptionsAcssDebit
impl Clone for UpdateSubscriptionPaymentSettingsPaymentMethodOptionsAcssDebit
source§fn clone(
&self
) -> UpdateSubscriptionPaymentSettingsPaymentMethodOptionsAcssDebit
fn clone( &self ) -> UpdateSubscriptionPaymentSettingsPaymentMethodOptionsAcssDebit
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 UpdateSubscriptionPaymentSettingsPaymentMethodOptionsAcssDebit
impl Default for UpdateSubscriptionPaymentSettingsPaymentMethodOptionsAcssDebit
source§fn default() -> UpdateSubscriptionPaymentSettingsPaymentMethodOptionsAcssDebit
fn default() -> UpdateSubscriptionPaymentSettingsPaymentMethodOptionsAcssDebit
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for UpdateSubscriptionPaymentSettingsPaymentMethodOptionsAcssDebit
impl<'de> Deserialize<'de> for UpdateSubscriptionPaymentSettingsPaymentMethodOptionsAcssDebit
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