Class: Aws::Invoicing::Types::FeesBreakdown
- Inherits:
-
Struct
- Object
- Struct
- Aws::Invoicing::Types::FeesBreakdown
- Defined in:
- gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb
Overview
The details of fees.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#breakdown ⇒ Array<Types::FeesBreakdownAmount>
The list of fees information.
-
#total_amount ⇒ String
The total amount of fees.
Instance Attribute Details
#breakdown ⇒ Array<Types::FeesBreakdownAmount>
The list of fees information.
533 534 535 536 537 538 |
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 533 class FeesBreakdown < Struct.new( :breakdown, :total_amount) SENSITIVE = [] include Aws::Structure end |
#total_amount ⇒ String
The total amount of fees.
533 534 535 536 537 538 |
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 533 class FeesBreakdown < Struct.new( :breakdown, :total_amount) SENSITIVE = [] include Aws::Structure end |