UNPKG

@lexriver/yandex-pay

Version:

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

10 lines (9 loc) 178 B
/** * Subscription status values */ export declare enum EnumSubscriptionStatus { New = "NEW", Active = "ACTIVE", Cancelled = "CANCELLED", Expired = "EXPIRED" }