[This is preliminary documentation and is subject to change.]
            The Expense Payment Types
            
    Namespace: 
   OfficeClip.BusinessLayerAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
| C# | 
|---|
public enum ExpensePaymentType  | 
| Visual Basic (Declaration) | 
|---|
Public Enumeration ExpensePaymentType  | 
| Visual C++ | 
|---|
public enum class ExpensePaymentType  | 
Members
| Member name | Description | |
|---|---|---|
| None | 
            No Type (default)
              | |
| PersonalCashOrCheck | 
            Expense payment type of personal cash or check
              | |
| PersonalCreditCard | 
            Expense payment type of personal credit card
              | |
| CompanyCreditCard | 
            Expense payment type of company credit card
              | 
