@circle-fin/circle-sdk
Version:
Node.js SDK for Circle API
20 lines (19 loc) • 650 B
TypeScript
/**
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
/**
* ECI (electronic commerce indicator) value returned by Directory Servers (namely Visa, MasterCard, JCB, and American Express) indicating the outcome of authentication attempted on transactions enforced by 3DS.
* @export
* @enum {string}
*/
export declare const Eci: {
readonly _00: "00";
readonly _01: "01";
readonly _02: "02";
readonly _05: "05";
readonly _06: "06";
readonly _07: "07";
};
export declare type Eci = typeof Eci[keyof typeof Eci];