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