Class: Aws::TaxSettings::Types::SupplementalTaxRegistration
- Inherits:
-
Struct
- Object
- Struct
- Aws::TaxSettings::Types::SupplementalTaxRegistration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-taxsettings/types.rb
Overview
Supplemental TRN details.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#address ⇒ Types::Address
The details of the address associated with the TRN information.
-
#authority_id ⇒ String
Unique authority ID for the supplemental TRN.
-
#legal_name ⇒ String
The legal name associated with your TRN registration.
-
#registration_id ⇒ String
The supplemental TRN unique identifier.
-
#registration_type ⇒ String
Type of supplemental TRN.
-
#status ⇒ String
The status of your TRN.
Instance Attribute Details
#address ⇒ Types::Address
The details of the address associated with the TRN information.
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_id ⇒ String
Unique authority ID for the supplemental TRN.
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 |
#legal_name ⇒ String
The legal name associated with your TRN registration.
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_id ⇒ String
The supplemental TRN unique identifier.
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_type ⇒ String
Type of supplemental TRN. Currently, this can only be VAT.
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 |
#status ⇒ String
The status of your TRN.
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 |