new module:models/RecordedPaymentFundingAccount()
This class subject to change without prior notice, Please dont use this class directly.
Constructs a newRecordedPaymentFundingAccount.
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
RecordedPaymentFundingAccountfrom a plain JavaScript object, optionally creating a new instance. Copies all relevant properties fromdatatoobjif supplied or a new instance if not.Parameters:
Name Type Description dataObject The plain JavaScript object bearing properties of interest.
objmodule:models/RecordedPaymentFundingAccount Optional instance to populate.
Returns:
module:models/RecordedPaymentFundingAccount -The populated
RecordedPaymentFundingAccountinstance.