Class: Aws::TaxSettings::Types::SouthKoreaAdditionalInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::TaxSettings::Types::SouthKoreaAdditionalInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-taxsettings/types.rb
Overview
Additional tax information associated with your TRN in South Korea.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#business_representative_name ⇒ String
The business legal name based on the most recently uploaded tax registration certificate.
-
#item_of_business ⇒ String
Item of business based on the most recently uploaded tax registration certificate.
-
#line_of_business ⇒ String
Line of business based on the most recently uploaded tax registration certificate.
Instance Attribute Details
#business_representative_name ⇒ String
The business legal name based on the most recently uploaded tax registration certificate.
1349 1350 1351 1352 1353 1354 1355 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 1349 class SouthKoreaAdditionalInfo < Struct.new( :business_representative_name, :item_of_business, :line_of_business) SENSITIVE = [] include Aws::Structure end |
#item_of_business ⇒ String
Item of business based on the most recently uploaded tax registration certificate.
1349 1350 1351 1352 1353 1354 1355 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 1349 class SouthKoreaAdditionalInfo < Struct.new( :business_representative_name, :item_of_business, :line_of_business) SENSITIVE = [] include Aws::Structure end |
#line_of_business ⇒ String
Line of business based on the most recently uploaded tax registration certificate.
1349 1350 1351 1352 1353 1354 1355 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 1349 class SouthKoreaAdditionalInfo < Struct.new( :business_representative_name, :item_of_business, :line_of_business) SENSITIVE = [] include Aws::Structure end |