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