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)


988
989
990
991
992
993
# File 'lib/aws-sdk-taxsettings/types.rb', line 988

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.



988
989
990
991
992
993
# File 'lib/aws-sdk-taxsettings/types.rb', line 988

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