pub struct PaymentMethodDetailsBoleto {
pub tax_id: String,
}
Fields§
§tax_id: String
The tax ID of the customer (CPF for individuals consumers or CNPJ for businesses consumers)
Trait Implementations§
Source§impl Clone for PaymentMethodDetailsBoleto
impl Clone for PaymentMethodDetailsBoleto
Source§fn clone(&self) -> PaymentMethodDetailsBoleto
fn clone(&self) -> PaymentMethodDetailsBoleto
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 PaymentMethodDetailsBoleto
impl Debug for PaymentMethodDetailsBoleto
Source§impl FromValueOpt for PaymentMethodDetailsBoleto
impl FromValueOpt for PaymentMethodDetailsBoleto
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for PaymentMethodDetailsBoleto
impl RefUnwindSafe for PaymentMethodDetailsBoleto
impl Send for PaymentMethodDetailsBoleto
impl Sync for PaymentMethodDetailsBoleto
impl Unpin for PaymentMethodDetailsBoleto
impl UnwindSafe for PaymentMethodDetailsBoleto
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