pub struct UpdatePaymentMethodConfigurationGiropay {
pub display_preference: Option<UpdatePaymentMethodConfigurationGiropayDisplayPreference>,
}Expand description
giropay is a German payment method based on online banking, introduced in 2006. It allows customers to complete transactions online using their online banking environment, with funds debited from their bank account. Depending on their bank, customers confirm payments on giropay using a second factor of authentication or a PIN. giropay accounts for 10% of online checkouts in Germany. Check this page for more details.
Fields§
§display_preference: Option<UpdatePaymentMethodConfigurationGiropayDisplayPreference>Whether or not the payment method should be displayed.
Implementations§
Trait Implementations§
Source§impl Clone for UpdatePaymentMethodConfigurationGiropay
impl Clone for UpdatePaymentMethodConfigurationGiropay
Source§fn clone(&self) -> UpdatePaymentMethodConfigurationGiropay
fn clone(&self) -> UpdatePaymentMethodConfigurationGiropay
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 UpdatePaymentMethodConfigurationGiropay
impl PartialEq for UpdatePaymentMethodConfigurationGiropay
Source§fn eq(&self, other: &UpdatePaymentMethodConfigurationGiropay) -> bool
fn eq(&self, other: &UpdatePaymentMethodConfigurationGiropay) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for UpdatePaymentMethodConfigurationGiropay
impl StructuralPartialEq for UpdatePaymentMethodConfigurationGiropay
Auto Trait Implementations§
impl Freeze for UpdatePaymentMethodConfigurationGiropay
impl RefUnwindSafe for UpdatePaymentMethodConfigurationGiropay
impl Send for UpdatePaymentMethodConfigurationGiropay
impl Sync for UpdatePaymentMethodConfigurationGiropay
impl Unpin for UpdatePaymentMethodConfigurationGiropay
impl UnsafeUnpin for UpdatePaymentMethodConfigurationGiropay
impl UnwindSafe for UpdatePaymentMethodConfigurationGiropay
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