Sha256: fd980d0cf64039882bed2f9dbcac61214ab46b4925bb3441258cdcf4f00a3e1c
Contents?: true
Size: 1.07 KB
Versions: 11
Compression:
Stored size: 1.07 KB
Contents
# OpenapiClient::Mcc6012 ## Properties 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] ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::Mcc6012.new(date_of_birth: 20200505, account_first6: 411111, account_last4: 2343, account_num: 146789900034567, post_code: 30101, surname: Walker) ```
Version data entries
11 entries across 11 versions & 1 rubygems