Interface QuoteRequestLabel

All Superinterfaces:
Label
All Known Implementing Classes:
QuoteRequestLabelImpl

public interface QuoteRequestLabel extends Label
QuoteRequestLabel
Example to create an instance using the builder pattern

     QuoteRequestLabel quoteRequestLabel = QuoteRequestLabel.builder()
             .key("{key}")
             .customer(customerBuilder -> customerBuilder)
             .build()