Class: Stripe::Tax::RegistrationCreateParams::CountryOptions::Jp

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/tax/registration_create_params.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.



828
829
830
831
# File 'lib/stripe/params/tax/registration_create_params.rb', line 828

def initialize(standard: nil, type: nil)
  @standard = standard
  @type = type
end

Instance Attribute Details

#standardObject

Options for the standard registration.



824
825
826
# File 'lib/stripe/params/tax/registration_create_params.rb', line 824

def standard
  @standard
end

#typeObject

Type of registration to be created in ‘country`.



826
827
828
# File 'lib/stripe/params/tax/registration_create_params.rb', line 826

def type
  @type
end