/**
* Autogenerated by Avro
*
* DO NOT EDIT DIRECTLY
*/
/**
Type of additional charge
* @memberof payments
* @enum {string}
*/
AdditionalChargeType = {
INTERAC : "INTERAC"
};
//
// Expose the module.
//
if ('undefined' !== typeof module) {
module.exports = AdditionalChargeType;
}