The CCashAccount type exposes the following members.

Constructors

  NameDescription
Public methodCCashAccount
Default constructor, does nothing

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

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