Primitive Types&Data Classes

FNZ Studio's data model can be defined through two Business Objects.

  • Primitive Types: They serve as the foundational block of FNZ Studio's data model. A Primitive Type is a basic data type such as String, Integer, or Date that represent simple values like a text, number, or date, respectively. Several Primitive Types are available in the Base Package.

  • Data Classes: They are complex types grouping multiple properties, each having a type that may be a Primitive Type or another Data Class.

This organization allows defining structured and reusable data models in FNZ Studio.