Method: LockstepSdk::InvoiceModel#base_currency_total_amount

Defined in:
lib/lockstep_sdk/models/invoice_model.rb

#base_currency_total_amountDouble

Returns The total value of this invoice, inclusive of all taxes and line items in the group’s base currency.

Returns:

  • (Double)

    The total value of this invoice, inclusive of all taxes and line items in the group’s base currency.



235
236
237
# File 'lib/lockstep_sdk/models/invoice_model.rb', line 235

def base_currency_total_amount
  @base_currency_total_amount
end