Interface IReturnOrderNumberGenerator
NOTE: This is a pre-release API that is UNSTABLE and might not satisfy the compatibility requirements as denoted by its associated normal version.
Handles return order number generation.
Namespace: EPiServer.Commerce.Order
Assembly: Mediachase.Commerce.dll
Version: 13.30.0Syntax
public interface IReturnOrderNumberGenerator
Methods
GenerateExchangeOrderNumber(IPurchaseOrder)
Generates the exchange order number.
Declaration
string GenerateExchangeOrderNumber(IPurchaseOrder exchangeOrder)
Parameters
Type | Name | Description |
---|---|---|
IPurchaseOrder | exchangeOrder | The exchange order. |
Returns
Type | Description |
---|---|
System.String | The exchange order number. |
GenerateReturnOrderFormNumber(IPurchaseOrder)
Generates return order form number.
Declaration
string GenerateReturnOrderFormNumber(IPurchaseOrder purchaseOrder)
Parameters
Type | Name | Description |
---|---|---|
IPurchaseOrder | purchaseOrder | The purchase order where the return form belongs to. |
Returns
Type | Description |
---|---|
System.String | The return order form number. |