Class: Stripe::Tax::Registration::CreateParams::CountryOptions::Ao

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

Returns a new instance of Ao.



1052
1053
1054
1055
# File 'lib/stripe/resources/tax/registration.rb', line 1052

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

Instance Attribute Details

#standardObject

Options for the standard registration.



1048
1049
1050
# File 'lib/stripe/resources/tax/registration.rb', line 1048

def standard
  @standard
end

#typeObject

Type of registration to be created in ‘country`.



1050
1051
1052
# File 'lib/stripe/resources/tax/registration.rb', line 1050

def type
  @type
end