pub struct UpdatePaymentMethodConfigurationCustomerBalanceDisplayPreference {
pub preference: Option<UpdatePaymentMethodConfigurationCustomerBalanceDisplayPreferencePreference>,
}Expand description
Whether or not the payment method should be displayed.
Fields§
§preference: Option<UpdatePaymentMethodConfigurationCustomerBalanceDisplayPreferencePreference>The account’s preference for whether or not to display this payment method.
Implementations§
Trait Implementations§
Source§impl Clone for UpdatePaymentMethodConfigurationCustomerBalanceDisplayPreference
impl Clone for UpdatePaymentMethodConfigurationCustomerBalanceDisplayPreference
Source§fn clone(
&self,
) -> UpdatePaymentMethodConfigurationCustomerBalanceDisplayPreference
fn clone( &self, ) -> UpdatePaymentMethodConfigurationCustomerBalanceDisplayPreference
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 UpdatePaymentMethodConfigurationCustomerBalanceDisplayPreference
impl PartialEq for UpdatePaymentMethodConfigurationCustomerBalanceDisplayPreference
Source§fn eq(
&self,
other: &UpdatePaymentMethodConfigurationCustomerBalanceDisplayPreference,
) -> bool
fn eq( &self, other: &UpdatePaymentMethodConfigurationCustomerBalanceDisplayPreference, ) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for UpdatePaymentMethodConfigurationCustomerBalanceDisplayPreference
impl StructuralPartialEq for UpdatePaymentMethodConfigurationCustomerBalanceDisplayPreference
Auto Trait Implementations§
impl Freeze for UpdatePaymentMethodConfigurationCustomerBalanceDisplayPreference
impl RefUnwindSafe for UpdatePaymentMethodConfigurationCustomerBalanceDisplayPreference
impl Send for UpdatePaymentMethodConfigurationCustomerBalanceDisplayPreference
impl Sync for UpdatePaymentMethodConfigurationCustomerBalanceDisplayPreference
impl Unpin for UpdatePaymentMethodConfigurationCustomerBalanceDisplayPreference
impl UnsafeUnpin for UpdatePaymentMethodConfigurationCustomerBalanceDisplayPreference
impl UnwindSafe for UpdatePaymentMethodConfigurationCustomerBalanceDisplayPreference
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