TransactionsReportRequest ActionDate Property Bluefin Web Client API Documentation
Gets or sets value of action date for ACH transactions to be included in the report.

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 ActionDate As String 
	Get 
	Set
Remarks

It's used for ACH transactions only.

ActionDate allows wildcard searches. A question mark (?) is used for a single missing character, and an asterisk (*) specifies zero or more unknown characters. Without wildcard characters exact match is assumed.

Time fraction of BluefinDate.Valueis ignored. Date will be submitted to RSAPI in YYYY-MM-DD format.

null value defaults to yesterday's date.

See Also