PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Determines whether the specified order is payed.
Namespace: Smartsite.Ogone
Assembly: Smartsite.Ogone (in Smartsite.Ogone.dll)
Syntax
C# | Copy Code |
---|---|
[] public static bool IsPayed( string checkoutName, string orderId ) |
Visual Basic (Declaration) | Copy Code |
---|---|
<> _ Public Shared Function IsPayed ( _ checkoutName As , _ orderId As _ ) As |
Parameters
- checkoutName
- String
Name of the checkout.
- orderId
- String
The order id.
Return Value
true if the specified order is payed; otherwise, false.See Also
PaymentModule Class
Smartsite.Ogone Namespace