The CCashAccount type exposes the following members.

Properties

  NameDescription
Public propertyAccountType
Gets the the type of cash account, e.g., real cash, credit card, debit card, or other.
Public propertyAuthorizationAccountCode
Gets the CCAuthAcctCode field of the the Cash_Accounts table entry represented by this CCashAccount object.
Public propertyCashAccountCode
Gets the cash account code, key to the CCashAccount object. Examples include "CASH", "AMEX", "VISA", "INKIND", etc.
Public propertyDescription
Gets a text description/title of the CCashAccount.
Public propertyFinancialEntity
Gets the Financial Entity that owns this account.
Public propertyFinancialEntityCode
Gets the key to the Financial Entity that owns this account. Only set if using multiple entities.
Public propertyGLCashAccount
Gets the General Ledger account number associated with this cash account.
Public propertyIsCardSecurityCodeRequiredFromiMIS
Gets the CSC_REQUIRED_CS field of the the Cash_Accounts table entry represented by this CCashAccount object.
Public propertyIsCardSecurityCodeRequiredFromWeb
Gets the CSC_REQUIRED_WEB field of the the Cash_Accounts table entry represented by this CCashAccount object.
Public propertyUseDebitCardIssueDate
Gets the ISSUE_DATE_FLAG field of the the Cash_Accounts table entry represented by this CCashAccount object.
Public propertyUseDebitCardIssueNumber
Gets the ISSUE_NO_FLAG field of the the Cash_Accounts table entry represented by this CCashAccount object.

See Also