pub struct CreatePaymentMethodConfigurationCashapp {
pub display_preference: Option<CreatePaymentMethodConfigurationCashappDisplayPreference>,
}Expand description
Cash App is a popular consumer app in the US that allows customers to bank, invest, send, and receive money using their digital wallet. Check this page for more details.
Fields§
§display_preference: Option<CreatePaymentMethodConfigurationCashappDisplayPreference>Whether or not the payment method should be displayed.
Implementations§
Trait Implementations§
Source§impl Clone for CreatePaymentMethodConfigurationCashapp
impl Clone for CreatePaymentMethodConfigurationCashapp
Source§fn clone(&self) -> CreatePaymentMethodConfigurationCashapp
fn clone(&self) -> CreatePaymentMethodConfigurationCashapp
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 CreatePaymentMethodConfigurationCashapp
impl PartialEq for CreatePaymentMethodConfigurationCashapp
Source§fn eq(&self, other: &CreatePaymentMethodConfigurationCashapp) -> bool
fn eq(&self, other: &CreatePaymentMethodConfigurationCashapp) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for CreatePaymentMethodConfigurationCashapp
impl StructuralPartialEq for CreatePaymentMethodConfigurationCashapp
Auto Trait Implementations§
impl Freeze for CreatePaymentMethodConfigurationCashapp
impl RefUnwindSafe for CreatePaymentMethodConfigurationCashapp
impl Send for CreatePaymentMethodConfigurationCashapp
impl Sync for CreatePaymentMethodConfigurationCashapp
impl Unpin for CreatePaymentMethodConfigurationCashapp
impl UnsafeUnpin for CreatePaymentMethodConfigurationCashapp
impl UnwindSafe for CreatePaymentMethodConfigurationCashapp
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