pub struct UpdateSetupIntentPaymentMethodOptionsBacsDebit {
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 UpdateSetupIntentPaymentMethodOptionsBacsDebit
impl Clone for UpdateSetupIntentPaymentMethodOptionsBacsDebit
Source§fn clone(&self) -> UpdateSetupIntentPaymentMethodOptionsBacsDebit
fn clone(&self) -> UpdateSetupIntentPaymentMethodOptionsBacsDebit
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 UpdateSetupIntentPaymentMethodOptionsBacsDebit
impl RefUnwindSafe for UpdateSetupIntentPaymentMethodOptionsBacsDebit
impl Send for UpdateSetupIntentPaymentMethodOptionsBacsDebit
impl Sync for UpdateSetupIntentPaymentMethodOptionsBacsDebit
impl Unpin for UpdateSetupIntentPaymentMethodOptionsBacsDebit
impl UnwindSafe for UpdateSetupIntentPaymentMethodOptionsBacsDebit
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