> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tesouro.com/llms.txt
> Use this file to discover all available pages before exploring further.

# AvsResponseType

> A high level description of the Address Verification System (AVS) response.

`ENUM`

A high level description of the Address Verification System (AVS) response.

## Values

<ResponseField name="FULL_MATCH" type="enum">
  The billing address entered fully matches the address on record with the card issuer.
</ResponseField>

<ResponseField name="PARTIAL_MATCH" type="enum">
  The billing address entered partially matches the address on record with the card issuer.
</ResponseField>

<ResponseField name="NO_MATCH" type="enum">
  The billing address entered does NOT match the address on record with the card issuer.
</ResponseField>

<ResponseField name="NO_RESPONSE" type="enum">
  AVS was requested, but the issuer did not respond
</ResponseField>

<ResponseField name="NOT_ATTEMPTED" type="enum">
  AVS was not requested or attempted
</ResponseField>
