Class: Aws::TaxSettings::Types::KenyaAdditionalInfo

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb

Overview

Additional tax information associated with your TRN in Kenya.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#person_typeString

The legal person or physical person assigned to this TRN in Kenya.

Returns:

  • (String)


786
787
788
789
790
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 786

class KenyaAdditionalInfo < Struct.new(
  :person_type)
  SENSITIVE = []
  include Aws::Structure
end