pub struct UpdatePaymentMethodConfigurationP24 {
pub display_preference: Option<UpdatePaymentMethodConfigurationP24DisplayPreference>,
}Expand description
Przelewy24 is a Poland-based payment method aggregator that allows customers to complete transactions online using bank transfers and other methods. Bank transfers account for 30% of online payments in Poland and Przelewy24 provides a way for customers to pay with over 165 banks. Check this page for more details.
Fields§
§display_preference: Option<UpdatePaymentMethodConfigurationP24DisplayPreference>Whether or not the payment method should be displayed.
Implementations§
Trait Implementations§
Source§impl Clone for UpdatePaymentMethodConfigurationP24
impl Clone for UpdatePaymentMethodConfigurationP24
Source§fn clone(&self) -> UpdatePaymentMethodConfigurationP24
fn clone(&self) -> UpdatePaymentMethodConfigurationP24
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 UpdatePaymentMethodConfigurationP24
impl PartialEq for UpdatePaymentMethodConfigurationP24
Source§fn eq(&self, other: &UpdatePaymentMethodConfigurationP24) -> bool
fn eq(&self, other: &UpdatePaymentMethodConfigurationP24) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for UpdatePaymentMethodConfigurationP24
impl StructuralPartialEq for UpdatePaymentMethodConfigurationP24
Auto Trait Implementations§
impl Freeze for UpdatePaymentMethodConfigurationP24
impl RefUnwindSafe for UpdatePaymentMethodConfigurationP24
impl Send for UpdatePaymentMethodConfigurationP24
impl Sync for UpdatePaymentMethodConfigurationP24
impl Unpin for UpdatePaymentMethodConfigurationP24
impl UnsafeUnpin for UpdatePaymentMethodConfigurationP24
impl UnwindSafe for UpdatePaymentMethodConfigurationP24
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