Class: Stripe::Tax::Registration::CreateParams::CountryOptions::Bb

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

Returns a new instance of Bb.



1161
1162
1163
1164
# File 'lib/stripe/resources/tax/registration.rb', line 1161

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

Instance Attribute Details

#standardObject

Options for the standard registration.



1157
1158
1159
# File 'lib/stripe/resources/tax/registration.rb', line 1157

def standard
  @standard
end

#typeObject

Type of registration to be created in ‘country`.



1159
1160
1161
# File 'lib/stripe/resources/tax/registration.rb', line 1159

def type
  @type
end