Delegate PaymentPlan.CreateOrderNumber
Delegate for generating custom order tracking number. Please look at OrderNumberMethod property for details on how it works.
Assembly: Mediachase.Commerce.dll
Version: 13.30.0
public delegate string CreateOrderNumber(PaymentPlan cart);
Parameters
Returns
Type |
Description |
System.String |
|
Constructors
Declaration
public CreateOrderNumber(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(PaymentPlan cart, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
PaymentPlan |
cart |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
Type |
Description |
System.IAsyncResult |
|
Declaration
public virtual string EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Returns
Type |
Description |
System.String |
|
Declaration
public virtual string Invoke(PaymentPlan cart)
Parameters
Returns
Type |
Description |
System.String |
|