Poq.SDK.Node

Home > @poq/sdk-sfcc > PaymentBankAccount

PaymentBankAccount class

Document representing a payment bank account.

Signature:

export declare class PaymentBankAccount extends BaseModel<PaymentBankAccount> 

Extends: BaseModel<PaymentBankAccount

Constructors

Constructor Modifiers Description
(constructor)(params)   Constructs a new instance of the PaymentBankAccount class

Properties

Property Modifiers Type Description
driversLicenseLastDigits?   string (Optional) The last 4 characters of the decrypted drivers 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 drivers 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.