Class: Stripe::Tax::RegistrationService::CreateParams::CountryOptions::Ao
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Tax::RegistrationService::CreateParams::CountryOptions::Ao
- Defined in:
- lib/stripe/services/tax/registration_service.rb
Instance Attribute Summary collapse
-
#type ⇒ Object
Type of registration to be created in ‘country`.
Instance Method Summary collapse
-
#initialize(type: nil) ⇒ Ao
constructor
A new instance of Ao.
Methods inherited from RequestParams
Constructor Details
#initialize(type: nil) ⇒ Ao
Returns a new instance of Ao.
67 68 69 |
# File 'lib/stripe/services/tax/registration_service.rb', line 67 def initialize(type: nil) @type = type end |
Instance Attribute Details
#type ⇒ Object
Type of registration to be created in ‘country`.
65 66 67 |
# File 'lib/stripe/services/tax/registration_service.rb', line 65 def type @type end |