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) 220 B
export interface SmsOffer { /** * Customer phone number (e.g., +71234567890) for SMS notification. For offline store merchantId only. * Max length: 2048 * Pattern: ^\+\d+$ */ phone: string; }