pub struct CreatePaymentIntentPaymentMethodDataBoleto {
pub tax_id: String,
}Fields§
§tax_id: StringThe tax ID of the customer (CPF for individual consumers or CNPJ for businesses consumers).
Trait Implementations§
source§impl Clone for CreatePaymentIntentPaymentMethodDataBoleto
impl Clone for CreatePaymentIntentPaymentMethodDataBoleto
source§fn clone(&self) -> CreatePaymentIntentPaymentMethodDataBoleto
fn clone(&self) -> CreatePaymentIntentPaymentMethodDataBoleto
Returns a copy 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 Default for CreatePaymentIntentPaymentMethodDataBoleto
impl Default for CreatePaymentIntentPaymentMethodDataBoleto
source§fn default() -> CreatePaymentIntentPaymentMethodDataBoleto
fn default() -> CreatePaymentIntentPaymentMethodDataBoleto
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for CreatePaymentIntentPaymentMethodDataBoleto
impl<'de> Deserialize<'de> for CreatePaymentIntentPaymentMethodDataBoleto
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more