Class: module:models/PaymentBankAccountRequest

module:models/PaymentBankAccountRequest()

new module:models/PaymentBankAccountRequest()

Constructs a new PaymentBankAccountRequest. Document representing a payment bank account request.

Source:

Members

(inner) drivers_license :String

The drivers license.

Type:
  • String
Source:

(inner) drivers_license_state_code :String

The driver license state code.

Type:
  • String
Source:

(inner) holder :String

The holder of the bank account.

Type:
  • String
Source:

(inner) number :String

The payment bank account number.

Type:
  • String
Source:

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.

Source:
Returns:

The populated PaymentBankAccountRequest instance.

Type
module:models/PaymentBankAccountRequest