/
(2024.1) Process Payment Batch Event
(2024.1) Process Payment Batch Event
The Process Payment Batch Event can be triggered using Custom Logic. The following parameters are Required to execute the Event.
Process Payment Batch
/**
* Event: Process Payment Batch
* Listener Class: Application_Model_Payment_PaymentBatch
* Listener Method: eventProcessBatch
*/
PCR_Event::attachDb(
"process-payment-batch",
["Application_Model_Payment_PaymentBatch" => "eventProcessBatch"]
);
PCR_Event::trigger(
"process-payment-batch",
[
"BATCH_RECID" => "1",
"eventBroadcastBy" => "216121",
"eventBroadcastTime" => "Oct 4, 2022, 10:08 am",
"eventBroadcastDayofWeek" => "2",
"eventBroadcastHourMin" => "1008",
]
);
, multiple selections available,
Related content
(v1) .Process Payment Batch Event v2022.1
(v1) .Process Payment Batch Event v2022.1
More like this
(v1) Process Payment Batch Event
(v1) Process Payment Batch Event
More like this
(v1) .Process Payment Batch Event v2022.2
(v1) .Process Payment Batch Event v2022.2
More like this
(v1) .Process Payment Batch Event v2.1.4.7
(v1) .Process Payment Batch Event v2.1.4.7
More like this
(2024.1) Bill Generate Event
(2024.1) Bill Generate Event
More like this