ofx4js
Version:
A javascript OFX library, ported from OFX4J
20 lines (19 loc) • 417 B
TypeScript
/**
* The message set type, used to define message set order in the envelope.
*
* @see "Section 2.4.5.2, OFX spec"
*/
export declare enum MessageSetType {
signon = 0,
signup = 1,
banking = 2,
creditcard = 3,
investment = 4,
interbank_transfer = 5,
wire_transfer = 6,
payments = 7,
email = 8,
investment_security = 9,
profile = 10,
tax1099 = 11
}