pub struct CreatePaymentMethodBoleto {
pub tax_id: String,
}Expand description
If this is a boleto PaymentMethod, this hash contains details about the Boleto payment method.
Fields§
§tax_id: StringThe tax ID of the customer (CPF for individual consumers or CNPJ for businesses consumers)
Implementations§
Trait Implementations§
Source§impl Clone for CreatePaymentMethodBoleto
impl Clone for CreatePaymentMethodBoleto
Source§fn clone(&self) -> CreatePaymentMethodBoleto
fn clone(&self) -> CreatePaymentMethodBoleto
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 Debug for CreatePaymentMethodBoleto
impl Debug for CreatePaymentMethodBoleto
impl Eq for CreatePaymentMethodBoleto
impl StructuralPartialEq for CreatePaymentMethodBoleto
Auto Trait Implementations§
impl Freeze for CreatePaymentMethodBoleto
impl RefUnwindSafe for CreatePaymentMethodBoleto
impl Send for CreatePaymentMethodBoleto
impl Sync for CreatePaymentMethodBoleto
impl Unpin for CreatePaymentMethodBoleto
impl UnsafeUnpin for CreatePaymentMethodBoleto
impl UnwindSafe for CreatePaymentMethodBoleto
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