Document representing a payment bank account.
Property | Type | Constraints | Description |
---|---|---|---|
drivers_license_last_digits
|
String | maxLength=256 | The last 4 characters of the decrypted driver's license number of the bank account associated with this payment instrument. |
drivers_license_state_code
|
String | maxLength=256 | The driver license state code. |
holder
|
String | maxLength=256 | The holder of the bank account. |
masked_drivers_license
|
String | maxLength=256 | The decrypted driver's license number of the bank account with all but the last 4 characters replaced with a '*' character. |
masked_number
|
String | maxLength=256 | The bank account masked number. |
number_last_digits
|
String | maxLength=256 | The last digits of the bank account number. |