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