Interface ShippingMethodAddStoreAction

All Superinterfaces:
ResourceUpdateAction<ShippingMethodUpdateAction>, ShippingMethodUpdateAction

public interface ShippingMethodAddStoreAction extends ShippingMethodUpdateAction

Associates the ShippingMethod with a Store.


Example to create an instance using the builder pattern

     ShippingMethodAddStoreAction shippingMethodAddStoreAction = ShippingMethodAddStoreAction.builder()
             .store(storeBuilder -> storeBuilder)
             .build()