Class: Stripe::Tax::RegistrationCreateParams::CountryOptions::Uy

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

Returns a new instance of Uy.



1654
1655
1656
1657
# File 'lib/stripe/params/tax/registration_create_params.rb', line 1654

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

Instance Attribute Details

#standardObject

Options for the standard registration.



1650
1651
1652
# File 'lib/stripe/params/tax/registration_create_params.rb', line 1650

def standard
  @standard
end

#typeObject

Type of registration to be created in ‘country`.



1652
1653
1654
# File 'lib/stripe/params/tax/registration_create_params.rb', line 1652

def type
  @type
end