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

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


1756
1757
1758
1759
1760
1761
1762
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 1756

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

#descriptionString

The details of the taxes.

Returns:

  • (String)


1756
1757
1758
1759
1760
1761
1762
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 1756

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

#rateString

The details of the tax rate.

Returns:

  • (String)


1756
1757
1758
1759
1760
1761
1762
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 1756

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