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