UNPKG

@lexriver/yandex-pay

Version:

A TypeScript client for Yandex Pay API to integrate payment processing in your Node.js applications

9 lines (8 loc) 147 B
/** * Operation status values */ export declare enum EnumOperationStatus { Pending = "PENDING", Success = "SUCCESS", Fail = "FAIL" }