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