Method: LockstepSdk::InvoiceLineSyncModel#quantity

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

#quantityDouble

Returns The quantity of items for ths line.

Returns:

  • (Double)

    The quantity of items for ths line.



113
114
115
# File 'lib/lockstep_sdk/models/invoice_line_sync_model.rb', line 113

def quantity
  @quantity
end