Subversion Repositories SmartDukaan

Rev

Rev 9637 | Rev 9772 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9637 Rev 9642
Line 1... Line 1...
1
package in.shop2020.mobileapi.serving.pojos;
1
package in.shop2020.mobileapi.serving.pojos;
2
 
2
 
3
 
3
 
4
public class CompletedOrderPojo {
4
public class OrderPojo {
5
	private long orderId;
5
	private long orderId;
6
	private String price;
6
	private String price;
7
	private String orderedOn;
7
	private String orderedOn;
8
	private String courierUrl;
8
	private String courierUrl;
9
	private String orderUrl;
9
	private String orderUrl;