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

# ReportingMoney

A monetary value wrapper used in reporting contexts, capturing bid amounts and budgets at report time.

```
object ReportingMoney
```

## Discussion

The `ReportingMoney` object is a thin wrapper around the `Money` type. The `value` field holds a `Money` object with the currency amount and currency code.

To read the numeric value and currency code, use the `amount` and `currency` fields within the nested `Money` object.

### Example

```json
{
  "value": {
    "amount": "100.00",
    "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)