pub struct CreatePaymentMethodConfigurationSatispay {
pub display_preference: Option<CreatePaymentMethodConfigurationSatispayDisplayPreference>,
}Expand description
Satispay is a single-use payment method where customers are required to authenticate their payment. Customers pay by being redirected from your website or app, authorizing the payment with Satispay, then returning to your website or app. You get immediate notification of whether the payment succeeded or failed.
Fields§
§display_preference: Option<CreatePaymentMethodConfigurationSatispayDisplayPreference>Whether or not the payment method should be displayed.
Implementations§
Trait Implementations§
Source§impl Clone for CreatePaymentMethodConfigurationSatispay
impl Clone for CreatePaymentMethodConfigurationSatispay
Source§fn clone(&self) -> CreatePaymentMethodConfigurationSatispay
fn clone(&self) -> CreatePaymentMethodConfigurationSatispay
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 CreatePaymentMethodConfigurationSatispay
impl PartialEq for CreatePaymentMethodConfigurationSatispay
Source§fn eq(&self, other: &CreatePaymentMethodConfigurationSatispay) -> bool
fn eq(&self, other: &CreatePaymentMethodConfigurationSatispay) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for CreatePaymentMethodConfigurationSatispay
impl StructuralPartialEq for CreatePaymentMethodConfigurationSatispay
Auto Trait Implementations§
impl Freeze for CreatePaymentMethodConfigurationSatispay
impl RefUnwindSafe for CreatePaymentMethodConfigurationSatispay
impl Send for CreatePaymentMethodConfigurationSatispay
impl Sync for CreatePaymentMethodConfigurationSatispay
impl Unpin for CreatePaymentMethodConfigurationSatispay
impl UnsafeUnpin for CreatePaymentMethodConfigurationSatispay
impl UnwindSafe for CreatePaymentMethodConfigurationSatispay
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