Page Summary
-
Verification information for an agent is represented by a JSON object with fields for name, verificationState, and agentVerificationContact.
-
The
namefield is a required string identifier for the verification. -
The
verificationStatefield is an enum indicating the current verification state. -
The
agentVerificationContactfield is a required object containing the contact details for the agent verification.
Details about the verification information for an agent.
| JSON representation |
|---|
{ "name": string, "verificationState": enum ( |
| Fields | |
|---|---|
name |
Required. The identifier for verification. |
verificationState |
The verification state. |
agentVerificationContact |
Required. The contact details. |