Interface ShippingMethodAddZoneAction

All Superinterfaces:
ResourceUpdateAction<ShippingMethodUpdateAction>, ShippingMethodUpdateAction

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

     ShippingMethodAddZoneAction shippingMethodAddZoneAction = ShippingMethodAddZoneAction.builder()
             .zone(zoneBuilder -> zoneBuilder)
             .build()