---
title: NFCVASResponse
framework: corenfc
role: symbol
role_heading: Class
path: corenfc/nfcvasresponse
---

# NFCVASResponse

An object representing the response from a single GET VAS DATA command.

## Declaration

```swift
class NFCVASResponse
```

## Topics

### Getting the Response Status

- [status](corenfc/nfcvasresponse/status.md)
- [VASErrorCode](corenfc/vaserrorcode.md)

### Getting the VAS Data

- [vasData](corenfc/nfcvasresponse/vasdata.md)

### Getting the Mobile Token

- [mobileToken](corenfc/nfcvasresponse/mobiletoken.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

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

## See Also

### Receiving VAS Responses

- [readerSession(_:didReceive:)](corenfc/nfcvasreadersessiondelegate/readersession(_:didreceive:).md)
