UNPKG

@lexriver/yandex-pay

Version:

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

8 lines (7 loc) 152 B
export interface TargetShipping { /** * Cost of delivery after the operation is completed * Example: 123.45 */ amount: string; }