Interface ShippingMethodChangeValue

All Known Implementing Classes:
ShippingMethodChangeValueImpl

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

     ShippingMethodChangeValue shippingMethodChangeValue = ShippingMethodChangeValue.builder()
             .id("{id}")
             .name("{name}")
             .build()