Class: Aws::TaxSettings::Types::SupplementalTaxRegistrationEntry

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-taxsettings/types.rb

Overview

The supplemental TRN information to provide when adding or updating a supplemental TRN.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#addressTypes::Address

The details of the address associated with the TRN information.

Returns:



1431
1432
1433
1434
1435
1436
1437
1438
# File 'lib/aws-sdk-taxsettings/types.rb', line 1431

class SupplementalTaxRegistrationEntry < Struct.new(
  :address,
  :legal_name,
  :registration_id,
  :registration_type)
  SENSITIVE = []
  include Aws::Structure
end

The legal name associated with your TRN registration.

Returns:

  • (String)


1431
1432
1433
1434
1435
1436
1437
1438
# File 'lib/aws-sdk-taxsettings/types.rb', line 1431

class SupplementalTaxRegistrationEntry < Struct.new(
  :address,
  :legal_name,
  :registration_id,
  :registration_type)
  SENSITIVE = []
  include Aws::Structure
end

#registration_idString

The supplemental TRN unique identifier.

Returns:

  • (String)


1431
1432
1433
1434
1435
1436
1437
1438
# File 'lib/aws-sdk-taxsettings/types.rb', line 1431

class SupplementalTaxRegistrationEntry < Struct.new(
  :address,
  :legal_name,
  :registration_id,
  :registration_type)
  SENSITIVE = []
  include Aws::Structure
end

#registration_typeString

Type of supplemental TRN. Currently, this can only be VAT.

Returns:

  • (String)


1431
1432
1433
1434
1435
1436
1437
1438
# File 'lib/aws-sdk-taxsettings/types.rb', line 1431

class SupplementalTaxRegistrationEntry < Struct.new(
  :address,
  :legal_name,
  :registration_id,
  :registration_type)
  SENSITIVE = []
  include Aws::Structure
end