pub struct CreatePaymentMethodConfigurationOxxo {
pub display_preference: Option<CreatePaymentMethodConfigurationOxxoDisplayPreference>,
}Expand description
OXXO is a Mexican chain of convenience stores with thousands of locations across Latin America and represents nearly 20% of online transactions in Mexico. OXXO allows customers to pay bills and online purchases in-store with cash. Check this page for more details.
Fields§
§display_preference: Option<CreatePaymentMethodConfigurationOxxoDisplayPreference>Whether or not the payment method should be displayed.
Implementations§
Trait Implementations§
Source§impl Clone for CreatePaymentMethodConfigurationOxxo
impl Clone for CreatePaymentMethodConfigurationOxxo
Source§fn clone(&self) -> CreatePaymentMethodConfigurationOxxo
fn clone(&self) -> CreatePaymentMethodConfigurationOxxo
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 CreatePaymentMethodConfigurationOxxo
impl PartialEq for CreatePaymentMethodConfigurationOxxo
Source§fn eq(&self, other: &CreatePaymentMethodConfigurationOxxo) -> bool
fn eq(&self, other: &CreatePaymentMethodConfigurationOxxo) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for CreatePaymentMethodConfigurationOxxo
impl StructuralPartialEq for CreatePaymentMethodConfigurationOxxo
Auto Trait Implementations§
impl Freeze for CreatePaymentMethodConfigurationOxxo
impl RefUnwindSafe for CreatePaymentMethodConfigurationOxxo
impl Send for CreatePaymentMethodConfigurationOxxo
impl Sync for CreatePaymentMethodConfigurationOxxo
impl Unpin for CreatePaymentMethodConfigurationOxxo
impl UnsafeUnpin for CreatePaymentMethodConfigurationOxxo
impl UnwindSafe for CreatePaymentMethodConfigurationOxxo
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