Class: Aws::TaxSettings::Types::SupplementalTaxRegistration

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

Overview

Supplemental TRN details.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#addressTypes::Address

The details of the address associated with the TRN information.

Returns:



1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
# File 'lib/aws-sdk-taxsettings/types.rb', line 1399

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

#authority_idString

Unique authority ID for the supplemental TRN.

Returns:

  • (String)


1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
# File 'lib/aws-sdk-taxsettings/types.rb', line 1399

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

The legal name associated with your TRN registration.

Returns:

  • (String)


1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
# File 'lib/aws-sdk-taxsettings/types.rb', line 1399

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

#registration_idString

The supplemental TRN unique identifier.

Returns:

  • (String)


1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
# File 'lib/aws-sdk-taxsettings/types.rb', line 1399

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

#registration_typeString

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

Returns:

  • (String)


1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
# File 'lib/aws-sdk-taxsettings/types.rb', line 1399

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

#statusString

The status of your TRN.

Returns:

  • (String)


1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
# File 'lib/aws-sdk-taxsettings/types.rb', line 1399

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