Interface PaymentAddInterfaceInteractionAction

All Superinterfaces:
PaymentUpdateAction, ResourceUpdateAction<PaymentUpdateAction>

public interface PaymentAddInterfaceInteractionAction extends PaymentUpdateAction

Adding a Payment interaction generates the PaymentInteractionAdded Message.


Example to create an instance using the builder pattern

     PaymentAddInterfaceInteractionAction paymentAddInterfaceInteractionAction = PaymentAddInterfaceInteractionAction.builder()
             .type(typeBuilder -> typeBuilder)
             .build()