pub struct UpdateSetupIntentPaymentMethodOptionsPix {
pub mandate_options: Option<UpdateSetupIntentPaymentMethodOptionsPixMandateOptions>,
}Expand description
If this is a pix SetupIntent, this sub-hash contains details about the Pix payment method options.
Fields§
§mandate_options: Option<UpdateSetupIntentPaymentMethodOptionsPixMandateOptions>Additional fields for mandate creation.
Implementations§
Trait Implementations§
Source§impl Clone for UpdateSetupIntentPaymentMethodOptionsPix
impl Clone for UpdateSetupIntentPaymentMethodOptionsPix
Source§fn clone(&self) -> UpdateSetupIntentPaymentMethodOptionsPix
fn clone(&self) -> UpdateSetupIntentPaymentMethodOptionsPix
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 UpdateSetupIntentPaymentMethodOptionsPix
impl PartialEq for UpdateSetupIntentPaymentMethodOptionsPix
Source§fn eq(&self, other: &UpdateSetupIntentPaymentMethodOptionsPix) -> bool
fn eq(&self, other: &UpdateSetupIntentPaymentMethodOptionsPix) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for UpdateSetupIntentPaymentMethodOptionsPix
impl StructuralPartialEq for UpdateSetupIntentPaymentMethodOptionsPix
Auto Trait Implementations§
impl Freeze for UpdateSetupIntentPaymentMethodOptionsPix
impl RefUnwindSafe for UpdateSetupIntentPaymentMethodOptionsPix
impl Send for UpdateSetupIntentPaymentMethodOptionsPix
impl Sync for UpdateSetupIntentPaymentMethodOptionsPix
impl Unpin for UpdateSetupIntentPaymentMethodOptionsPix
impl UnsafeUnpin for UpdateSetupIntentPaymentMethodOptionsPix
impl UnwindSafe for UpdateSetupIntentPaymentMethodOptionsPix
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