Class: Aws::Invoicing::Types::TaxesBreakdown
- Inherits:
-
Struct
- Object
- Struct
- Aws::Invoicing::Types::TaxesBreakdown
- Defined in:
- gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb
Overview
The details of the taxes.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#breakdown ⇒ Array<Types::TaxesBreakdownAmount>
A list of tax information.
-
#total_amount ⇒ String
The total amount for your taxes.
Instance Attribute Details
#breakdown ⇒ Array<Types::TaxesBreakdownAmount>
A list of tax information.
1733 1734 1735 1736 1737 1738 |
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 1733 class TaxesBreakdown < Struct.new( :breakdown, :total_amount) SENSITIVE = [] include Aws::Structure end |
#total_amount ⇒ String
The total amount for your taxes.
1733 1734 1735 1736 1737 1738 |
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 1733 class TaxesBreakdown < Struct.new( :breakdown, :total_amount) SENSITIVE = [] include Aws::Structure end |