Method: LockstepSdk::InvoiceLineSyncModel#product_code
- Defined in:
- lib/lockstep_sdk/models/invoice_line_sync_model.rb
#product_code ⇒ String
Returns A code number identifying the product or service that is specified on this line.
97 98 99 |
# File 'lib/lockstep_sdk/models/invoice_line_sync_model.rb', line 97 def product_code @product_code end |