Class: Aws::TaxSettings::Types::SouthKoreaAdditionalInfo

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-taxsettings/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

Instance Attribute Details

#business_representative_nameString

The business legal name based on the most recently uploaded tax registration certificate.

Returns:

  • (String)


1414
1415
1416
1417
1418
1419
1420
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 1414

class SouthKoreaAdditionalInfo < Struct.new(
  :business_representative_name,
  :item_of_business,
  :line_of_business)
  SENSITIVE = []
  include Aws::Structure
end

#item_of_businessString

Item of business based on the most recently uploaded tax registration certificate.

Returns:

  • (String)


1414
1415
1416
1417
1418
1419
1420
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 1414

class SouthKoreaAdditionalInfo < Struct.new(
  :business_representative_name,
  :item_of_business,
  :line_of_business)
  SENSITIVE = []
  include Aws::Structure
end

#line_of_businessString

Line of business based on the most recently uploaded tax registration certificate.

Returns:

  • (String)


1414
1415
1416
1417
1418
1419
1420
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 1414

class SouthKoreaAdditionalInfo < Struct.new(
  :business_representative_name,
  :item_of_business,
  :line_of_business)
  SENSITIVE = []
  include Aws::Structure
end