SyncPayments Property
A list of bill payments being synchronized.
Syntax
public PaymentDetailList getSyncPayments();
Remarks
This is populated when the SynchronizePayments method has been called. It should be inspected for each SyncPaymentIndex = 0 to SyncPaymentCount - 1.
Each synchronized bill payment has a Aggregate, TxType, Id, Amount, CurrencyCode, CheckNumber, PayeeAccount, PayeeId, PayeeListId, PayeeAggregate, Memo, BillRef, Status, DateDue, and DateProcessed tied to it.
This property is read-only and not available at design time.