Class: Stripe::Tax::RegistrationService::CreateParams::CountryOptions::Pt

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

Returns a new instance of Pt.



978
979
980
981
# File 'lib/stripe/services/tax/registration_service.rb', line 978

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

Instance Attribute Details

#standardObject

Options for the standard registration.



974
975
976
# File 'lib/stripe/services/tax/registration_service.rb', line 974

def standard
  @standard
end

#typeObject

Type of registration to be created in an EU country.



976
977
978
# File 'lib/stripe/services/tax/registration_service.rb', line 976

def type
  @type
end