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