Subversion Repositories SmartDukaan

Rev

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

Rev 2688 Rev 2697
Line 145... Line 145...
145
	6:i64 time_unset
145
	6:i64 time_unset
146
}
146
}
147
 
147
 
148
struct ReturnOrder{
148
struct ReturnOrder{
149
	1:i64 orderId,
149
	1:i64 orderId,
-
 
150
	2:i64 warehouseId,
150
    2:i64 jacketNumber,
151
    3:i64 jacketNumber,
151
    3:string invoiceNumber,
152
    4:string invoiceNumber,
152
    4:i64 itemId,
153
    5:i64 itemId,
153
    5:string productGroup,
154
    6:string productGroup,
154
    6:string brand,
155
    7:string brand,
155
    7:string modelNumber,
156
    8:string modelNumber,
156
    8:string modelName,
157
    9:string modelName,
157
    9:string color,
158
    10:string color,
158
    10:double totalPrice,
159
    11:double totalPrice,
159
    11:double transferPrice,
160
    12:double transferPrice,
160
    12:bool processedStatus,
161
    13:bool processedStatus,
161
    13:i64 createdAt,
162
    14:i64 createdAt,
162
    14:i64 processedAt
163
    15:i64 processedAt
163
}
164
}
164
 
165
 
165
exception TransactionServiceException{
166
exception TransactionServiceException{
166
	1:i32 errorCode,
167
	1:i32 errorCode,
167
	2:string message
168
	2:string message