Class: Aws::TaxSettings::Types::KenyaAdditionalInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::TaxSettings::Types::KenyaAdditionalInfo
- 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
-
#person_type ⇒ String
The legal person or physical person assigned to this TRN in Kenya.
Instance Attribute Details
#person_type ⇒ String
The legal person or physical person assigned to this TRN in Kenya.
805 806 807 808 809 |
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 805 class KenyaAdditionalInfo < Struct.new( :person_type) SENSITIVE = [] include Aws::Structure end |