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