Interface ShippingMethodAddZoneAction

All Superinterfaces:
ResourceUpdateAction<ShippingMethodUpdateAction>, ShippingMethodUpdateAction
All Known Implementing Classes:
ShippingMethodAddZoneActionImpl

ShippingMethodAddZoneAction
Example to create an instance using the builder pattern

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