Interface StagedOrderAddPaymentAction

All Superinterfaces:
ResourceUpdateAction<StagedOrderUpdateAction>, StagedOrderUpdateAction

public interface StagedOrderAddPaymentAction extends StagedOrderUpdateAction

Produces the Order Payment Added Message.


Example to create an instance using the builder pattern

     StagedOrderAddPaymentAction stagedOrderAddPaymentAction = StagedOrderAddPaymentAction.builder()
             .payment(paymentBuilder -> paymentBuilder)
             .build()