Interface ShippingMethodChangeNameAction

All Superinterfaces:
ResourceUpdateAction<ShippingMethodUpdateAction>, ShippingMethodUpdateAction

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

     ShippingMethodChangeNameAction shippingMethodChangeNameAction = ShippingMethodChangeNameAction.builder()
             .name("{name}")
             .build()