Subversion Repositories SmartDukaan

Rev

Rev 22953 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 22953 Rev 25880
Line 1... Line 1...
1
package com.spice.profitmandi.web.res;
1
package com.spice.profitmandi.web.res;
2
 
2
 
3
import java.util.List;
3
import java.util.List;
4
 
4
 
-
 
5
import com.spice.profitmandi.service.inventory.AvailabilityInfo;
-
 
6
 
5
public class DealsResponse
7
public class DealsResponse
6
{
8
{
7
	private double netPriceAfterCashBack;
9
	private double netPriceAfterCashBack;
8
	private double shippingCost;
10
	private double shippingCost;
9
	private int showVideo;
11
	private int showVideo;