pub struct UpdatePaymentMethodConfigurationCard {
pub display_preference: Option<UpdatePaymentMethodConfigurationCardDisplayPreference>,
}Expand description
Cards are a popular way for consumers and businesses to pay online or in person. Stripe supports global and local card networks.
Fields§
§display_preference: Option<UpdatePaymentMethodConfigurationCardDisplayPreference>Whether or not the payment method should be displayed.
Implementations§
Trait Implementations§
Source§impl Clone for UpdatePaymentMethodConfigurationCard
impl Clone for UpdatePaymentMethodConfigurationCard
Source§fn clone(&self) -> UpdatePaymentMethodConfigurationCard
fn clone(&self) -> UpdatePaymentMethodConfigurationCard
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 UpdatePaymentMethodConfigurationCard
impl PartialEq for UpdatePaymentMethodConfigurationCard
Source§fn eq(&self, other: &UpdatePaymentMethodConfigurationCard) -> bool
fn eq(&self, other: &UpdatePaymentMethodConfigurationCard) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for UpdatePaymentMethodConfigurationCard
impl StructuralPartialEq for UpdatePaymentMethodConfigurationCard
Auto Trait Implementations§
impl Freeze for UpdatePaymentMethodConfigurationCard
impl RefUnwindSafe for UpdatePaymentMethodConfigurationCard
impl Send for UpdatePaymentMethodConfigurationCard
impl Sync for UpdatePaymentMethodConfigurationCard
impl Unpin for UpdatePaymentMethodConfigurationCard
impl UnsafeUnpin for UpdatePaymentMethodConfigurationCard
impl UnwindSafe for UpdatePaymentMethodConfigurationCard
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