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