Class: Stripe::Tax::Registration::CreateParams::CountryOptions::At

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

Returns a new instance of At.



984
985
986
987
# File 'lib/stripe/resources/tax/registration.rb', line 984

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

Instance Attribute Details

#standardObject

Options for the standard registration.



980
981
982
# File 'lib/stripe/resources/tax/registration.rb', line 980

def standard
  @standard
end

#typeObject

Type of registration to be created in an EU country.



982
983
984
# File 'lib/stripe/resources/tax/registration.rb', line 982

def type
  @type
end