Class: Stripe::Tax::Registration::CreateParams::CountryOptions::Jp
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Tax::Registration::CreateParams::CountryOptions::Jp
- Defined in:
- lib/stripe/resources/tax/registration.rb
Defined Under Namespace
Classes: Standard
Instance Attribute Summary collapse
-
#standard ⇒ Object
Options for the standard registration.
-
#type ⇒ Object
Type of registration to be created in ‘country`.
Instance Method Summary collapse
-
#initialize(standard: nil, type: nil) ⇒ Jp
constructor
A new instance of Jp.
Methods inherited from RequestParams
Constructor Details
#initialize(standard: nil, type: nil) ⇒ Jp
Returns a new instance of Jp.
3033 3034 3035 3036 |
# File 'lib/stripe/resources/tax/registration.rb', line 3033 def initialize(standard: nil, type: nil) @standard = standard @type = type end |
Instance Attribute Details
#standard ⇒ Object
Options for the standard registration.
3029 3030 3031 |
# File 'lib/stripe/resources/tax/registration.rb', line 3029 def standard @standard end |
#type ⇒ Object
Type of registration to be created in ‘country`.
3031 3032 3033 |
# File 'lib/stripe/resources/tax/registration.rb', line 3031 def type @type end |