confirmationRequired(with:)
Creates an object whose resolution requires that the user confirm the value before proceeding.
Declaration
class func confirmationRequired(with paymentAccountToConfirm: INPaymentAccount?) -> SelfParameters
- paymentAccountToConfirm:
The value that resolves the request but that must be confirmed by the user.
Return Value
A new INPaymentAccountResolutionResult object.
Discussion
Use this method when you can resolve the parameter to a single value but want the user to confirm that value.