Class: Aws::TaxSettings::Types::PutTaxRegistrationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:tax_registration_entry]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

Your unique account identifier.

Returns:

  • (String)


1241
1242
1243
1244
1245
1246
# File 'lib/aws-sdk-taxsettings/types.rb', line 1241

class PutTaxRegistrationRequest < Struct.new(
  :account_id,
  :tax_registration_entry)
  SENSITIVE = [:tax_registration_entry]
  include Aws::Structure
end

#tax_registration_entryTypes::TaxRegistrationEntry

Your TRN information that will be stored to the account mentioned in ‘accountId`.



1241
1242
1243
1244
1245
1246
# File 'lib/aws-sdk-taxsettings/types.rb', line 1241

class PutTaxRegistrationRequest < Struct.new(
  :account_id,
  :tax_registration_entry)
  SENSITIVE = [:tax_registration_entry]
  include Aws::Structure
end