pub enum CreateCheckoutSessionPaymentMethodTypes {
Show 27 variants
AcssDebit,
Affirm,
AfterpayClearpay,
Alipay,
AuBecsDebit,
BacsDebit,
Bancontact,
Blik,
Boleto,
Card,
CustomerBalance,
Eps,
Fpx,
Giropay,
Grabpay,
Ideal,
Klarna,
Konbini,
Oxxo,
P24,
Paynow,
Pix,
Promptpay,
SepaDebit,
Sofort,
UsBankAccount,
WechatPay,
}Expand description
An enum representing the possible values of an CreateCheckoutSession’s payment_method_types field.
Variants§
AcssDebit
Affirm
AfterpayClearpay
Alipay
AuBecsDebit
BacsDebit
Bancontact
Blik
Boleto
Card
CustomerBalance
Eps
Fpx
Giropay
Grabpay
Ideal
Klarna
Konbini
Oxxo
P24
Paynow
Pix
Promptpay
SepaDebit
Sofort
UsBankAccount
WechatPay
Implementations§
Trait Implementations§
source§impl Clone for CreateCheckoutSessionPaymentMethodTypes
impl Clone for CreateCheckoutSessionPaymentMethodTypes
source§fn clone(&self) -> CreateCheckoutSessionPaymentMethodTypes
fn clone(&self) -> CreateCheckoutSessionPaymentMethodTypes
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 CreateCheckoutSessionPaymentMethodTypes
impl<'de> Deserialize<'de> for CreateCheckoutSessionPaymentMethodTypes
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<CreateCheckoutSessionPaymentMethodTypes> for CreateCheckoutSessionPaymentMethodTypes
impl PartialEq<CreateCheckoutSessionPaymentMethodTypes> for CreateCheckoutSessionPaymentMethodTypes
source§fn eq(&self, other: &CreateCheckoutSessionPaymentMethodTypes) -> bool
fn eq(&self, other: &CreateCheckoutSessionPaymentMethodTypes) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for CreateCheckoutSessionPaymentMethodTypes
impl Eq for CreateCheckoutSessionPaymentMethodTypes
impl StructuralEq for CreateCheckoutSessionPaymentMethodTypes
impl StructuralPartialEq for CreateCheckoutSessionPaymentMethodTypes
Auto Trait Implementations§
impl RefUnwindSafe for CreateCheckoutSessionPaymentMethodTypes
impl Send for CreateCheckoutSessionPaymentMethodTypes
impl Sync for CreateCheckoutSessionPaymentMethodTypes
impl Unpin for CreateCheckoutSessionPaymentMethodTypes
impl UnwindSafe for CreateCheckoutSessionPaymentMethodTypes
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.