Home > @poq/sdk-sfcc > PaymentBankAccount > (constructor)
Constructs a new instance of the PaymentBankAccount
class
Signature:
constructor(params?: {
driversLicenseLastDigits?: string;
driversLicenseStateCode?: string;
holder?: string;
maskedDriversLicense?: string;
maskedNumber?: string;
numberLastDigits?: string;
});
Parameter | Type | Description |
---|---|---|
params | { driversLicenseLastDigits?: string; driversLicenseStateCode?: string; holder?: string; maskedDriversLicense?: string; maskedNumber?: string; numberLastDigits?: string; } | (Optional) |