The CCashAccount type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CCashAccount |
Default constructor, does nothing
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| AccountType |
Gets the the type of cash account, e.g., real cash, credit card, debit card, or other.
| |
| AuthorizationAccountCode |
Gets the CCAuthAcctCode field of the the Cash_Accounts table entry represented by this CCashAccount object.
| |
| CashAccountCode |
Gets the cash account code, key to the CCashAccount object. Examples include "CASH", "AMEX", "VISA", "INKIND", etc.
| |
| Description |
Gets a text description/title of the CCashAccount.
| |
| FinancialEntity |
Gets the Financial Entity that owns this account.
| |
| FinancialEntityCode |
Gets the key to the Financial Entity that owns this account. Only set if using multiple entities.
| |
| GLCashAccount |
Gets the General Ledger account number associated with this cash account.
| |
| IsCardSecurityCodeRequiredFromiMIS |
Gets the CSC_REQUIRED_CS field of the the Cash_Accounts table entry represented by this CCashAccount object.
| |
| IsCardSecurityCodeRequiredFromWeb |
Gets the CSC_REQUIRED_WEB field of the the Cash_Accounts table entry represented by this CCashAccount object.
| |
| UseDebitCardIssueDate |
Gets the ISSUE_DATE_FLAG field of the the Cash_Accounts table entry represented by this CCashAccount object.
| |
| UseDebitCardIssueNumber |
Gets the ISSUE_NO_FLAG field of the the Cash_Accounts table entry represented by this CCashAccount object.
|