Interface ShippingMethodChangeActiveAction

All Superinterfaces:
ResourceUpdateAction<ShippingMethodUpdateAction>, ShippingMethodUpdateAction

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

     ShippingMethodChangeActiveAction shippingMethodChangeActiveAction = ShippingMethodChangeActiveAction.builder()
             .active(true)
             .build()