Interface ProductSelectionReference

All Superinterfaces:
Reference

public interface ProductSelectionReference extends Reference

Reference to a ProductSelection.


Example to create an instance using the builder pattern

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