SessionNotifyPayment Method (Order)A Sandcastle Documented Class Library
Sends a notification to the eSales service, about products and variants being paid by a user in the session.

Namespace:  Apptus.ESales.Connector
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.0.0
Syntax

C#
public void NotifyPayment(
	Order order
)

Parameters

order
Type: Apptus.ESales.ConnectorOrder
order of products and variants
Exceptions

ExceptionCondition
IllegalArgumentExceptionIf order is null or empty
See Also

Reference