Subversion Repositories SmartDukaan

Rev

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

Rev 7967 Rev 8008
Line 498... Line 498...
498
    8:string description
498
    8:string description
499
}
499
}
500
    
500
    
501
enum PayMethod{
501
enum PayMethod{
502
	CASH = 1,
502
	CASH = 1,
503
	CARD = 2
503
	CARD = 2,
-
 
504
	CHEQUE = 3
504
}
505
}
505
 
506
 
506
struct FRC {
507
struct FRC {
507
    1:i64 id,
508
    1:i64 id,
508
    2:i64 operatorId,
509
    2:i64 operatorId,