UNPKG

vnbankqr

Version:

Generate QR data for QR payment method in Viet Nam

12 lines (11 loc) 306 B
export default class Provider { constructor(id, name, guid, category, service, city, country) { this.id = id; this.name = name; this.guid = guid; this.category = category; this.service = service; this.city = city; this.country = country; } }