A Sandcastle Documented Class Library
A Sandcastle Documented Class Library
Apptus.ESales.Connector
Session Class
Session Methods
NotifyPayment Method
NotifyPayment Method (String)
NotifyPayment Method (String[])
NotifyPayment Method (Order)
NotifyPayment Method (SKUList)
NotifyPayment Method (Double, SKUList)
NotifyPayment Method (Double, String)
NotifyPayment Method (Double, String[])
Session
NotifyPayment Method (Order)
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.5.0
Syntax
C#
Copy
public
void
NotifyPayment
(
Order
order
)
Parameters
order
Type:
Apptus.ESales.Connector
Order
order of products and variants
Exceptions
Exception
Condition
IllegalArgumentException
If order is null or empty
See Also
Reference
Session Class
NotifyPayment Overload
Apptus.ESales.Connector Namespace