SyncPayees Property
A list of payees being synchronized.
Syntax
public PayeeDetailList getSyncPayees();
Remarks
This is populated when the SynchronizePayees method has been called. It should be inspected for each SyncPayeeIndex = 0 to SyncPayeeCount - 1.
Each synchronized payee has a Aggregate, TxType, Id, IdScope, ListId, Account, Name, Phone, Addr1, Addr2, Addr3, City, State, Country, PostalCode, and DaysToPay tied to it.
This property is read-only and not available at design time.