UNPKG

cashbill

Version:

A TypeScript library for making payments through CashBill gateway.

12 lines (11 loc) 197 B
export interface PersonalData { firstName?: string surname?: string email?: string country?: string city?: string postcode?: string street?: string house?: string flat?: string }