Class: Aws::TaxSettings::Types::ListSupplementalTaxRegistrationsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[:tax_registrations]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token to retrieve the next set of results.

Returns:

  • (String)


1101
1102
1103
1104
1105
1106
# File 'lib/aws-sdk-taxsettings/types.rb', line 1101

class ListSupplementalTaxRegistrationsResponse < Struct.new(
  :next_token,
  :tax_registrations)
  SENSITIVE = [:tax_registrations]
  include Aws::Structure
end

#tax_registrationsArray<Types::SupplementalTaxRegistration>

The list of supplemental tax registrations.



1101
1102
1103
1104
1105
1106
# File 'lib/aws-sdk-taxsettings/types.rb', line 1101

class ListSupplementalTaxRegistrationsResponse < Struct.new(
  :next_token,
  :tax_registrations)
  SENSITIVE = [:tax_registrations]
  include Aws::Structure
end