Blame | Last modification | View Log | RSS feed
'''Created on Jan 16, 2015@author: amit'''class AffiliateInfo():subTagId = NoneconversionStatus = NoneadId = NoneadDate = NonepayOut = NoneofferName = NonestoreId = NonesaleAmount = NonesaleDate = Noneip = Nonedef __init__(self,subTagId, storeId, conversionStatus, adId, saleDate, payOut, offerName, ip, saleAmount):self.subTagId = subTagIdself.conversionStatus = conversionStatusself.adId = adIdself.payOut = payOutself.offerName = offerNameself.ip = ipself.saleAmount = saleAmountself.storeId = storeIdself.saleDate = saleDatedef __repr__(self):return None