Interface StagedOrderRemovePaymentAction

All Superinterfaces:
ResourceUpdateAction<StagedOrderUpdateAction>, StagedOrderUpdateAction

public interface StagedOrderRemovePaymentAction extends StagedOrderUpdateAction

Produces the Order Payment Removed Message.


Example to create an instance using the builder pattern

     StagedOrderRemovePaymentAction stagedOrderRemovePaymentAction = StagedOrderRemovePaymentAction.builder()
             .payment(paymentBuilder -> paymentBuilder)
             .build()