pub enum UpdateSetupIntentPaymentMethodOptionsCardNetwork {
Show 13 variants
Amex,
CartesBancaires,
Diners,
Discover,
EftposAu,
Girocard,
Interac,
Jcb,
Link,
Mastercard,
Unionpay,
Unknown,
Visa,
}
Expand description
Selected network to process this SetupIntent on. Depends on the available networks of the card attached to the SetupIntent. Can be only set confirm-time.
Variants§
Amex
CartesBancaires
Diners
Discover
EftposAu
Girocard
Interac
Jcb
Link
Mastercard
Unionpay
Unknown
Visa
Implementations§
Trait Implementations§
Source§impl Clone for UpdateSetupIntentPaymentMethodOptionsCardNetwork
impl Clone for UpdateSetupIntentPaymentMethodOptionsCardNetwork
Source§fn clone(&self) -> UpdateSetupIntentPaymentMethodOptionsCardNetwork
fn clone(&self) -> UpdateSetupIntentPaymentMethodOptionsCardNetwork
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 moreSource§impl PartialEq for UpdateSetupIntentPaymentMethodOptionsCardNetwork
impl PartialEq for UpdateSetupIntentPaymentMethodOptionsCardNetwork
Source§fn eq(&self, other: &UpdateSetupIntentPaymentMethodOptionsCardNetwork) -> bool
fn eq(&self, other: &UpdateSetupIntentPaymentMethodOptionsCardNetwork) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for UpdateSetupIntentPaymentMethodOptionsCardNetwork
impl Eq for UpdateSetupIntentPaymentMethodOptionsCardNetwork
impl StructuralPartialEq for UpdateSetupIntentPaymentMethodOptionsCardNetwork
Auto Trait Implementations§
impl Freeze for UpdateSetupIntentPaymentMethodOptionsCardNetwork
impl RefUnwindSafe for UpdateSetupIntentPaymentMethodOptionsCardNetwork
impl Send for UpdateSetupIntentPaymentMethodOptionsCardNetwork
impl Sync for UpdateSetupIntentPaymentMethodOptionsCardNetwork
impl Unpin for UpdateSetupIntentPaymentMethodOptionsCardNetwork
impl UnwindSafe for UpdateSetupIntentPaymentMethodOptionsCardNetwork
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