Interface ProductTypeReference

All Superinterfaces:
Identifiable<ProductType>, Reference, ReferenceMixin
All Known Implementing Classes:
ProductTypeReferenceImpl

Reference to a ProductType.


Example to create an instance using the builder pattern

     ProductTypeReference productTypeReference = ProductTypeReference.builder()
             .id("{id}")
             .build()