Interface ProductSelectionReference

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

public interface ProductSelectionReference extends Reference, Identifiable<ProductSelection>, IdentifiableObjHolder<ProductSelection>

Reference to a ProductSelection.


Example to create an instance using the builder pattern

     ProductSelectionReference productSelectionReference = ProductSelectionReference.builder()
             .id("{id}")
             .build()