Method: LockstepSdk::InvoiceLineSyncModel#invoice_erp_key
- Defined in:
- lib/lockstep_sdk/models/invoice_line_sync_model.rb
#invoice_erp_key ⇒ String
Returns The original primary key or unique ID of the invoice to which this line belongs. This value should match the [Invoice ErpKey](developer.lockstep.io/docs/importing-invoices#erpkey) field on the [InvoiceSyncModel](developer.lockstep.io/docs/importing-invoices).
89 90 91 |
# File 'lib/lockstep_sdk/models/invoice_line_sync_model.rb', line 89 def invoice_erp_key @invoice_erp_key end |