@lomi./sdk
Version:
Official Node.js SDK for the lomi. API
10 lines (9 loc) • 332 B
JavaScript
/* generated using openapi-typescript-codegen -- do not edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
export var TransactionType;
(function (TransactionType) {
TransactionType["PAYMENT"] = "payment";
TransactionType["INSTALMENT"] = "instalment";
})(TransactionType || (TransactionType = {}));