Interface StagedOrderRemovePaymentAction

All Superinterfaces:
ResourceUpdateAction<StagedOrderUpdateAction>, StagedOrderUpdateAction

public interface StagedOrderRemovePaymentAction extends StagedOrderUpdateAction
StagedOrderRemovePaymentAction
Example to create an instance using the builder pattern

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