public interface PCMultipleProcessingCallback
Modifier and Type | Method and Description |
---|---|
void |
error(PCAbstractError error)
Called when no transactions were processed due to a fatal error
|
void |
onNextConfirmationResult(PCConfirmationResult result)
Called every time, the next transaction has been confirmed (possibly, with an error)
|
void |
onNextDeclinationResult(PCDeclinationResult result)
Called every time, the next transaction has been declined (possibly, with an error)
|
void onNextConfirmationResult(PCConfirmationResult result)
result
- Result details. In case PCActionResult.getError()
is not null, the transaction
has not been confirmedvoid onNextDeclinationResult(PCDeclinationResult result)
result
- Result details. In case PCActionResult.getError()
is not null, the transaction
has not been declinedvoid error(PCAbstractError error)
error
- The cause of failure