pub struct ConfirmSetupIntentPaymentMethodOptionsSepaDebit {
pub mandate_options: Option<ConfirmSetupIntentPaymentMethodOptionsSepaDebitMandateOptions>,
}
Expand description
If this is a sepa_debit
SetupIntent, this sub-hash contains details about the SEPA Debit payment method options.
Fields§
§mandate_options: Option<ConfirmSetupIntentPaymentMethodOptionsSepaDebitMandateOptions>
Additional fields for Mandate creation
Implementations§
Trait Implementations§
Source§impl Clone for ConfirmSetupIntentPaymentMethodOptionsSepaDebit
impl Clone for ConfirmSetupIntentPaymentMethodOptionsSepaDebit
Source§fn clone(&self) -> ConfirmSetupIntentPaymentMethodOptionsSepaDebit
fn clone(&self) -> ConfirmSetupIntentPaymentMethodOptionsSepaDebit
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 ConfirmSetupIntentPaymentMethodOptionsSepaDebit
impl RefUnwindSafe for ConfirmSetupIntentPaymentMethodOptionsSepaDebit
impl Send for ConfirmSetupIntentPaymentMethodOptionsSepaDebit
impl Sync for ConfirmSetupIntentPaymentMethodOptionsSepaDebit
impl Unpin for ConfirmSetupIntentPaymentMethodOptionsSepaDebit
impl UnwindSafe for ConfirmSetupIntentPaymentMethodOptionsSepaDebit
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