service parameter is modelize by default, event where it is used to define extra ISV parameter that should not be modelized by connect object, example
_```
"service": {
"providers": [
{
"id": "PA-800-926",
"apiKey": "SU-YYY-YYY-YYY:0000000000000000000000000000000000000001"
}
]
}
Once config is modelized, providers only contains id and name, apikey parameter is not in connect provider object.
Is possible not to modelize objects hanging from this one
https://github.com/ingrammicro/connect-php-sdk/blob/5c3b7e8b97bb9b7769128fd9e5dd7532b88e9fcb/src/Config.php#L67
service parameter is modelize by default, event where it is used to define extra ISV parameter that should not be modelized by connect object, example
_```
"service": {
"providers": [
{
"id": "PA-800-926",
"apiKey": "SU-YYY-YYY-YYY:0000000000000000000000000000000000000001"
}
]
}