Interface ShippingMethodReference

All Superinterfaces:
Reference

public interface ShippingMethodReference extends Reference

Reference to a ShippingMethod.


Example to create an instance using the builder pattern

     ShippingMethodReference shippingMethodReference = ShippingMethodReference.builder()
             .id("{id}")
             .build()