Contents

disambiguation(with:)

Creates an object whose resolution requires the user to select from among the specified objects.

Declaration

class func disambiguation(with billPayeesToDisambiguate: [INBillPayee]) -> Self

Parameters

  • billPayeesToDisambiguate:

    An array of payee objects from which to select. Specify as few items as possible, and preferably no more than five.

Return Value

A new INBillPayeeResolutionResult object.

Discussion

Use this method when you can’t resolve the payee uniquely and need the user to select from a limited set of possible options.

See Also

Creating a Resolution Result Object