Interface CustomShippingMethodChangeValue


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

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