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

OverLoaded Constructor

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

Syntax

C#
public ReimbursementPaymentInfo(
	int expenseId,
	float cashAdvance,
	float adjustment,
	string adjustmentNote,
	float payment,
	string paymentNote
)
Visual Basic (Declaration)
Public Sub New ( _
	expenseId As Integer, _
	cashAdvance As Single, _
	adjustment As Single, _
	adjustmentNote As String, _
	payment As Single, _
	paymentNote As String _
)
Visual C++
public:
ReimbursementPaymentInfo(
	int expenseId, 
	float cashAdvance, 
	float adjustment, 
	String^ adjustmentNote, 
	float payment, 
	String^ paymentNote
)

Parameters

expenseId
Type: System..::.Int32
expenseId as int
cashAdvance
Type: System..::.Single
cashAdvance as float
adjustment
Type: System..::.Single
adjustment as float
adjustmentNote
Type: System..::.String
adjustmentNote as string
payment
Type: System..::.Single
payment as float
paymentNote
Type: System..::.String
paymentNote as string

See Also