mangopay4-nodejs-sdk
Version:
Mangopay Node.js SDK
20 lines (19 loc) • 438 B
JavaScript
var EntityBase = require('./EntityBase');
module.exports = EntityBase.extend({
defaults: {
/**
* This is the URL where your receive notification for each EventType
*/
Url: null,
/**
* Status: ENABLED, DISABLED
*/
Status: null,
/**
* Validity: VALID, INVALID
*/
Validity: null,
EventType: null,
Email: null
}
});