Interface ShippingMethodSetCustomFieldAction

All Superinterfaces:
ResourceUpdateAction<ShippingMethodUpdateAction>, ShippingMethodUpdateAction

public interface ShippingMethodSetCustomFieldAction extends ShippingMethodUpdateAction

This action sets, overwrites, or removes any existing Custom Field for an existing ShippingMethod.


Example to create an instance using the builder pattern

     ShippingMethodSetCustomFieldAction shippingMethodSetCustomFieldAction = ShippingMethodSetCustomFieldAction.builder()
             .name("{name}")
             .build()