Interface ChangeTransactionInteractionIdChange

All Superinterfaces:
Change
All Known Implementing Classes:
ChangeTransactionInteractionIdChangeImpl

Change triggered by the Change TransactionInteractionId update action.


Example to create an instance using the builder pattern

     ChangeTransactionInteractionIdChange changeTransactionInteractionIdChange = ChangeTransactionInteractionIdChange.builder()
             .change("{change}")
             .previousValue("{previousValue}")
             .nextValue("{nextValue}")
             .transaction(transactionBuilder -> transactionBuilder)
             .build()