Contents

accountNumber

A string to help the user differentiate between similar accounts.

Declaration

var accountNumber: String? { get }

Discussion

The value of this property is a string that helps identify the payee to the user. Typically, this property contains a portion of the user’s account number with the payee, often in an obscured format such as ****123. When resolving a payee requires disambiguation from among several values, you can display this string to the user to help identify each account.

See Also

Getting the Payee Details