Interface CustomShippingMethodChangeValue

All Known Implementing Classes:
CustomShippingMethodChangeValueImpl

public interface CustomShippingMethodChangeValue
CustomShippingMethodChangeValue
Example to create an instance using the builder pattern

     CustomShippingMethodChangeValue customShippingMethodChangeValue = CustomShippingMethodChangeValue.builder()
             .name("{name}")
             .build()