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`.



94
95
96
# File 'lib/lockstep_sdk/models/invoice_model.rb', line 94

def invoice_id
  @invoice_id
end