UNPKG

@lomi./sdk

Version:

Official TypeScript SDK for the lomi. API

15 lines 522 B
/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * Enum: spi_payment_status */ export var spi_payment_status; (function (spi_payment_status) { spi_payment_status["INITIE"] = "INITIE"; spi_payment_status["ENVOYE"] = "ENVOYE"; spi_payment_status["IRREVOCABLE"] = "IRREVOCABLE"; spi_payment_status["REJETE"] = "REJETE"; })(spi_payment_status || (spi_payment_status = {})); //# sourceMappingURL=spi_payment_status.js.map