Package com.uip.tatar.model.gibdd

Examples of com.uip.tatar.model.gibdd.GibddFines


            //update
            apiTatar.updateUser(user);

            //get fines
            GibddFines fines = apiTatar.getFines(user.getDefaultVehicle());

            //get payment histories
            PaymentHistories paymentHistories = apiTatar.getPaymentHistories(user.getId(), new Paginate());

            //send sms
View Full Code Here

TOP

Related Classes of com.uip.tatar.model.gibdd.GibddFines

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.