| Line 290... |
Line 290... |
| 290 |
t_storeOrderDetail.payStatus = storeOrderDetail.payStatus
|
290 |
t_storeOrderDetail.payStatus = storeOrderDetail.payStatus
|
| 291 |
t_storeOrderDetail.edcBank = storeOrderDetail.edcBank
|
291 |
t_storeOrderDetail.edcBank = storeOrderDetail.edcBank
|
| 292 |
t_storeOrderDetail.cashRefundAmount = storeOrderDetail.cashRefundAmount
|
292 |
t_storeOrderDetail.cashRefundAmount = storeOrderDetail.cashRefundAmount
|
| 293 |
t_storeOrderDetail.cardRefundAmount = storeOrderDetail.cardRefundAmount
|
293 |
t_storeOrderDetail.cardRefundAmount = storeOrderDetail.cardRefundAmount
|
| 294 |
t_storeOrderDetail.approvalCode = storeOrderDetail.approvalCode
|
294 |
t_storeOrderDetail.approvalCode = storeOrderDetail.approvalCode
|
| - |
|
295 |
t_storeOrderDetail.cardType = storeOrderDetail.cardType
|
| 295 |
return t_storeOrderDetail
|
296 |
return t_storeOrderDetail
|
| 296 |
|
297 |
|
| 297 |
def to_t_storeOrderCollection(storeOrderCollection):
|
298 |
def to_t_storeOrderCollection(storeOrderCollection):
|
| 298 |
t_storeOrderCollection = T_StoreOrderCollection()
|
299 |
t_storeOrderCollection = T_StoreOrderCollection()
|
| 299 |
if storeOrderCollection:
|
300 |
if storeOrderCollection:
|