module:models/RecordedPaymentFundingAccount()

new module:models/RecordedPaymentFundingAccount()

This class subject to change without prior notice, Please dont use this class directly.

Constructs a new RecordedPaymentFundingAccount.

Members

inner account_number :String

The number or reference that a customer uses to identify the funding account. or last 4 digits of account number.

inner issuer_name :String

The name of the authority that has issued the account.

Methods

static constructFromObject(data, obj) → {module:models/RecordedPaymentFundingAccount}

Constructs a RecordedPaymentFundingAccount 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/RecordedPaymentFundingAccount

Optional instance to populate.

Returns:
module:models/RecordedPaymentFundingAccount -

The populated RecordedPaymentFundingAccount instance.