Document representing payment card information.
Property | Type | Constraints | Description |
---|---|---|---|
expiration_month |
Integer | The payment card expiration month. | |
expiration_year |
Integer | The payment card expiration year. | |
holder |
String | maxLength=256 | The payment card holder. |
number |
String | maxLength=4000 | The payment card number. |
security_code |
String | The payment card security code. |