Gets or sets a reference to the cash account that should receive/process this payment.

Namespace:  Asi.iBO.Financials
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public string CashAccountCode { get; set; }
Visual Basic (Declaration)
Public Property CashAccountCode As String
Visual C++
public:
property String^ CashAccountCode {
	String^ get ();
	void set (String^ value);
}

Field Value

One of the cash accounts (payment types) already setup in iMIS.

Remarks

The CashAccountCode must have already been setup in iMIS before it is used here; otherwise an error is generated. This is done on the Cash Accounts window in AR/Cash. The cash account must also have a type that matches the PaymentType property set on this payment. For example, if PaymentType is CreditCard, the cash account must be designated as a credit card account. The list of available types can be found in CashAccounts.

See Also