Gets Account Number

Namespace:  QFD
Assembly:  QFD (in QFD.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public BaseField AccountNumber { get; }
Visual Basic (Declaration)
Public ReadOnly Property AccountNumber As BaseField
Visual C++
public:
property BaseField^ AccountNumber {
	BaseField^ get ();
}

Field Value

The A unique number identifying the account from which the payment originates or to which payments should be deposited.

Remarks

  • System Name - AccountNumber
  • Quik! Form Field Name - AcctNum
  • Short Name - Account Number
  • Description - A unique number identifying the account from which the payment originates or to which payments should be deposited.
  • Category - FundSource
  • Service Level - Premium
  • Data Set Type - FundSource
  • Field Data Type - String

See Also