UNPKG

cashbill

Version:

A TypeScript library for making payments through CashBill gateway.

5 lines (4 loc) 78 B
export interface PaymentResponse { id: string; redirectUrl: string; }