pub struct UpdatePaymentMethodConfigurationSofort {
pub display_preference: Option<UpdatePaymentMethodConfigurationSofortDisplayPreference>,
}Expand description
Stripe users in Europe and the United States can use the Payment Intents API—a single integration path for creating payments using any supported method—to accept Sofort payments from customers. Check this page for more details.
Fields§
§display_preference: Option<UpdatePaymentMethodConfigurationSofortDisplayPreference>Whether or not the payment method should be displayed.
Implementations§
Trait Implementations§
Source§impl Clone for UpdatePaymentMethodConfigurationSofort
impl Clone for UpdatePaymentMethodConfigurationSofort
Source§fn clone(&self) -> UpdatePaymentMethodConfigurationSofort
fn clone(&self) -> UpdatePaymentMethodConfigurationSofort
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 UpdatePaymentMethodConfigurationSofort
impl PartialEq for UpdatePaymentMethodConfigurationSofort
Source§fn eq(&self, other: &UpdatePaymentMethodConfigurationSofort) -> bool
fn eq(&self, other: &UpdatePaymentMethodConfigurationSofort) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for UpdatePaymentMethodConfigurationSofort
impl StructuralPartialEq for UpdatePaymentMethodConfigurationSofort
Auto Trait Implementations§
impl Freeze for UpdatePaymentMethodConfigurationSofort
impl RefUnwindSafe for UpdatePaymentMethodConfigurationSofort
impl Send for UpdatePaymentMethodConfigurationSofort
impl Sync for UpdatePaymentMethodConfigurationSofort
impl Unpin for UpdatePaymentMethodConfigurationSofort
impl UnsafeUnpin for UpdatePaymentMethodConfigurationSofort
impl UnwindSafe for UpdatePaymentMethodConfigurationSofort
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