new module:models/PaymentBankAccountRequest()
Constructs a new PaymentBankAccountRequest.
Document representing a payment bank account request.
Members
(inner) drivers_license :String
The drivers license.
Type:
- String
(inner) drivers_license_state_code :String
The driver license state code.
Type:
- String
(inner) holder :String
The holder of the bank account.
Type:
- String
(inner) number :String
The payment bank account number.
Type:
- String
Methods
(static) constructFromObject(data, obj) → {module:models/PaymentBankAccountRequest}
Constructs a PaymentBankAccountRequest from a plain JavaScript object, optionally creating a new instance.
Copies all relevant properties from data to obj if supplied or a new instance if not.
Parameters:
| Name | Type | Description |
|---|---|---|
data |
Object | The plain JavaScript object bearing properties of interest. |
obj |
module:models/PaymentBankAccountRequest | Optional instance to populate. |
Returns:
The populated PaymentBankAccountRequest instance.