pub struct UpdatePaymentMethodConfigurationCustomerBalance {
pub display_preference: Option<UpdatePaymentMethodConfigurationCustomerBalanceDisplayPreference>,
}Expand description
Uses a customer’s cash balance for the payment. The cash balance can be funded via a bank transfer. Check this page for more details.
Fields§
§display_preference: Option<UpdatePaymentMethodConfigurationCustomerBalanceDisplayPreference>Whether or not the payment method should be displayed.
Implementations§
Trait Implementations§
Source§impl Clone for UpdatePaymentMethodConfigurationCustomerBalance
impl Clone for UpdatePaymentMethodConfigurationCustomerBalance
Source§fn clone(&self) -> UpdatePaymentMethodConfigurationCustomerBalance
fn clone(&self) -> UpdatePaymentMethodConfigurationCustomerBalance
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 PartialEq for UpdatePaymentMethodConfigurationCustomerBalance
impl PartialEq for UpdatePaymentMethodConfigurationCustomerBalance
Source§fn eq(&self, other: &UpdatePaymentMethodConfigurationCustomerBalance) -> bool
fn eq(&self, other: &UpdatePaymentMethodConfigurationCustomerBalance) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for UpdatePaymentMethodConfigurationCustomerBalance
impl StructuralPartialEq for UpdatePaymentMethodConfigurationCustomerBalance
Auto Trait Implementations§
impl Freeze for UpdatePaymentMethodConfigurationCustomerBalance
impl RefUnwindSafe for UpdatePaymentMethodConfigurationCustomerBalance
impl Send for UpdatePaymentMethodConfigurationCustomerBalance
impl Sync for UpdatePaymentMethodConfigurationCustomerBalance
impl Unpin for UpdatePaymentMethodConfigurationCustomerBalance
impl UnsafeUnpin for UpdatePaymentMethodConfigurationCustomerBalance
impl UnwindSafe for UpdatePaymentMethodConfigurationCustomerBalance
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