Class TransferProcessorExtenderHelper
A helper class for loading and retrieving all extenders for the transfer process in the system
Inherited Members
Namespace: LemonEdge.API.Core.FinancialServices.Processors.Transactional
Assembly: LemonEdge.API.Core.FinancialServices.dll
Syntax
public static class TransferProcessorExtenderHelper
Methods
GetExtenders(ITransferProcessor)
Returns a list of newly created instances of all transfer extenders in the system
Used by the ITransferProcessor to process a transfer
Declaration
public static IEnumerable<TransferProcessorExtender> GetExtenders(ITransferProcessor forProcessor)
Parameters
Type | Name | Description |
---|---|---|
ITransferProcessor | forProcessor | The processor these transfer processor extenders should be created for |
Returns
Type | Description |
---|---|
IEnumerable<TransferProcessorExtender> |