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