Class: Aws::Invoicing::Types::TaxesBreakdownAmount
- Inherits:
-
Struct
- Object
- Struct
- Aws::Invoicing::Types::TaxesBreakdownAmount
- Defined in:
- gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb
Overview
The tax amount.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#amount ⇒ String
The tax amount.
-
#description ⇒ String
The details of the taxes.
-
#rate ⇒ String
The details of the tax rate.
Instance Attribute Details
#amount ⇒ String
The tax amount.
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 |
#description ⇒ String
The details of the taxes.
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 |
#rate ⇒ String
The details of the tax rate.
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 |