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) 247 B
import { BillingReport } from "./BillingReport.js"; import { QRData } from "./QRData.js"; import { SmsOffer } from "./SmsOffer.js"; export interface OrderExtensions { billingReport: BillingReport; qrData: QRData; smsOffer: SmsOffer; }