|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BitPayException | |
|---|---|
| controller | |
| model | |
| Uses of BitPayException in controller |
|---|
| Methods in controller that throw BitPayException | |
|---|---|
void |
BitPay.authorizeClient(java.lang.String pairingCode)
|
Invoice |
BitPay.createInvoice(Invoice invoice)
|
Invoice |
BitPay.createInvoice(Invoice invoice,
java.lang.String facade)
|
Invoice |
BitPay.getInvoice(java.lang.String invoiceId)
|
java.util.List<Invoice> |
BitPay.getInvoices(java.lang.String dateStart,
java.lang.String dateEnd)
|
Rates |
BitPay.getRates()
|
java.lang.String |
BitPay.requestClientAuthorization(java.lang.String facade)
|
| Constructors in controller that throw BitPayException | |
|---|---|
BitPay()
|
|
BitPay(com.google.bitcoin.core.ECKey ecKey)
|
|
BitPay(com.google.bitcoin.core.ECKey ecKey,
java.lang.String clientName)
|
|
BitPay(com.google.bitcoin.core.ECKey ecKey,
java.lang.String clientName,
java.lang.String envUrl)
Constructor for use if the keys and SIN were derived external to this library. |
|
BitPay(java.lang.String clientName)
|
|
BitPay(java.lang.String clientName,
java.lang.String envUrl)
Constructor for use if the keys and SIN are managed by this library. |
|
| Uses of BitPayException in model |
|---|
| Methods in model that throw BitPayException | |
|---|---|
void |
Invoice.setCurrency(java.lang.String _currency)
|
void |
Rates.update()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||