UNPKG

@sotatech/node-fixjs

Version:
17 lines (16 loc) 289 B
/** * The distribution of pricing days. * tag: 41214 * @readonly * @enum {number} (int) */ export declare enum PaymentStreamPricingDayDistribution { /** All */ All = 0, /** First */ First = 1, /** Last */ Last = 2, /** Penultimate */ Penultimate = 3 }