UNPKG

@hachther/mesomb-browser

Version:

JS client for browser to perform mobile payment operation with MeSomb

11 lines (10 loc) 211 B
export default class Location { town; region; country; constructor(data) { this.town = data['town']; this.region = data['region']; this.country = data['country']; } }