A single insurance network. Next id: 5
JSON representation | |
---|---|
{
"networkId": string,
"networkNames": {
string: string,
...
},
"payerNames": {
string: string,
...
},
"state": enum ( |
Fields | |
---|---|
networkId |
Required. The id of this insurance network generated by Google. |
networkNames |
Output only. A map of network display names in requested languages where the language is the key and localized display name is the value. The display name in English is set by default. An object containing a list of |
payerNames |
Output only. A map of payer display names in requested languages where the language is the key and localized display name is the value. The display name in English is set by default. An object containing a list of |
state |
Output only. The state of this insurance network. |
NetworkState
The state of an insurance network regarding this location.
Enums | |
---|---|
NETWORK_STATE_UNSPECIFIED |
Default value. |
ACCEPTED |
This network is accepted by this location. |
PENDING_ADD |
There is a pending request to add this network to the accepted list. |
PENDING_DELETE |
There is a pending request to remove this network from the accepted list. |
NOT_ACCEPTED |
This network is not accepted by this location. |