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.
ConnectApi.CalculateAdjustmentsRepresentation
Output representation of the details for calculating the adjustments for the claim loss
item.
| Property Name | Type | Description | Available Version |
|---|---|---|---|
| adjustedAmount | Double | Amount after adjustments are made based on the current standings of the policy limits. | 65.0 |
| adjustmentReason | String | Reason for the claim coverage payment detail adjustment, such as deductible, copay, or coinsurance. | 65.0 |
| claimCovPaymentAdjustments | List<ConnectApi.ClaimCovPaymentAdjDetailsRep> | List of claim coverage payment adjustment details. | 65.0 |
| errors | List<ConnectApi.ErrorDetail> | List of errors that are associated with the API request. | 65.0 |
| insPolicyLimitTrackings | List<ConnectApi.InsPolicyLimitTrackingDetailsRep> | List of insurance policy limit tracking details. | 65.0 |
| isSuccess | Boolean | Indicates whether the API operation is successful (true) or not (false). | 65.0 |