pub struct ConfirmPaymentIntentPaymentMethodOptionsCardPresentRouting {
pub requested_priority: Option<ConfirmPaymentIntentPaymentMethodOptionsCardPresentRoutingRequestedPriority>,
}
Expand description
Network routing priority on co-branded EMV cards supporting domestic debit and international card schemes.
Fields§
§requested_priority: Option<ConfirmPaymentIntentPaymentMethodOptionsCardPresentRoutingRequestedPriority>
Routing requested priority
Implementations§
Trait Implementations§
Source§impl Clone for ConfirmPaymentIntentPaymentMethodOptionsCardPresentRouting
impl Clone for ConfirmPaymentIntentPaymentMethodOptionsCardPresentRouting
Source§fn clone(&self) -> ConfirmPaymentIntentPaymentMethodOptionsCardPresentRouting
fn clone(&self) -> ConfirmPaymentIntentPaymentMethodOptionsCardPresentRouting
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 moreimpl Copy for ConfirmPaymentIntentPaymentMethodOptionsCardPresentRouting
Auto Trait Implementations§
impl Freeze for ConfirmPaymentIntentPaymentMethodOptionsCardPresentRouting
impl RefUnwindSafe for ConfirmPaymentIntentPaymentMethodOptionsCardPresentRouting
impl Send for ConfirmPaymentIntentPaymentMethodOptionsCardPresentRouting
impl Sync for ConfirmPaymentIntentPaymentMethodOptionsCardPresentRouting
impl Unpin for ConfirmPaymentIntentPaymentMethodOptionsCardPresentRouting
impl UnwindSafe for ConfirmPaymentIntentPaymentMethodOptionsCardPresentRouting
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