Subversion Repositories SmartDukaan

Rev

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

Rev 6094 Rev 6104
Line 109... Line 109...
109
}
109
}
110
 
110
 
111
enum ExtraTransactionProcessingType {
111
enum ExtraTransactionProcessingType {
112
    COD_VERIFICATION,
112
    COD_VERIFICATION,
113
    DELAYED_DELIVERY,
113
    DELAYED_DELIVERY,
114
    PAYMENT_FLAGGED
114
    PAYMENT_FLAGGED,
-
 
115
    RECHARGE_UNKNOWN
115
}
116
}
116
 
117
 
117
struct LineItem{
118
struct LineItem{
118
	1:i64 id,
119
	1:i64 id,
119
	2:i64 item_id,
120
	2:i64 item_id,