pub enum UpdateSubscriptionPaymentSettingsPaymentMethodTypes {
Show 26 variants
AchCreditTransfer,
AchDebit,
AcssDebit,
AuBecsDebit,
BacsDebit,
Bancontact,
Boleto,
Card,
Cashapp,
CustomerBalance,
Eps,
Fpx,
Giropay,
Grabpay,
Ideal,
Konbini,
Link,
P24,
Paynow,
Paypal,
Promptpay,
SepaCreditTransfer,
SepaDebit,
Sofort,
UsBankAccount,
WechatPay,
}
Available on crate feature
billing
only.Expand description
An enum representing the possible values of an UpdateSubscriptionPaymentSettings
’s payment_method_types
field.
Variants§
AchCreditTransfer
AchDebit
AcssDebit
AuBecsDebit
BacsDebit
Bancontact
Boleto
Card
Cashapp
CustomerBalance
Eps
Fpx
Giropay
Grabpay
Ideal
Konbini
Link
P24
Paynow
Paypal
Promptpay
SepaCreditTransfer
SepaDebit
Sofort
UsBankAccount
WechatPay
Implementations§
Trait Implementations§
Source§impl Clone for UpdateSubscriptionPaymentSettingsPaymentMethodTypes
impl Clone for UpdateSubscriptionPaymentSettingsPaymentMethodTypes
Source§fn clone(&self) -> UpdateSubscriptionPaymentSettingsPaymentMethodTypes
fn clone(&self) -> UpdateSubscriptionPaymentSettingsPaymentMethodTypes
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<'de> Deserialize<'de> for UpdateSubscriptionPaymentSettingsPaymentMethodTypes
impl<'de> Deserialize<'de> for UpdateSubscriptionPaymentSettingsPaymentMethodTypes
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for UpdateSubscriptionPaymentSettingsPaymentMethodTypes
impl PartialEq for UpdateSubscriptionPaymentSettingsPaymentMethodTypes
Source§fn eq(
&self,
other: &UpdateSubscriptionPaymentSettingsPaymentMethodTypes,
) -> bool
fn eq( &self, other: &UpdateSubscriptionPaymentSettingsPaymentMethodTypes, ) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for UpdateSubscriptionPaymentSettingsPaymentMethodTypes
impl Eq for UpdateSubscriptionPaymentSettingsPaymentMethodTypes
impl StructuralPartialEq for UpdateSubscriptionPaymentSettingsPaymentMethodTypes
Auto Trait Implementations§
impl Freeze for UpdateSubscriptionPaymentSettingsPaymentMethodTypes
impl RefUnwindSafe for UpdateSubscriptionPaymentSettingsPaymentMethodTypes
impl Send for UpdateSubscriptionPaymentSettingsPaymentMethodTypes
impl Sync for UpdateSubscriptionPaymentSettingsPaymentMethodTypes
impl Unpin for UpdateSubscriptionPaymentSettingsPaymentMethodTypes
impl UnwindSafe for UpdateSubscriptionPaymentSettingsPaymentMethodTypes
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.