Class: Aws::Invoicing::Types::InvoiceCurrencyAmount

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

Overview

The amount charged after taxes, in the preferred currency.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#amount_breakdownTypes::AmountBreakdown

Details about the invoice currency amount.



778
779
780
781
782
783
784
785
786
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 778

class InvoiceCurrencyAmount < Struct.new(
  :total_amount,
  :total_amount_before_tax,
  :currency_code,
  :amount_breakdown,
  :currency_exchange_details)
  SENSITIVE = []
  include Aws::Structure
end

#currency_codeString

The currency dominion of the invoice document.

Returns:

  • (String)


778
779
780
781
782
783
784
785
786
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 778

class InvoiceCurrencyAmount < Struct.new(
  :total_amount,
  :total_amount_before_tax,
  :currency_code,
  :amount_breakdown,
  :currency_exchange_details)
  SENSITIVE = []
  include Aws::Structure
end

#currency_exchange_detailsTypes::CurrencyExchangeDetails

The details of currency exchange.



778
779
780
781
782
783
784
785
786
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 778

class InvoiceCurrencyAmount < Struct.new(
  :total_amount,
  :total_amount_before_tax,
  :currency_code,
  :amount_breakdown,
  :currency_exchange_details)
  SENSITIVE = []
  include Aws::Structure
end

#total_amountString

The invoice currency amount.

Returns:

  • (String)


778
779
780
781
782
783
784
785
786
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 778

class InvoiceCurrencyAmount < Struct.new(
  :total_amount,
  :total_amount_before_tax,
  :currency_code,
  :amount_breakdown,
  :currency_exchange_details)
  SENSITIVE = []
  include Aws::Structure
end

#total_amount_before_taxString

Details about the invoice total amount before tax.

Returns:

  • (String)


778
779
780
781
782
783
784
785
786
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 778

class InvoiceCurrencyAmount < Struct.new(
  :total_amount,
  :total_amount_before_tax,
  :currency_code,
  :amount_breakdown,
  :currency_exchange_details)
  SENSITIVE = []
  include Aws::Structure
end