UNPKG

nestjs-yookassa

Version:

A NestJS library for integrating with YooKassa API

11 lines (10 loc) 334 B
/** * Причины отмены счета */ export declare enum InvoiceCancellationReasonEnum { INVOICE_CANCELED = "invoice_canceled", INVOICE_EXPIRED = "invoice_expired", GENERAL_DECLINE = "general_decline", PAYMENT_CANCELED = "payment_canceled", PAYMENT_EXPIRED_ON_CAPTURE = "payment_expired_on_capture" }