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.
Gets the next serial.

Namespace: Smartsite.Ogone
Assembly:  Smartsite.Ogone (in Smartsite.Ogone.dll)

Syntax

C#Copy imageCopy Code
[]
public static <int> getNextSerial(
	 context,
	string checkoutName,
	string orderId
)
Visual Basic (Declaration)Copy imageCopy Code
<> _
Public Shared Function getNextSerial ( _
	context As , _
	checkoutName As , _
	orderId As  _
) As (Of Integer)

Parameters

context
IRenderContext
The context.
checkoutName
String
Name of the checkout.
orderId
String
The order id.

Return Value

See Also

Advanced