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

Returns the name of the expense payment type

Namespace:  OfficeClip.BusinessLayer
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public static string ExpensePaymentName(
	BusinessConstants..::.ExpensePaymentType ept
)
Visual Basic (Declaration)
Public Shared Function ExpensePaymentName ( _
	ept As BusinessConstants..::.ExpensePaymentType _
) As String
Visual C++
public:
static String^ ExpensePaymentName(
	BusinessConstants..::.ExpensePaymentType ept
)

Parameters

ept
Type: OfficeClip.BusinessLayer..::.BusinessConstants..::.ExpensePaymentType
The expense payment type

Return Value

The expense payment name

See Also