Class: Aws::TaxSettings::Types::TaxDocumentMetadata

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

Overview

The metadata for your tax document.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tax_document_access_tokenString

The tax document access token, which contains information that the Tax Settings API uses to locate the tax document.

If you update your tax registration, the existing taxDocumentAccessToken won't be valid. To get the latest token, call the GetTaxRegistration or ListTaxRegistrations API operation. This token is valid for 24 hours.

Returns:

  • (String)


1023
1024
1025
1026
1027
1028
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 1023

class TaxDocumentMetadata < Struct.new(
  :tax_document_access_token,
  :tax_document_name)
  SENSITIVE = []
  include Aws::Structure
end

#tax_document_nameString

The name of your tax document.

Returns:

  • (String)


1023
1024
1025
1026
1027
1028
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 1023

class TaxDocumentMetadata < Struct.new(
  :tax_document_access_token,
  :tax_document_name)
  SENSITIVE = []
  include Aws::Structure
end