6.3 Enumerations
This topic provides information on enumerations.
Following VAM related enumerations are used in OBDX. They are used to fetch the values on the OBDX UI.
select * from DIGX_FW_ENUM_REPRESENTATIONS where enum_fqn='getIdentificationTypes';select * from DIGX_FW_ENUM_REPRESENTATIONS where enum_fqn='getCorporateTypes';select * from DIGX_FW_ENUM_REPRESENTATIONS where enum_fqn='getVamChargeCollectionStatus';select * from DIGX_FW_ENUM_REPRESENTATIONS where enum_fqn='getGenderForVam’;
The mapping of these OBDX values to the corresponding OBVAM values can be found in the next section.
Parent topic: Virtual Account Management