Interface ShippingMethodReference

All Superinterfaces:
Identifiable<ShippingMethod>, Reference, ReferenceMixin
All Known Implementing Classes:
ShippingMethodReferenceImpl

Reference to a ShippingMethod.


Example to create an instance using the builder pattern

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