Interface ShippingMethodRemoveZoneAction

All Superinterfaces:
ResourceUpdateAction<ShippingMethodUpdateAction>, ShippingMethodUpdateAction

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

     ShippingMethodRemoveZoneAction shippingMethodRemoveZoneAction = ShippingMethodRemoveZoneAction.builder()
             .zone(zoneBuilder -> zoneBuilder)
             .build()