UNPKG

nestjs-yookassa

Version:

A NestJS library for integrating with YooKassa API

8 lines (7 loc) 164 B
/** * Инициаторы отмены счета */ export declare enum InvoiceCancellationPartyEnum { MERCHANT = "merchant", YOO_MONEY = "yoo_money" }