SearchCriteriaOrigin Property
Search an invoice by its origin of creation.
Syntax
int GetSearchCriteriaOrigin();
int SetSearchCriteriaOrigin(int iSearchCriteriaOrigin);
Possible Values
CO_NOT_SPECIFIED(0), CO_WEB(1), CO_API(2)
Default Value
1
Remarks
Search an invoice by its origin of creation.
coNotSpecified (0) | The creation of the invoice is not specified (search results can return invoices created on the Web or using the API). |
coWeb (1) | The invoice was created on paypal.com |
coAPI (2) | The invoice was created by an Invoicing Service API call. |
This property is not available at design time.
Data Type
Integer