UNPKG

@lexriver/yandex-pay

Version:

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

18 lines (17 loc) 309 B
export interface Discount { /** * Discount amount * @example "123.45" */ amount: string; /** * Text description * Max length: 2048 */ description: string; /** * Discount ID in the merchant system * Max length: 2048 */ discountId: string; }