UNPKG

@sotatech/node-fixjs

Version:
19 lines (18 loc) 338 B
/** * Time unit associated with the frequency of payments. * tag: 40754 * @readonly * @enum {string} (String) */ export declare enum PaymentStreamPaymentFrequencyUnit { /** Day */ Day = "D", /** Week */ Week = "Wk", /** Month */ Month = "Mo", /** Year */ Year = "Yr", /** Term */ Term = "T" }