Struct stripe::generated::core::setup_intent::UpdateSetupIntentPaymentMethodOptionsAcssDebit
source · pub struct UpdateSetupIntentPaymentMethodOptionsAcssDebit {
pub currency: Option<Currency>,
pub mandate_options: Option<UpdateSetupIntentPaymentMethodOptionsAcssDebitMandateOptions>,
pub verification_method: Option<UpdateSetupIntentPaymentMethodOptionsAcssDebitVerificationMethod>,
}Fields§
§currency: Option<Currency>Three-letter ISO currency code, in lowercase.
Must be a supported currency.
mandate_options: Option<UpdateSetupIntentPaymentMethodOptionsAcssDebitMandateOptions>Additional fields for Mandate creation.
verification_method: Option<UpdateSetupIntentPaymentMethodOptionsAcssDebitVerificationMethod>Verification method for the intent.
Trait Implementations§
source§impl Clone for UpdateSetupIntentPaymentMethodOptionsAcssDebit
impl Clone for UpdateSetupIntentPaymentMethodOptionsAcssDebit
source§fn clone(&self) -> UpdateSetupIntentPaymentMethodOptionsAcssDebit
fn clone(&self) -> UpdateSetupIntentPaymentMethodOptionsAcssDebit
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 UpdateSetupIntentPaymentMethodOptionsAcssDebit
impl Default for UpdateSetupIntentPaymentMethodOptionsAcssDebit
source§fn default() -> UpdateSetupIntentPaymentMethodOptionsAcssDebit
fn default() -> UpdateSetupIntentPaymentMethodOptionsAcssDebit
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for UpdateSetupIntentPaymentMethodOptionsAcssDebit
impl<'de> Deserialize<'de> for UpdateSetupIntentPaymentMethodOptionsAcssDebit
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