Subversion Repositories SmartDukaan

Rev

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

Rev 10140 Rev 10156
Line 465... Line 465...
465
    17:double websiteSellingPrice,
465
    17:double websiteSellingPrice,
466
    18:double maxNlc,
466
    18:double maxNlc,
467
    19:string skuAtFlipkart,
467
    19:string skuAtFlipkart,
468
    20:i64 lastUpdatedInventory,
468
    20:i64 lastUpdatedInventory,
469
    21:i64 lastUpdatedInventoryTimestamp,
469
    21:i64 lastUpdatedInventoryTimestamp,
470
    22:string flipkartSerialNumber
470
    22:string flipkartSerialNumber,
-
 
471
    23:i64 category
471
}
472
}
472
 
473
 
473
 
474
 
474
service CatalogService extends GenericService.GenericService{
475
service CatalogService extends GenericService.GenericService{
475
 
476