Class: Aws::TaxSettings::Types::Authority

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

Overview

The address domain associate with the tax information.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#countryString

The country code for the country that the address is in.

Returns:

  • (String)


366
367
368
369
370
371
# File 'lib/aws-sdk-taxsettings/types.rb', line 366

class Authority < Struct.new(
  :country,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state that the address is located.

Returns:

  • (String)


366
367
368
369
370
371
# File 'lib/aws-sdk-taxsettings/types.rb', line 366

class Authority < Struct.new(
  :country,
  :state)
  SENSITIVE = []
  include Aws::Structure
end