Package com.derbysoft.spitfire.fastjson.dto

Examples of com.derbysoft.spitfire.fastjson.dto.MealsIncludedDTO


    private RateDTO createExpectedRateDTO(int index) {
        RateDTO rate = new RateDTO();
        rate.setDateRange(createExpectedDateRangeDTO());
        rate.setPureAmount(createExpectedAmountDTO(CURRENCY, AMOUNT_BEFORE_TAXS[index]));
        rate.setMealsIncluded(new MealsIncludedDTO(MealsIncludedType.UNKNOWN));
        return rate;
    }
View Full Code Here

TOP

Related Classes of com.derbysoft.spitfire.fastjson.dto.MealsIncludedDTO

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.