Interface QuoteRequestReference

All Superinterfaces:
Identifiable<QuoteRequest>, Reference, ReferenceMixin
All Known Implementing Classes:
QuoteRequestReferenceImpl

Reference to a QuoteRequest.


Example to create an instance using the builder pattern

     QuoteRequestReference quoteRequestReference = QuoteRequestReference.builder()
             .id("{id}")
             .build()