pub struct UpdatePaymentMethodConfigurationPaypal {
pub display_preference: Option<UpdatePaymentMethodConfigurationPaypalDisplayPreference>,
}Expand description
PayPal, a digital wallet popular with customers in Europe, allows your customers worldwide to pay using their PayPal account. Check this page for more details.
Fields§
§display_preference: Option<UpdatePaymentMethodConfigurationPaypalDisplayPreference>Whether or not the payment method should be displayed.
Implementations§
Trait Implementations§
Source§impl Clone for UpdatePaymentMethodConfigurationPaypal
impl Clone for UpdatePaymentMethodConfigurationPaypal
Source§fn clone(&self) -> UpdatePaymentMethodConfigurationPaypal
fn clone(&self) -> UpdatePaymentMethodConfigurationPaypal
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 UpdatePaymentMethodConfigurationPaypal
impl PartialEq for UpdatePaymentMethodConfigurationPaypal
Source§fn eq(&self, other: &UpdatePaymentMethodConfigurationPaypal) -> bool
fn eq(&self, other: &UpdatePaymentMethodConfigurationPaypal) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for UpdatePaymentMethodConfigurationPaypal
impl StructuralPartialEq for UpdatePaymentMethodConfigurationPaypal
Auto Trait Implementations§
impl Freeze for UpdatePaymentMethodConfigurationPaypal
impl RefUnwindSafe for UpdatePaymentMethodConfigurationPaypal
impl Send for UpdatePaymentMethodConfigurationPaypal
impl Sync for UpdatePaymentMethodConfigurationPaypal
impl Unpin for UpdatePaymentMethodConfigurationPaypal
impl UnsafeUnpin for UpdatePaymentMethodConfigurationPaypal
impl UnwindSafe for UpdatePaymentMethodConfigurationPaypal
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