Class: Aws::TaxSettings::Types::GeorgiaAdditionalInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::TaxSettings::Types::GeorgiaAdditionalInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-taxsettings/types.rb
Overview
Additional tax information associated with your TRN in Georgia.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#person_type ⇒ String
The legal person or physical person assigned to this TRN in Georgia.
Instance Attribute Details
#person_type ⇒ String
The legal person or physical person assigned to this TRN in Georgia.
731 732 733 734 735 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 731 class GeorgiaAdditionalInfo < Struct.new( :person_type) SENSITIVE = [] include Aws::Structure end |