Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

BenefitDisbursementAdjDetail Class

This class contains the benefit disbursement adjustment details for the eligible benefit assignment.

Namespace

PublicSectrSltn

BenefitDisbursementAdjDetail Properties

BenefitDisbursementAdjDetail has these properties.

adjustmentAmount

The adjustment amount of the benefit disbursement adjustment.

Signature

public Double adjustmentAmount {get; set;}

Property Value

Type: Double

adjustmentReason

The reason for the benefit disbursement adjustment.

Signature

public String adjustmentReason {get; set;}

Property Value

Type: String

baaId

The ID of the benefit assignment adjustment record that the record is being created for or previewed against.

Signature

public String baaId {get; set;}

Property Value

Type: String

id

The ID of the benefit disbursement adjustment record that is created.

If the isPreviewMode parameter is set to true, the value of this field is null.

Signature

public String id {get; set;}

Property Value

Type: String