/**
* Autogenerated by Avro
*
* DO NOT EDIT DIRECTLY
*/
/**
Identification type
* @memberof payments
* @enum {string}
*/
IdType = {
DRIVERS_LICENSE : "DRIVERS_LICENSE",
PASSPORT : "PASSPORT"
};
//
// Expose the module.
//
if ('undefined' !== typeof module) {
module.exports = IdType;
}