UNPKG
mangopay4-nodejs-sdk
Version:
latest (1.67.0)
1.67.0
1.66.1
1.66.0
1.65.0
1.64.0
Mangopay Node.js SDK
github.com/Mangopay/mangopay2-nodejs-sdk
Mangopay/mangopay2-nodejs-sdk
mangopay4-nodejs-sdk
/
lib
/
models
/
CountryAuthorization.js
13 lines
(10 loc)
•
264 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
var
EntityBase =
require
(
'./EntityBase'
);
var
CountryAuthorization = EntityBase.
extend
({
defaults
: {
CountryCode
:
null
,
CountryName
:
null
,
Authorization
:
null
,
LastUpdate
:
null
} }); module.exports = CountryAuthorization;