pub enum InvoicePaymentMethodOptionsCustomerBalanceFundingType {
BankTransfer,
}
Expand description
The funding method type to be used when there are not enough funds in the customer balance.
Permitted values include: bank_transfer
.
Variants§
BankTransfer
Implementations§
Trait Implementations§
Source§impl Clone for InvoicePaymentMethodOptionsCustomerBalanceFundingType
impl Clone for InvoicePaymentMethodOptionsCustomerBalanceFundingType
Source§fn clone(&self) -> InvoicePaymentMethodOptionsCustomerBalanceFundingType
fn clone(&self) -> InvoicePaymentMethodOptionsCustomerBalanceFundingType
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 InvoicePaymentMethodOptionsCustomerBalanceFundingType
impl FromValueOpt for InvoicePaymentMethodOptionsCustomerBalanceFundingType
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for InvoicePaymentMethodOptionsCustomerBalanceFundingType
impl PartialEq for InvoicePaymentMethodOptionsCustomerBalanceFundingType
Source§fn eq(
&self,
other: &InvoicePaymentMethodOptionsCustomerBalanceFundingType,
) -> bool
fn eq( &self, other: &InvoicePaymentMethodOptionsCustomerBalanceFundingType, ) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for InvoicePaymentMethodOptionsCustomerBalanceFundingType
impl Eq for InvoicePaymentMethodOptionsCustomerBalanceFundingType
impl StructuralPartialEq for InvoicePaymentMethodOptionsCustomerBalanceFundingType
Auto Trait Implementations§
impl Freeze for InvoicePaymentMethodOptionsCustomerBalanceFundingType
impl RefUnwindSafe for InvoicePaymentMethodOptionsCustomerBalanceFundingType
impl Send for InvoicePaymentMethodOptionsCustomerBalanceFundingType
impl Sync for InvoicePaymentMethodOptionsCustomerBalanceFundingType
impl Unpin for InvoicePaymentMethodOptionsCustomerBalanceFundingType
impl UnwindSafe for InvoicePaymentMethodOptionsCustomerBalanceFundingType
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