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.
Pay Claim Coverage Payment Detail
Output representation for paying a claim coverage payment detail.
- JSON example
-
1{ 2 "claimPaymentSummaryId": "0sDxx0000000001CAA", 3 "consumedLimitCount": 5, 4 "errors": [], 5 "exceededAmount": 1500.00, 6 "exceededCount": 2, 7 "insPolicyLimitTrackingIds": [ 8 "0qOxx0000004CvQEAU", 9 "0qOxx0000004CvREAU" 10 ], 11 "isSuccess": true, 12 "paidAmount": 5000.00 13}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| claimPaymentSummaryId | String | ID of the claim payment summary record that's added or updated. This ID links individual claim coverage payment details to the corresponding summary of payments that are processed for a claim. | Small, 66.0 | 66.0 |
| consumedLimitCount | Integer | Total number of coverage units or limit counts that are utilized by this service or transaction. | Small, 66.0 | 66.0 |
| errors | Error Detail[] | Details of the errors that are associated with the API operation. | Big, 65.0 | 65.0 |
| exceededAmount | Double | Excess amount that's paid above the limits. | Small, 66.0 | 66.0 |
| exceededCount | Integer | Number of coverage units or counts that are paid above the policy limits. | Small, 66.0 | 66.0 |
| insPolicyLimitTrackingIds | String[] | IDs of the insurance policy limit tracking records that are created during the payment process. | Small, 66.0 | 66.0 |
| isSuccess | Boolean | Indicates whether the API operation is successful (true) or not (false). | Big, 65.0 | 65.0 |
| paidAmount | Double | Total amount that's paid. | Small, 66.0 | 66.0 |