(function(){SS.entities.Quote=function(){};SS.entities.Quote.prototype={quoteRequestId:null,price:null,paxPrice:null,quoteDateTimeUTC:null,flightcode:null,isAvailable:true,isCurrent:false,unableToConfirm:false,getPrice:function(A){if(A===null||typeof (A)=="undefined"){return this.price}else{return this.paxPrice.estimatedTotal(A.adults,A.children,A.infants)}}}}());