InsuranceNetwork

A single insurance network. Next id: 5

JSON representation
{
  "networkId": string,
  "networkNames": {
    string: string,
    ...
  },
  "payerNames": {
    string: string,
    ...
  },
  "state": enum (NetworkState)
}
Fields
networkId

string

Required. The id of this insurance network generated by Google.

networkNames

map (key: string, value: string)

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 "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.

payerNames

map (key: string, value: string)

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 "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.

state

enum (NetworkState)

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.