Subversion Repositories SmartDukaan

Rev

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

Rev 698 Rev 735
Line 69... Line 69...
69
	**/
69
	**/
70
	8:i64 customer_id,
70
	8:i64 customer_id,
71
	9:string customer_name,
71
	9:string customer_name,
72
	10:string customer_mobilenumber,
72
	10:string customer_mobilenumber,
73
	11:string customer_pincode,
73
	11:string customer_pincode,
74
	12:string customer_address,
74
	12:string customer_address1,
-
 
75
	13:string customer_address2,
75
	13:string customer_email,
76
	14:string customer_email,
76
 
-
 
-
 
77
	15:string customer_city,
-
 
78
	16:string customer_state,
77
 
79
 
78
	/**
80
	/**
79
		status and misc info
81
		status and misc info
80
	**/
82
	**/
81
	14:OrderStatus status,
83
	17:OrderStatus status,
82
	15:string statusDescription
84
	18:string statusDescription,
83
	16:double total_amount,
85
	19:double total_amount,
84
	17:double total_weight,
86
	20:double total_weight,
85
	/**
87
	/**
86
		billing info
88
		billing info
87
	**/
89
	**/
88
	18:string invoice_number,
90
	21:string invoice_number,
89
	19:string billed_by,
91
	22:string billed_by,
90
	/**
92
	/**
91
		timestamps
93
		timestamps
92
	**/
94
	**/
93
	20:i64 created_timestamp,
95
	23:i64 created_timestamp,
94
	21:i64 accepted_timestamp,
96
	24:i64 accepted_timestamp,
95
	22:i64 billing_timestamp,
97
	25:i64 billing_timestamp,
96
	23:i64 shipping_timestamp,
98
	26:i64 shipping_timestamp,
97
	24:i64 delivery_timestamp,
99
	27:i64 delivery_timestamp,
98
	25:i64 jacket_number,
100
	28:i64 jacket_number,
99
	26:string customer_city,
-
 
100
	27:string customer_state
-
 
101
}
101
}
102
 
102
 
103
struct Transaction{
103
struct Transaction{
104
	1:i64 id,
104
	1:i64 id,
105
	2:list<Order> orders,
105
	2:list<Order> orders,