Contents

nickname

A user-defined name that identifies a bill-payment account in your app.

Declaration

@NSCopying var nickname: INSpeakableString? { get }

Discussion

You should allow your users to assign custom nicknames to the payees they configure in your app. Nicknames let the user speak more naturally when talking to Siri. For example, the user might assign the nickname “cable” to an account associated with their cable television provider. When the user identifies a bill payee by its nickname, use this value to locate the corresponding account in your app.

See Also

Getting the Payee Details