Search found 1 match

by oalkada
Mon Jul 27, 2020 4:37 pm
Forum: General
Topic: How to set charge contact to an order contact?
Replies: 1
Views: 1166

How to set charge contact to an order contact?

IList agent13 = (IList)order.GetProperty("CDFs"); IOrderItem a13 = (IOrderItem)agent13[0]; IList agent14 = (IList)a13.GetProperty("Lines"); IOrderItem a14 = (IOrderItem)agent14[18]; IList agent15 = (IList)a14.GetProperty("Charges"); IOrderItem a15 = (IOrderItem)agent14[...