Body: I'm sure this is an obvious one, but this is a nice use of the new List with Generics: List < DirectDebitsRequestPayment > payments = new List < DirectDebitsRequestPayment >(); DirectDebitsRequestPayment payment = new DirectDebitsRequestPayment (); payment.Amount = new decimal ...