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
/
SettlementValidationLineDetail.js
11 lines
(8 loc)
•
227 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
const
EntityBase
=
require
(
'./EntityBase'
);
const
SettlementValidationLineDetail
= EntityBase.
extend
({
defaults
: {
Code
:
null
,
Description
:
null
, } }); module.exports = SettlementValidationLineDetail;