UNPKG

cashbill

Version:

A TypeScript library for making payments through CashBill gateway.

7 lines (6 loc) 172 B
import { NotificationCommand } from '../enums/notification.cmd'; export interface NotificationRequest { cmd: NotificationCommand; args: string; sign: string; }