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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


955
956
957
958
959
# File 'lib/aws-sdk-taxsettings/types.rb', line 955

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