Method: LockstepSdk::InvoiceLineSyncModel#on_match_action

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

#on_match_actionMatchAction

Returns Indicates what action to take when an existing object has been found during the sync process.

Returns:

  • (MatchAction)

    Indicates what action to take when an existing object has been found during the sync process.



81
82
83
# File 'lib/lockstep_sdk/models/invoice_line_sync_model.rb', line 81

def on_match_action
  @on_match_action
end