Interface ShippingMethodUpdate

All Superinterfaces:
ResourceUpdate<ShippingMethodUpdate,ShippingMethodUpdateAction,ShippingMethodUpdateBuilder>
All Known Implementing Classes:
ShippingMethodUpdateImpl

ShippingMethodUpdate
Example to create an instance using the builder pattern

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