Method: LockstepSdk::InvoiceModel#notes

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

#notesNoteModel

Returns A collection of notes linked to this record. To retrieve this collection, specify ‘Notes` in the `include` parameter when retrieving data. To create a note, use the [Create Note](developer.lockstep.io/reference/post_api-v1-notes) endpoint with the `TableKey` to `Invoice` and the `ObjectKey` set to the `InvoiceId` for this record. For more information on extensibility, see [linking extensible metadata to objects](developer.lockstep.io/docs/custom-fields#linking-metadata-to-an-object).

Returns:



278
279
280
# File 'lib/lockstep_sdk/models/invoice_model.rb', line 278

def notes
  @notes
end