Interface StandalonePriceReference

All Superinterfaces:
Reference, ReferenceMixin
All Known Implementing Classes:
StandalonePriceReferenceImpl

public interface StandalonePriceReference extends Reference

Reference to a StandalonePrice.


Example to create an instance using the builder pattern

     StandalonePriceReference standalonePriceReference = StandalonePriceReference.builder()
             .id("{id}")
             .build()