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

Sends a sale notification

Namespace:  OfficeClip.DBLayer.Account
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public void SendSaleNotice(
	transactionInfo ti,
	ConfigureInfo session
)
Visual Basic (Declaration)
Public Sub SendSaleNotice ( _
	ti As transactionInfo, _
	session As ConfigureInfo _
)
Visual C++
public:
void SendSaleNotice(
	transactionInfo^ ti, 
	ConfigureInfo^ session
)

Parameters

ti
Type: OfficeClip.BusinessLayer.Account..::.transactionInfo
The information related to The user session the credit card or the purchase order. and the Amount.
session
Type: OfficeClip.Utils..::.ConfigureInfo

See Also