Subversion Repositories SmartDukaan

Rev

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

Rev 14780 Rev 14862
Line 432... Line 432...
432
    25:double minimumPossibleSpVoi,
432
    25:double minimumPossibleSpVoi,
433
	26:double minimumPossibleTpVoi,
433
	26:double minimumPossibleTpVoi,
434
	27:double courierCostVoi,
434
	27:double courierCostVoi,
435
	28:double serviceTaxVoi,
435
	28:double serviceTaxVoi,
436
	29:double transferPriceVoi,
436
	29:double transferPriceVoi,
437
	30:double commissionVoi
437
	30:double commissionVoi,
-
 
438
	31:double courierCostMarketplaceVoi,
-
 
439
	32:double commissionPercentageVoi
438
}    
440
}    
439
 
441
 
-
 
442
struct VoiSnapdealItemInfo {
-
 
443
	1:i64 item_id,
-
 
444
	2:string voiSkuAtSnapdeal,
-
 
445
	3:double sellingPriceSnapdeal,
-
 
446
	4:double transferPriceSnapdeal,
-
 
447
	5:double fixedMargin,
-
 
448
	6:double fixedMarginPercentage,
-
 
449
	7:double logisticCostSnapdeal,
-
 
450
	8:double woodenPackagingCost,
-
 
451
	9:double weightSnapdeal
-
 
452
}
-
 
453
 
440
struct SnapdealItemDetails{
454
struct SnapdealItemDetails{
441
	1:i64 item_id,
455
	1:i64 item_id,
442
	2:i64 warehouseId,
456
	2:i64 warehouseId,
443
	3:double exceptionPrice,
457
	3:double exceptionPrice,
444
	4:bool isListedOnSnapdeal,
458
	4:bool isListedOnSnapdeal,