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