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