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.
Regulatory Transaction Fee Recompute Output
Output representation of the Regulatory Transaction Fee recompute or refund response.
- JSON example
-
1{ 2 "message": "Refund was completed.", 3 "newInvoiceId": "3ttxx0000000DYLAA2", 4 "newRegulatoryTrxnFeeId": "0kxxx00000008GvAAI", 5 "refundStatus": "FULL REFUND", 6 "refundedAmount": 5.1, 7 "regulatoryTrxnFeeId": "0kxxx00000008DhAAI" 8}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| message | String | A status message indicating the success or failure of the operation. | Small, 66.0 | 66.0 |
| newInvoiceId | String | The ID of the new invoice created for the adjustment amount. | Small, 66.0 | 66.0 |
| newRegulatoryTrxnFeeId | String | The ID of the new Regulatory Transaction Fee record created due to the adjustment. | Small, 66.0 | 66.0 |
| refundStatus | String | The status of the refund process (for example, FULL REFUND, PARTIAL REFUND, or REFUND ERROR). | Small, 66.0 | 66.0 |
| refundedAmount | Double | The final amount that was refunded to the user. | Small, 66.0 | 66.0 |
| regulatoryTrxnFeeId | String | The ID of the existing Regulatory Transaction Fee that was adjusted. | Small, 66.0 | 66.0 |