UNPKG

mangopay4-nodejs-sdk

Version:

Mangopay Node.js SDK

11 lines (10 loc) 259 B
var EntityBase = require('./EntityBase'); module.exports = EntityBase.extend({ defaults: { UserStatus: null, IsEnrolled: null, LastEnrollmentDate: null, LastConsentCollectionDate: null, ConsentScope: null } });