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) 159 B
import { TimeInterval } from "./TimeInterval.js"; export interface FlexibleCustomerChoice { /** * */ date: string; time: TimeInterval; }