<!--
{
  "availability" : [
    "Apple Ads Platform API: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Apple-Ads-Platform-API",
  "identifier" : "/documentation/Apple-Ads-Platform-API/RecommendationMoney",
  "metadataVersion" : "0.1.0",
  "role" : "Object",
  "symbol" : {
    "kind" : "Object",
    "modules" : [
      "Apple Ads Platform API"
    ],
    "preciseIdentifier" : "data:apple-ads-platform-api:RecommendationMoney"
  },
  "title" : "Money"
}
-->

# Money

A monetary amount with currency used throughout the Recommendations and Suggestions APIs.

```
object RecommendationMoney
```

## 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.

> Note: Don’t set amount fields with leading zeros. Use `"5.00"` rather than `"05.00"`.

### Example

```json
{
  "amount": "1.50",
  "currency": "USD"
}
```

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)