Method: LockstepSdk::InvoiceModel#invoice_id

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

#invoice_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.



91
92
93
# File 'lib/lockstep_sdk/models/invoice_model.rb', line 91

def invoice_id
  @invoice_id
end