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