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