Class: Aws::TaxSettings::Types::SupplementalTaxRegistrationEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::TaxSettings::Types::SupplementalTaxRegistrationEntry
- 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
-
#address ⇒ Types::Address
The details of the address associated with the TRN information.
-
#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.
Instance Attribute Details
#address ⇒ Types::Address
The details of the address associated with the TRN information.
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 |
#legal_name ⇒ String
The legal name associated with your TRN registration.
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_id ⇒ String
The supplemental TRN unique identifier.
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_type ⇒ String
Type of supplemental TRN. Currently, this can only be VAT.
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 |