Enum stripe::generated::billing::subscription::UpdateSubscriptionPaymentSettingsPaymentMethodTypes
source · pub enum UpdateSubscriptionPaymentSettingsPaymentMethodTypes {
Show 22 variants
AchCreditTransfer,
AchDebit,
AcssDebit,
AuBecsDebit,
BacsDebit,
Bancontact,
Boleto,
Card,
CustomerBalance,
Fpx,
Giropay,
Grabpay,
Ideal,
Konbini,
Link,
Paynow,
Promptpay,
SepaCreditTransfer,
SepaDebit,
Sofort,
UsBankAccount,
WechatPay,
}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
CustomerBalance
Fpx
Giropay
Grabpay
Ideal
Konbini
Link
Paynow
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 copy 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<UpdateSubscriptionPaymentSettingsPaymentMethodTypes> for UpdateSubscriptionPaymentSettingsPaymentMethodTypes
impl PartialEq<UpdateSubscriptionPaymentSettingsPaymentMethodTypes> for UpdateSubscriptionPaymentSettingsPaymentMethodTypes
source§fn eq(
&self,
other: &UpdateSubscriptionPaymentSettingsPaymentMethodTypes
) -> bool
fn eq( &self, other: &UpdateSubscriptionPaymentSettingsPaymentMethodTypes ) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for UpdateSubscriptionPaymentSettingsPaymentMethodTypes
impl Eq for UpdateSubscriptionPaymentSettingsPaymentMethodTypes
impl StructuralEq for UpdateSubscriptionPaymentSettingsPaymentMethodTypes
impl StructuralPartialEq for UpdateSubscriptionPaymentSettingsPaymentMethodTypes
Auto Trait Implementations§
impl RefUnwindSafe for UpdateSubscriptionPaymentSettingsPaymentMethodTypes
impl Send for UpdateSubscriptionPaymentSettingsPaymentMethodTypes
impl Sync for UpdateSubscriptionPaymentSettingsPaymentMethodTypes
impl Unpin for UpdateSubscriptionPaymentSettingsPaymentMethodTypes
impl UnwindSafe for UpdateSubscriptionPaymentSettingsPaymentMethodTypes
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.