Class: Stripe::Tax::RegistrationService::CreateParams::CountryOptions::No

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

Returns a new instance of No.



1135
1136
1137
1138
# File 'lib/stripe/services/tax/registration_service.rb', line 1135

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

Instance Attribute Details

#standardObject

Options for the standard registration.



1131
1132
1133
# File 'lib/stripe/services/tax/registration_service.rb', line 1131

def standard
  @standard
end

#typeObject

Type of registration to be created in ‘country`.



1133
1134
1135
# File 'lib/stripe/services/tax/registration_service.rb', line 1133

def type
  @type
end