pub struct CreatePaymentMethodConfigurationPix {
pub display_preference: Option<CreatePaymentMethodConfigurationPixDisplayPreference>,
}Expand description
Pix is a payment method popular in Brazil. When paying with Pix, customers authenticate and approve payments by scanning a QR code in their preferred banking app. Check this page for more details.
Fields§
§display_preference: Option<CreatePaymentMethodConfigurationPixDisplayPreference>Whether or not the payment method should be displayed.
Implementations§
Trait Implementations§
Source§impl Clone for CreatePaymentMethodConfigurationPix
impl Clone for CreatePaymentMethodConfigurationPix
Source§fn clone(&self) -> CreatePaymentMethodConfigurationPix
fn clone(&self) -> CreatePaymentMethodConfigurationPix
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 CreatePaymentMethodConfigurationPix
impl PartialEq for CreatePaymentMethodConfigurationPix
Source§fn eq(&self, other: &CreatePaymentMethodConfigurationPix) -> bool
fn eq(&self, other: &CreatePaymentMethodConfigurationPix) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for CreatePaymentMethodConfigurationPix
impl StructuralPartialEq for CreatePaymentMethodConfigurationPix
Auto Trait Implementations§
impl Freeze for CreatePaymentMethodConfigurationPix
impl RefUnwindSafe for CreatePaymentMethodConfigurationPix
impl Send for CreatePaymentMethodConfigurationPix
impl Sync for CreatePaymentMethodConfigurationPix
impl Unpin for CreatePaymentMethodConfigurationPix
impl UnsafeUnpin for CreatePaymentMethodConfigurationPix
impl UnwindSafe for CreatePaymentMethodConfigurationPix
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