UNPKG

aps-data-api

Version:

package for data extraction from APS company for omnimetic project

15 lines (14 loc) 464 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UtilityServiceAccountResponse = void 0; class UtilityServiceAccountResponse { constructor(json) { if (json) { this.id = json.id; this.address = json.address; this.meterNumber = json.meterNumber; this.legalNames = json.legalNames; } } } exports.UtilityServiceAccountResponse = UtilityServiceAccountResponse;