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.
Amount with Frequency
Output representation of the amount details with frequency.
- JSON example
- This example shows a sample success response.
-
1"amountWithFrequency": { 2 "annually": 1000.3, 3 "monthly": 100.03, 4 "quarterly": 300.09 5}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| annually | Double | Expected revenue amount that’s calculated annually. | Small, 63.0 | 63.0 |
| monthly | Double | Expected revenue amount that’s calculated monthly. | Small, 63.0 | 63.0 |
| quarterly | Double | Expected revenue amount that’s calculated quarterly. | Small, 63.0 | 63.0 |