The CCashAccount type exposes the following members.
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.
|