Class: Stripe::Tax::Registration::CreateParams::CountryOptions::Be

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

Returns a new instance of Be.



2425
2426
2427
2428
# File 'lib/stripe/resources/tax/registration.rb', line 2425

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

Instance Attribute Details

#standardObject

Options for the standard registration.



2421
2422
2423
# File 'lib/stripe/resources/tax/registration.rb', line 2421

def standard
  @standard
end

#typeObject

Type of registration to be created in an EU country.



2423
2424
2425
# File 'lib/stripe/resources/tax/registration.rb', line 2423

def type
  @type
end