Skip to content

Instantly share code, notes, and snippets.

@ArveSystad
Created August 26, 2014 10:29
Show Gist options
  • Select an option

  • Save ArveSystad/dbe0cac8c95dfd96da5b to your computer and use it in GitHub Desktop.

Select an option

Save ArveSystad/dbe0cac8c95dfd96da5b to your computer and use it in GitHub Desktop.
foreach (OrderForm form in order.OrderForms)
{
decimal totalTaxes = 0;
foreach (Shipment shipment in form.Shipments)
{
foreach (LineItem item in shipment.Parent.LineItems)
{
[...]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment