Interface PKDisbursementAuthorizationControllerDelegate


  • public interface PKDisbursementAuthorizationControllerDelegate
    • Method Detail

      • disbursementAuthorizationControllerDidAuthorizeWithDisbursementVoucher

        void disbursementAuthorizationControllerDidAuthorizeWithDisbursementVoucher​(PKDisbursementAuthorizationController controller,
                                                                                    PKDisbursementVoucher disbursementVoucher)
        Sent to the delegate when disbursement controller has authorized the disbursement request.
      • disbursementAuthorizationControllerDidFinish

        void disbursementAuthorizationControllerDidFinish​(PKDisbursementAuthorizationController controller)
        Sent to the delegate when disbursement controller is finished. This may occur when the user cancels the request or after the disbursement has been authorized.