httpClientConfigs.httpClientInstance | axios object | no | if not passed by default it will use webcargo http client provider, this is to handle authorization from the host app |
httpClientConfigs.baseUrl | string | no | baseUrl for the API calls |
httpClientInstance.isCallingGateway | boolean | no | true by default it will call the billing service directly if passed as false |
routerProps.baseUrl | string | no | baseUrl that is appended to the fintech MF routes so that the MF can handle them ex: '/ebookings/' |
routerProps.hashType | string | no | in-case the host is using hash route pass the hashType, ex: 'noslash' |