@lomi./sdk
Version:
Official TypeScript SDK for the lomi. API
15 lines • 454 B
JavaScript
/* generated using openapi-typescript-codegen -- do not edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
/**
* Enum: bnpl_status
*/
export var bnpl_status;
(function (bnpl_status) {
bnpl_status["PENDING"] = "pending";
bnpl_status["COLLECTED"] = "collected";
bnpl_status["WAIVED"] = "waived";
bnpl_status["REFUNDED"] = "refunded";
})(bnpl_status || (bnpl_status = {}));
//# sourceMappingURL=bnpl_status.js.map