pub struct UpdatePaymentMethodConfigurationSamsungPay {
pub display_preference: Option<UpdatePaymentMethodConfigurationSamsungPayDisplayPreference>,
}Expand description
Samsung Pay is a [single-use](https://docs.stripe.com/payments/payment-methods#usage local wallet available in South Korea.
Fields§
§display_preference: Option<UpdatePaymentMethodConfigurationSamsungPayDisplayPreference>Whether or not the payment method should be displayed.
Implementations§
Trait Implementations§
Source§impl Clone for UpdatePaymentMethodConfigurationSamsungPay
impl Clone for UpdatePaymentMethodConfigurationSamsungPay
Source§fn clone(&self) -> UpdatePaymentMethodConfigurationSamsungPay
fn clone(&self) -> UpdatePaymentMethodConfigurationSamsungPay
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 UpdatePaymentMethodConfigurationSamsungPay
impl PartialEq for UpdatePaymentMethodConfigurationSamsungPay
Source§fn eq(&self, other: &UpdatePaymentMethodConfigurationSamsungPay) -> bool
fn eq(&self, other: &UpdatePaymentMethodConfigurationSamsungPay) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for UpdatePaymentMethodConfigurationSamsungPay
impl StructuralPartialEq for UpdatePaymentMethodConfigurationSamsungPay
Auto Trait Implementations§
impl Freeze for UpdatePaymentMethodConfigurationSamsungPay
impl RefUnwindSafe for UpdatePaymentMethodConfigurationSamsungPay
impl Send for UpdatePaymentMethodConfigurationSamsungPay
impl Sync for UpdatePaymentMethodConfigurationSamsungPay
impl Unpin for UpdatePaymentMethodConfigurationSamsungPay
impl UnsafeUnpin for UpdatePaymentMethodConfigurationSamsungPay
impl UnwindSafe for UpdatePaymentMethodConfigurationSamsungPay
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