Class: Aws::Invoicing::Types::TaxesBreakdown

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

Overview

The details of the taxes.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#breakdownArray<Types::TaxesBreakdownAmount>

A list of tax information.

Returns:



1844
1845
1846
1847
1848
1849
# File 'lib/aws-sdk-invoicing/types.rb', line 1844

class TaxesBreakdown < Struct.new(
  :breakdown,
  :total_amount)
  SENSITIVE = []
  include Aws::Structure
end

#total_amountString

The total amount for your taxes.

Returns:

  • (String)


1844
1845
1846
1847
1848
1849
# File 'lib/aws-sdk-invoicing/types.rb', line 1844

class TaxesBreakdown < Struct.new(
  :breakdown,
  :total_amount)
  SENSITIVE = []
  include Aws::Structure
end