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