Method: LockstepSdk::TransactionModel#reference_number

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

#reference_numberString

Returns An additional reference number that is sometimes used to identify a transaction. The meaning of this field is specific to the ERP or accounting system used by the user.

Returns:

  • (String)

    An additional reference number that is sometimes used to identify a transaction. The meaning of this field is specific to the ERP or accounting system used by the user.



56
57
58
# File 'lib/lockstep_sdk/models/transaction_model.rb', line 56

def reference_number
  @reference_number
end