InsuranceNetwork
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
רשת ביטוח אחת. המזהה הבא: 5
ייצוג JSON |
{
"networkId": string,
"networkNames": {
string: string,
...
},
"payerNames": {
string: string,
...
},
"state": enum (NetworkState )
} |
שדות |
networkId |
string
חובה. המזהה של רשת הביטוח הזו שנוצרה על ידי Google.
|
networkNames |
map (key: string, value: string)
פלט בלבד. מפה של השמות המוצגים של הרשתות בשפות מבוקשות, שבהן השפה היא המפתח והשם המוצג המותאם לשוק המקומי הוא הערך. השם המוצג באנגלית מוגדר כברירת מחדל. אובייקט שמכיל רשימה של "key": value זוגות. לדוגמה: { "name": "wrench", "mass": "1.3kg", "count": "3" } .
|
payerNames |
map (key: string, value: string)
פלט בלבד. מפת השמות המוצגים של המשלם בשפות מבוקשות שבהן השפה היא המפתח והשם המוצג המותאם לשוק המקומי הוא הערך. השם המוצג באנגלית מוגדר כברירת מחדל. אובייקט שמכיל רשימה של "key": value זוגות. לדוגמה: { "name": "wrench", "mass": "1.3kg", "count": "3" } .
|
state |
enum (NetworkState )
פלט בלבד. המצב של רשת הביטוח הזו.
|
NetworkState
המצב של רשת ביטוח לגבי המיקום הזה.
טיפוסים בני מנייה (enum) |
NETWORK_STATE_UNSPECIFIED |
ערך ברירת המחדל. |
ACCEPTED |
הרשת הזו מתקבלת במיקום הזה. |
PENDING_ADD |
יש בקשה בהמתנה להוספת הרשת הזו לרשימת הרשתות שאושרו. |
PENDING_DELETE |
יש בקשה בהמתנה להסרת הרשת הזו מרשימת הרשתות שאושרו. |
NOT_ACCEPTED |
הרשת הזו לא נתמכת במיקום הזה. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-25 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-25 (שעון UTC)."],[[["\u003cp\u003eInsurance networks have a unique ID, display names in various languages, and a current state.\u003c/p\u003e\n"],["\u003cp\u003eThe network state indicates whether a location accepts, is pending to accept/remove, or does not accept the network.\u003c/p\u003e\n"],["\u003cp\u003eYou can access network and payer display names in different languages, with English as the default.\u003c/p\u003e\n"],["\u003cp\u003eGoogle generates a unique \u003ccode\u003enetworkId\u003c/code\u003e for each insurance network.\u003c/p\u003e\n"]]],[],null,["# InsuranceNetwork\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [NetworkState](#NetworkState)\n\nA single insurance network. Next id: 5\n\n| JSON representation ||\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| ``` { \"networkId\": string, \"networkNames\": { string: string, ... }, \"payerNames\": { string: string, ... }, \"state\": enum (/my-business/reference/rest/v4/InsuranceNetwork#NetworkState) } ``` |\n\n| Fields ||\n|----------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `networkId` | `string` Required. The id of this insurance network generated by Google. |\n| `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\" }`. |\n| `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\" }`. |\n| `state` | `enum (`[NetworkState](/my-business/reference/rest/v4/InsuranceNetwork#NetworkState)`)` Output only. The state of this insurance network. |\n\nNetworkState\n------------\n\nThe state of an insurance network regarding this location.\n\n| Enums ||\n|-----------------------------|---------------------------------------------------------------------------|\n| `NETWORK_STATE_UNSPECIFIED` | Default value. |\n| `ACCEPTED` | This network is accepted by this location. |\n| `PENDING_ADD` | There is a pending request to add this network to the accepted list. |\n| `PENDING_DELETE` | There is a pending request to remove this network from the accepted list. |\n| `NOT_ACCEPTED` | This network is not accepted by this location. |"]]