---
title: DDMatchMoneyAmount
framework: datadetection
role: symbol
role_heading: Class
path: datadetection/ddmatchmoneyamount
---

# DDMatchMoneyAmount

An object that contains an amount of money that the data detection system matches.

## Declaration

```swift
class DDMatchMoneyAmount
```

## Overview

Overview The DataDetection framework returns a match for an amount of money in a DDMatchMoneyAmount object, which contains an amount of money and an ISO currency code.

## Topics

### Getting money information

- [amount](datadetection/ddmatchmoneyamount/amount.md)
- [currency](datadetection/ddmatchmoneyamount/currency.md)

## Relationships

### Inherits From

- [DDMatch](datadetection/ddmatch.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Matched data types

- [DDMatchCalendarEvent](datadetection/ddmatchcalendarevent.md)
- [DDMatchEmailAddress](datadetection/ddmatchemailaddress.md)
- [DDMatchFlightNumber](datadetection/ddmatchflightnumber.md)
- [DDMatchLink](datadetection/ddmatchlink.md)
- [DDMatchPhoneNumber](datadetection/ddmatchphonenumber.md)
- [DDMatchPostalAddress](datadetection/ddmatchpostaladdress.md)
- [DDMatchShipmentTrackingNumber](datadetection/ddmatchshipmenttrackingnumber.md)
