UNPKG

mangopay2-nodejs-sdk

Version:
13 lines (10 loc) 264 B
var EntityBase = require('./EntityBase'); var CountryAuthorization = EntityBase.extend({ defaults: { CountryCode: null, CountryName: null, Authorization: null, LastUpdate: null } }); module.exports = CountryAuthorization;