UNPKG
mangopay4-nodejs-sdk
Version:
latest (2.2.0)
2.2.0
2.1.0
2.0.0
1.68.0
1.67.0
1.66.1
1.66.0
1.65.0
1.64.0
Mangopay Node.js SDK
mangopay4-nodejs-sdk
/
lib
/
models
/
ScaStatus.js
11 lines
(10 loc)
•
259 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
var
EntityBase =
require
(
'./EntityBase'
); module.exports = EntityBase.
extend
({
defaults
: {
UserStatus
:
null
,
IsEnrolled
:
null
,
LastEnrollmentDate
:
null
,
LastConsentCollectionDate
:
null
,
ConsentScope
:
null
} });