[This is preliminary documentation and is subject to change.]

The Expense Payment Types

Namespace:  OfficeClip.BusinessLayer
Assembly:  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 nameDescription
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

See Also