Method: LockstepSdk::InvoiceLineSyncModel#unit_measure_code

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

#unit_measure_codeString

Returns For lines measured in a unit other than “quantity”, this code indicates the measurement system for the quantity field. If the line is measured in quantity, this field is null.

Returns:

  • (String)

    For lines measured in a unit other than “quantity”, this code indicates the measurement system for the quantity field. If the line is measured in quantity, this field is null.



105
106
107
# File 'lib/lockstep_sdk/models/invoice_line_sync_model.rb', line 105

def unit_measure_code
  @unit_measure_code
end