BenefitDisbursementIAOutput Class
This class contains details about the disbursement for the eligible
benefit assignment that is created or is to be previewed.
Namespace
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.
benefitDisbursements
Signature
public List<publicsectrsltn.BenefitDisbursementDetail> benefitDisbursements {get; set;}
Property Value
Type: List<publicsectrsltn.BenefitDisbursementDetail>