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