Newer Version Available

This content describes an older version of this product. View Latest

BenefitsVerificationResponse Class

Namespace

healthcloudext

Usage

Example

BenefitsVerificationResponse Properties

The following are properties for BenefitsVerificationResponse.

benefitPeriodEndDate

Last day of the coverage benefit period.

Signature

public String benefitPeriodEndDate {get; set;}

Property Value

Type: String

benefitPeriodStartDate

First day of the coverage benefit period.

Signature

public String benefitPeriodStartDate {get; set;}

Property Value

Type: String

benefitsItem

Specific service covered by the insurance plan.

Signature

public List<healthcloudext.BenefitsItem> benefitsItem {get; set;}

Property Value

Type: List<healthcloudext.BenefitsItem>

benefitsRequestId

Identifies the benefit verification request that this message responds to.

Signature

public String benefitsRequestId {get; set;}

Property Value

Type: String

errorResponse

Use to respond with an error indication following errors such as request-forbidden responses, custom validation errors, or expired API tokens.

Signature

public String errorResponse {get; set;}

Property Value

Type: String

groupNumber

Signature

public String groupNumber {get; set;}

Property Value

Type: String

isCoverageActive

Indicates whether the coverage benefit is currently in force.

Signature

public Boolean isCoverageActive {get; set;}

Property Value

Type: Boolean

jsonResponse

Full JSON response from external system.

Signature

public String jsonResponse {get; set;}

Property Value

Type: String

memberNumber

Signature

public String memberNumber {get; set;}

Property Value

Type: String