Class: Aws::TaxSettings::Types::Authority
- Inherits:
-
Struct
- Object
- Struct
- Aws::TaxSettings::Types::Authority
- 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
-
#country ⇒ String
The country code for the country that the address is in.
-
#state ⇒ String
The state that the address is located.
Instance Attribute Details
#country ⇒ String
The country code for the country that the address is in.
415 416 417 418 419 420 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 415 class Authority < Struct.new( :country, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The state that the address is located.
415 416 417 418 419 420 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 415 class Authority < Struct.new( :country, :state) SENSITIVE = [] include Aws::Structure end |