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