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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-taxsettings/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)


1203
1204
1205
1206
1207
1208
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 1203

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

#tax_registrationsArray<Types::SupplementalTaxRegistration>

The list of supplemental tax registrations.



1203
1204
1205
1206
1207
1208
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 1203

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