Interface ShippingMethodSetLocalizedNameAction

All Superinterfaces:
ResourceUpdateAction<ShippingMethodUpdateAction>, ShippingMethodUpdateAction

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

     ShippingMethodSetLocalizedNameAction shippingMethodSetLocalizedNameAction = ShippingMethodSetLocalizedNameAction.builder()
             .build()