forked from LiveCarta/PayPal-PHP-Server-SDK
repo initialized with test cases
This commit is contained in:
23
doc/models/ach-debit-response.md
Normal file
23
doc/models/ach-debit-response.md
Normal file
@@ -0,0 +1,23 @@
|
||||
|
||||
# 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.<br>**Default**: `'NOT_VERIFIED'`<br>**Constraints**: *Minimum Length*: `1`, *Maximum Length*: `255` | getVerificationStatus(): ?string | setVerificationStatus(?string verificationStatus): void |
|
||||
|
||||
## Example (as JSON)
|
||||
|
||||
```json
|
||||
{
|
||||
"verification_status": "NOT_VERIFIED"
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user