Class: Stripe::Tax::Registration::CreateParams::CountryOptions::Om

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/resources/tax/registration.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.



2137
2138
2139
2140
# File 'lib/stripe/resources/tax/registration.rb', line 2137

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

Instance Attribute Details

#standardObject

Options for the standard registration.



2133
2134
2135
# File 'lib/stripe/resources/tax/registration.rb', line 2133

def standard
  @standard
end

#typeObject

Type of registration to be created in ‘country`.



2135
2136
2137
# File 'lib/stripe/resources/tax/registration.rb', line 2135

def type
  @type
end