mangopay4-nodejs-sdk
Version:
Mangopay Node.js SDK
16 lines (15 loc) • 379 B
JavaScript
var EntityBase = require('./EntityBase');
module.exports = EntityBase.extend({
defaults: {
LineItemId: null,
SellerId: null,
WalletId: null,
SplitAmount: null,
FeesAmount: null,
TransferDate: null,
Description: null,
Status: null,
SplitOriginWalletId: null,
UnfundedSellerAmount: null
}
});