This image shows the Input Arguments section. It contains a Tree View dropdown list and three columns: Name, Type, and Value. The first row displays *orderTotal in the Name column, double in the Type column, and 500 in the Value column. The second row displays orderItems in the Name column, orderItemsArray Size with a value of 1 in the Type column, and no value in the Value column. orderItems is expanded, displaying the following rows:

- price in the Name column, double in the Type column, and 100 in the Value field.

- quantity in the Name column, integer in the Type column, and 5 in the Value field.

- productID in the Name column, string in the Type column, and xaca in the Value field.