modem-pay-iso
Version:
A javascript library for messaging in iso 8583 messaging format.
8 lines (7 loc) • 303 B
TypeScript
/**
* Assembles the Bitmap of fields 127.25.0-63 for the ISO 8583 message in the Main class Instance.
* @method assembleBitmap_127_25
* @memberof module:Bitmap-Assemble
*/
declare function assembleBitmap_127_25(): Uint8Array | import("../errors").DefaultError;
export default assembleBitmap_127_25;