pub struct CreatePaymentMethodConfigurationBlik {
pub display_preference: Option<CreatePaymentMethodConfigurationBlikDisplayPreference>,
}Expand description
BLIK is a single use payment method that requires customers to authenticate their payments. When customers want to pay online using BLIK, they request a six-digit code from their banking application and enter it into the payment collection form. Check this page for more details.
Fields§
§display_preference: Option<CreatePaymentMethodConfigurationBlikDisplayPreference>Whether or not the payment method should be displayed.
Implementations§
Trait Implementations§
Source§impl Clone for CreatePaymentMethodConfigurationBlik
impl Clone for CreatePaymentMethodConfigurationBlik
Source§fn clone(&self) -> CreatePaymentMethodConfigurationBlik
fn clone(&self) -> CreatePaymentMethodConfigurationBlik
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 CreatePaymentMethodConfigurationBlik
impl PartialEq for CreatePaymentMethodConfigurationBlik
Source§fn eq(&self, other: &CreatePaymentMethodConfigurationBlik) -> bool
fn eq(&self, other: &CreatePaymentMethodConfigurationBlik) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for CreatePaymentMethodConfigurationBlik
impl StructuralPartialEq for CreatePaymentMethodConfigurationBlik
Auto Trait Implementations§
impl Freeze for CreatePaymentMethodConfigurationBlik
impl RefUnwindSafe for CreatePaymentMethodConfigurationBlik
impl Send for CreatePaymentMethodConfigurationBlik
impl Sync for CreatePaymentMethodConfigurationBlik
impl Unpin for CreatePaymentMethodConfigurationBlik
impl UnsafeUnpin for CreatePaymentMethodConfigurationBlik
impl UnwindSafe for CreatePaymentMethodConfigurationBlik
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