Hello,
I'm using the .NET API, and trying to access elements of the LineItem
class like this:
LineItem li = ...
x = li["my_key"]
What I can't seem to find anywhere is a complete list of what values are
valid for my_key in this usage. Can someone please point me to where I
might find these?
Thanks,
Dave