Interface PaymentAddTransactionAction

All Superinterfaces:
PaymentUpdateAction, ResourceUpdateAction<PaymentUpdateAction>
All Known Implementing Classes:
PaymentAddTransactionActionImpl

Adding a Transaction to a Payment generates the PaymentTransactionAdded Message.


Example to create an instance using the builder pattern

     PaymentAddTransactionAction paymentAddTransactionAction = PaymentAddTransactionAction.builder()
             .transaction(transactionBuilder -> transactionBuilder)
             .build()