forked from LiveCarta/PayPal-PHP-Server-SDK
* Automated commit message * Automated commit message * Automated commit message * Automated commit message --------- Co-authored-by: PayPalServerSDKs <server-sdks@paypal.com>
29 lines
312 B
Markdown
29 lines
312 B
Markdown
|
|
# CVV Code
|
|
|
|
The card verification value code for for Visa, Discover, Mastercard, or American Express.
|
|
|
|
## Enumeration
|
|
|
|
`CVVCode`
|
|
|
|
## Fields
|
|
|
|
| Name |
|
|
| --- |
|
|
| `E` |
|
|
| `I` |
|
|
| `M` |
|
|
| `N` |
|
|
| `P` |
|
|
| `S` |
|
|
| `U` |
|
|
| `X` |
|
|
| `ENUM_ALL_OTHERS` |
|
|
| `ENUM_0` |
|
|
| `ENUM_1` |
|
|
| `ENUM_2` |
|
|
| `ENUM_3` |
|
|
| `ENUM_4` |
|
|
|