Request CustomID Property Bluefin Web Client API Documentation
Gets or sets string of custom ID.

Namespace: Bluefin.Web.Client
Assembly: Bluefin-3.8.sp8-net4.5 (in Bluefin-3.8.sp8-net4.5.dll) Version: 3.8.0.8 (3.8.0.8)
Syntax

Public Property CustomID As String 
	Get 
	Set
Remarks

This is a custom identifier that can be used for any purpose you wish. Often times this is a customer number or some other foreign key used to match up reports and transactions lists with customer information on your database. For some processors, such as Paymentech, this ID is passed through to the processor and available in their reporting. This can ease syncing up reporting.

If passed in Report request, it allows wildcard searches. A question mark(?) is used for SINGLE missing character, and an asterisk (*) specifies zero or more unknown characters

See Also