PCOperation

Struct which contains group of transactions

This class represents the operation which regularly includes several transactions in a group. You can confirm or decline the whole group of transactions with one request or process just a part of operation which can include both some transactions to be confirmed and some transactions to be declined.

You normally do not construct any operations, but receive already constructed objects like in PCOperationsManager.getOperation(...) method.