Interface ProductTypeReference

All Superinterfaces:
Reference
All Known Implementing Classes:
ProductTypeReferenceImpl

public interface ProductTypeReference extends Reference
ProductTypeReference
Example to create an instance using the builder pattern

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