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 / convertToLeasingParams.js
Size: Mime:
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var leasingParams_1 = require("../leasingParams");
exports.convertToLeasingParams = function (result) { return new leasingParams_1.default(result.available_driving_distances, result.available_leasing_durations, result.financing_type, result.driving_distance, result.payment_periods, result.down_payment_percent, result.interest_rate, result.car_price, new leasingParams_1.LeasingUnits(result.units.payment_periods_unit, result.units.down_payment_percent_unit, result.units.interest_rate_unit, result.units.car_price_unit, result.units.total_cost_unit, result.units.loan_cost_unit, result.units.residual_value_unit, result.units.service_cost_unit, result.units.insurance_cost_unit), new leasingParams_1.LeasingPrices(result.prices.total_cost, result.prices.loan_cost, result.prices.residual_value, result.prices.service_cost, result.prices.insurance_cost)); };
exports.default = exports.convertToLeasingParams;
//# sourceMappingURL=convertToLeasingParams.js.map