Method: LockstepSdk::InvoiceLineSyncModel#total_amount

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

#total_amountDouble

Returns The total amount for this line.

Returns:

  • (Double)

    The total amount for this line.



125
126
127
# File 'lib/lockstep_sdk/models/invoice_line_sync_model.rb', line 125

def total_amount
  @total_amount
end