Class: Aws::TaxSettings::Types::BatchPutTaxRegistrationRequest

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_idsArray<String>

List of unique account identifiers.

Returns:

  • (Array<String>)


497
498
499
500
501
502
# File 'lib/aws-sdk-taxsettings/types.rb', line 497

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

#tax_registration_entryTypes::TaxRegistrationEntry

Your TRN information that will be stored to the accounts mentioned in ‘putEntries`.



497
498
499
500
501
502
# File 'lib/aws-sdk-taxsettings/types.rb', line 497

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