mangopay2-nodejs-sdk-testing
Version:
Mangopay Node.js SDK for NPM testing purposes
19 lines (18 loc) • 435 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
}
});