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