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.
Cancel Policy
Output representation of cancel policy details.
- JSON example
-
1{ 2 "impactedPolicyVersions": [ 3 "0YTxx000000006TGAQ" 4 ], 5 "refund": { 6 "fee": 15.71, 7 "premium": 31.42, 8 "tax": 15.71 9 } 10}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| error | Error Response | List of errors encountered during the processing of the API request. | Small, 63.0 | 63.0 |
| impactedPolicyVersions | String[] | List of impacted policy versions. | Small, 63.0 | 63.0 |
| refund | Refund[] | Refund associated with cancellation operation. | Small, 63.0 | 63.0 |