Class: Stripe::Tax::Registration::CreateParams::CountryOptions::Jp

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/resources/tax/registration.rb

Defined Under Namespace

Classes: Standard

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

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

#standardObject

Options for the standard registration.



3029
3030
3031
# File 'lib/stripe/resources/tax/registration.rb', line 3029

def standard
  @standard
end

#typeObject

Type of registration to be created in ‘country`.



3031
3032
3033
# File 'lib/stripe/resources/tax/registration.rb', line 3031

def type
  @type
end