Class: Aws::TaxSettings::Types::TaxRegistration

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

Overview

Your TRN information.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#additional_tax_informationTypes::AdditionalInfoResponse

Additional tax information associated with your TRN.



1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 1096

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

#certified_email_idString

The email address to receive VAT invoices.

Returns:

  • (String)


1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 1096

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

The legal address associated with your TRN registration.

Returns:



1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 1096

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

The legal name associated with your TRN registration.

Returns:

  • (String)


1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 1096

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

#registration_idString

Your tax registration unique identifier.

Returns:

  • (String)


1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 1096

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

#registration_typeString

Type of your tax registration. This can be either VAT or GST.

Returns:

  • (String)


1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 1096

class TaxRegistration < Struct.new(
  :additional_tax_information,
  :certified_email_id,
  :legal_address,
  :legal_name,
  :registration_id,
  :registration_type,
  :sector,
  :status,
  :tax_document_metadatas)
  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)


1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 1096

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

#statusString

The status of your TRN. This can be either Verified, Pending, Deleted, or Rejected.

Returns:

  • (String)


1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 1096

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

#tax_document_metadatasArray<Types::TaxDocumentMetadata>

The metadata for your tax document.

Returns:



1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 1096

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