search for: transactiondata

Displaying 1 result from an estimated 1 matches for "transactiondata".

Did you mean: transactiondate
2006 Jul 29
0
SOAP for large datasets
...:sku => items.sku, :item_type => items.item_type, :descript => items.descript, :amount => items.amount, :quan t => items.quant, :trans_id => items.trans_id, :trans_date => items.trans_date) end trans = [] for history in order.histories trans << TransactionData.new(:sale_type => history.sale_type, :order_id => order.order_id, :trans_id => history.trans_id, :outcome => history.outcome) end ar << CustomerData.new(:orderitem_data => oi, :transaction_data => trans, :address => order.address, :address2 => order.addr...