pub enum InvoicesPaymentSettingsPaymentMethodTypes {
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 InvoicesPaymentSettings’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 InvoicesPaymentSettingsPaymentMethodTypes
impl Clone for InvoicesPaymentSettingsPaymentMethodTypes
Source§fn clone(&self) -> InvoicesPaymentSettingsPaymentMethodTypes
fn clone(&self) -> InvoicesPaymentSettingsPaymentMethodTypes
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 InvoicesPaymentSettingsPaymentMethodTypes
impl<'de> Deserialize<'de> for InvoicesPaymentSettingsPaymentMethodTypes
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 InvoicesPaymentSettingsPaymentMethodTypes
impl PartialEq for InvoicesPaymentSettingsPaymentMethodTypes
Source§fn eq(&self, other: &InvoicesPaymentSettingsPaymentMethodTypes) -> bool
fn eq(&self, other: &InvoicesPaymentSettingsPaymentMethodTypes) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for InvoicesPaymentSettingsPaymentMethodTypes
impl Eq for InvoicesPaymentSettingsPaymentMethodTypes
impl StructuralPartialEq for InvoicesPaymentSettingsPaymentMethodTypes
Auto Trait Implementations§
impl Freeze for InvoicesPaymentSettingsPaymentMethodTypes
impl RefUnwindSafe for InvoicesPaymentSettingsPaymentMethodTypes
impl Send for InvoicesPaymentSettingsPaymentMethodTypes
impl Sync for InvoicesPaymentSettingsPaymentMethodTypes
impl Unpin for InvoicesPaymentSettingsPaymentMethodTypes
impl UnwindSafe for InvoicesPaymentSettingsPaymentMethodTypes
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.