UNPKG

@lexriver/yandex-pay

Version:

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

6 lines (5 loc) 125 B
export declare enum EnumOrderResponseOperationStatus { Pending = "PENDING", Success = "SUCCESS", Fail = "FAIL" }