pub struct ConfirmSetupIntentPaymentMethodOptionsPix {
pub mandate_options: Option<ConfirmSetupIntentPaymentMethodOptionsPixMandateOptions>,
}Expand description
If this is a pix SetupIntent, this sub-hash contains details about the Pix payment method options.
Fields§
§mandate_options: Option<ConfirmSetupIntentPaymentMethodOptionsPixMandateOptions>Additional fields for mandate creation.
Implementations§
Trait Implementations§
Source§impl Clone for ConfirmSetupIntentPaymentMethodOptionsPix
impl Clone for ConfirmSetupIntentPaymentMethodOptionsPix
Source§fn clone(&self) -> ConfirmSetupIntentPaymentMethodOptionsPix
fn clone(&self) -> ConfirmSetupIntentPaymentMethodOptionsPix
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl PartialEq for ConfirmSetupIntentPaymentMethodOptionsPix
impl PartialEq for ConfirmSetupIntentPaymentMethodOptionsPix
Source§fn eq(&self, other: &ConfirmSetupIntentPaymentMethodOptionsPix) -> bool
fn eq(&self, other: &ConfirmSetupIntentPaymentMethodOptionsPix) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ConfirmSetupIntentPaymentMethodOptionsPix
impl StructuralPartialEq for ConfirmSetupIntentPaymentMethodOptionsPix
Auto Trait Implementations§
impl Freeze for ConfirmSetupIntentPaymentMethodOptionsPix
impl RefUnwindSafe for ConfirmSetupIntentPaymentMethodOptionsPix
impl Send for ConfirmSetupIntentPaymentMethodOptionsPix
impl Sync for ConfirmSetupIntentPaymentMethodOptionsPix
impl Unpin for ConfirmSetupIntentPaymentMethodOptionsPix
impl UnsafeUnpin for ConfirmSetupIntentPaymentMethodOptionsPix
impl UnwindSafe for ConfirmSetupIntentPaymentMethodOptionsPix
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