Money
A monetary amount with currency used throughout the Recommendations and Suggestions APIs.
Declaration
object RecommendationMoneyProperties
| Name | Type | Description |
|---|---|---|
amount Required | string | The decimal amount as a string, for example |
currency Required | string | The ISO 4217 currency code, for example |
Discussion
The Money object represents a monetary value in the Recommendations and Suggestions APIs.
The currency code corresponds to the ad account’s billing currency. All monetary fields on a given recommendation share the same currency.
Example
{
"amount": "1.50",
"currency": "USD"
}See Also
TargetCpaRecommendationTargetCpaRecommendationHistoryDailyCapRecommendationDailyCapRecommendationHistoryApplyTargetCpaRecommendationApplyDailyCapRecommendationResponseEnvelopeResponseErrorResponseErrorDetailResponsePaginationRecommendationApplyDailyBudgetResponseRecommendationApplyTargetCpaResponseRecommendationBidStrategyRecommendationDismissDailyBudgetResponseRecommendationDismissTargetCpaResponse