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

attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h

Constructor Details

#initialize(standard: nil, type: nil) ⇒ Lv

Returns a new instance of Lv.



951
952
953
954
# File 'lib/stripe/params/tax/registration_create_params.rb', line 951

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

Instance Attribute Details

#standardObject

Options for the standard registration.



947
948
949
# File 'lib/stripe/params/tax/registration_create_params.rb', line 947

def standard
  @standard
end

#typeObject

Type of registration to be created in an EU country.



949
950
951
# File 'lib/stripe/params/tax/registration_create_params.rb', line 949

def type
  @type
end