Class: Aws::TaxSettings::Types::IndiaAdditionalInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::TaxSettings::Types::IndiaAdditionalInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-taxsettings/types.rb
Overview
Additional tax information in India.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#pan ⇒ String
India pan information associated with the account.
Instance Attribute Details
#pan ⇒ String
India pan information associated with the account.
841 842 843 844 845 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 841 class IndiaAdditionalInfo < Struct.new( :pan) SENSITIVE = [] include Aws::Structure end |