CustomerInformationStatusResponse.fromJson constructor
Implementation
factory CustomerInformationStatusResponse.fromJson(
Map<String, dynamic> json) =>
new CustomerInformationStatusResponse(json['status'] as String,
json['more_info_url'] as String, convertInt(json['eta']));