Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@fbinhouse/spark-client / dist / client / utils / convertToVolvoRetailer.js
Size: Mime:
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var volvoRetailer_1 = require("../volvoRetailer");
function convertToVolvoRetailer(retailer) {
    return new volvoRetailer_1.default(retailer.address_2, retailer.center_district, retailer.company_email, retailer.country, retailer.district, retailer.fax, retailer.home_page, retailer.id, retailer.latitude, retailer.longitude, retailer.mail_address, retailer.mail_post_number, retailer.mail_post_town, retailer.name, retailer.new_cars_email, retailer.new_contact_email, retailer.occupation, retailer.phone, retailer.region, retailer.structure_type, retailer.used_cars_email, retailer.visit_address, retailer.visit_post_number, retailer.visit_post_town);
}
exports.convertToVolvoRetailer = convertToVolvoRetailer;
exports.default = convertToVolvoRetailer;
//# sourceMappingURL=convertToVolvoRetailer.js.map