From 7c5a5227eb633d39f163baa9a5d87c84957b7e35 Mon Sep 17 00:00:00 2001 From: Landon Fackrell Date: Mon, 30 Oct 2023 10:50:19 -0600 Subject: [PATCH] Update enrichment fields --- us-enrichment-api/response.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/us-enrichment-api/response.go b/us-enrichment-api/response.go index 7888040..d7c2d8d 100644 --- a/us-enrichment-api/response.go +++ b/us-enrichment-api/response.go @@ -401,7 +401,7 @@ type FinancialAttributes struct { ContactValue string `json:"contact_value"` ContactZip string `json:"contact_zip"` ContactZip4 string `json:"contact_zip4"` - DeedDocumentPage string `json:"deed_ document_page"` + DeedDocumentPage string `json:"deed_document_page"` DeedDocumentBook string `json:"deed_document_book"` DeedDocumentNumber string `json:"deed_document_number"` DeedOwnerFirstName string `json:"deed_owner_first_name"`