pub struct SetupIntentPaymentMethodOptionsAcssDebit {
pub currency: Option<Currency>,
pub mandate_options: Option<SetupIntentPaymentMethodOptionsMandateOptionsAcssDebit>,
pub verification_method: Option<SetupIntentPaymentMethodOptionsAcssDebitVerificationMethod>,
}Fields§
§currency: Option<Currency>Currency supported by the bank account.
mandate_options: Option<SetupIntentPaymentMethodOptionsMandateOptionsAcssDebit>§verification_method: Option<SetupIntentPaymentMethodOptionsAcssDebitVerificationMethod>Bank account verification method.
Trait Implementations§
source§impl Clone for SetupIntentPaymentMethodOptionsAcssDebit
impl Clone for SetupIntentPaymentMethodOptionsAcssDebit
source§fn clone(&self) -> SetupIntentPaymentMethodOptionsAcssDebit
fn clone(&self) -> SetupIntentPaymentMethodOptionsAcssDebit
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 SetupIntentPaymentMethodOptionsAcssDebit
impl Default for SetupIntentPaymentMethodOptionsAcssDebit
source§fn default() -> SetupIntentPaymentMethodOptionsAcssDebit
fn default() -> SetupIntentPaymentMethodOptionsAcssDebit
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for SetupIntentPaymentMethodOptionsAcssDebit
impl<'de> Deserialize<'de> for SetupIntentPaymentMethodOptionsAcssDebit
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