Home > @poq/sdk-sfcc > PaymentBankAccount
Document representing a payment bank account.
Signature:
export declare class PaymentBankAccount extends BaseModel<PaymentBankAccount> 
Extends: BaseModel<PaymentBankAccount
| Constructor | Modifiers | Description | 
|---|---|---|
| (constructor)(params) | Constructs a new instance of the PaymentBankAccountclass | 
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| driversLicenseLastDigits? | string | (Optional) The last 4 characters of the decrypted driver’s license number of the bank account associated with this payment instrument. | |
| driversLicenseStateCode? | string | (Optional) The driver license state code. | |
| holder? | string | (Optional) The holder of the bank account. | |
| maskedDriversLicense? | string | (Optional) The decrypted driver’s license number of the bank account with all but the last 4 characters replaced with a ‘*’ character. | |
| maskedNumber? | string | (Optional) The bank account masked number. | |
| numberLastDigits? | string | (Optional) The last digits of the bank account number. |