UNPKG

@hachther/mesomb-browser

Version:

JS client for browser to perform mobile payment operation with MeSomb

12 lines (11 loc) 243 B
export default class Customer { email: string; phone: string; town: string; region: string; country: string; first_name: string; last_name: string; address: string; constructor(data: Record<string, any>); }