Method: LockstepSdk::InvoiceLineModel#invoice_line_id

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

#invoice_line_idUuid

Returns The unique ID of this record, automatically assigned by Lockstep when this record is added to the Lockstep platform. For the ID of this record in its originating financial system, see ErpKey.

Returns:

  • (Uuid)

    The unique ID of this record, automatically assigned by Lockstep when this record is added to the Lockstep platform. For the ID of this record in its originating financial system, see ErpKey.



55
56
57
# File 'lib/lockstep_sdk/models/invoice_line_model.rb', line 55

def invoice_line_id
  @invoice_line_id
end