We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e704bcf commit 4c7e13dCopy full SHA for 4c7e13d
products_mortgage.go
@@ -22,6 +22,7 @@ type (
22
URLLogo string `json:"url_logo"`
23
HighlightedPoints []string `json:"highlighted_points"`
24
TechnicalPoints []string `json:"technical_points"`
25
+ Labels []string `json:"labels"`
26
Type string `json:"type"`
27
OfferInterestRate RatePeriod `json:"offer_interest_rate"`
28
OfferInterestRateType string `json:"offer_interest_rate_type"`
@@ -50,6 +51,7 @@ type (
50
51
52
53
54
55
56
57
0 commit comments