Skip to content

Commit cc2db98

Browse files
Update Copay type in Eligibility Full Report (#63)
1 parent 5682c98 commit cc2db98

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

insurance_eligibility.go

+5-5
Original file line numberDiff line numberDiff line change
@@ -142,11 +142,11 @@ type IEFRPlanDetailsProvider struct {
142142
}
143143

144144
type IEFRBenefits struct {
145-
Copay []any `json:"copay"`
146-
Coinsurance []any `json:"coinsurance"`
147-
Deductible []any `json:"deductible"`
148-
OutOfPocket []any `json:"out_of_pocket"`
149-
Limitations []any `json:"limitations"`
145+
Copay []map[string]any `json:"copay"`
146+
Coinsurance []any `json:"coinsurance"`
147+
Deductible []any `json:"deductible"`
148+
OutOfPocket []any `json:"out_of_pocket"`
149+
Limitations []any `json:"limitations"`
150150
}
151151

152152
func (s *InsuranceEligibilityService) GetFullReport(ctx context.Context, patientInsuranceID int64) (*InsuranceEligibilityFullReport, *http.Response, error) {

0 commit comments

Comments
 (0)