Skip to content

Commit 4c7e13d

Browse files
committed
feat: add labels to the mortgages api
1 parent e704bcf commit 4c7e13d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

products_mortgage.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ type (
2222
URLLogo string `json:"url_logo"`
2323
HighlightedPoints []string `json:"highlighted_points"`
2424
TechnicalPoints []string `json:"technical_points"`
25+
Labels []string `json:"labels"`
2526
Type string `json:"type"`
2627
OfferInterestRate RatePeriod `json:"offer_interest_rate"`
2728
OfferInterestRateType string `json:"offer_interest_rate_type"`
@@ -50,6 +51,7 @@ type (
5051
URLLogo string `json:"url_logo"`
5152
HighlightedPoints []string `json:"highlighted_points"`
5253
TechnicalPoints []string `json:"technical_points"`
54+
Labels []string `json:"labels"`
5355
Type string `json:"type"`
5456
OfferInterestRate RatePeriod `json:"offer_interest_rate"`
5557
OfferInterestRateType string `json:"offer_interest_rate_type"`

0 commit comments

Comments
 (0)