Class: Stripe::Tax::RegistrationCreateParams::CountryOptions::Hu

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) ⇒ Hu

Returns a new instance of Hu.



730
731
732
733
# File 'lib/stripe/params/tax/registration_create_params.rb', line 730

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

Instance Attribute Details

#standardObject

Options for the standard registration.



726
727
728
# File 'lib/stripe/params/tax/registration_create_params.rb', line 726

def standard
  @standard
end

#typeObject

Type of registration to be created in an EU country.



728
729
730
# File 'lib/stripe/params/tax/registration_create_params.rb', line 728

def type
  @type
end