Interface ShippingMethodSetCustomFieldAction

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

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()