Newer Version Available

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

BenefitDisbursementIAOutput Class

This class contains details about the disbursement for the eligible benefit assignment that is created or is to be previewed.

Namespace

PublicSectrSltn

Usage

The CreateBenefitDisbursement action returns the BenefitDisbursementIAOutput class, an Apex output type that contains nested arrays . This output representation contains an array of the BenefitDisbursementDetail fields. An array of BenefitDisbursementAdjDetail is contained in BenefitDisbursementDetail.

BenefitDisbursementIAOutput Properties

BenefitDisbursementIAOutput has these properties.

benefitAssignmentId

The ID of the eligible benefit assignment that is specified in the CreateBenefitDisbursement action.

Signature

public String benefitAssignmentId {get; set;}

Property Value

Type: String

benefitDisbursements

The details of the benefit disbursement for the specified benefit assignment.

Signature

public List<publicsectrsltn.BenefitDisbursementDetail> benefitDisbursements {get; set;}

Property Value

Type: List<publicsectrsltn.BenefitDisbursementDetail>

isPreviewMode

Indicates whether preview disbursement details are available (true) or whether disbursement records are created (false), as specified in the CreateBenefitDisbursement action.

Signature

public Boolean isPreviewMode {get; set;}

Property Value

Type: Boolean