Interface ShippingMethodChangeNameAction

All Superinterfaces:
ResourceUpdateAction<ShippingMethodUpdateAction>, ShippingMethodUpdateAction
All Known Implementing Classes:
ShippingMethodChangeNameActionImpl

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

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