Class: Aws::Invoicing::Types::TaxesBreakdownAmount

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

Overview

The tax amount.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#amountString

The tax amount.

Returns:

  • (String)


1833
1834
1835
1836
1837
1838
1839
# File 'lib/aws-sdk-invoicing/types.rb', line 1833

class TaxesBreakdownAmount < Struct.new(
  :description,
  :amount,
  :rate)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The details of the taxes.

Returns:

  • (String)


1833
1834
1835
1836
1837
1838
1839
# File 'lib/aws-sdk-invoicing/types.rb', line 1833

class TaxesBreakdownAmount < Struct.new(
  :description,
  :amount,
  :rate)
  SENSITIVE = []
  include Aws::Structure
end

#rateString

The details of the tax rate.

Returns:

  • (String)


1833
1834
1835
1836
1837
1838
1839
# File 'lib/aws-sdk-invoicing/types.rb', line 1833

class TaxesBreakdownAmount < Struct.new(
  :description,
  :amount,
  :rate)
  SENSITIVE = []
  include Aws::Structure
end