Gets Payment Type

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

Syntax

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

Field Value

The The type of payment being sent.i.e., rollover, contribution, initial, 1035 exchange, renewal.

Remarks

  • System Name - PaymentType
  • Quik! Form Field Name - PmtType
  • Short Name - Payment Type
  • Description - The type of payment being sent.i.e., rollover, contribution, initial, 1035 exchange, renewal.
  • Category - Account
  • Service Level - FuturePremium
  • Data Set Type - Acct
  • Field Data Type - String

See Also