Interface ShippingMethodReference

All Superinterfaces:
Identifiable<ShippingMethod>, IdentifiableObjHolder<ShippingMethod>, Reference, ReferenceMixin

public interface ShippingMethodReference extends Reference, Identifiable<ShippingMethod>, IdentifiableObjHolder<ShippingMethod>

Reference to a ShippingMethod.


Example to create an instance using the builder pattern

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