Class: Stripe::Tax::RegistrationCreateParams::CountryOptions::Om

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

Returns a new instance of Om.



1156
1157
1158
1159
# File 'lib/stripe/params/tax/registration_create_params.rb', line 1156

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

Instance Attribute Details

#standardObject

Options for the standard registration.



1152
1153
1154
# File 'lib/stripe/params/tax/registration_create_params.rb', line 1152

def standard
  @standard
end

#typeObject

Type of registration to be created in ‘country`.



1154
1155
1156
# File 'lib/stripe/params/tax/registration_create_params.rb', line 1154

def type
  @type
end