Class: Stripe::Tax::RegistrationService::CreateParams::CountryOptions::Al

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

Returns a new instance of Al.



70
71
72
73
# File 'lib/stripe/services/tax/registration_service.rb', line 70

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

Instance Attribute Details

#standardObject

Options for the standard registration.



66
67
68
# File 'lib/stripe/services/tax/registration_service.rb', line 66

def standard
  @standard
end

#typeObject

Type of registration to be created in ‘country`.



68
69
70
# File 'lib/stripe/services/tax/registration_service.rb', line 68

def type
  @type
end