Interface ShippingMethodUpdate

All Superinterfaces:
ResourceUpdate<ShippingMethodUpdate,ShippingMethodUpdateAction,ShippingMethodUpdateBuilder>

ShippingMethodUpdate
Example to create an instance using the builder pattern

     ShippingMethodUpdate shippingMethodUpdate = ShippingMethodUpdate.builder()
             .version(0.3)
             .plusActions(actionsBuilder -> actionsBuilder)
             .build()