Interface ShippingMethodKeyReference

All Superinterfaces:
KeyReference

public interface ShippingMethodKeyReference extends KeyReference

References a shipping method by key.


Example to create an instance using the builder pattern

     ShippingMethodKeyReference shippingMethodKeyReference = ShippingMethodKeyReference.builder()
             .key("{key}")
             .build()