Class: Stripe::Tax::RegistrationService::CreateParams::CountryOptions::Ro

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/services/tax/registration_service.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) ⇒ Ro

Returns a new instance of Ro.



890
891
892
893
# File 'lib/stripe/services/tax/registration_service.rb', line 890

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

Instance Attribute Details

#standardObject

Options for the standard registration.



886
887
888
# File 'lib/stripe/services/tax/registration_service.rb', line 886

def standard
  @standard
end

#typeObject

Type of registration to be created in an EU country.



888
889
890
# File 'lib/stripe/services/tax/registration_service.rb', line 888

def type
  @type
end