Method: LockstepSdk::InvoiceModel#invoice_id
- Defined in:
- lib/lockstep_sdk/models/invoice_model.rb
#invoice_id ⇒ Uuid
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.
91 92 93 |
# File 'lib/lockstep_sdk/models/invoice_model.rb', line 91 def invoice_id @invoice_id end |