I am able to verify InvoiceID for a particular Invoice in Batchpayment. Using following filter, where=Payments[0].Invoice.InvoiceID==Guid("b55b2deb-8bd7-46b9-9965-2a20ed3ae555")
But, not able to filter throughout the array. Tried using following syntax, where=Payments[*].Invoice.InvoiceID==Guid("b55b2deb-8bd7-46b9-9965-2a20ed3ae555")