| Name |
Type |
Description |
Notes |
| date_of_birth |
String |
The date of birth of the cardholder (YYYYMMDD). |
[optional] |
| account_first6 |
String |
The first six digits of the primary account number. |
[optional] |
| account_last4 |
String |
The last four digits of the primary account number. |
[optional] |
| account_num |
String |
The account number where the primary account number is not a card. |
[optional] |
| post_code |
String |
The postal code of the cardholder. |
[optional] |
| surname |
String |
Surname or last name of the card holder. |
[optional] |
require 'OpenapiClient'
instance = OpenapiClient::Mcc6012.new(date_of_birth: 20200505,
account_first6: 411111,
account_last4: 2343,
account_num: 146789900034567,
post_code: 30101,
surname: Walker)