UNPKG

nestjs-yookassa

Version:

A NestJS library for integrating with YooKassa API

12 lines (11 loc) 489 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.InvoiceCancellationPartyEnum = void 0; /** * Инициаторы отмены счета */ var InvoiceCancellationPartyEnum; (function (InvoiceCancellationPartyEnum) { InvoiceCancellationPartyEnum["MERCHANT"] = "merchant"; InvoiceCancellationPartyEnum["YOO_MONEY"] = "yoo_money"; })(InvoiceCancellationPartyEnum || (exports.InvoiceCancellationPartyEnum = InvoiceCancellationPartyEnum = {}));