Class: Aws::TaxSettings::Types::TaxRegistrationEntry

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

Overview

The TRN information you provide when you add a new TRN, or update.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#additional_tax_informationTypes::AdditionalInfoRequest

Additional tax information associated with your TRN. You only need to specify this parameter if Amazon Web Services collects any additional information for your country within AdditionalInfoRequest.



1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 1190

class TaxRegistrationEntry < Struct.new(
  :additional_tax_information,
  :certified_email_id,
  :legal_address,
  :legal_name,
  :registration_id,
  :registration_type,
  :sector,
  :verification_details)
  SENSITIVE = []
  include Aws::Structure
end

#certified_email_idString

The email address to receive VAT invoices.

Returns:

  • (String)


1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 1190

class TaxRegistrationEntry < Struct.new(
  :additional_tax_information,
  :certified_email_id,
  :legal_address,
  :legal_name,
  :registration_id,
  :registration_type,
  :sector,
  :verification_details)
  SENSITIVE = []
  include Aws::Structure
end

The legal address associated with your TRN.

If you're setting a TRN in Brazil for the CNPJ tax type, you don't need to specify the legal address.

For TRNs in other countries and for CPF tax types Brazil, you must specify the legal address.

Returns:



1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 1190

class TaxRegistrationEntry < Struct.new(
  :additional_tax_information,
  :certified_email_id,
  :legal_address,
  :legal_name,
  :registration_id,
  :registration_type,
  :sector,
  :verification_details)
  SENSITIVE = []
  include Aws::Structure
end

The legal name associated with your TRN.

If you're setting a TRN in Brazil, you don't need to specify the legal name. For TRNs in other countries, you must specify the legal name.

Returns:

  • (String)


1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 1190

class TaxRegistrationEntry < Struct.new(
  :additional_tax_information,
  :certified_email_id,
  :legal_address,
  :legal_name,
  :registration_id,
  :registration_type,
  :sector,
  :verification_details)
  SENSITIVE = []
  include Aws::Structure
end

#registration_idString

Your tax registration unique identifier.

Returns:

  • (String)


1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 1190

class TaxRegistrationEntry < Struct.new(
  :additional_tax_information,
  :certified_email_id,
  :legal_address,
  :legal_name,
  :registration_id,
  :registration_type,
  :sector,
  :verification_details)
  SENSITIVE = []
  include Aws::Structure
end

#registration_typeString

Your tax registration type. This can be either VAT or GST.

Returns:

  • (String)


1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 1190

class TaxRegistrationEntry < Struct.new(
  :additional_tax_information,
  :certified_email_id,
  :legal_address,
  :legal_name,
  :registration_id,
  :registration_type,
  :sector,
  :verification_details)
  SENSITIVE = []
  include Aws::Structure
end

#sectorString

The industry that describes your business. For business-to-business (B2B) customers, specify Business. For business-to-consumer (B2C) customers, specify Individual. For business-to-government (B2G), specify Government.Note that certain values may not applicable for the request country. Please refer to country specific information in API document.

Returns:

  • (String)


1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 1190

class TaxRegistrationEntry < Struct.new(
  :additional_tax_information,
  :certified_email_id,
  :legal_address,
  :legal_name,
  :registration_id,
  :registration_type,
  :sector,
  :verification_details)
  SENSITIVE = []
  include Aws::Structure
end

#verification_detailsTypes::VerificationDetails

Additional details needed to verify your TRN information in Brazil. You only need to specify this parameter when you set a TRN in Brazil that is the CPF tax type.

Don't specify this parameter to set a TRN in Brazil of the CNPJ tax type or to set a TRN for another country.



1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 1190

class TaxRegistrationEntry < Struct.new(
  :additional_tax_information,
  :certified_email_id,
  :legal_address,
  :legal_name,
  :registration_id,
  :registration_type,
  :sector,
  :verification_details)
  SENSITIVE = []
  include Aws::Structure
end