AuthInfo Element {#reference_rfx_4wg_cqb}
=========================================

The `AuthInfo` element contains address and card verification information.

```
&lt;AuthInfo&gt;
  (AVSResult)
  (CVVResult)
&lt;/AuthInfo&gt;
```

| Element Name | Description                                   | Type \& Length |
|:-------------|:----------------------------------------------|:---------------|
| `AVSResult`  | Results of the address verification test.     | String (1)     |
| `CVVResult`  | Results of the card verification number test. | String (1)     |
[Child Elements of AuthInfo]

AuthInfo Element

```
&lt;AuthInfo&gt;
  &lt;AVSResult&gt;Y&lt;/AVSResult&gt;
  &lt;CVVResult/&gt;git 
&lt;/AuthInfo&gt;
```

