Subversion Repositories SmartDukaan

Rev

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

Rev 20818 Rev 20873
Line 294... Line 294...
294
	76:TaxType taxType,
294
	76:TaxType taxType,
295
	77:string logisticsTransactionId,
295
	77:string logisticsTransactionId,
296
	78:double shippingCost,
296
	78:double shippingCost,
297
	79:double codCharges,
297
	79:double codCharges,
298
	80:i64 seller_id,
298
	80:i64 seller_id,
299
	81:i64 warehouse_address_id
299
	81:i64 warehouse_address_id,
-
 
300
	82:double wallet_amount,
-
 
301
	83:double net_payable_amount
300
}
302
}
301
 
303
 
302
struct Attribute{
304
struct Attribute{
303
	1:string name,
305
	1:string name,
304
	2:string value
306
	2:string value
Line 2180... Line 2182...
2180
	
2182
	
2181
	ShipmentLogisticsCostDetail getCostDetailForLogisticsTxnId(1:string logisticsTxnId);
2183
	ShipmentLogisticsCostDetail getCostDetailForLogisticsTxnId(1:string logisticsTxnId);
2182
	
2184
	
2183
	void addShipmentLogisticDetail(1:ShipmentLogisticsCostDetail shipmentLogisticsCostDetail)
2185
	void addShipmentLogisticDetail(1:ShipmentLogisticsCostDetail shipmentLogisticsCostDetail)
2184
	
2186
	
-
 
2187
	i64 createPayment(1:i64 userId, 2:i64 txnId, 3:i32 gatewayId)
-
 
2188
	
-
 
2189
	double calculatePaymentAmount(1:i64 txnId)
-
 
2190
	
2185
}
2191
}