PaidStatus Property
Limits the search to paid or unpaid transactions only.
Syntax
objsearchcontrol.PaidStatus[=integer]
Possible Values
psUnspecified(0), psAll(1), psPaid(2), psUnpaid(3)
Default Value
0
Remarks
Limits the search to paid or unpaid transactions only. May be used to limit the search to paid or unpaid records only.
The following values are permitted:
psUnspecified | 0 |
psAll | 1 |
psPaid | 2 |
psUnpaid | 3 |
Data Type
Integer