A file to hold all of the header factory functions that, add functionality to the axios function object.
- Copyright:
- Copyright © 2023-… by Seth Hollingsead. All rights reserved
- Source:
Requires
Methods
(inner) mapHeaderMetaDataToBusinessRule(inputData, inputMetaData) → {string}
Maps a header meta-data name to an actual business rule name.
Parameters:
| Name | Type | Description |
|---|---|---|
inputData |
string | The header meta-data name business rule that should be converted to an actual business rule name. |
inputMetaData |
string | Not used for this business rule. |
Returns:
A modified string that represents an actual business rule that can be executed by the system.
- Type
- string