You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<preclass="methodSignature">public <ahref="model/Invoice/Invoice.html" title="class in com.bitpay.sdk.model.Invoice">Invoice</a> updateInvoice​(java.lang.String invoiceId,
959
960
java.lang.String buyerSms,
960
-
java.lang.String smsCode)
961
+
java.lang.String smsCode,
962
+
java.lang.String buyerEmail)
961
963
throws <ahref="BitPayException.html" title="class in com.bitpay.sdk">BitPayException</a>,
962
964
<ahref="exceptions/InvoiceUpdateException.html" title="class in com.bitpay.sdk.exceptions">InvoiceUpdateException</a></pre>
963
965
<divclass="block">Update a BitPay invoice with communication method.</div>
@@ -966,6 +968,7 @@ <h4>updateInvoice</h4>
966
968
<dd><code>invoiceId</code> - The id of the invoice to updated.</dd>
967
969
<dd><code>buyerSms</code> - The buyer's cell number.</dd>
968
970
<dd><code>smsCode</code> - The buyer's received verification code.</dd>
971
+
<dd><code>buyerEmail</code> - The buyer's email address.</dd>
0 commit comments