pub struct UpdateSetupIntentPaymentMethodDataUpi {
pub mandate_options: Option<UpdateSetupIntentPaymentMethodDataUpiMandateOptions>,
}Expand description
If this is a upi PaymentMethod, this hash contains details about the UPI payment method.
Fields§
§mandate_options: Option<UpdateSetupIntentPaymentMethodDataUpiMandateOptions>Configuration options for setting up an eMandate
Implementations§
Trait Implementations§
Source§impl Clone for UpdateSetupIntentPaymentMethodDataUpi
impl Clone for UpdateSetupIntentPaymentMethodDataUpi
Source§fn clone(&self) -> UpdateSetupIntentPaymentMethodDataUpi
fn clone(&self) -> UpdateSetupIntentPaymentMethodDataUpi
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 UpdateSetupIntentPaymentMethodDataUpi
impl PartialEq for UpdateSetupIntentPaymentMethodDataUpi
Source§fn eq(&self, other: &UpdateSetupIntentPaymentMethodDataUpi) -> bool
fn eq(&self, other: &UpdateSetupIntentPaymentMethodDataUpi) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for UpdateSetupIntentPaymentMethodDataUpi
impl StructuralPartialEq for UpdateSetupIntentPaymentMethodDataUpi
Auto Trait Implementations§
impl Freeze for UpdateSetupIntentPaymentMethodDataUpi
impl RefUnwindSafe for UpdateSetupIntentPaymentMethodDataUpi
impl Send for UpdateSetupIntentPaymentMethodDataUpi
impl Sync for UpdateSetupIntentPaymentMethodDataUpi
impl Unpin for UpdateSetupIntentPaymentMethodDataUpi
impl UnsafeUnpin for UpdateSetupIntentPaymentMethodDataUpi
impl UnwindSafe for UpdateSetupIntentPaymentMethodDataUpi
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