Metadata
object
(Metadata)
Metadata Properties
Property | Type | Required | Nullable |
---|---|---|---|
carrier | string | Required | cannot be null |
placement_id | string | Optional | No |
setup_id | string | Optional | Yes |
insurance_line (Insurance Line) | Enum | Required | cannot be null |
status_code | number | Required | cannot be null |
carrier_display_name | string | Required | cannot be null |
carrier_logo | string | Required | cannot be null |
Sample JSON
{
"metadata": {
"carrier": "travelers",
"placement_id": "1",
"setup_id": "li_hkqkntdlfy",
"insurance_line": "personal",
"status_code": "SUCCESS",
"carrier_display_name": "Travelers",
"carrier_logo": "https://cdn.getfize.com/sdk/assets/carriers/icons/travelers.png"
}
}