Interface ShippingMethodSetPredicateAction

All Superinterfaces:
ResourceUpdateAction<ShippingMethodUpdateAction>, ShippingMethodUpdateAction

public interface ShippingMethodSetPredicateAction extends ShippingMethodUpdateAction
ShippingMethodSetPredicateAction
Example to create an instance using the builder pattern

     ShippingMethodSetPredicateAction shippingMethodSetPredicateAction = ShippingMethodSetPredicateAction.builder()
             .build()