Class: Aws::TaxSettings::Types::MalaysiaAdditionalInfo

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

Overview

Additional tax information associated with your TRN in Malaysia.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#business_registration_numberString

The tax registration number (TRN) in Malaysia.

For individual, you can specify the ‘taxInformationNumber` in `MalaysiaAdditionalInfo` with NRIC type, and a valid MyKad or NRIC number. For business, you must specify a `businessRegistrationNumber` in `MalaysiaAdditionalInfo` with a TIN type and tax identification number. For business resellers, you must specify a `businessRegistrationNumber` and `taxInformationNumber` in `MalaysiaAdditionalInfo` with a sales and service tax (SST) type and a valid SST number.

For business resellers with service codes, you must specify ‘businessRegistrationNumber`, `taxInformationNumber`, and distinct `serviceTaxCodes` in `MalaysiaAdditionalInfo` with a SST type and valid sales and service tax (SST) number. By using this API operation, Amazon Web Services registers your self-declaration that you’re an authorized business reseller registered with the Royal Malaysia Customs Department (RMCD), and have a valid SST number.

Returns:

  • (String)


1113
1114
1115
1116
1117
1118
1119
# File 'lib/aws-sdk-taxsettings/types.rb', line 1113

class MalaysiaAdditionalInfo < Struct.new(
  :business_registration_number,
  :service_tax_codes,
  :tax_information_number)
  SENSITIVE = []
  include Aws::Structure
end

#service_tax_codesArray<String>

List of service tax codes for your TRN in Malaysia.

Returns:

  • (Array<String>)


1113
1114
1115
1116
1117
1118
1119
# File 'lib/aws-sdk-taxsettings/types.rb', line 1113

class MalaysiaAdditionalInfo < Struct.new(
  :business_registration_number,
  :service_tax_codes,
  :tax_information_number)
  SENSITIVE = []
  include Aws::Structure
end

#tax_information_numberString

The tax information number in Malaysia.

For individual, you can specify the ‘taxInformationNumber` in `MalaysiaAdditionalInfo` with NRIC type, and a valid MyKad or NRIC number. For business resellers, you must specify a `businessRegistrationNumber` and `taxInformationNumber` in `MalaysiaAdditionalInfo` with a sales and service tax (SST) type and a valid SST number.

For business resellers with service codes, you must specify ‘businessRegistrationNumber`, `taxInformationNumber`, and distinct `serviceTaxCodes` in `MalaysiaAdditionalInfo` with a SST type and valid sales and service tax (SST) number. By using this API operation, Amazon Web Services registers your self-declaration that you’re an authorized business reseller registered with the Royal Malaysia Customs Department (RMCD), and have a valid SST number.

Returns:

  • (String)


1113
1114
1115
1116
1117
1118
1119
# File 'lib/aws-sdk-taxsettings/types.rb', line 1113

class MalaysiaAdditionalInfo < Struct.new(
  :business_registration_number,
  :service_tax_codes,
  :tax_information_number)
  SENSITIVE = []
  include Aws::Structure
end