pub struct CreatePaymentMethodConfigurationBoleto {
pub display_preference: Option<CreatePaymentMethodConfigurationBoletoDisplayPreference>,
}Expand description
Boleto is an official (regulated by the Central Bank of Brazil) payment method in Brazil. Check this page for more details.
Fields§
§display_preference: Option<CreatePaymentMethodConfigurationBoletoDisplayPreference>Whether or not the payment method should be displayed.
Implementations§
Trait Implementations§
Source§impl Clone for CreatePaymentMethodConfigurationBoleto
impl Clone for CreatePaymentMethodConfigurationBoleto
Source§fn clone(&self) -> CreatePaymentMethodConfigurationBoleto
fn clone(&self) -> CreatePaymentMethodConfigurationBoleto
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 CreatePaymentMethodConfigurationBoleto
impl PartialEq for CreatePaymentMethodConfigurationBoleto
Source§fn eq(&self, other: &CreatePaymentMethodConfigurationBoleto) -> bool
fn eq(&self, other: &CreatePaymentMethodConfigurationBoleto) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for CreatePaymentMethodConfigurationBoleto
impl StructuralPartialEq for CreatePaymentMethodConfigurationBoleto
Auto Trait Implementations§
impl Freeze for CreatePaymentMethodConfigurationBoleto
impl RefUnwindSafe for CreatePaymentMethodConfigurationBoleto
impl Send for CreatePaymentMethodConfigurationBoleto
impl Sync for CreatePaymentMethodConfigurationBoleto
impl Unpin for CreatePaymentMethodConfigurationBoleto
impl UnsafeUnpin for CreatePaymentMethodConfigurationBoleto
impl UnwindSafe for CreatePaymentMethodConfigurationBoleto
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