pub struct UpdateSetupIntentPaymentMethodOptionsPayto {
pub mandate_options: Option<UpdateSetupIntentPaymentMethodOptionsPaytoMandateOptions>,
}Expand description
If this is a payto SetupIntent, this sub-hash contains details about the PayTo payment method options.
Fields§
§mandate_options: Option<UpdateSetupIntentPaymentMethodOptionsPaytoMandateOptions>Additional fields for Mandate creation.
Implementations§
Trait Implementations§
Source§impl Clone for UpdateSetupIntentPaymentMethodOptionsPayto
impl Clone for UpdateSetupIntentPaymentMethodOptionsPayto
Source§fn clone(&self) -> UpdateSetupIntentPaymentMethodOptionsPayto
fn clone(&self) -> UpdateSetupIntentPaymentMethodOptionsPayto
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 UpdateSetupIntentPaymentMethodOptionsPayto
impl RefUnwindSafe for UpdateSetupIntentPaymentMethodOptionsPayto
impl Send for UpdateSetupIntentPaymentMethodOptionsPayto
impl Sync for UpdateSetupIntentPaymentMethodOptionsPayto
impl Unpin for UpdateSetupIntentPaymentMethodOptionsPayto
impl UnwindSafe for UpdateSetupIntentPaymentMethodOptionsPayto
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