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