productinfo property
This parameter should contain a brief product description. It should be a string describing the product (The description type is entirely your choice).Allowed characters : Letters, numbers,hyphen,space
Match pattern:^a-zA-Z0-9-\s\|\-
*$
Implementation
final String productinfo;