UNPKG

@sotatech/node-fixjs

Version:
13 lines (12 loc) 271 B
/** * Specifies the type of credit limit check model workflow to apply for the specified party * tag: 2339 * @readonly * @enum {number} (int) */ export declare enum RiskLimitCheckModelType { None = 0, PlusOneModel = 1, PingModel = 2, PushModel = 3 }