# ACH Debit Response
A Resource representing a response of vaulted a ACH Debit Account.
## Structure
`ACHDebitResponse`
## Fields
| Name | Type | Tags | Description | Getter | Setter |
| --- | --- | --- | --- | --- | --- |
| `verificationStatus` | `?string` | Optional | The ach debit verification status.
**Default**: `'NOT_VERIFIED'`
**Constraints**: *Minimum Length*: `1`, *Maximum Length*: `255` | getVerificationStatus(): ?string | setVerificationStatus(?string verificationStatus): void |
## Example (as JSON)
```json
{
"verification_status": "NOT_VERIFIED"
}
```