Interface StagedOrderChangePaymentStateAction

All Superinterfaces:
ResourceUpdateAction<StagedOrderUpdateAction>, StagedOrderUpdateAction

public interface StagedOrderChangePaymentStateAction extends StagedOrderUpdateAction

Produces the Order Payment State Changed Message.


Example to create an instance using the builder pattern

     StagedOrderChangePaymentStateAction stagedOrderChangePaymentStateAction = StagedOrderChangePaymentStateAction.builder()
             .paymentState(PaymentState.BALANCE_DUE)
             .build()