Class: Stripe::Tax::RegistrationCreateParams::CountryOptions::Is

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, discriminator, discriminator_fields, field_encodings, new, #to_h

Constructor Details

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

Returns a new instance of Is.



968
969
970
971
# File 'lib/stripe/params/tax/registration_create_params.rb', line 968

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

Instance Attribute Details

#standardObject

Options for the standard registration.



964
965
966
# File 'lib/stripe/params/tax/registration_create_params.rb', line 964

def standard
  @standard
end

#typeObject

Type of registration to be created in country.



966
967
968
# File 'lib/stripe/params/tax/registration_create_params.rb', line 966

def type
  @type
end