Class: Stripe::Tax::RegistrationCreateParams::CountryOptions::Me

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

Returns a new instance of Me.



989
990
991
992
# File 'lib/stripe/params/tax/registration_create_params.rb', line 989

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

Instance Attribute Details

#standardObject

Options for the standard registration.



985
986
987
# File 'lib/stripe/params/tax/registration_create_params.rb', line 985

def standard
  @standard
end

#typeObject

Type of registration to be created in ‘country`.



987
988
989
# File 'lib/stripe/params/tax/registration_create_params.rb', line 987

def type
  @type
end