Subversion Repositories SmartDukaan

Rev

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

Rev 20043 Rev 20065
Line 344... Line 344...
344
	5:string cinNumber,
344
	5:string cinNumber,
345
	6:string tin,
345
	6:string tin,
346
	7:i64 stateId
346
	7:i64 stateId
347
}
347
}
348
 
348
 
-
 
349
struct WarehouseAddress{
-
 
350
	1:i64 id,
-
 
351
	2:string address,
-
 
352
	3:string pin,
-
 
353
	4:i64 state_id,
-
 
354
	5:i64 created
-
 
355
}
-
 
356
 
349
struct BuyerInfo {
357
struct BuyerInfo {
350
	1:i64 buyerId,
358
	1:i64 buyerId,
351
	2:string organisationName,
359
	2:string organisationName,
352
	3:string registeredAddress,
360
	3:string registeredAddress,
353
	4:string regId,
361
	4:string regId,
354
	5:string cinNumber,
362
	5:string cinNumber,
355
	6:string tin,
363
	6:string tin,
356
	7:i64 addressId,
364
	7:i64 addressId,
357
	8:string address,
365
	8:WarehouseAddress buyerAddress,
358
	9:i64 stateId
366
	9:i64 stateId
359
}
367
}
360
 
368
 
361
struct Transaction{
369
struct Transaction{
362
	1:i64 id,
370
	1:i64 id,
Line 381... Line 389...
381
	2:i64 address_id,
389
	2:i64 address_id,
382
	3:i64 created,
390
	3:i64 created,
383
	4:i64 updated
391
	4:i64 updated
384
}
392
}
385
 
393
 
386
struct WarehouseAddress{
-
 
387
	1:i64 id,
-
 
388
	2:string address,
-
 
389
	3:string pin,
-
 
390
	4:i64 state_id,
-
 
391
	5:i64 created
-
 
392
}
-
 
393
 
394
 
394
 
395
 
395
 
396
 
396
enum AlertType{
397
enum AlertType{
397
	NEW_INVENTORY_ALERT,
398
	NEW_INVENTORY_ALERT,