fetch
abstract suspend fun fetch(request: POAllGatewayConfigurationsRequest): ProcessOutResult<POAllGatewayConfigurations>
abstract fun fetch(request: POAllGatewayConfigurationsRequest, callback: ProcessOutCallback<POAllGatewayConfigurations>)
Returns available gateway configurations matching the request.