Home > @poq/sdk-sfcc > PaymentBankAccountRequest
Document representing a payment bank account request.
Signature:
export declare class PaymentBankAccountRequest extends BaseModel<PaymentBankAccountRequest>
Extends: BaseModel<PaymentBankAccountRequest
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(params) | Constructs a new instance of the PaymentBankAccountRequest class |
| Property | Modifiers | Type | Description |
|---|---|---|---|
| driversLicense? | string | (Optional) The drivers license. | |
| driversLicenseStateCode? | string | (Optional) The driver license state code. | |
| holder? | string | (Optional) The holder of the bank account. | |
| number? | string | (Optional) The payment bank account number. |