AI-generated Key Takeaways
- 
          Customizer attributes can be of several types including unspecified, unknown, text, number, price, and percent. 
- 
          The UNSPECIFIEDandUNKNOWNtypes indicate that the status or value of the customizer attribute is not known.
- 
          TEXTandNUMBERare basic customizer types for text and numerical values respectively.
- 
          PRICEandPERCENTare customizer types that combine a number with a currency or a percentage symbol.
The possible types of a customizer attribute.
| Enums | |
|---|---|
| 
 | The status has not been specified. | 
| 
 | The received value is not known in this version. | 
| 
 | Text customizer. | 
| 
 | Number customizer. | 
| 
 | Price customizer consisting of a number and a currency. | 
| 
 | Percentage customizer consisting of a number and a '%'. |