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