UNPKG

@hachther/mesomb-browser

Version:

JS client for browser to perform mobile payment operation with MeSomb

8 lines (7 loc) 160 B
export default class Product { name: string; category?: string; quantity: number; amount: number; constructor(data: Record<string, any>); }