Class: Stripe::Tax::Registration::CreateParams::CountryOptions::Pt

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

Returns a new instance of Pt.



1876
1877
1878
1879
# File 'lib/stripe/resources/tax/registration.rb', line 1876

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

Instance Attribute Details

#standardObject

Options for the standard registration.



1872
1873
1874
# File 'lib/stripe/resources/tax/registration.rb', line 1872

def standard
  @standard
end

#typeObject

Type of registration to be created in an EU country.



1874
1875
1876
# File 'lib/stripe/resources/tax/registration.rb', line 1874

def type
  @type
end