pub struct CreatePaymentMethodConfigurationSamsungPay {
pub display_preference: Option<CreatePaymentMethodConfigurationSamsungPayDisplayPreference>,
}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<CreatePaymentMethodConfigurationSamsungPayDisplayPreference>Whether or not the payment method should be displayed.
Implementations§
Trait Implementations§
Source§impl Clone for CreatePaymentMethodConfigurationSamsungPay
impl Clone for CreatePaymentMethodConfigurationSamsungPay
Source§fn clone(&self) -> CreatePaymentMethodConfigurationSamsungPay
fn clone(&self) -> CreatePaymentMethodConfigurationSamsungPay
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 CreatePaymentMethodConfigurationSamsungPay
impl PartialEq for CreatePaymentMethodConfigurationSamsungPay
Source§fn eq(&self, other: &CreatePaymentMethodConfigurationSamsungPay) -> bool
fn eq(&self, other: &CreatePaymentMethodConfigurationSamsungPay) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for CreatePaymentMethodConfigurationSamsungPay
impl StructuralPartialEq for CreatePaymentMethodConfigurationSamsungPay
Auto Trait Implementations§
impl Freeze for CreatePaymentMethodConfigurationSamsungPay
impl RefUnwindSafe for CreatePaymentMethodConfigurationSamsungPay
impl Send for CreatePaymentMethodConfigurationSamsungPay
impl Sync for CreatePaymentMethodConfigurationSamsungPay
impl Unpin for CreatePaymentMethodConfigurationSamsungPay
impl UnsafeUnpin for CreatePaymentMethodConfigurationSamsungPay
impl UnwindSafe for CreatePaymentMethodConfigurationSamsungPay
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