I know I can create an enum myself to allow user selection of different price types, where I would just use a switch or a series of IF statements to select between the different price types...
But I'm asking is there a built in way, when declaring an Object Constructor in the properties section for example, I.e., the way you define user inputs... if there is a built in way to do this w/o creating the enums myself?
Thanks!

Comment