Class: Stripe::Tax::RegistrationCreateParams::CountryOptions::Lv

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

Returns a new instance of Lv.



942
943
944
945
# File 'lib/stripe/params/tax/registration_create_params.rb', line 942

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

Instance Attribute Details

#standardObject

Options for the standard registration.



938
939
940
# File 'lib/stripe/params/tax/registration_create_params.rb', line 938

def standard
  @standard
end

#typeObject

Type of registration to be created in an EU country.



940
941
942
# File 'lib/stripe/params/tax/registration_create_params.rb', line 940

def type
  @type
end