Accounts class

Account A class that stores information pertaining to certain account.

Syntax

new Accounts( pIId, type, no, info, acctHolderName, acctNumber, displayNumber, extra1, extra2, extra3, extra4 )

Parameters

Name Type Description
pIId   The paymentInstrument id of an account
type   The type of an account
no   The number related to an account, such as card no. account no.
info   The extra information of an account, alias name of bank account and credit card. balance of SVA
acctHolderName   The name of bank account/credit card Holder
acctNumber   Bank account number/credit card number
displayNumber   The number to be displayed for bank account/credit card.
extra1   The code of bank or The type of the credit card, master, visa or etc.
extra2   The code of branch that bank account is opened or The security code of the credit card
extra3   The name of bank or The year of the expiry date for the card
extra4   The country of the bank or The month of the expiry date for the card

Source

SY_Data_Objects.js line 145.