UNPKG

@sotatech/node-fixjs

Version:
13 lines (12 loc) 256 B
/** * Specifies the type of date (e.g. adjusted for holidays). * tag: 40173 * @readonly * @enum {number} (int) */ export declare enum ProvisionCashSettlPaymentDateType { /** Unadjusted */ Unadjusted = 0, /** Adjusted */ Adjusted = 1 }