UNPKG

@sotatech/node-fixjs

Version:
13 lines (12 loc) 249 B
/** * Optional indication whether stub is shorter or longer than the regular swap period. * tag: 40874 * @readonly * @enum {number} (int) */ export declare enum PaymentStubLength { /** Short */ Short = 0, /** Long */ Long = 1 }