ServiceEligibility Objects

Bridge’s React SDK is in beta! Expect breaking changes, bugs, and missing features. Please talk to us before integrating.

When running hard checks, each ServiceType results in a ServiceEligibility resource. If there are multiple ServiceTypes, even though Bridge is managing the mergeStrategy and estimateSelection, there are some scenarios where the raw ServiceEligibility ID’s are required.

Once ELIGIBLE, the hard eligibility session will include a serviceEligibility field. The value contains a map of ServiceType ID’s to the ServiceEligibility resource.

1{
2 ...,
3 serviceEligibility: {
4 svt_xxx: {
5 id: "svel_001",
6 ...
7 },
8 svt_yyy: {
9 id: "svel_002",
10 ...
11 }
12 }
13}