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