Class: Stripe::SetupIntentService::ConfirmParams::PaymentMethodData::Boleto

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/services/setup_intent_service.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(tax_id: nil) ⇒ Boleto

Returns a new instance of Boleto.



2831
2832
2833
# File 'lib/stripe/services/setup_intent_service.rb', line 2831

def initialize(tax_id: nil)
  @tax_id = tax_id
end

Instance Attribute Details

#tax_idObject

The tax ID of the customer (CPF for individual consumers or CNPJ for businesses consumers)



2829
2830
2831
# File 'lib/stripe/services/setup_intent_service.rb', line 2829

def tax_id
  @tax_id
end