oak-pay-business/lib/oak-app-domain/Settlement/Action.js

14 lines
467 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.actionDefDict = exports.actions = exports.IActionDef = void 0;
exports.IActionDef = {
stm: {
settle: ['unsettled', 'settled'],
},
is: 'unsettled',
};
exports.actions = ["count", "stat", "download", "select", "aggregate", "create", "remove", "update", "settle", "preSettle", "refund", "refundFailure"];
exports.actionDefDict = {
iState: exports.IActionDef
};