diff --git a/doc/allclasses-index.html b/doc/allclasses-index.html index b47b2bd..85aacc7 100644 --- a/doc/allclasses-index.html +++ b/doc/allclasses-index.html @@ -2,10 +2,10 @@ - + All Classes - + @@ -28,7 +28,7 @@ catch(err) { } //--> -var data = {"i0":2,"i1":2,"i2":8,"i3":2,"i4":2,"i5":2,"i6":2,"i7":2,"i8":2,"i9":2,"i10":2,"i11":2,"i12":2,"i13":2,"i14":2,"i15":2,"i16":2,"i17":2,"i18":2,"i19":2,"i20":2,"i21":2,"i22":2,"i23":2,"i24":2,"i25":2,"i26":2,"i27":2,"i28":2,"i29":2,"i30":2,"i31":2,"i32":2,"i33":2,"i34":2,"i35":2,"i36":2,"i37":2,"i38":2,"i39":2,"i40":2}; +var data = {"i0":2,"i1":2,"i2":8,"i3":2,"i4":2,"i5":2,"i6":2,"i7":2,"i8":2,"i9":2,"i10":2,"i11":2,"i12":2,"i13":2,"i14":2,"i15":2,"i16":2,"i17":2,"i18":2,"i19":2,"i20":2,"i21":2,"i22":2,"i23":2,"i24":2,"i25":2,"i26":2,"i27":2,"i28":2,"i29":2,"i30":2,"i31":2,"i32":2,"i33":2,"i34":2,"i35":2,"i36":2,"i37":2,"i38":2,"i39":2,"i40":2,"i41":2}; var tabs = {65535:["t0","All Classes"],2:["t2","Class Summary"],8:["t4","Exception Summary"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -205,15 +205,15 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));   -PayoutBatch +PayoutBatch   -PayoutInstruction +PayoutInstruction   -PayoutInstructionBtcSummary +PayoutInstructionBtcSummary   @@ -221,42 +221,46 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));   -PayoutInstructionTransaction +PayoutInstructionTransaction   -Policy +PayoutStatus   -Rate +Policy   -Rates +Rate   -Refund +Rates   -RefundHelper +Refund   -RefundParams +RefundHelper   -SupportedTransactionCurrencies +RefundParams   -SupportedTransactionCurrency +SupportedTransactionCurrencies   +SupportedTransactionCurrency +  + + Token   diff --git a/doc/allpackages-index.html b/doc/allpackages-index.html index 08c4e18..1ccfd73 100644 --- a/doc/allpackages-index.html +++ b/doc/allpackages-index.html @@ -2,10 +2,10 @@ - + All Packages - + @@ -110,10 +110,14 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));   -com.bitpay.util +com.bitpay.model.Payout   +com.bitpay.util +  + + test   diff --git a/doc/com/bitpay/BitPayException.html b/doc/com/bitpay/BitPayException.html index 22ff97f..42e357e 100644 --- a/doc/com/bitpay/BitPayException.html +++ b/doc/com/bitpay/BitPayException.html @@ -2,10 +2,10 @@ - + BitPayException - + diff --git a/doc/com/bitpay/Client.html b/doc/com/bitpay/Client.html index f3efed7..9ea647d 100644 --- a/doc/com/bitpay/Client.html +++ b/doc/com/bitpay/Client.html @@ -2,10 +2,10 @@ - + Client - + @@ -28,7 +28,7 @@ catch(err) { } //--> -var data = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":10,"i35":10,"i36":10,"i37":10,"i38":10,"i39":10,"i40":10}; +var data = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":10,"i35":10,"i36":10,"i37":10,"i38":10,"i39":10,"i40":10,"i41":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -273,7 +273,7 @@ extends java.lang.Object -PayoutBatch +PayoutBatch cancelPayoutBatch​(java.lang.String batchId)
Cancel a BitPay Payout batch.
@@ -459,27 +459,34 @@ extends java.lang.Object -PayoutBatch +PayoutBatch getPayoutBatch​(java.lang.String batchId)
Retrieve a BitPay payout batch by batch id using.
-java.util.List<PayoutBatch> +java.util.List<PayoutBatch> getPayoutBatches()
Retrieve a collection of BitPay payout batches.
+java.util.List<PayoutBatch> +getPayoutBatches​(java.lang.String status) + +
Retrieve a collection of BitPay payout batches.
+ + + Rates getRates()
Retrieve the exchange rate table maintained by BitPay.
- + Refund getRefund​(Invoice invoice, java.lang.String refundId) @@ -487,40 +494,40 @@ extends java.lang.Object
Retrieve a previously made refund request on a BitPay invoice.
- + boolean isFullyPaid​(Invoice invoice)
Checks whether a BitPay invoice has been paid in full.
- + org.apache.http.HttpResponse post​(java.lang.String uri, java.lang.String json)   - + org.apache.http.HttpResponse post​(java.lang.String uri, java.lang.String json, boolean signatureRequired)   - + org.apache.http.HttpResponse postWithSignature​(java.lang.String uri, java.lang.String json)   - + java.lang.String requestClientAuthorization​(java.lang.String facade)
Request a pairing code from the BitPay server.
- + RefundHelper requestRefund​(Invoice invoice, java.lang.String refundEmail, @@ -530,7 +537,7 @@ extends java.lang.Object
Request a refund for a BitPay invoice.
- + RefundHelper requestRefund​(java.lang.String invoiceId, java.lang.String refundEmail) @@ -538,25 +545,25 @@ extends java.lang.Object
Request a full refund for a BitPay invoice.
- + java.lang.String responseToJsonString​(org.apache.http.HttpResponse response)   - -PayoutBatch -submitPayoutBatch​(PayoutBatch batch) + +PayoutBatch +submitPayoutBatch​(PayoutBatch batch)
Submit a BitPay Payout batch.
- + org.apache.http.HttpResponse update​(java.lang.String uri, java.lang.String json)   - + Bill updateBill​(Bill bill, java.lang.String billId) @@ -1391,13 +1398,13 @@ extends java.lang.Object - + diff --git a/doc/com/bitpay/model/PayoutInstructionTransaction.html b/doc/com/bitpay/model/PayoutInstructionTransaction.html index 54e70e9..f5bb8e9 100644 --- a/doc/com/bitpay/model/PayoutInstructionTransaction.html +++ b/doc/com/bitpay/model/PayoutInstructionTransaction.html @@ -100,7 +100,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
  • java.lang.Object
  • diff --git a/doc/com/bitpay/model/Policy.html b/doc/com/bitpay/model/Policy.html index c7bf912..23b99e8 100644 --- a/doc/com/bitpay/model/Policy.html +++ b/doc/com/bitpay/model/Policy.html @@ -2,10 +2,10 @@ - + Policy - + diff --git a/doc/com/bitpay/model/Rate.html b/doc/com/bitpay/model/Rate.html index f50d833..90a0399 100644 --- a/doc/com/bitpay/model/Rate.html +++ b/doc/com/bitpay/model/Rate.html @@ -2,10 +2,10 @@ - + Rate - + diff --git a/doc/com/bitpay/model/Rates.html b/doc/com/bitpay/model/Rates.html index 41757bf..c088d06 100644 --- a/doc/com/bitpay/model/Rates.html +++ b/doc/com/bitpay/model/Rates.html @@ -2,10 +2,10 @@ - + Rates - + diff --git a/doc/com/bitpay/model/Refund.html b/doc/com/bitpay/model/Refund.html index 8a1b988..fcd887f 100644 --- a/doc/com/bitpay/model/Refund.html +++ b/doc/com/bitpay/model/Refund.html @@ -2,10 +2,10 @@ - + Refund - + diff --git a/doc/com/bitpay/model/RefundHelper.html b/doc/com/bitpay/model/RefundHelper.html index 035f92b..c8f1de5 100644 --- a/doc/com/bitpay/model/RefundHelper.html +++ b/doc/com/bitpay/model/RefundHelper.html @@ -2,10 +2,10 @@ - + RefundHelper - + diff --git a/doc/com/bitpay/model/RefundParams.html b/doc/com/bitpay/model/RefundParams.html index f7186e6..ac800b7 100644 --- a/doc/com/bitpay/model/RefundParams.html +++ b/doc/com/bitpay/model/RefundParams.html @@ -2,10 +2,10 @@ - + RefundParams - + diff --git a/doc/com/bitpay/model/Token.html b/doc/com/bitpay/model/Token.html index 901d793..1715e6d 100644 --- a/doc/com/bitpay/model/Token.html +++ b/doc/com/bitpay/model/Token.html @@ -2,10 +2,10 @@ - + Token - + diff --git a/doc/com/bitpay/model/class-use/PayoutBatch.html b/doc/com/bitpay/model/class-use/PayoutBatch.html index dade8d6..4b2c82a 100644 --- a/doc/com/bitpay/model/class-use/PayoutBatch.html +++ b/doc/com/bitpay/model/class-use/PayoutBatch.html @@ -3,7 +3,7 @@ -Uses of Class com.bitpay.model.PayoutBatch +Uses of Class com.bitpay.model.Payout.PayoutBatch @@ -78,7 +78,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
    -

    Uses of Class
    com.bitpay.model.PayoutBatch

    +

    Uses of Class
    com.bitpay.model.PayoutBatch

      diff --git a/doc/com/bitpay/model/class-use/PayoutInstruction.html b/doc/com/bitpay/model/class-use/PayoutInstruction.html index 7516002..9201b4b 100644 --- a/doc/com/bitpay/model/class-use/PayoutInstruction.html +++ b/doc/com/bitpay/model/class-use/PayoutInstruction.html @@ -3,7 +3,7 @@ -Uses of Class com.bitpay.model.PayoutInstruction +Uses of Class com.bitpay.model.Payout.PayoutInstruction @@ -78,7 +78,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
      -

      Uses of Class
      com.bitpay.model.PayoutInstruction

      +

      Uses of Class
      com.bitpay.model.PayoutInstruction

        diff --git a/doc/com/bitpay/model/class-use/PayoutInstructionBtcSummary.html b/doc/com/bitpay/model/class-use/PayoutInstructionBtcSummary.html index 1f19d2e..fa07433 100644 --- a/doc/com/bitpay/model/class-use/PayoutInstructionBtcSummary.html +++ b/doc/com/bitpay/model/class-use/PayoutInstructionBtcSummary.html @@ -3,7 +3,7 @@ -Uses of Class com.bitpay.model.PayoutInstructionBtcSummary +Uses of Class com.bitpay.model.Payout.PayoutInstructionBtcSummary @@ -78,7 +78,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
        -

        Uses of Class
        com.bitpay.model.PayoutInstructionBtcSummary

        +

        Uses of Class
        com.bitpay.model.PayoutInstructionBtcSummary

          diff --git a/doc/com/bitpay/model/class-use/PayoutInstructionTransaction.html b/doc/com/bitpay/model/class-use/PayoutInstructionTransaction.html index f37c12b..2e9c4de 100644 --- a/doc/com/bitpay/model/class-use/PayoutInstructionTransaction.html +++ b/doc/com/bitpay/model/class-use/PayoutInstructionTransaction.html @@ -3,7 +3,7 @@ -Uses of Class com.bitpay.model.PayoutInstructionTransaction +Uses of Class com.bitpay.model.Payout.PayoutInstructionTransaction @@ -78,7 +78,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
          -

          Uses of Class
          com.bitpay.model.PayoutInstructionTransaction

          +

          Uses of Class
          com.bitpay.model.PayoutInstructionTransaction

            diff --git a/doc/com/bitpay/model/package-summary.html b/doc/com/bitpay/model/package-summary.html index adb6b38..6ad2e20 100644 --- a/doc/com/bitpay/model/package-summary.html +++ b/doc/com/bitpay/model/package-summary.html @@ -2,10 +2,10 @@ - + com.bitpay.model - + @@ -98,22 +98,6 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));   -PayoutBatch -  - - -PayoutInstruction -  - - -PayoutInstructionBtcSummary -  - - -PayoutInstructionTransaction -  - - Policy   diff --git a/doc/com/bitpay/model/package-tree.html b/doc/com/bitpay/model/package-tree.html index 821b3c4..3d167d9 100644 --- a/doc/com/bitpay/model/package-tree.html +++ b/doc/com/bitpay/model/package-tree.html @@ -2,10 +2,10 @@ - + com.bitpay.model Class Hierarchy - + @@ -90,10 +90,6 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
            • com.bitpay.model.Currency
            • com.bitpay.model.Facade
            • -
            • com.bitpay.model.PayoutBatch
            • -
            • com.bitpay.model.PayoutInstruction
            • -
            • com.bitpay.model.PayoutInstructionBtcSummary
            • -
            • com.bitpay.model.PayoutInstructionTransaction
            • com.bitpay.model.Policy
            • com.bitpay.model.Rate
            • com.bitpay.model.Rates
            • diff --git a/doc/com/bitpay/package-summary.html b/doc/com/bitpay/package-summary.html index 0f07d5b..cdd96ef 100644 --- a/doc/com/bitpay/package-summary.html +++ b/doc/com/bitpay/package-summary.html @@ -2,10 +2,10 @@ - + com.bitpay - + diff --git a/doc/com/bitpay/package-tree.html b/doc/com/bitpay/package-tree.html index bd4264f..33e2427 100644 --- a/doc/com/bitpay/package-tree.html +++ b/doc/com/bitpay/package-tree.html @@ -2,10 +2,10 @@ - + com.bitpay Class Hierarchy - + diff --git a/doc/com/bitpay/util/BitPayLogger.html b/doc/com/bitpay/util/BitPayLogger.html index c82628d..b9b26b4 100644 --- a/doc/com/bitpay/util/BitPayLogger.html +++ b/doc/com/bitpay/util/BitPayLogger.html @@ -2,10 +2,10 @@ - + BitPayLogger - + diff --git a/doc/com/bitpay/util/DateDeserializer.html b/doc/com/bitpay/util/DateDeserializer.html index 39c9674..609c6cd 100644 --- a/doc/com/bitpay/util/DateDeserializer.html +++ b/doc/com/bitpay/util/DateDeserializer.html @@ -2,10 +2,10 @@ - + DateDeserializer - + diff --git a/doc/com/bitpay/util/DateSerializer.html b/doc/com/bitpay/util/DateSerializer.html index c0a91cc..2295d90 100644 --- a/doc/com/bitpay/util/DateSerializer.html +++ b/doc/com/bitpay/util/DateSerializer.html @@ -2,10 +2,10 @@ - + DateSerializer - + diff --git a/doc/com/bitpay/util/KeyUtils.html b/doc/com/bitpay/util/KeyUtils.html index 526ac7f..5832646 100644 --- a/doc/com/bitpay/util/KeyUtils.html +++ b/doc/com/bitpay/util/KeyUtils.html @@ -2,10 +2,10 @@ - + KeyUtils - + diff --git a/doc/com/bitpay/util/PayoutInstructionBtcSummaryDeserializer.html b/doc/com/bitpay/util/PayoutInstructionBtcSummaryDeserializer.html index 50a59a4..9641a43 100644 --- a/doc/com/bitpay/util/PayoutInstructionBtcSummaryDeserializer.html +++ b/doc/com/bitpay/util/PayoutInstructionBtcSummaryDeserializer.html @@ -2,10 +2,10 @@ - + PayoutInstructionBtcSummaryDeserializer - + @@ -106,7 +106,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
            • java.lang.Object
          @@ -191,7 +191,7 @@ extends com.fasterxml.jackson.databind.JsonDeserializer< -PayoutInstructionBtcSummary +PayoutInstructionBtcSummary deserialize​(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext dc)   @@ -255,12 +255,12 @@ extends com.fasterxml.jackson.databind.JsonDeserializer<
        • deserialize

          -
          public PayoutInstructionBtcSummary deserialize​(com.fasterxml.jackson.core.JsonParser jp,
          +
          public PayoutInstructionBtcSummary deserialize​(com.fasterxml.jackson.core.JsonParser jp,
                                                          com.fasterxml.jackson.databind.DeserializationContext dc)
                                                   throws java.io.IOException
          Specified by:
          -
          deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<PayoutInstructionBtcSummary>
          +
          deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<PayoutInstructionBtcSummary>
          Throws:
          java.io.IOException
          diff --git a/doc/com/bitpay/util/package-summary.html b/doc/com/bitpay/util/package-summary.html index 6bd232c..0275d06 100644 --- a/doc/com/bitpay/util/package-summary.html +++ b/doc/com/bitpay/util/package-summary.html @@ -2,10 +2,10 @@ - + com.bitpay.util - + diff --git a/doc/com/bitpay/util/package-tree.html b/doc/com/bitpay/util/package-tree.html index 55278ae..66a7083 100644 --- a/doc/com/bitpay/util/package-tree.html +++ b/doc/com/bitpay/util/package-tree.html @@ -2,10 +2,10 @@ - + com.bitpay.util Class Hierarchy - + diff --git a/doc/constant-values.html b/doc/constant-values.html index 0ee73c0..921291b 100644 --- a/doc/constant-values.html +++ b/doc/constant-values.html @@ -2,10 +2,10 @@ - + Constant Field Values - + @@ -1394,104 +1394,6 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
        -
      • -
        - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        com.bitpay.model.PayoutBatch 
        Modifier and TypeConstant FieldValue
        - -public static final java.lang.StringMETHOD_MANUAL2"manual_2"
        - -public static final java.lang.StringMETHOD_VWAP24"vwap_24hr"
        - -public static final java.lang.StringSTATUS_CANCELLED"cancelled"
        - -public static final java.lang.StringSTATUS_COMPLETE"complete"
        - -public static final java.lang.StringSTATUS_FAILED"failed"
        - -public static final java.lang.StringSTATUS_FUNDED"funded"
        - -public static final java.lang.StringSTATUS_NEW"new"
        - -public static final java.lang.StringSTATUS_PROCESSING"processing"
        -
        -
      • -
      • -
        - - - - - - - - - - - - - - - - - - - -
        com.bitpay.model.PayoutInstruction 
        Modifier and TypeConstant FieldValue
        - -public static final java.lang.StringSTATUS_PAID"paid"
        - -public static final java.lang.StringSTATUS_UNPAID"unpaid"
        -
        -
      • @@ -1606,6 +1508,134 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
      • + + + + + + + + + + + + + + + + + + +
        com.bitpay.model.Payout.PayoutBatch 
        Modifier and TypeConstant FieldValue
        + +public static final java.lang.StringMethodManual2"manual_2"
        + +public static final java.lang.StringMethodVwap24"vwap_24hr"
        +
        +
      • +
      • +
        + + + + + + + + + + + + + + + + + + + +
        com.bitpay.model.Payout.PayoutInstruction 
        Modifier and TypeConstant FieldValue
        + +public static final java.lang.StringSTATUS_PAID"paid"
        + +public static final java.lang.StringSTATUS_UNPAID"unpaid"
        +
        +
      • +
      • +
        + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        com.bitpay.model.Payout.PayoutStatus 
        Modifier and TypeConstant FieldValue
        + +public static final java.lang.StringCancelled"cancelled"
        + +public static final java.lang.StringComplete"complete"
        + +public static final java.lang.StringFailed"failed"
        + +public static final java.lang.StringFunded"funded"
        + +public static final java.lang.StringNew"new"
        + +public static final java.lang.StringPaid"paid"
        + +public static final java.lang.StringProcessing"processing"
        + +public static final java.lang.StringUnpaid"unpaid"
        +
        +
      • +
      +
        +
      • +
        + diff --git a/doc/element-list b/doc/element-list index d092f1e..6f4b369 100644 --- a/doc/element-list +++ b/doc/element-list @@ -3,5 +3,6 @@ com.bitpay.model com.bitpay.model.Bill com.bitpay.model.Invoice com.bitpay.model.Ledger +com.bitpay.model.Payout com.bitpay.util test diff --git a/doc/help-doc.html b/doc/help-doc.html index 5adeada..da9f412 100644 --- a/doc/help-doc.html +++ b/doc/help-doc.html @@ -2,10 +2,10 @@ - +API Help - + diff --git a/doc/index-files/index-1.html b/doc/index-files/index-1.html index f19bfff..7594c14 100644 --- a/doc/index-files/index-1.html +++ b/doc/index-files/index-1.html @@ -2,10 +2,10 @@ - +A-Index - + diff --git a/doc/index-files/index-10.html b/doc/index-files/index-10.html index 4fe2616..c28d103 100644 --- a/doc/index-files/index-10.html +++ b/doc/index-files/index-10.html @@ -2,10 +2,10 @@ - +J-Index - + diff --git a/doc/index-files/index-11.html b/doc/index-files/index-11.html index d1d5dc8..9dbd819 100644 --- a/doc/index-files/index-11.html +++ b/doc/index-files/index-11.html @@ -2,10 +2,10 @@ - +K-Index - + diff --git a/doc/index-files/index-12.html b/doc/index-files/index-12.html index c59b756..6b5413c 100644 --- a/doc/index-files/index-12.html +++ b/doc/index-files/index-12.html @@ -2,10 +2,10 @@ - +L-Index - + diff --git a/doc/index-files/index-13.html b/doc/index-files/index-13.html index 6b19423..a25bc25 100644 --- a/doc/index-files/index-13.html +++ b/doc/index-files/index-13.html @@ -2,10 +2,10 @@ - +M-Index - + @@ -86,9 +86,9 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
         
        Merchant - Static variable in class com.bitpay.model.Facade
         
        -
        METHOD_MANUAL2 - Static variable in class com.bitpay.model.PayoutBatch
        +
        MethodManual2 - Static variable in class com.bitpay.model.Payout.PayoutBatch
         
        -
        METHOD_VWAP24 - Static variable in class com.bitpay.model.PayoutBatch
        +
        MethodVwap24 - Static variable in class com.bitpay.model.Payout.PayoutBatch
         
        MGA - Static variable in class com.bitpay.model.Currency
         
        diff --git a/doc/index-files/index-14.html b/doc/index-files/index-14.html index 9f63270..afbf3fc 100644 --- a/doc/index-files/index-14.html +++ b/doc/index-files/index-14.html @@ -2,10 +2,10 @@ - +N-Index - + @@ -86,6 +86,8 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
         
        New - Static variable in class com.bitpay.model.Invoice.InvoiceStatus
         
        +
        New - Static variable in class com.bitpay.model.Payout.PayoutStatus
        +
         
        NGN - Static variable in class com.bitpay.model.Currency
         
        NIO - Static variable in class com.bitpay.model.Currency
        diff --git a/doc/index-files/index-15.html b/doc/index-files/index-15.html index 8d60f4e..88418e6 100644 --- a/doc/index-files/index-15.html +++ b/doc/index-files/index-15.html @@ -2,10 +2,10 @@ - +O-Index - + diff --git a/doc/index-files/index-16.html b/doc/index-files/index-16.html index 2768b01..839dd26 100644 --- a/doc/index-files/index-16.html +++ b/doc/index-files/index-16.html @@ -2,10 +2,10 @@ - +P-Index - + @@ -84,6 +84,8 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
         
        Paid - Static variable in class com.bitpay.model.Bill.BillStatus
         
        +
        Paid - Static variable in class com.bitpay.model.Payout.PayoutStatus
        +
         
        PAX - Static variable in class com.bitpay.model.Currency
         
        PaymentCode - Class in com.bitpay.model.Invoice
        @@ -98,37 +100,41 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
         
        PaymentTotal() - Constructor for class com.bitpay.model.Invoice.PaymentTotal
         
        -
        PayoutBatch - Class in com.bitpay.model
        +
        PayoutBatch - Class in com.bitpay.model.Payout
         
        -
        PayoutBatch() - Constructor for class com.bitpay.model.PayoutBatch
        +
        PayoutBatch() - Constructor for class com.bitpay.model.Payout.PayoutBatch
        Constructor, create an empty PayoutBatch object.
        -
        PayoutBatch(String, long, String, String, List<PayoutInstruction>) - Constructor for class com.bitpay.model.PayoutBatch
        +
        PayoutBatch(String, long, List<PayoutInstruction>) - Constructor for class com.bitpay.model.Payout.PayoutBatch
        Constructor, create an instruction-full request PayoutBatch object.
        -
        PayoutInstruction - Class in com.bitpay.model
        +
        PayoutInstruction - Class in com.bitpay.model.Payout
         
        -
        PayoutInstruction() - Constructor for class com.bitpay.model.PayoutInstruction
        +
        PayoutInstruction() - Constructor for class com.bitpay.model.Payout.PayoutInstruction
        Constructor, create an empty PayoutInstruction object.
        -
        PayoutInstruction(Double, String, String) - Constructor for class com.bitpay.model.PayoutInstruction
        +
        PayoutInstruction(Double, String) - Constructor for class com.bitpay.model.Payout.PayoutInstruction
        Constructor, create a PayoutInstruction object.
        -
        PayoutInstructionBtcSummary - Class in com.bitpay.model
        +
        PayoutInstructionBtcSummary - Class in com.bitpay.model.Payout
         
        -
        PayoutInstructionBtcSummary(Double, Double) - Constructor for class com.bitpay.model.PayoutInstructionBtcSummary
        +
        PayoutInstructionBtcSummary(Double, Double) - Constructor for class com.bitpay.model.Payout.PayoutInstructionBtcSummary
         
        PayoutInstructionBtcSummaryDeserializer - Class in com.bitpay.util
         
        PayoutInstructionBtcSummaryDeserializer() - Constructor for class com.bitpay.util.PayoutInstructionBtcSummaryDeserializer
         
        -
        PayoutInstructionTransaction - Class in com.bitpay.model
        +
        PayoutInstructionTransaction - Class in com.bitpay.model.Payout
         
        -
        PayoutInstructionTransaction() - Constructor for class com.bitpay.model.PayoutInstructionTransaction
        +
        PayoutInstructionTransaction() - Constructor for class com.bitpay.model.Payout.PayoutInstructionTransaction
        +
         
        +
        PayoutStatus - Class in com.bitpay.model.Payout
        +
         
        +
        PayoutStatus() - Constructor for class com.bitpay.model.Payout.PayoutStatus
         
        Payroll - Static variable in class com.bitpay.model.Facade
         
        @@ -158,6 +164,8 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
         
        Processing - Static variable in class com.bitpay.model.Invoice.InvoiceStatus
         
        +
        Processing - Static variable in class com.bitpay.model.Payout.PayoutStatus
        +
         
        PUBLIC_NO_TOKEN - Static variable in class com.bitpay.Client
         
        PYG - Static variable in class com.bitpay.model.Currency
        diff --git a/doc/index-files/index-17.html b/doc/index-files/index-17.html index 4830c4d..77a860a 100644 --- a/doc/index-files/index-17.html +++ b/doc/index-files/index-17.html @@ -2,10 +2,10 @@ - +Q-Index - + diff --git a/doc/index-files/index-18.html b/doc/index-files/index-18.html index 45953d0..e83898b 100644 --- a/doc/index-files/index-18.html +++ b/doc/index-files/index-18.html @@ -2,10 +2,10 @@ - +R-Index - + diff --git a/doc/index-files/index-19.html b/doc/index-files/index-19.html index 5ae6495..b28aea9 100644 --- a/doc/index-files/index-19.html +++ b/doc/index-files/index-19.html @@ -2,10 +2,10 @@ - +S-Index - + @@ -100,9 +100,9 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
         
        setAcceptanceWindow(long) - Method in class com.bitpay.model.Invoice.Invoice
         
        -
        setAccount(String) - Method in class com.bitpay.model.PayoutBatch
        +
        setAccount(String) - Method in class com.bitpay.model.Payout.PayoutBatch
         
        -
        setAddress(String) - Method in class com.bitpay.model.PayoutInstruction
        +
        setAddress(String) - Method in class com.bitpay.model.Payout.PayoutInstruction
         
        setAddress1(String) - Method in class com.bitpay.model.Bill.Bill
         
        @@ -118,9 +118,11 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
         
        setAmount(Double) - Method in class com.bitpay.model.Invoice.InvoiceTransaction
         
        -
        setAmount(Double) - Method in class com.bitpay.model.PayoutBatch
        +
        setAmount(Double) - Method in class com.bitpay.model.Payout.PayoutBatch
         
        -
        setAmount(Double) - Method in class com.bitpay.model.PayoutInstruction
        +
        setAmount(Double) - Method in class com.bitpay.model.Payout.PayoutInstruction
        +
         
        +
        setAmount(Double) - Method in class com.bitpay.model.Payout.PayoutInstructionTransaction
         
        setAmount(Double) - Method in class com.bitpay.model.Refund
         
        @@ -132,8 +134,6 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
         
        setBalance(Double) - Method in class com.bitpay.model.Ledger.Ledger
         
        -
        setBankTransferId(String) - Method in class com.bitpay.model.PayoutBatch
        -
         
        setBch(MinerFeesItem) - Method in class com.bitpay.model.Invoice.MinerFees
         
        setBch(PaymentCode) - Method in class com.bitpay.model.Invoice.PaymentCodes
        @@ -156,11 +156,11 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
         
        setBtc(SupportedTransactionCurrency) - Method in class com.bitpay.model.Invoice.SupportedTransactionCurrencies
         
        -
        setBtc(PayoutInstructionBtcSummary) - Method in class com.bitpay.model.PayoutInstruction
        +
        setBtc(PayoutInstructionBtcSummary) - Method in class com.bitpay.model.Payout.PayoutInstruction
         
        setBtc(Double) - Method in class com.bitpay.model.Invoice.PaymentTotal
         
        -
        setBtc(Double) - Method in class com.bitpay.model.PayoutBatch
        +
        setBtc(Double) - Method in class com.bitpay.model.Payout.PayoutBatch
         
        setBuyer(Buyer) - Method in class com.bitpay.model.Invoice.Invoice
         
        @@ -194,7 +194,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
         
        setCurrency(String) - Method in class com.bitpay.model.Ledger.Ledger
         
        -
        setCurrency(String) - Method in class com.bitpay.model.PayoutBatch
        +
        setCurrency(String) - Method in class com.bitpay.model.Payout.PayoutBatch
         
        setCurrency(String) - Method in class com.bitpay.model.Refund
         
        @@ -202,9 +202,13 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
         
        setCurrentTime(long) - Method in class com.bitpay.model.Invoice.Invoice
         
        +
        setDate(Long) - Method in class com.bitpay.model.Payout.PayoutInstructionTransaction
        +
         
        setDateCreated(long) - Method in class com.bitpay.model.Token
         
        -
        setDepositTotal(Double) - Method in class com.bitpay.model.PayoutBatch
        +
        setDateExecuted(long) - Method in class com.bitpay.model.Payout.PayoutBatch
        +
         
        +
        setDepositTotal(Double) - Method in class com.bitpay.model.Payout.PayoutBatch
         
        setDescription(String) - Method in class com.bitpay.model.Bill.Item
         
        @@ -212,7 +216,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
         
        setDueDate(String) - Method in class com.bitpay.model.Bill.Bill
         
        -
        setEffectiveDate(long) - Method in class com.bitpay.model.PayoutBatch
        +
        setEffectiveDate(long) - Method in class com.bitpay.model.Payout.PayoutBatch
         
        setEmail(String) - Method in class com.bitpay.model.Bill.Bill
         
        @@ -232,13 +236,13 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
         
        setFacade(String) - Method in class com.bitpay.model.Token
         
        -
        setFee(Double) - Method in class com.bitpay.model.PayoutBatch
        +
        setFee(Double) - Method in class com.bitpay.model.Payout.PayoutBatch
         
        setFullNotifications(boolean) - Method in class com.bitpay.model.Invoice.Invoice
         
        setGuid(String) - Method in class com.bitpay.model.Invoice.Invoice
         
        -
        setGuid(String) - Method in class com.bitpay.model.PayoutBatch
        +
        setGuid(String) - Method in class com.bitpay.model.Payout.PayoutBatch
         
        setGuid(String) - Method in class com.bitpay.model.Refund
         
        @@ -254,15 +258,15 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
         
        setId(String) - Method in class com.bitpay.model.Ledger.LedgerEntry
         
        -
        setId(String) - Method in class com.bitpay.model.PayoutBatch
        +
        setId(String) - Method in class com.bitpay.model.Payout.PayoutBatch
         
        -
        setId(String) - Method in class com.bitpay.model.PayoutInstruction
        +
        setId(String) - Method in class com.bitpay.model.Payout.PayoutInstruction
         
        setId(String) - Method in class com.bitpay.model.Refund
         
        setId(String) - Method in class com.bitpay.model.Token
         
        -
        setInstructions(List<PayoutInstruction>) - Method in class com.bitpay.model.PayoutBatch
        +
        setInstructions(List<PayoutInstruction>) - Method in class com.bitpay.model.Payout.PayoutBatch
         
        setInvoiceAmount(Double) - Method in class com.bitpay.model.Ledger.LedgerEntry
         
        @@ -282,7 +286,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
         
        setItems(List<Item>) - Method in class com.bitpay.model.Bill.Bill
         
        -
        setLabel(String) - Method in class com.bitpay.model.PayoutInstruction
        +
        setLabel(String) - Method in class com.bitpay.model.Payout.PayoutInstruction
         
        setLabel(String) - Method in class com.bitpay.model.Token
         
        @@ -310,7 +314,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
         
        setNotificationEmail(String) - Method in class com.bitpay.model.Invoice.Invoice
         
        -
        setNotificationEmail(String) - Method in class com.bitpay.model.PayoutBatch
        +
        setNotificationEmail(String) - Method in class com.bitpay.model.Payout.PayoutBatch
         
        setNotificationURL(String) - Method in class com.bitpay.model.Invoice.Invoice
         
        @@ -346,7 +350,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
         
        setPaymentUrls(RefundParams) - Method in class com.bitpay.model.Refund
         
        -
        setPercentFee(Double) - Method in class com.bitpay.model.PayoutBatch
        +
        setPercentFee(Double) - Method in class com.bitpay.model.Payout.PayoutBatch
         
        setPhone(String) - Method in class com.bitpay.model.Bill.Bill
         
        @@ -372,17 +376,19 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
         
        setPrice(Double) - Method in class com.bitpay.model.Invoice.Invoice
         
        -
        setPricingMethod(String) - Method in class com.bitpay.model.PayoutBatch
        +
        setPricingMethod(String) - Method in class com.bitpay.model.Payout.PayoutBatch
         
        setQuantity(Integer) - Method in class com.bitpay.model.Bill.Item
         
        +
        setRate(Double) - Method in class com.bitpay.model.Payout.PayoutBatch
        +
         
        setReceivedTime(Date) - Method in class com.bitpay.model.Invoice.InvoiceTransaction
         
        setRedirectURL(String) - Method in class com.bitpay.model.Invoice.Invoice
         
        -
        setRedirectURL(String) - Method in class com.bitpay.model.PayoutBatch
        +
        setRedirectURL(String) - Method in class com.bitpay.model.Payout.PayoutBatch
         
        -
        setReference(String) - Method in class com.bitpay.model.PayoutBatch
        +
        setReference(String) - Method in class com.bitpay.model.Payout.PayoutBatch
         
        setRefundAddressRequestPending(String) - Method in class com.bitpay.model.Invoice.Invoice
         
        @@ -394,7 +400,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
         
        setRegion(String) - Method in class com.bitpay.model.Ledger.Buyer
         
        -
        setRequestDate(long) - Method in class com.bitpay.model.PayoutBatch
        +
        setRequestDate(long) - Method in class com.bitpay.model.Payout.PayoutBatch
         
        setRequestDate(Date) - Method in class com.bitpay.model.Refund
         
        @@ -412,15 +418,15 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
         
        setStatus(String) - Method in class com.bitpay.model.Invoice.Invoice
         
        -
        setStatus(String) - Method in class com.bitpay.model.PayoutBatch
        +
        setStatus(String) - Method in class com.bitpay.model.Payout.PayoutBatch
         
        -
        setStatus(String) - Method in class com.bitpay.model.PayoutInstruction
        +
        setStatus(String) - Method in class com.bitpay.model.Payout.PayoutInstruction
         
        setStatus(String) - Method in class com.bitpay.model.Refund
         
        setSupportedTransactionCurrencies(SupportedTransactionCurrencies) - Method in class com.bitpay.model.Invoice.Invoice
         
        -
        setSupportPhone(String) - Method in class com.bitpay.model.PayoutBatch
        +
        setSupportPhone(String) - Method in class com.bitpay.model.Payout.PayoutBatch
         
        setTime(Date) - Method in class com.bitpay.model.Invoice.InvoiceTransaction
         
        @@ -430,7 +436,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
         
        setToken(String) - Method in class com.bitpay.model.Invoice.Invoice
         
        -
        setToken(String) - Method in class com.bitpay.model.PayoutBatch
        +
        setToken(String) - Method in class com.bitpay.model.Payout.PayoutBatch
         
        setToken(String) - Method in class com.bitpay.model.Refund
         
        @@ -446,10 +452,12 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
         
        setTransactions(List<InvoiceTransaction>) - Method in class com.bitpay.model.Invoice.Invoice
         
        -
        setTransactions(List<PayoutInstructionTransaction>) - Method in class com.bitpay.model.PayoutInstruction
        +
        setTransactions(List<PayoutInstructionTransaction>) - Method in class com.bitpay.model.Payout.PayoutInstruction
         
        setTransactionSpeed(String) - Method in class com.bitpay.model.Invoice.Invoice
         
        +
        setTxid(String) - Method in class com.bitpay.model.Payout.PayoutInstructionTransaction
        +
         
        setTxType(String) - Method in class com.bitpay.model.Ledger.LedgerEntry
         
        setType(String) - Method in class com.bitpay.model.Ledger.LedgerEntry
        @@ -492,25 +500,13 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
         
        SSP - Static variable in class com.bitpay.model.Currency
         
        -
        STATUS_CANCELLED - Static variable in class com.bitpay.model.PayoutBatch
        +
        STATUS_PAID - Static variable in class com.bitpay.model.Payout.PayoutInstruction
         
        -
        STATUS_COMPLETE - Static variable in class com.bitpay.model.PayoutBatch
        -
         
        -
        STATUS_FAILED - Static variable in class com.bitpay.model.PayoutBatch
        -
         
        -
        STATUS_FUNDED - Static variable in class com.bitpay.model.PayoutBatch
        -
         
        -
        STATUS_NEW - Static variable in class com.bitpay.model.PayoutBatch
        -
         
        -
        STATUS_PAID - Static variable in class com.bitpay.model.PayoutInstruction
        -
         
        -
        STATUS_PROCESSING - Static variable in class com.bitpay.model.PayoutBatch
        -
         
        -
        STATUS_UNPAID - Static variable in class com.bitpay.model.PayoutInstruction
        +
        STATUS_UNPAID - Static variable in class com.bitpay.model.Payout.PayoutInstruction
         
        STN - Static variable in class com.bitpay.model.Currency
         
        -
        submitPayoutBatch(PayoutBatch) - Method in class com.bitpay.Client
        +
        submitPayoutBatch(PayoutBatch) - Method in class com.bitpay.Client
        Submit a BitPay Payout batch.
        diff --git a/doc/index-files/index-2.html b/doc/index-files/index-2.html index 8782394..596273a 100644 --- a/doc/index-files/index-2.html +++ b/doc/index-files/index-2.html @@ -2,10 +2,10 @@ - +B-Index - + diff --git a/doc/index-files/index-20.html b/doc/index-files/index-20.html index 51bbb62..913fe43 100644 --- a/doc/index-files/index-20.html +++ b/doc/index-files/index-20.html @@ -2,10 +2,10 @@ - +T-Index - + @@ -138,6 +138,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
         
        testShouldGetLedgerUsd() - Method in class test.BitPayTest
         
        +
        testShouldGetPayoutBatches() - Method in class test.BitPayTest3
        +
         
        +
        testShouldGetPayoutBatchesByStatus() - Method in class test.BitPayTest3
        +
         
        testShouldSubmitGetAndDeletePayoutBatch() - Method in class test.BitPayTest3
         
        testShouldSubmitPayoutBatch() - Method in class test.BitPayTest3
        diff --git a/doc/index-files/index-21.html b/doc/index-files/index-21.html index cc275a6..cce1af1 100644 --- a/doc/index-files/index-21.html +++ b/doc/index-files/index-21.html @@ -2,10 +2,10 @@ - +U-Index - + @@ -84,6 +84,8 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
         
        UGX - Static variable in class com.bitpay.model.Currency
         
        +
        Unpaid - Static variable in class com.bitpay.model.Payout.PayoutStatus
        +
         
        update() - Method in class com.bitpay.model.Rates
         
        update(String, String) - Method in class com.bitpay.Client
        diff --git a/doc/index-files/index-22.html b/doc/index-files/index-22.html index 56097a5..1ba41fc 100644 --- a/doc/index-files/index-22.html +++ b/doc/index-files/index-22.html @@ -2,10 +2,10 @@ - +V-Index - + diff --git a/doc/index-files/index-23.html b/doc/index-files/index-23.html index 13def9e..a91e4d2 100644 --- a/doc/index-files/index-23.html +++ b/doc/index-files/index-23.html @@ -2,10 +2,10 @@ - +W-Index - + diff --git a/doc/index-files/index-24.html b/doc/index-files/index-24.html index b12218a..5c364e3 100644 --- a/doc/index-files/index-24.html +++ b/doc/index-files/index-24.html @@ -2,10 +2,10 @@ - +X-Index - + diff --git a/doc/index-files/index-25.html b/doc/index-files/index-25.html index 2ba0711..75250b1 100644 --- a/doc/index-files/index-25.html +++ b/doc/index-files/index-25.html @@ -2,10 +2,10 @@ - +Y-Index - + diff --git a/doc/index-files/index-26.html b/doc/index-files/index-26.html index a210e66..276b2f5 100644 --- a/doc/index-files/index-26.html +++ b/doc/index-files/index-26.html @@ -2,10 +2,10 @@ - +Z-Index - + diff --git a/doc/index-files/index-3.html b/doc/index-files/index-3.html index c5203da..138ecaa 100644 --- a/doc/index-files/index-3.html +++ b/doc/index-files/index-3.html @@ -2,10 +2,10 @@ - +C-Index - + @@ -84,6 +84,8 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
         
        Cancelled - Static variable in class com.bitpay.model.Invoice.InvoiceStatus
         
        +
        Cancelled - Static variable in class com.bitpay.model.Payout.PayoutStatus
        +
         
        cancelPayoutBatch(String) - Method in class com.bitpay.Client
        Cancel a BitPay Payout batch.
        @@ -162,12 +164,16 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
         
        com.bitpay.model.Ledger - package com.bitpay.model.Ledger
         
        +
        com.bitpay.model.Payout - package com.bitpay.model.Payout
        +
         
        com.bitpay.util - package com.bitpay.util
         
        Complete - Static variable in class com.bitpay.model.Bill.BillStatus
         
        Complete - Static variable in class com.bitpay.model.Invoice.InvoiceStatus
         
        +
        Complete - Static variable in class com.bitpay.model.Payout.PayoutStatus
        +
         
        COP - Static variable in class com.bitpay.model.Currency
         
        COU - Static variable in class com.bitpay.model.Currency
        diff --git a/doc/index-files/index-4.html b/doc/index-files/index-4.html index 221836e..b47405f 100644 --- a/doc/index-files/index-4.html +++ b/doc/index-files/index-4.html @@ -2,10 +2,10 @@ - +D-Index - + diff --git a/doc/index-files/index-5.html b/doc/index-files/index-5.html index 9b5941b..6b3745f 100644 --- a/doc/index-files/index-5.html +++ b/doc/index-files/index-5.html @@ -2,10 +2,10 @@ - +E-Index - + diff --git a/doc/index-files/index-6.html b/doc/index-files/index-6.html index 156319b..d4c365c 100644 --- a/doc/index-files/index-6.html +++ b/doc/index-files/index-6.html @@ -2,10 +2,10 @@ - +F-Index - + @@ -86,12 +86,16 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
         
        Failed - Static variable in class com.bitpay.model.Invoice.InvoiceStatus
         
        +
        Failed - Static variable in class com.bitpay.model.Payout.PayoutStatus
        +
         
        FJD - Static variable in class com.bitpay.model.Currency
         
        FKP - Static variable in class com.bitpay.model.Currency
         
        Funded - Static variable in class com.bitpay.model.Invoice.InvoiceStatus
         
        +
        Funded - Static variable in class com.bitpay.model.Payout.PayoutStatus
        +
         
        A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
        All Classes All Packages diff --git a/doc/index-files/index-7.html b/doc/index-files/index-7.html index 6391ced..40097f5 100644 --- a/doc/index-files/index-7.html +++ b/doc/index-files/index-7.html @@ -2,10 +2,10 @@ - +G-Index - + @@ -96,9 +96,9 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
        Retrieve a token associated with a known resource.
        -
        getAccount() - Method in class com.bitpay.model.PayoutBatch
        +
        getAccount() - Method in class com.bitpay.model.Payout.PayoutBatch
         
        -
        getAddress() - Method in class com.bitpay.model.PayoutInstruction
        +
        getAddress() - Method in class com.bitpay.model.Payout.PayoutInstruction
         
        getAddress1() - Method in class com.bitpay.model.Bill.Bill
         
        @@ -120,9 +120,11 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
         
        getAmount() - Method in class com.bitpay.model.Ledger.LedgerEntry
         
        -
        getAmount() - Method in class com.bitpay.model.PayoutBatch
        +
        getAmount() - Method in class com.bitpay.model.Payout.PayoutBatch
         
        -
        getAmount() - Method in class com.bitpay.model.PayoutInstruction
        +
        getAmount() - Method in class com.bitpay.model.Payout.PayoutInstruction
        +
         
        +
        getAmount() - Method in class com.bitpay.model.Payout.PayoutInstructionTransaction
         
        getAmount() - Method in class com.bitpay.model.Refund
         
        @@ -132,8 +134,6 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
         
        getBalance() - Method in class com.bitpay.model.Ledger.Ledger
         
        -
        getBankTransferId() - Method in class com.bitpay.model.PayoutBatch
        -
         
        getBch() - Method in class com.bitpay.model.Invoice.MinerFees
         
        getBch() - Method in class com.bitpay.model.Invoice.PaymentCodes
        @@ -172,9 +172,9 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
         
        getBtc() - Method in class com.bitpay.model.Invoice.SupportedTransactionCurrencies
         
        -
        getBtc() - Method in class com.bitpay.model.PayoutBatch
        +
        getBtc() - Method in class com.bitpay.model.Payout.PayoutBatch
         
        -
        getBtc() - Method in class com.bitpay.model.PayoutInstruction
        +
        getBtc() - Method in class com.bitpay.model.Payout.PayoutInstruction
         
        getBTC() - Method in class com.bitpay.model.Invoice.PaymentTotal
         
        @@ -210,7 +210,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
         
        getCurrency() - Method in class com.bitpay.model.Ledger.Ledger
         
        -
        getCurrency() - Method in class com.bitpay.model.PayoutBatch
        +
        getCurrency() - Method in class com.bitpay.model.Payout.PayoutBatch
         
        getCurrency() - Method in class com.bitpay.model.Refund
         
        @@ -218,9 +218,13 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
         
        getCurrentTime() - Method in class com.bitpay.model.Invoice.Invoice
         
        +
        getDate() - Method in class com.bitpay.model.Payout.PayoutInstructionTransaction
        +
         
        getDateCreated() - Method in class com.bitpay.model.Token
         
        -
        getDepositTotal() - Method in class com.bitpay.model.PayoutBatch
        +
        getDateExecuted() - Method in class com.bitpay.model.Payout.PayoutBatch
        +
         
        +
        getDepositTotal() - Method in class com.bitpay.model.Payout.PayoutBatch
         
        getDescription() - Method in class com.bitpay.model.Bill.Item
         
        @@ -228,7 +232,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
         
        getDueDate() - Method in class com.bitpay.model.Bill.Bill
         
        -
        getEffectiveDate() - Method in class com.bitpay.model.PayoutBatch
        +
        getEffectiveDate() - Method in class com.bitpay.model.Payout.PayoutBatch
         
        getEmail() - Method in class com.bitpay.model.Bill.Bill
         
        @@ -250,13 +254,13 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
         
        getFacade() - Method in class com.bitpay.model.Token
         
        -
        getFee() - Method in class com.bitpay.model.PayoutBatch
        +
        getFee() - Method in class com.bitpay.model.Payout.PayoutBatch
         
        getFullNotifications() - Method in class com.bitpay.model.Invoice.Invoice
         
        getGuid() - Method in class com.bitpay.model.Invoice.Invoice
         
        -
        getGuid() - Method in class com.bitpay.model.PayoutBatch
        +
        getGuid() - Method in class com.bitpay.model.Payout.PayoutBatch
         
        getGuid() - Method in class com.bitpay.model.Refund
         
        @@ -272,9 +276,9 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
         
        getId() - Method in class com.bitpay.model.Ledger.LedgerEntry
         
        -
        getId() - Method in class com.bitpay.model.PayoutBatch
        +
        getId() - Method in class com.bitpay.model.Payout.PayoutBatch
         
        -
        getId() - Method in class com.bitpay.model.PayoutInstruction
        +
        getId() - Method in class com.bitpay.model.Payout.PayoutInstruction
         
        getId() - Method in class com.bitpay.model.Refund
         
        @@ -284,7 +288,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
        Get the generated client identity.
        -
        getInstructions() - Method in class com.bitpay.model.PayoutBatch
        +
        getInstructions() - Method in class com.bitpay.model.Payout.PayoutBatch
         
        getInvoice() - Method in class com.bitpay.model.RefundHelper
        @@ -322,7 +326,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
         
        getKeyStringFromFile(String) - Static method in class com.bitpay.util.KeyUtils
         
        -
        getLabel() - Method in class com.bitpay.model.PayoutInstruction
        +
        getLabel() - Method in class com.bitpay.model.Payout.PayoutInstruction
         
        getLabel() - Method in class com.bitpay.model.Token
         
        @@ -358,11 +362,11 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
         
        getNotificationEmail() - Method in class com.bitpay.model.Invoice.Invoice
         
        -
        getNotificationEmail() - Method in class com.bitpay.model.PayoutBatch
        +
        getNotificationEmail() - Method in class com.bitpay.model.Payout.PayoutBatch
         
        getNotificationURL() - Method in class com.bitpay.model.Invoice.Invoice
         
        -
        getNotificationURL() - Method in class com.bitpay.model.PayoutBatch
        +
        getNotificationURL() - Method in class com.bitpay.model.Payout.PayoutBatch
         
        getNotify() - Method in class com.bitpay.model.Invoice.Buyer
         
        @@ -372,7 +376,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
         
        getOrderId() - Method in class com.bitpay.model.Invoice.Invoice
         
        -
        getPaid() - Method in class com.bitpay.model.PayoutInstructionBtcSummary
        +
        getPaid() - Method in class com.bitpay.model.Payout.PayoutInstructionBtcSummary
         
        getPairingCode() - Method in class com.bitpay.model.Token
         
        @@ -404,7 +408,11 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
        Retrieve a collection of BitPay payout batches.
        -
        getPercentFee() - Method in class com.bitpay.model.PayoutBatch
        +
        getPayoutBatches(String) - Method in class com.bitpay.Client
        +
        +
        Retrieve a collection of BitPay payout batches.
        +
        +
        getPercentFee() - Method in class com.bitpay.model.Payout.PayoutBatch
         
        getPhone() - Method in class com.bitpay.model.Bill.Bill
         
        @@ -430,10 +438,12 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
         
        getPrice() - Method in class com.bitpay.model.Invoice.Invoice
         
        -
        getPricingMethod() - Method in class com.bitpay.model.PayoutBatch
        +
        getPricingMethod() - Method in class com.bitpay.model.Payout.PayoutBatch
         
        getQuantity() - Method in class com.bitpay.model.Bill.Item
         
        +
        getRate() - Method in class com.bitpay.model.Payout.PayoutBatch
        +
         
        getRate(String) - Method in class com.bitpay.model.Rates
         
        getRates() - Method in class com.bitpay.Client
        @@ -446,7 +456,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
         
        getRedirectURL() - Method in class com.bitpay.model.Invoice.Invoice
         
        -
        getReference() - Method in class com.bitpay.model.PayoutBatch
        +
        getReference() - Method in class com.bitpay.model.Payout.PayoutBatch
         
        getRefund() - Method in class com.bitpay.model.RefundHelper
        @@ -466,7 +476,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
         
        getRegion() - Method in class com.bitpay.model.Ledger.Buyer
         
        -
        getRequestDate() - Method in class com.bitpay.model.PayoutBatch
        +
        getRequestDate() - Method in class com.bitpay.model.Payout.PayoutBatch
         
        getRequestDate() - Method in class com.bitpay.model.Refund
         
        @@ -484,15 +494,15 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
         
        getStatus() - Method in class com.bitpay.model.Invoice.Invoice
         
        -
        getStatus() - Method in class com.bitpay.model.PayoutBatch
        +
        getStatus() - Method in class com.bitpay.model.Payout.PayoutBatch
         
        -
        getStatus() - Method in class com.bitpay.model.PayoutInstruction
        +
        getStatus() - Method in class com.bitpay.model.Payout.PayoutInstruction
         
        getStatus() - Method in class com.bitpay.model.Refund
         
        getSupportedTransactionCurrencies() - Method in class com.bitpay.model.Invoice.Invoice
         
        -
        getSupportPhone() - Method in class com.bitpay.model.PayoutBatch
        +
        getSupportPhone() - Method in class com.bitpay.model.Payout.PayoutBatch
         
        getTime() - Method in class com.bitpay.model.Invoice.InvoiceTransaction
         
        @@ -502,7 +512,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
         
        getToken() - Method in class com.bitpay.model.Invoice.Invoice
         
        -
        getToken() - Method in class com.bitpay.model.PayoutBatch
        +
        getToken() - Method in class com.bitpay.model.Payout.PayoutBatch
         
        getToken() - Method in class com.bitpay.model.Refund
         
        @@ -518,15 +528,17 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
         
        getTransactions() - Method in class com.bitpay.model.Invoice.Invoice
         
        -
        getTransactions() - Method in class com.bitpay.model.PayoutInstruction
        +
        getTransactions() - Method in class com.bitpay.model.Payout.PayoutInstruction
         
        getTransactionSpeed() - Method in class com.bitpay.model.Invoice.Invoice
         
        +
        getTxid() - Method in class com.bitpay.model.Payout.PayoutInstructionTransaction
        +
         
        getTxType() - Method in class com.bitpay.model.Ledger.LedgerEntry
         
        getType() - Method in class com.bitpay.model.Ledger.LedgerEntry
         
        -
        getUnpaid() - Method in class com.bitpay.model.PayoutInstructionBtcSummary
        +
        getUnpaid() - Method in class com.bitpay.model.Payout.PayoutInstructionBtcSummary
         
        getUrl() - Method in class com.bitpay.model.Bill.Bill
         
        diff --git a/doc/index-files/index-8.html b/doc/index-files/index-8.html index b82bdec..32bccc9 100644 --- a/doc/index-files/index-8.html +++ b/doc/index-files/index-8.html @@ -2,10 +2,10 @@ - +H-Index - + diff --git a/doc/index-files/index-9.html b/doc/index-files/index-9.html index 5881dae..5c1b80d 100644 --- a/doc/index-files/index-9.html +++ b/doc/index-files/index-9.html @@ -2,10 +2,10 @@ - +I-Index - + diff --git a/doc/index.html b/doc/index.html index dfd1472..72910d5 100644 --- a/doc/index.html +++ b/doc/index.html @@ -2,10 +2,10 @@ - +Overview - + @@ -105,10 +105,14 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height")); - + + + + + diff --git a/doc/member-search-index.js b/doc/member-search-index.js index 30ab7d3..900c0c4 100644 --- a/doc/member-search-index.js +++ b/doc/member-search-index.js @@ -1 +1 @@ -memberSearchIndex = [{"p":"com.bitpay.model","c":"Currency","l":"AED"},{"p":"com.bitpay.model","c":"Currency","l":"AFN"},{"p":"com.bitpay.model","c":"Currency","l":"ALL"},{"p":"com.bitpay.model","c":"Currency","l":"AMD"},{"p":"com.bitpay.model","c":"Currency","l":"ANG"},{"p":"com.bitpay.model","c":"Currency","l":"AOA"},{"p":"com.bitpay.model","c":"Currency","l":"ARS"},{"p":"com.bitpay.model","c":"Currency","l":"AUD"},{"p":"com.bitpay","c":"Client","l":"authorizeClient(String)","url":"authorizeClient(java.lang.String)"},{"p":"com.bitpay.model","c":"Currency","l":"AWG"},{"p":"com.bitpay.model","c":"Currency","l":"AZN"},{"p":"com.bitpay.model","c":"Currency","l":"BAM"},{"p":"com.bitpay.model","c":"Currency","l":"BBD"},{"p":"com.bitpay.model","c":"Currency","l":"BCH"},{"p":"com.bitpay.model","c":"Currency","l":"BDT"},{"p":"com.bitpay.model","c":"Currency","l":"BGN"},{"p":"com.bitpay.model","c":"Currency","l":"BHD"},{"p":"com.bitpay.model","c":"Currency","l":"BIF"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"Bill()","url":"%3Cinit%3E()"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"Bill(String, String, String, List)","url":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.util.List)"},{"p":"com.bitpay.model.Bill","c":"BillStatus","l":"BillStatus()","url":"%3Cinit%3E()"},{"p":"com.bitpay","c":"Client","l":"BITPAY_TEST_URL"},{"p":"com.bitpay","c":"Client","l":"BITPAY_URL"},{"p":"com.bitpay","c":"BitPayException","l":"BitPayException(String)","url":"%3Cinit%3E(java.lang.String)"},{"p":"com.bitpay.util","c":"BitPayLogger","l":"BitPayLogger(int)","url":"%3Cinit%3E(int)"},{"p":"test","c":"BitPayTest","l":"BitPayTest()","url":"%3Cinit%3E()"},{"p":"test","c":"BitPayTest2","l":"BitPayTest2()","url":"%3Cinit%3E()"},{"p":"test","c":"BitPayTest3","l":"BitPayTest3()","url":"%3Cinit%3E()"},{"p":"com.bitpay.model","c":"Currency","l":"BMD"},{"p":"com.bitpay.model","c":"Currency","l":"BND"},{"p":"com.bitpay.model","c":"Currency","l":"BOB"},{"p":"com.bitpay.model","c":"Currency","l":"BOV"},{"p":"com.bitpay.model","c":"Currency","l":"BRL"},{"p":"com.bitpay.model","c":"Currency","l":"BSD"},{"p":"com.bitpay.model","c":"Currency","l":"BTC"},{"p":"com.bitpay.model","c":"Currency","l":"BTN"},{"p":"com.bitpay.model.Invoice","c":"Buyer","l":"Buyer()","url":"%3Cinit%3E()"},{"p":"com.bitpay.model.Ledger","c":"Buyer","l":"Buyer()","url":"%3Cinit%3E()"},{"p":"com.bitpay.model","c":"Currency","l":"BWP"},{"p":"com.bitpay.model","c":"Currency","l":"BYR"},{"p":"com.bitpay.util","c":"KeyUtils","l":"bytesToHex(byte[])"},{"p":"com.bitpay.model","c":"Currency","l":"BZD"},{"p":"com.bitpay.model","c":"Currency","l":"CAD"},{"p":"com.bitpay.model.Invoice","c":"InvoiceStatus","l":"Cancelled"},{"p":"com.bitpay","c":"Client","l":"cancelPayoutBatch(String)","url":"cancelPayoutBatch(java.lang.String)"},{"p":"com.bitpay","c":"Client","l":"cancelRefundRequest(Invoice, String)","url":"cancelRefundRequest(com.bitpay.model.Invoice.Invoice,java.lang.String)"},{"p":"com.bitpay","c":"Client","l":"cancelRefundRequest(String, String)","url":"cancelRefundRequest(java.lang.String,java.lang.String)"},{"p":"com.bitpay.model","c":"Currency","l":"CDF"},{"p":"com.bitpay.model","c":"Currency","l":"CHE"},{"p":"com.bitpay.model","c":"Currency","l":"CHF"},{"p":"com.bitpay.model","c":"Currency","l":"CHW"},{"p":"com.bitpay.model","c":"Currency","l":"CLF"},{"p":"com.bitpay","c":"Client","l":"Client()","url":"%3Cinit%3E()"},{"p":"com.bitpay","c":"Client","l":"Client(ECKey)","url":"%3Cinit%3E(org.bitcoinj.core.ECKey)"},{"p":"com.bitpay","c":"Client","l":"Client(ECKey, String)","url":"%3Cinit%3E(org.bitcoinj.core.ECKey,java.lang.String)"},{"p":"com.bitpay","c":"Client","l":"Client(ECKey, String, String)","url":"%3Cinit%3E(org.bitcoinj.core.ECKey,java.lang.String,java.lang.String)"},{"p":"com.bitpay","c":"Client","l":"Client(String)","url":"%3Cinit%3E(java.lang.String)"},{"p":"com.bitpay","c":"Client","l":"Client(String, String)","url":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay","c":"Client","l":"Client(URI)","url":"%3Cinit%3E(java.net.URI)"},{"p":"com.bitpay","c":"Client","l":"Client(URI, String)","url":"%3Cinit%3E(java.net.URI,java.lang.String)"},{"p":"com.bitpay","c":"Client","l":"Client(URI, String, String)","url":"%3Cinit%3E(java.net.URI,java.lang.String,java.lang.String)"},{"p":"com.bitpay","c":"Client","l":"clientIsAuthorized(String)","url":"clientIsAuthorized(java.lang.String)"},{"p":"com.bitpay.model","c":"Currency","l":"CLP"},{"p":"com.bitpay.model","c":"Currency","l":"CNY"},{"p":"com.bitpay.model.Bill","c":"BillStatus","l":"Complete"},{"p":"com.bitpay.model.Invoice","c":"InvoiceStatus","l":"Complete"},{"p":"com.bitpay.model","c":"Currency","l":"COP"},{"p":"com.bitpay.model","c":"Currency","l":"COU"},{"p":"com.bitpay.model","c":"Currency","l":"CRC"},{"p":"com.bitpay","c":"Client","l":"createBill(Bill)","url":"createBill(com.bitpay.model.Bill.Bill)"},{"p":"com.bitpay","c":"Client","l":"createBill(Bill, String, boolean)","url":"createBill(com.bitpay.model.Bill.Bill,java.lang.String,boolean)"},{"p":"com.bitpay.util","c":"KeyUtils","l":"createEcKey()"},{"p":"com.bitpay.util","c":"KeyUtils","l":"createEcKeyFromHexString(String)","url":"createEcKeyFromHexString(java.lang.String)"},{"p":"com.bitpay.util","c":"KeyUtils","l":"createEcKeyFromHexStringFile(String)","url":"createEcKeyFromHexStringFile(java.lang.String)"},{"p":"com.bitpay","c":"Client","l":"createInvoice(Invoice)","url":"createInvoice(com.bitpay.model.Invoice.Invoice)"},{"p":"com.bitpay","c":"Client","l":"createInvoice(Invoice, String)","url":"createInvoice(com.bitpay.model.Invoice.Invoice,java.lang.String)"},{"p":"com.bitpay.model","c":"Currency","l":"CUC"},{"p":"com.bitpay.model","c":"Currency","l":"CUP"},{"p":"com.bitpay.model","c":"Currency","l":"Currency()","url":"%3Cinit%3E()"},{"p":"com.bitpay.model","c":"Currency","l":"CVE"},{"p":"com.bitpay.model","c":"Currency","l":"CZK"},{"p":"com.bitpay.util","c":"DateDeserializer","l":"DateDeserializer()","url":"%3Cinit%3E()"},{"p":"com.bitpay.util","c":"DateSerializer","l":"DateSerializer()","url":"%3Cinit%3E()"},{"p":"com.bitpay.util","c":"BitPayLogger","l":"DEBUG"},{"p":"com.bitpay.util","c":"BitPayLogger","l":"debug(String)","url":"debug(java.lang.String)"},{"p":"com.bitpay","c":"Client","l":"deliverBill(String, String)","url":"deliverBill(java.lang.String,java.lang.String)"},{"p":"com.bitpay","c":"Client","l":"deliverBill(String, String, boolean)","url":"deliverBill(java.lang.String,java.lang.String,boolean)"},{"p":"com.bitpay.util","c":"KeyUtils","l":"deriveSIN(ECKey)","url":"deriveSIN(org.bitcoinj.core.ECKey)"},{"p":"com.bitpay.util","c":"DateDeserializer","l":"deserialize(JsonParser, DeserializationContext)","url":"deserialize(com.fasterxml.jackson.core.JsonParser,com.fasterxml.jackson.databind.DeserializationContext)"},{"p":"com.bitpay.util","c":"PayoutInstructionBtcSummaryDeserializer","l":"deserialize(JsonParser, DeserializationContext)","url":"deserialize(com.fasterxml.jackson.core.JsonParser,com.fasterxml.jackson.databind.DeserializationContext)"},{"p":"com.bitpay.model","c":"Currency","l":"DJF"},{"p":"com.bitpay.model","c":"Currency","l":"DKK"},{"p":"com.bitpay.model","c":"Currency","l":"DOP"},{"p":"com.bitpay.model.Bill","c":"BillStatus","l":"Draft"},{"p":"com.bitpay.model","c":"Currency","l":"DZD"},{"p":"com.bitpay.model","c":"Currency","l":"EGP"},{"p":"com.bitpay.model","c":"Currency","l":"ERN"},{"p":"com.bitpay.util","c":"BitPayLogger","l":"ERR"},{"p":"com.bitpay.util","c":"BitPayLogger","l":"err(String)","url":"err(java.lang.String)"},{"p":"com.bitpay.model","c":"Currency","l":"ETB"},{"p":"com.bitpay.model","c":"Currency","l":"ETH"},{"p":"com.bitpay.model","c":"Currency","l":"EUR"},{"p":"com.bitpay.model","c":"Facade","l":"Facade()","url":"%3Cinit%3E()"},{"p":"com.bitpay.model.Invoice","c":"InvoiceStatus","l":"Failed"},{"p":"com.bitpay.model","c":"Currency","l":"FJD"},{"p":"com.bitpay.model","c":"Currency","l":"FKP"},{"p":"com.bitpay.model.Invoice","c":"InvoiceStatus","l":"Funded"},{"p":"com.bitpay.model","c":"Currency","l":"GBP"},{"p":"com.bitpay.model","c":"Currency","l":"GEL"},{"p":"com.bitpay","c":"Client","l":"get(String)","url":"get(java.lang.String)"},{"p":"com.bitpay","c":"Client","l":"get(String, List)","url":"get(java.lang.String,java.util.List)"},{"p":"com.bitpay","c":"Client","l":"get(String, List, boolean)","url":"get(java.lang.String,java.util.List,boolean)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getAcceptanceWindow()"},{"p":"com.bitpay","c":"Client","l":"getAccessToken(String)","url":"getAccessToken(java.lang.String)"},{"p":"com.bitpay.model","c":"PayoutBatch","l":"getAccount()"},{"p":"com.bitpay.model","c":"PayoutInstruction","l":"getAddress()"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"getAddress1()"},{"p":"com.bitpay.model.Invoice","c":"Buyer","l":"getAddress1()"},{"p":"com.bitpay.model.Ledger","c":"Buyer","l":"getAddress1()"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"getAddress2()"},{"p":"com.bitpay.model.Invoice","c":"Buyer","l":"getAddress2()"},{"p":"com.bitpay.model.Ledger","c":"Buyer","l":"getAddress2()"},{"p":"com.bitpay","c":"Client","l":"getAllRefunds(Invoice)","url":"getAllRefunds(com.bitpay.model.Invoice.Invoice)"},{"p":"com.bitpay.model","c":"PayoutBatch","l":"getAmount()"},{"p":"com.bitpay.model","c":"PayoutInstruction","l":"getAmount()"},{"p":"com.bitpay.model","c":"Refund","l":"getAmount()"},{"p":"com.bitpay.model","c":"RefundParams","l":"getAmount()"},{"p":"com.bitpay.model.Invoice","c":"InvoiceTransaction","l":"getAmount()"},{"p":"com.bitpay.model.Ledger","c":"LedgerEntry","l":"getAmount()"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getAmountPaid()"},{"p":"com.bitpay.model.Ledger","c":"Ledger","l":"getBalance()"},{"p":"com.bitpay.model","c":"PayoutBatch","l":"getBankTransferId()"},{"p":"com.bitpay.model.Invoice","c":"MinerFees","l":"getBch()"},{"p":"com.bitpay.model.Invoice","c":"PaymentCodes","l":"getBch()"},{"p":"com.bitpay.model.Invoice","c":"SupportedTransactionCurrencies","l":"getBch()"},{"p":"com.bitpay.model.Invoice","c":"PaymentTotal","l":"getBCH()"},{"p":"com.bitpay","c":"Client","l":"getBill(String)","url":"getBill(java.lang.String)"},{"p":"com.bitpay","c":"Client","l":"getBill(String, String, boolean)","url":"getBill(java.lang.String,java.lang.String,boolean)"},{"p":"com.bitpay","c":"Client","l":"getBills()"},{"p":"com.bitpay","c":"Client","l":"getBills(String)","url":"getBills(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"PaymentCode","l":"getBip72b()"},{"p":"com.bitpay.model.Invoice","c":"PaymentCode","l":"getBip73()"},{"p":"com.bitpay.model","c":"Refund","l":"getBitcoinAddress()"},{"p":"com.bitpay.model","c":"RefundParams","l":"getBitcoinAddress()"},{"p":"com.bitpay.model","c":"PayoutBatch","l":"getBtc()"},{"p":"com.bitpay.model","c":"PayoutInstruction","l":"getBtc()"},{"p":"com.bitpay.model.Invoice","c":"MinerFees","l":"getBtc()"},{"p":"com.bitpay.model.Invoice","c":"PaymentCodes","l":"getBtc()"},{"p":"com.bitpay.model.Invoice","c":"SupportedTransactionCurrencies","l":"getBtc()"},{"p":"com.bitpay.model.Invoice","c":"PaymentTotal","l":"getBTC()"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getBuyer()"},{"p":"com.bitpay.model.Ledger","c":"LedgerEntry","l":"getBuyer()"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"getCc()"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"getCity()"},{"p":"com.bitpay.model.Ledger","c":"Buyer","l":"getCity()"},{"p":"com.bitpay.model","c":"Rate","l":"getCode()"},{"p":"com.bitpay.model.Ledger","c":"LedgerEntry","l":"getCode()"},{"p":"com.bitpay.model.Invoice","c":"InvoiceTransaction","l":"getConfirmations()"},{"p":"com.bitpay.model","c":"Token","l":"getCount()"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"getCountry()"},{"p":"com.bitpay.model.Invoice","c":"Buyer","l":"getCountry()"},{"p":"com.bitpay.model.Ledger","c":"Buyer","l":"getCountry()"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"getCreateDate()"},{"p":"com.bitpay.model","c":"PayoutBatch","l":"getCurrency()"},{"p":"com.bitpay.model","c":"Refund","l":"getCurrency()"},{"p":"com.bitpay.model","c":"RefundParams","l":"getCurrency()"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"getCurrency()"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getCurrency()"},{"p":"com.bitpay.model.Ledger","c":"Ledger","l":"getCurrency()"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getCurrentTime()"},{"p":"com.bitpay.model","c":"Token","l":"getDateCreated()"},{"p":"com.bitpay.model","c":"PayoutBatch","l":"getDepositTotal()"},{"p":"com.bitpay.model.Bill","c":"Item","l":"getDescription()"},{"p":"com.bitpay.model.Ledger","c":"LedgerEntry","l":"getDescription()"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"getDueDate()"},{"p":"com.bitpay.model","c":"PayoutBatch","l":"getEffectiveDate()"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"getEmail()"},{"p":"com.bitpay.model.Invoice","c":"Buyer","l":"getEmail()"},{"p":"com.bitpay.model.Invoice","c":"InvoiceBuyerProvidedInfo","l":"getEmailAddress()"},{"p":"com.bitpay.model.Invoice","c":"SupportedTransactionCurrency","l":"getEnabled()"},{"p":"com.bitpay.model.Ledger","c":"Ledger","l":"getEntries()"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getExceptionStatus()"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getExchangeRates()"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getExpirationTime()"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getExtendedNotifications()"},{"p":"com.bitpay.model","c":"Token","l":"getFacade()"},{"p":"com.bitpay.model","c":"PayoutBatch","l":"getFee()"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getFullNotifications()"},{"p":"com.bitpay.model","c":"PayoutBatch","l":"getGuid()"},{"p":"com.bitpay.model","c":"Refund","l":"getGuid()"},{"p":"com.bitpay.model","c":"RefundParams","l":"getGuid()"},{"p":"com.bitpay.model","c":"Token","l":"getGuid()"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getGuid()"},{"p":"com.bitpay.model","c":"PayoutBatch","l":"getId()"},{"p":"com.bitpay.model","c":"PayoutInstruction","l":"getId()"},{"p":"com.bitpay.model","c":"Refund","l":"getId()"},{"p":"com.bitpay.model","c":"Token","l":"getId()"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"getId()"},{"p":"com.bitpay.model.Bill","c":"Item","l":"getId()"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getId()"},{"p":"com.bitpay.model.Ledger","c":"LedgerEntry","l":"getId()"},{"p":"com.bitpay","c":"Client","l":"getIdentity()"},{"p":"com.bitpay.model","c":"PayoutBatch","l":"getInstructions()"},{"p":"com.bitpay.model","c":"RefundHelper","l":"getInvoice()"},{"p":"com.bitpay","c":"Client","l":"getInvoice(String)","url":"getInvoice(java.lang.String)"},{"p":"com.bitpay","c":"Client","l":"getInvoice(String, String)","url":"getInvoice(java.lang.String,java.lang.String)"},{"p":"com.bitpay.model.Ledger","c":"LedgerEntry","l":"getInvoiceAmount()"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getInvoiceBuyerProvidedInfo()"},{"p":"com.bitpay.model.Ledger","c":"LedgerEntry","l":"getInvoiceCurrency()"},{"p":"com.bitpay.model","c":"RefundParams","l":"getInvoiceId()"},{"p":"com.bitpay.model.Ledger","c":"LedgerEntry","l":"getInvoiceId()"},{"p":"com.bitpay","c":"Client","l":"getInvoices(String, String)","url":"getInvoices(java.lang.String,java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getInvoiceTime()"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getItemCode()"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getItemDesc()"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"getItems()"},{"p":"com.bitpay.util","c":"KeyUtils","l":"getKeyStringFromFile(String)","url":"getKeyStringFromFile(java.lang.String)"},{"p":"com.bitpay.model","c":"PayoutInstruction","l":"getLabel()"},{"p":"com.bitpay.model","c":"Token","l":"getLabel()"},{"p":"com.bitpay","c":"Client","l":"getLedger(String, String, String)","url":"getLedger(java.lang.String,java.lang.String,java.lang.String)"},{"p":"com.bitpay","c":"Client","l":"getLedgers()"},{"p":"com.bitpay.model.Invoice","c":"Buyer","l":"getLocality()"},{"p":"com.bitpay.model.Ledger","c":"Buyer","l":"getLocality()"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getLowFeeDetected()"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"getMerchant()"},{"p":"com.bitpay.model","c":"Policy","l":"getMethod()"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getMinerFees()"},{"p":"com.bitpay.model","c":"Rate","l":"getName()"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"getName()"},{"p":"com.bitpay.model.Invoice","c":"Buyer","l":"getName()"},{"p":"com.bitpay.model.Invoice","c":"InvoiceBuyerProvidedInfo","l":"getName()"},{"p":"com.bitpay.model.Ledger","c":"Buyer","l":"getName()"},{"p":"com.bitpay.model","c":"PayoutBatch","l":"getNotificationEmail()"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getNotificationEmail()"},{"p":"com.bitpay.model","c":"PayoutBatch","l":"getNotificationURL()"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getNotificationURL()"},{"p":"com.bitpay.model.Invoice","c":"Buyer","l":"getNotify()"},{"p":"com.bitpay.model.Ledger","c":"Buyer","l":"getNotify()"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"getNumber()"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getOrderId()"},{"p":"com.bitpay.model","c":"PayoutInstructionBtcSummary","l":"getPaid()"},{"p":"com.bitpay.model","c":"Token","l":"getPairingCode()"},{"p":"com.bitpay.model","c":"Token","l":"getPairingExpiration()"},{"p":"com.bitpay.model","c":"Policy","l":"getParams()"},{"p":"com.bitpay.model","c":"Refund","l":"getParams()"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"getPassProcessingFee()"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getPaymentCodes()"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getPaymentCurrencies()"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getPaymentDisplaySubTotals()"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getPaymentDisplayTotals()"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getPaymentSubtotals()"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getPaymentTotals()"},{"p":"com.bitpay","c":"Client","l":"getPayoutBatch(String)","url":"getPayoutBatch(java.lang.String)"},{"p":"com.bitpay","c":"Client","l":"getPayoutBatches()"},{"p":"com.bitpay.model","c":"PayoutBatch","l":"getPercentFee()"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"getPhone()"},{"p":"com.bitpay.model.Invoice","c":"Buyer","l":"getPhone()"},{"p":"com.bitpay.model.Ledger","c":"Buyer","l":"getPhone()"},{"p":"com.bitpay.model.Invoice","c":"InvoiceBuyerProvidedInfo","l":"getPhoneNumber()"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getPhysical()"},{"p":"com.bitpay.model","c":"Token","l":"getPolicies()"},{"p":"com.bitpay.model","c":"Policy","l":"getPolicy()"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getPosData()"},{"p":"com.bitpay.model.Invoice","c":"Buyer","l":"getPostalCode()"},{"p":"com.bitpay.model.Ledger","c":"Buyer","l":"getPostalCode()"},{"p":"com.bitpay.model.Bill","c":"Item","l":"getPrice()"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getPrice()"},{"p":"com.bitpay.model","c":"PayoutBatch","l":"getPricingMethod()"},{"p":"com.bitpay.model.Bill","c":"Item","l":"getQuantity()"},{"p":"com.bitpay.model","c":"Rates","l":"getRate(String)","url":"getRate(java.lang.String)"},{"p":"com.bitpay","c":"Client","l":"getRates()"},{"p":"com.bitpay.model","c":"Rates","l":"getRates()"},{"p":"com.bitpay.model.Invoice","c":"InvoiceTransaction","l":"getReceivedTime()"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getRedirectURL()"},{"p":"com.bitpay.model","c":"PayoutBatch","l":"getReference()"},{"p":"com.bitpay.model","c":"RefundHelper","l":"getRefund()"},{"p":"com.bitpay","c":"Client","l":"getRefund(Invoice, String)","url":"getRefund(com.bitpay.model.Invoice.Invoice,java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getRefundAddressRequestPending()"},{"p":"com.bitpay.model","c":"Refund","l":"getRefundEmail()"},{"p":"com.bitpay.model","c":"RefundParams","l":"getRefundEmail()"},{"p":"com.bitpay.model.Invoice","c":"Buyer","l":"getRegion()"},{"p":"com.bitpay.model.Ledger","c":"Buyer","l":"getRegion()"},{"p":"com.bitpay.model","c":"PayoutBatch","l":"getRequestDate()"},{"p":"com.bitpay.model","c":"Refund","l":"getRequestDate()"},{"p":"com.bitpay.model","c":"Token","l":"getResource()"},{"p":"com.bitpay.model.Invoice","c":"MinerFeesItem","l":"getSatoshisPerByte()"},{"p":"com.bitpay.model.Ledger","c":"LedgerEntry","l":"getScale()"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"getState()"},{"p":"com.bitpay.model.Ledger","c":"Buyer","l":"getState()"},{"p":"com.bitpay.model","c":"PayoutBatch","l":"getStatus()"},{"p":"com.bitpay.model","c":"PayoutInstruction","l":"getStatus()"},{"p":"com.bitpay.model","c":"Refund","l":"getStatus()"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"getStatus()"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getStatus()"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getSupportedTransactionCurrencies()"},{"p":"com.bitpay.model","c":"PayoutBatch","l":"getSupportPhone()"},{"p":"com.bitpay.model.Invoice","c":"InvoiceTransaction","l":"getTime()"},{"p":"com.bitpay.model.Ledger","c":"LedgerEntry","l":"getTimestamp()"},{"p":"com.bitpay.model","c":"PayoutBatch","l":"getToken()"},{"p":"com.bitpay.model","c":"Refund","l":"getToken()"},{"p":"com.bitpay.model","c":"RefundParams","l":"getToken()"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"getToken()"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getToken()"},{"p":"com.bitpay.model.Invoice","c":"MinerFeesItem","l":"getTotalFee()"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getTransactionCurrency()"},{"p":"com.bitpay.model.Ledger","c":"LedgerEntry","l":"getTransactionCurrency()"},{"p":"com.bitpay.model.Invoice","c":"InvoiceTransaction","l":"getTransactionId()"},{"p":"com.bitpay.model","c":"PayoutInstruction","l":"getTransactions()"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getTransactions()"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getTransactionSpeed()"},{"p":"com.bitpay.model.Ledger","c":"LedgerEntry","l":"getTxType()"},{"p":"com.bitpay.model.Ledger","c":"LedgerEntry","l":"getType()"},{"p":"com.bitpay.model","c":"PayoutInstructionBtcSummary","l":"getUnpaid()"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"getUrl()"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getUrl()"},{"p":"com.bitpay.model","c":"Rate","l":"getValue()"},{"p":"com.bitpay.model","c":"Token","l":"getValue()"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"getZip()"},{"p":"com.bitpay.model.Ledger","c":"Buyer","l":"getZip()"},{"p":"com.bitpay.model","c":"Currency","l":"GHS"},{"p":"com.bitpay.model","c":"Currency","l":"GIP"},{"p":"com.bitpay.model","c":"Currency","l":"GMD"},{"p":"com.bitpay.model","c":"Currency","l":"GNF"},{"p":"com.bitpay.model","c":"Currency","l":"GTQ"},{"p":"com.bitpay.model","c":"Currency","l":"GUSD"},{"p":"com.bitpay.model","c":"Currency","l":"GYD"},{"p":"com.bitpay.util","c":"KeyUtils","l":"hexToBytes(String)","url":"hexToBytes(java.lang.String)"},{"p":"com.bitpay.model","c":"Currency","l":"HKD"},{"p":"com.bitpay.model","c":"Currency","l":"HNL"},{"p":"com.bitpay.model","c":"Currency","l":"HRK"},{"p":"com.bitpay.model","c":"Currency","l":"HTG"},{"p":"com.bitpay.model","c":"Currency","l":"HUF"},{"p":"com.bitpay.model","c":"Currency","l":"IDR"},{"p":"com.bitpay.model","c":"Currency","l":"ILS"},{"p":"com.bitpay.util","c":"BitPayLogger","l":"INFO"},{"p":"com.bitpay.util","c":"BitPayLogger","l":"info(String)","url":"info(java.lang.String)"},{"p":"com.bitpay.model","c":"Currency","l":"INR"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"Invoice()","url":"%3Cinit%3E()"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"Invoice(Double, String)","url":"%3Cinit%3E(java.lang.Double,java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"InvoiceBuyerProvidedInfo","l":"InvoiceBuyerProvidedInfo()","url":"%3Cinit%3E()"},{"p":"com.bitpay.model.Invoice","c":"InvoiceStatus","l":"InvoiceStatus()","url":"%3Cinit%3E()"},{"p":"com.bitpay.model.Invoice","c":"InvoiceTransaction","l":"InvoiceTransaction()","url":"%3Cinit%3E()"},{"p":"com.bitpay.model","c":"Currency","l":"IQD"},{"p":"com.bitpay.model","c":"Currency","l":"IRR"},{"p":"com.bitpay","c":"Client","l":"isFullyPaid(Invoice)","url":"isFullyPaid(com.bitpay.model.Invoice.Invoice)"},{"p":"com.bitpay.model","c":"Currency","l":"ISK"},{"p":"com.bitpay.model","c":"Currency","l":"isValid(String)","url":"isValid(java.lang.String)"},{"p":"com.bitpay.model.Bill","c":"Item","l":"Item()","url":"%3Cinit%3E()"},{"p":"com.bitpay.model","c":"Currency","l":"JMD"},{"p":"com.bitpay.model","c":"Currency","l":"JOD"},{"p":"com.bitpay.model","c":"Currency","l":"JPY"},{"p":"com.bitpay.model","c":"Currency","l":"KES"},{"p":"com.bitpay.util","c":"KeyUtils","l":"KeyUtils()","url":"%3Cinit%3E()"},{"p":"com.bitpay.model","c":"Currency","l":"KGS"},{"p":"com.bitpay.model","c":"Currency","l":"KHR"},{"p":"com.bitpay.model","c":"Currency","l":"KMF"},{"p":"com.bitpay.model","c":"Currency","l":"KPW"},{"p":"com.bitpay.model","c":"Currency","l":"KRW"},{"p":"com.bitpay.model","c":"Currency","l":"KWD"},{"p":"com.bitpay.model","c":"Currency","l":"KYD"},{"p":"com.bitpay.model","c":"Currency","l":"KZT"},{"p":"com.bitpay.model","c":"Currency","l":"LAK"},{"p":"com.bitpay.model","c":"Currency","l":"LBP"},{"p":"com.bitpay.model.Ledger","c":"Ledger","l":"Ledger()","url":"%3Cinit%3E()"},{"p":"com.bitpay.model.Ledger","c":"LedgerEntry","l":"LedgerEntry()","url":"%3Cinit%3E()"},{"p":"com.bitpay.model","c":"Currency","l":"LKR"},{"p":"com.bitpay.util","c":"KeyUtils","l":"loadEcKey()"},{"p":"com.bitpay.util","c":"KeyUtils","l":"loadEcKey(URI)","url":"loadEcKey(java.net.URI)"},{"p":"com.bitpay.model","c":"Currency","l":"LRD"},{"p":"com.bitpay.model","c":"Currency","l":"LSL"},{"p":"com.bitpay.model","c":"Currency","l":"LYD"},{"p":"com.bitpay.model","c":"Currency","l":"MAD"},{"p":"com.bitpay.model","c":"Currency","l":"MDL"},{"p":"com.bitpay.model","c":"Facade","l":"Merchant"},{"p":"com.bitpay.model","c":"PayoutBatch","l":"METHOD_MANUAL2"},{"p":"com.bitpay.model","c":"PayoutBatch","l":"METHOD_VWAP24"},{"p":"com.bitpay.model","c":"Currency","l":"MGA"},{"p":"com.bitpay.model.Invoice","c":"MinerFees","l":"MinerFees()","url":"%3Cinit%3E()"},{"p":"com.bitpay.model.Invoice","c":"MinerFeesItem","l":"MinerFeesItem()","url":"%3Cinit%3E()"},{"p":"com.bitpay.model","c":"Currency","l":"MKD"},{"p":"com.bitpay.model","c":"Currency","l":"MMK"},{"p":"com.bitpay.model","c":"Currency","l":"MNT"},{"p":"com.bitpay.model","c":"Currency","l":"MOP"},{"p":"com.bitpay.model","c":"Currency","l":"MRU"},{"p":"com.bitpay.model","c":"Currency","l":"MUR"},{"p":"com.bitpay.model","c":"Currency","l":"MVR"},{"p":"com.bitpay.model","c":"Currency","l":"MWK"},{"p":"com.bitpay.model","c":"Currency","l":"MXN"},{"p":"com.bitpay.model","c":"Currency","l":"MXV"},{"p":"com.bitpay.model","c":"Currency","l":"MYR"},{"p":"com.bitpay.model","c":"Currency","l":"MZN"},{"p":"com.bitpay.model","c":"Currency","l":"NAD"},{"p":"com.bitpay.model.Bill","c":"BillStatus","l":"New"},{"p":"com.bitpay.model.Invoice","c":"InvoiceStatus","l":"New"},{"p":"com.bitpay.model","c":"Currency","l":"NGN"},{"p":"com.bitpay.model","c":"Currency","l":"NIO"},{"p":"com.bitpay.model","c":"Currency","l":"NOK"},{"p":"com.bitpay.model","c":"Currency","l":"NPR"},{"p":"com.bitpay.model","c":"Currency","l":"NZD"},{"p":"com.bitpay.util","c":"BitPayLogger","l":"OFF"},{"p":"com.bitpay.model","c":"Currency","l":"OMR"},{"p":"com.bitpay.model","c":"Currency","l":"PAB"},{"p":"com.bitpay.model.Bill","c":"BillStatus","l":"Paid"},{"p":"com.bitpay.model","c":"Currency","l":"PAX"},{"p":"com.bitpay.model.Invoice","c":"PaymentCode","l":"PaymentCode()","url":"%3Cinit%3E()"},{"p":"com.bitpay.model.Invoice","c":"PaymentCodes","l":"PaymentCodes()","url":"%3Cinit%3E()"},{"p":"com.bitpay.model.Invoice","c":"PaymentTotal","l":"PaymentTotal()","url":"%3Cinit%3E()"},{"p":"com.bitpay.model","c":"PayoutBatch","l":"PayoutBatch()","url":"%3Cinit%3E()"},{"p":"com.bitpay.model","c":"PayoutBatch","l":"PayoutBatch(String, long, String, String, List)","url":"%3Cinit%3E(java.lang.String,long,java.lang.String,java.lang.String,java.util.List)"},{"p":"com.bitpay.model","c":"PayoutInstruction","l":"PayoutInstruction()","url":"%3Cinit%3E()"},{"p":"com.bitpay.model","c":"PayoutInstruction","l":"PayoutInstruction(Double, String, String)","url":"%3Cinit%3E(java.lang.Double,java.lang.String,java.lang.String)"},{"p":"com.bitpay.model","c":"PayoutInstructionBtcSummary","l":"PayoutInstructionBtcSummary(Double, Double)","url":"%3Cinit%3E(java.lang.Double,java.lang.Double)"},{"p":"com.bitpay.util","c":"PayoutInstructionBtcSummaryDeserializer","l":"PayoutInstructionBtcSummaryDeserializer()","url":"%3Cinit%3E()"},{"p":"com.bitpay.model","c":"PayoutInstructionTransaction","l":"PayoutInstructionTransaction()","url":"%3Cinit%3E()"},{"p":"com.bitpay.model","c":"Facade","l":"Payroll"},{"p":"com.bitpay.model","c":"Currency","l":"PEN"},{"p":"com.bitpay.model","c":"Currency","l":"PGK"},{"p":"com.bitpay.model","c":"Currency","l":"PHP"},{"p":"com.bitpay.model","c":"Currency","l":"PKR"},{"p":"com.bitpay.model","c":"Currency","l":"PLN"},{"p":"com.bitpay.model","c":"Facade","l":"PointOfSale"},{"p":"com.bitpay.model","c":"Policy","l":"Policy()","url":"%3Cinit%3E()"},{"p":"com.bitpay","c":"Client","l":"post(String, String)","url":"post(java.lang.String,java.lang.String)"},{"p":"com.bitpay","c":"Client","l":"post(String, String, boolean)","url":"post(java.lang.String,java.lang.String,boolean)"},{"p":"com.bitpay","c":"Client","l":"postWithSignature(String, String)","url":"postWithSignature(java.lang.String,java.lang.String)"},{"p":"com.bitpay.util","c":"KeyUtils","l":"privateKeyExists()"},{"p":"com.bitpay.model.Invoice","c":"InvoiceStatus","l":"Processing"},{"p":"com.bitpay","c":"Client","l":"PUBLIC_NO_TOKEN"},{"p":"com.bitpay.model","c":"Currency","l":"PYG"},{"p":"com.bitpay.model","c":"Currency","l":"QAR"},{"p":"com.bitpay.model","c":"Rate","l":"Rate()","url":"%3Cinit%3E()"},{"p":"com.bitpay.model","c":"Rates","l":"Rates(List, Client)","url":"%3Cinit%3E(java.util.List,com.bitpay.Client)"},{"p":"com.bitpay.model","c":"Refund","l":"Refund()","url":"%3Cinit%3E()"},{"p":"com.bitpay.model","c":"RefundHelper","l":"RefundHelper(Refund, Invoice)","url":"%3Cinit%3E(com.bitpay.model.Refund,com.bitpay.model.Invoice.Invoice)"},{"p":"com.bitpay.model","c":"RefundParams","l":"RefundParams()","url":"%3Cinit%3E()"},{"p":"com.bitpay","c":"Client","l":"requestClientAuthorization(String)","url":"requestClientAuthorization(java.lang.String)"},{"p":"com.bitpay","c":"Client","l":"requestRefund(Invoice, String, Double, String)","url":"requestRefund(com.bitpay.model.Invoice.Invoice,java.lang.String,java.lang.Double,java.lang.String)"},{"p":"com.bitpay","c":"Client","l":"requestRefund(String, String)","url":"requestRefund(java.lang.String,java.lang.String)"},{"p":"com.bitpay","c":"Client","l":"responseToJsonString(HttpResponse)","url":"responseToJsonString(org.apache.http.HttpResponse)"},{"p":"com.bitpay.model","c":"Currency","l":"RON"},{"p":"com.bitpay.model","c":"Currency","l":"RSD"},{"p":"com.bitpay.model","c":"Currency","l":"RUB"},{"p":"com.bitpay.model","c":"Currency","l":"RWF"},{"p":"com.bitpay.model","c":"Currency","l":"SAR"},{"p":"com.bitpay.util","c":"KeyUtils","l":"saveEcKey(ECKey)","url":"saveEcKey(org.bitcoinj.core.ECKey)"},{"p":"com.bitpay.util","c":"KeyUtils","l":"saveEcKey(ECKey, URI)","url":"saveEcKey(org.bitcoinj.core.ECKey,java.net.URI)"},{"p":"com.bitpay.model","c":"Currency","l":"SBD"},{"p":"com.bitpay.model","c":"Currency","l":"SCR"},{"p":"com.bitpay.model","c":"Currency","l":"SDG"},{"p":"com.bitpay.model","c":"Currency","l":"SEK"},{"p":"com.bitpay.model.Bill","c":"BillStatus","l":"Sent"},{"p":"com.bitpay.util","c":"DateSerializer","l":"serialize(Long, JsonGenerator, SerializerProvider)","url":"serialize(java.lang.Long,com.fasterxml.jackson.core.JsonGenerator,com.fasterxml.jackson.databind.SerializerProvider)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setAcceptanceWindow(long)"},{"p":"com.bitpay.model","c":"PayoutBatch","l":"setAccount(String)","url":"setAccount(java.lang.String)"},{"p":"com.bitpay.model","c":"PayoutInstruction","l":"setAddress(String)","url":"setAddress(java.lang.String)"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"setAddress1(String)","url":"setAddress1(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"Buyer","l":"setAddress1(String)","url":"setAddress1(java.lang.String)"},{"p":"com.bitpay.model.Ledger","c":"Buyer","l":"setAddress1(String)","url":"setAddress1(java.lang.String)"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"setAddress2(String)","url":"setAddress2(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"Buyer","l":"setAddress2(String)","url":"setAddress2(java.lang.String)"},{"p":"com.bitpay.model.Ledger","c":"Buyer","l":"setAddress2(String)","url":"setAddress2(java.lang.String)"},{"p":"com.bitpay.model","c":"PayoutBatch","l":"setAmount(Double)","url":"setAmount(java.lang.Double)"},{"p":"com.bitpay.model","c":"PayoutInstruction","l":"setAmount(Double)","url":"setAmount(java.lang.Double)"},{"p":"com.bitpay.model","c":"Refund","l":"setAmount(Double)","url":"setAmount(java.lang.Double)"},{"p":"com.bitpay.model","c":"RefundParams","l":"setAmount(Double)","url":"setAmount(java.lang.Double)"},{"p":"com.bitpay.model.Invoice","c":"InvoiceTransaction","l":"setAmount(Double)","url":"setAmount(java.lang.Double)"},{"p":"com.bitpay.model.Ledger","c":"LedgerEntry","l":"setAmount(String)","url":"setAmount(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setAmountPaid(long)"},{"p":"com.bitpay.model.Ledger","c":"Ledger","l":"setBalance(Double)","url":"setBalance(java.lang.Double)"},{"p":"com.bitpay.model","c":"PayoutBatch","l":"setBankTransferId(String)","url":"setBankTransferId(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"PaymentTotal","l":"setBch(Double)","url":"setBch(java.lang.Double)"},{"p":"com.bitpay.model.Invoice","c":"MinerFees","l":"setBch(MinerFeesItem)","url":"setBch(com.bitpay.model.Invoice.MinerFeesItem)"},{"p":"com.bitpay.model.Invoice","c":"PaymentCodes","l":"setBch(PaymentCode)","url":"setBch(com.bitpay.model.Invoice.PaymentCode)"},{"p":"com.bitpay.model.Invoice","c":"SupportedTransactionCurrencies","l":"setBch(SupportedTransactionCurrency)","url":"setBch(com.bitpay.model.Invoice.SupportedTransactionCurrency)"},{"p":"com.bitpay.model.Invoice","c":"PaymentCode","l":"setBip72b(String)","url":"setBip72b(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"PaymentCode","l":"setBip73(String)","url":"setBip73(java.lang.String)"},{"p":"com.bitpay.model","c":"Refund","l":"setBitcoinAddress(String)","url":"setBitcoinAddress(java.lang.String)"},{"p":"com.bitpay.model","c":"RefundParams","l":"setBitcoinAddress(String)","url":"setBitcoinAddress(java.lang.String)"},{"p":"com.bitpay.model","c":"PayoutBatch","l":"setBtc(Double)","url":"setBtc(java.lang.Double)"},{"p":"com.bitpay.model.Invoice","c":"PaymentTotal","l":"setBtc(Double)","url":"setBtc(java.lang.Double)"},{"p":"com.bitpay.model.Invoice","c":"MinerFees","l":"setBtc(MinerFeesItem)","url":"setBtc(com.bitpay.model.Invoice.MinerFeesItem)"},{"p":"com.bitpay.model.Invoice","c":"PaymentCodes","l":"setBtc(PaymentCode)","url":"setBtc(com.bitpay.model.Invoice.PaymentCode)"},{"p":"com.bitpay.model","c":"PayoutInstruction","l":"setBtc(PayoutInstructionBtcSummary)","url":"setBtc(com.bitpay.model.PayoutInstructionBtcSummary)"},{"p":"com.bitpay.model.Invoice","c":"SupportedTransactionCurrencies","l":"setBtc(SupportedTransactionCurrency)","url":"setBtc(com.bitpay.model.Invoice.SupportedTransactionCurrency)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setBuyer(Buyer)","url":"setBuyer(com.bitpay.model.Invoice.Buyer)"},{"p":"com.bitpay.model.Ledger","c":"LedgerEntry","l":"setBuyer(Buyer)","url":"setBuyer(com.bitpay.model.Ledger.Buyer)"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"setCc(List)","url":"setCc(java.util.List)"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"setCity(String)","url":"setCity(java.lang.String)"},{"p":"com.bitpay.model.Ledger","c":"Buyer","l":"setCity(String)","url":"setCity(java.lang.String)"},{"p":"com.bitpay.model","c":"Rate","l":"setCode(String)","url":"setCode(java.lang.String)"},{"p":"com.bitpay.model.Ledger","c":"LedgerEntry","l":"setCode(String)","url":"setCode(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"InvoiceTransaction","l":"setConfirmations(int)"},{"p":"com.bitpay.model","c":"Token","l":"setCount(int)"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"setCountry(String)","url":"setCountry(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"Buyer","l":"setCountry(String)","url":"setCountry(java.lang.String)"},{"p":"com.bitpay.model.Ledger","c":"Buyer","l":"setCountry(String)","url":"setCountry(java.lang.String)"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"setCreateDate(String)","url":"setCreateDate(java.lang.String)"},{"p":"com.bitpay.model","c":"PayoutBatch","l":"setCurrency(String)","url":"setCurrency(java.lang.String)"},{"p":"com.bitpay.model","c":"Refund","l":"setCurrency(String)","url":"setCurrency(java.lang.String)"},{"p":"com.bitpay.model","c":"RefundParams","l":"setCurrency(String)","url":"setCurrency(java.lang.String)"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"setCurrency(String)","url":"setCurrency(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setCurrency(String)","url":"setCurrency(java.lang.String)"},{"p":"com.bitpay.model.Ledger","c":"Ledger","l":"setCurrency(String)","url":"setCurrency(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setCurrentTime(long)"},{"p":"com.bitpay.model","c":"Token","l":"setDateCreated(long)"},{"p":"com.bitpay.model","c":"PayoutBatch","l":"setDepositTotal(Double)","url":"setDepositTotal(java.lang.Double)"},{"p":"com.bitpay.model.Bill","c":"Item","l":"setDescription(String)","url":"setDescription(java.lang.String)"},{"p":"com.bitpay.model.Ledger","c":"LedgerEntry","l":"setDescription(String)","url":"setDescription(java.lang.String)"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"setDueDate(String)","url":"setDueDate(java.lang.String)"},{"p":"com.bitpay.model","c":"PayoutBatch","l":"setEffectiveDate(long)"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"setEmail(String)","url":"setEmail(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"Buyer","l":"setEmail(String)","url":"setEmail(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"InvoiceBuyerProvidedInfo","l":"setEmailAddress(String)","url":"setEmailAddress(java.lang.String)"},{"p":"com.bitpay.model.Ledger","c":"Ledger","l":"setEntries(List)","url":"setEntries(java.util.List)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setExceptionStatus(String)","url":"setExceptionStatus(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setExchangeRates(Hashtable>)","url":"setExchangeRates(java.util.Hashtable)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setExpirationTime(long)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setExtendedNotifications(boolean)"},{"p":"com.bitpay.model","c":"Token","l":"setFacade(String)","url":"setFacade(java.lang.String)"},{"p":"com.bitpay.model","c":"PayoutBatch","l":"setFee(Double)","url":"setFee(java.lang.Double)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setFullNotifications(boolean)"},{"p":"com.bitpay.model","c":"PayoutBatch","l":"setGuid(String)","url":"setGuid(java.lang.String)"},{"p":"com.bitpay.model","c":"Refund","l":"setGuid(String)","url":"setGuid(java.lang.String)"},{"p":"com.bitpay.model","c":"RefundParams","l":"setGuid(String)","url":"setGuid(java.lang.String)"},{"p":"com.bitpay.model","c":"Token","l":"setGuid(String)","url":"setGuid(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setGuid(String)","url":"setGuid(java.lang.String)"},{"p":"com.bitpay.model","c":"PayoutBatch","l":"setId(String)","url":"setId(java.lang.String)"},{"p":"com.bitpay.model","c":"PayoutInstruction","l":"setId(String)","url":"setId(java.lang.String)"},{"p":"com.bitpay.model","c":"Refund","l":"setId(String)","url":"setId(java.lang.String)"},{"p":"com.bitpay.model","c":"Token","l":"setId(String)","url":"setId(java.lang.String)"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"setId(String)","url":"setId(java.lang.String)"},{"p":"com.bitpay.model.Bill","c":"Item","l":"setId(String)","url":"setId(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setId(String)","url":"setId(java.lang.String)"},{"p":"com.bitpay.model.Ledger","c":"LedgerEntry","l":"setId(String)","url":"setId(java.lang.String)"},{"p":"com.bitpay.model","c":"PayoutBatch","l":"setInstructions(List)","url":"setInstructions(java.util.List)"},{"p":"com.bitpay.model.Ledger","c":"LedgerEntry","l":"setInvoiceAmount(Double)","url":"setInvoiceAmount(java.lang.Double)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setInvoiceBuyerProvidedInfo(InvoiceBuyerProvidedInfo)","url":"setInvoiceBuyerProvidedInfo(com.bitpay.model.Invoice.InvoiceBuyerProvidedInfo)"},{"p":"com.bitpay.model.Ledger","c":"LedgerEntry","l":"setInvoiceCurrency(String)","url":"setInvoiceCurrency(java.lang.String)"},{"p":"com.bitpay.model","c":"RefundParams","l":"setInvoiceId(String)","url":"setInvoiceId(java.lang.String)"},{"p":"com.bitpay.model.Ledger","c":"LedgerEntry","l":"setInvoiceId(String)","url":"setInvoiceId(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setInvoiceTime(String)","url":"setInvoiceTime(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setItemCode(String)","url":"setItemCode(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setItemDesc(String)","url":"setItemDesc(java.lang.String)"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"setItems(List)","url":"setItems(java.util.List)"},{"p":"com.bitpay.model","c":"PayoutInstruction","l":"setLabel(String)","url":"setLabel(java.lang.String)"},{"p":"com.bitpay.model","c":"Token","l":"setLabel(String)","url":"setLabel(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"Buyer","l":"setLocality(String)","url":"setLocality(java.lang.String)"},{"p":"com.bitpay.model.Ledger","c":"Buyer","l":"setLocality(String)","url":"setLocality(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setLowFeeDetected(String)","url":"setLowFeeDetected(java.lang.String)"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"setMerchant(String)","url":"setMerchant(java.lang.String)"},{"p":"com.bitpay.model","c":"Policy","l":"setMethod(String)","url":"setMethod(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setMinerFees(MinerFees)","url":"setMinerFees(com.bitpay.model.Invoice.MinerFees)"},{"p":"com.bitpay.model","c":"Rate","l":"setName(String)","url":"setName(java.lang.String)"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"setName(String)","url":"setName(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"Buyer","l":"setName(String)","url":"setName(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"InvoiceBuyerProvidedInfo","l":"setName(String)","url":"setName(java.lang.String)"},{"p":"com.bitpay.model.Ledger","c":"Buyer","l":"setName(String)","url":"setName(java.lang.String)"},{"p":"com.bitpay.model","c":"PayoutBatch","l":"setNotificationEmail(String)","url":"setNotificationEmail(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setNotificationEmail(String)","url":"setNotificationEmail(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setNotificationURL(String)","url":"setNotificationURL(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"Buyer","l":"setNotify(boolean)"},{"p":"com.bitpay.model.Invoice","c":"SupportedTransactionCurrency","l":"setNotify(boolean)"},{"p":"com.bitpay.model.Ledger","c":"Buyer","l":"setNotify(boolean)"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"setNumber(String)","url":"setNumber(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setOrderId(String)","url":"setOrderId(java.lang.String)"},{"p":"com.bitpay.model","c":"Token","l":"setPairingCode(String)","url":"setPairingCode(java.lang.String)"},{"p":"com.bitpay.model","c":"Token","l":"setPairingExpiration(long)"},{"p":"com.bitpay.model","c":"Policy","l":"setParams(List)","url":"setParams(java.util.List)"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"setPassProcessingFee(boolean)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setPaymentCodes(PaymentCodes)","url":"setPaymentCodes(com.bitpay.model.Invoice.PaymentCodes)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setPaymentCurrencies(List)","url":"setPaymentCurrencies(java.util.List)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setPaymentDisplaySubTotals(PaymentTotal)","url":"setPaymentDisplaySubTotals(com.bitpay.model.Invoice.PaymentTotal)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setPaymentDisplayTotals(PaymentTotal)","url":"setPaymentDisplayTotals(com.bitpay.model.Invoice.PaymentTotal)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setPaymentSubtotals(PaymentTotal)","url":"setPaymentSubtotals(com.bitpay.model.Invoice.PaymentTotal)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setPaymentTotals(PaymentTotal)","url":"setPaymentTotals(com.bitpay.model.Invoice.PaymentTotal)"},{"p":"com.bitpay.model","c":"Refund","l":"setPaymentUrls(RefundParams)","url":"setPaymentUrls(com.bitpay.model.RefundParams)"},{"p":"com.bitpay.model","c":"PayoutBatch","l":"setPercentFee(Double)","url":"setPercentFee(java.lang.Double)"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"setPhone(String)","url":"setPhone(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"Buyer","l":"setPhone(String)","url":"setPhone(java.lang.String)"},{"p":"com.bitpay.model.Ledger","c":"Buyer","l":"setPhone(String)","url":"setPhone(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"InvoiceBuyerProvidedInfo","l":"setPhoneNumber(String)","url":"setPhoneNumber(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setPhysical(boolean)"},{"p":"com.bitpay.model","c":"Token","l":"setPolicies(List)","url":"setPolicies(java.util.List)"},{"p":"com.bitpay.model","c":"Policy","l":"setPolicy(String)","url":"setPolicy(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setPosData(String)","url":"setPosData(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"Buyer","l":"setPostalCode(String)","url":"setPostalCode(java.lang.String)"},{"p":"com.bitpay.model.Ledger","c":"Buyer","l":"setPostalCode(String)","url":"setPostalCode(java.lang.String)"},{"p":"com.bitpay.model.Bill","c":"Item","l":"setPrice(Double)","url":"setPrice(java.lang.Double)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setPrice(Double)","url":"setPrice(java.lang.Double)"},{"p":"com.bitpay.model","c":"PayoutBatch","l":"setPricingMethod(String)","url":"setPricingMethod(java.lang.String)"},{"p":"com.bitpay.model.Bill","c":"Item","l":"setQuantity(Integer)","url":"setQuantity(java.lang.Integer)"},{"p":"com.bitpay.model.Invoice","c":"InvoiceTransaction","l":"setReceivedTime(Date)","url":"setReceivedTime(java.util.Date)"},{"p":"com.bitpay.model","c":"PayoutBatch","l":"setRedirectURL(String)","url":"setRedirectURL(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setRedirectURL(String)","url":"setRedirectURL(java.lang.String)"},{"p":"com.bitpay.model","c":"PayoutBatch","l":"setReference(String)","url":"setReference(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setRefundAddressRequestPending(String)","url":"setRefundAddressRequestPending(java.lang.String)"},{"p":"com.bitpay.model","c":"Refund","l":"setRefundEmail(String)","url":"setRefundEmail(java.lang.String)"},{"p":"com.bitpay.model","c":"RefundParams","l":"setRefundEmail(String)","url":"setRefundEmail(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"Buyer","l":"setRegion(String)","url":"setRegion(java.lang.String)"},{"p":"com.bitpay.model.Ledger","c":"Buyer","l":"setRegion(String)","url":"setRegion(java.lang.String)"},{"p":"com.bitpay.model","c":"Refund","l":"setRequestDate(Date)","url":"setRequestDate(java.util.Date)"},{"p":"com.bitpay.model","c":"PayoutBatch","l":"setRequestDate(long)"},{"p":"com.bitpay.model","c":"Token","l":"setResource(String)","url":"setResource(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"MinerFeesItem","l":"setSatoshisPerByte(Double)","url":"setSatoshisPerByte(java.lang.Double)"},{"p":"com.bitpay.model.Ledger","c":"LedgerEntry","l":"setScale(String)","url":"setScale(java.lang.String)"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"setState(String)","url":"setState(java.lang.String)"},{"p":"com.bitpay.model.Ledger","c":"Buyer","l":"setState(String)","url":"setState(java.lang.String)"},{"p":"com.bitpay.model","c":"PayoutBatch","l":"setStatus(String)","url":"setStatus(java.lang.String)"},{"p":"com.bitpay.model","c":"PayoutInstruction","l":"setStatus(String)","url":"setStatus(java.lang.String)"},{"p":"com.bitpay.model","c":"Refund","l":"setStatus(String)","url":"setStatus(java.lang.String)"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"setStatus(String)","url":"setStatus(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setStatus(String)","url":"setStatus(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setSupportedTransactionCurrencies(SupportedTransactionCurrencies)","url":"setSupportedTransactionCurrencies(com.bitpay.model.Invoice.SupportedTransactionCurrencies)"},{"p":"com.bitpay.model","c":"PayoutBatch","l":"setSupportPhone(String)","url":"setSupportPhone(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"InvoiceTransaction","l":"setTime(Date)","url":"setTime(java.util.Date)"},{"p":"com.bitpay.model.Ledger","c":"LedgerEntry","l":"setTimestamp(String)","url":"setTimestamp(java.lang.String)"},{"p":"com.bitpay.model","c":"PayoutBatch","l":"setToken(String)","url":"setToken(java.lang.String)"},{"p":"com.bitpay.model","c":"Refund","l":"setToken(String)","url":"setToken(java.lang.String)"},{"p":"com.bitpay.model","c":"RefundParams","l":"setToken(String)","url":"setToken(java.lang.String)"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"setToken(String)","url":"setToken(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setToken(String)","url":"setToken(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"MinerFeesItem","l":"setTotalFee(Double)","url":"setTotalFee(java.lang.Double)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setTransactionCurrency(String)","url":"setTransactionCurrency(java.lang.String)"},{"p":"com.bitpay.model.Ledger","c":"LedgerEntry","l":"setTransactionCurrency(String)","url":"setTransactionCurrency(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"InvoiceTransaction","l":"setTransactionId(String)","url":"setTransactionId(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setTransactions(List)","url":"setTransactions(java.util.List)"},{"p":"com.bitpay.model","c":"PayoutInstruction","l":"setTransactions(List)","url":"setTransactions(java.util.List)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setTransactionSpeed(String)","url":"setTransactionSpeed(java.lang.String)"},{"p":"com.bitpay.model.Ledger","c":"LedgerEntry","l":"setTxType(String)","url":"setTxType(java.lang.String)"},{"p":"com.bitpay.model.Ledger","c":"LedgerEntry","l":"setType(String)","url":"setType(java.lang.String)"},{"p":"test","c":"BitPayTest","l":"setUp()"},{"p":"test","c":"BitPayTest2","l":"setUp()"},{"p":"test","c":"BitPayTest3","l":"setUp()"},{"p":"test","c":"BitPayTest","l":"setUpOneTime()"},{"p":"test","c":"BitPayTest2","l":"setUpOneTime()"},{"p":"test","c":"BitPayTest3","l":"setUpOneTime()"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"setUrl(String)","url":"setUrl(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setUrl(String)","url":"setUrl(java.lang.String)"},{"p":"com.bitpay.model","c":"Rate","l":"setValue(Double)","url":"setValue(java.lang.Double)"},{"p":"com.bitpay.model","c":"Token","l":"setValue(String)","url":"setValue(java.lang.String)"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"setZip(String)","url":"setZip(java.lang.String)"},{"p":"com.bitpay.model.Ledger","c":"Buyer","l":"setZip(String)","url":"setZip(java.lang.String)"},{"p":"com.bitpay.model","c":"Currency","l":"SGD"},{"p":"com.bitpay.model","c":"Currency","l":"SHP"},{"p":"com.bitpay.util","c":"KeyUtils","l":"sign(ECKey, String)","url":"sign(org.bitcoinj.core.ECKey,java.lang.String)"},{"p":"com.bitpay.model","c":"Currency","l":"SLL"},{"p":"com.bitpay.model","c":"Currency","l":"SOS"},{"p":"com.bitpay.model","c":"Currency","l":"SRD"},{"p":"com.bitpay.model","c":"Currency","l":"SSP"},{"p":"com.bitpay.model","c":"PayoutBatch","l":"STATUS_CANCELLED"},{"p":"com.bitpay.model","c":"PayoutBatch","l":"STATUS_COMPLETE"},{"p":"com.bitpay.model","c":"PayoutBatch","l":"STATUS_FAILED"},{"p":"com.bitpay.model","c":"PayoutBatch","l":"STATUS_FUNDED"},{"p":"com.bitpay.model","c":"PayoutBatch","l":"STATUS_NEW"},{"p":"com.bitpay.model","c":"PayoutInstruction","l":"STATUS_PAID"},{"p":"com.bitpay.model","c":"PayoutBatch","l":"STATUS_PROCESSING"},{"p":"com.bitpay.model","c":"PayoutInstruction","l":"STATUS_UNPAID"},{"p":"com.bitpay.model","c":"Currency","l":"STN"},{"p":"com.bitpay","c":"Client","l":"submitPayoutBatch(PayoutBatch)","url":"submitPayoutBatch(com.bitpay.model.PayoutBatch)"},{"p":"com.bitpay.model.Invoice","c":"SupportedTransactionCurrencies","l":"SupportedTransactionCurrencies()","url":"%3Cinit%3E()"},{"p":"com.bitpay.model.Invoice","c":"SupportedTransactionCurrency","l":"SupportedTransactionCurrency()","url":"%3Cinit%3E()"},{"p":"com.bitpay.model","c":"Currency","l":"SVC"},{"p":"com.bitpay.model","c":"Currency","l":"SYP"},{"p":"com.bitpay.model","c":"Currency","l":"SZL"},{"p":"test","c":"BitPayTest","l":"testCreateECKeyFromSeedString()"},{"p":"test","c":"BitPayTest2","l":"testCurrency()"},{"p":"test","c":"BitPayTest","l":"TestShouldCreateBillEUR()"},{"p":"test","c":"BitPayTest","l":"TestShouldCreateBillUSD()"},{"p":"test","c":"BitPayTest","l":"testShouldCreateInvoice100EUR()"},{"p":"test","c":"BitPayTest","l":"testShouldCreateInvoice100USD()"},{"p":"test","c":"BitPayTest","l":"testShouldCreateInvoiceOneTenthBTC()"},{"p":"test","c":"BitPayTest","l":"testShouldCreateInvoiceWithAdditionalParams()"},{"p":"test","c":"BitPayTest","l":"testShouldCreateRefundRequest()"},{"p":"test","c":"BitPayTest","l":"TestShouldDeliverBill()"},{"p":"test","c":"BitPayTest","l":"TestShouldGetAndUpdateBill()"},{"p":"test","c":"BitPayTest","l":"TestShouldGetBill()"},{"p":"test","c":"BitPayTest","l":"TestShouldGetBills()"},{"p":"test","c":"BitPayTest","l":"TestShouldGetBillsByStatus()"},{"p":"test","c":"BitPayTest","l":"TestShouldGetBillStatus()"},{"p":"test","c":"BitPayTest","l":"TestShouldGetBillUrl()"},{"p":"test","c":"BitPayTest","l":"testShouldGetCNYExchangeRate()"},{"p":"test","c":"BitPayTest","l":"testShouldGetEURExchangeRate()"},{"p":"test","c":"BitPayTest","l":"testShouldGetExchangeRates()"},{"p":"test","c":"BitPayTest","l":"testShouldGetInvoice()"},{"p":"test","c":"BitPayTest","l":"testShouldGetInvoiceId()"},{"p":"test","c":"BitPayTest2","l":"testShouldGetInvoiceId()"},{"p":"test","c":"BitPayTest","l":"testShouldGetInvoices()"},{"p":"test","c":"BitPayTest","l":"testShouldGetInvoiceStatus()"},{"p":"test","c":"BitPayTest","l":"testShouldGetInvoiceURL()"},{"p":"test","c":"BitPayTest","l":"testShouldGetLedgerBtc()"},{"p":"test","c":"BitPayTest","l":"testShouldGetLedgers()"},{"p":"test","c":"BitPayTest","l":"testShouldGetLedgerUsd()"},{"p":"test","c":"BitPayTest3","l":"testShouldSubmitGetAndDeletePayoutBatch()"},{"p":"test","c":"BitPayTest3","l":"testShouldSubmitPayoutBatch()"},{"p":"test","c":"BitPayTest","l":"testShouldUpdateExchangeRates()"},{"p":"com.bitpay.model","c":"Currency","l":"THB"},{"p":"com.bitpay.model","c":"Currency","l":"TJS"},{"p":"com.bitpay.model","c":"Currency","l":"TMT"},{"p":"com.bitpay.model","c":"Currency","l":"TND"},{"p":"com.bitpay.model","c":"Token","l":"Token()","url":"%3Cinit%3E()"},{"p":"com.bitpay.model","c":"Currency","l":"TOP"},{"p":"com.bitpay.model","c":"Currency","l":"TRY"},{"p":"com.bitpay.model","c":"Currency","l":"TTD"},{"p":"com.bitpay.model","c":"Currency","l":"TWD"},{"p":"com.bitpay.model","c":"Currency","l":"TZS"},{"p":"com.bitpay.model","c":"Currency","l":"UAH"},{"p":"com.bitpay.model","c":"Currency","l":"UGX"},{"p":"com.bitpay.model","c":"Rates","l":"update()"},{"p":"com.bitpay","c":"Client","l":"update(String, String)","url":"update(java.lang.String,java.lang.String)"},{"p":"com.bitpay","c":"Client","l":"updateBill(Bill, String)","url":"updateBill(com.bitpay.model.Bill.Bill,java.lang.String)"},{"p":"com.bitpay.model","c":"Currency","l":"USD"},{"p":"com.bitpay.model","c":"Currency","l":"USDC"},{"p":"com.bitpay.model","c":"Currency","l":"USN"},{"p":"com.bitpay.model","c":"Currency","l":"UYI"},{"p":"com.bitpay.model","c":"Currency","l":"UYU"},{"p":"com.bitpay.model","c":"Currency","l":"UZS"},{"p":"com.bitpay.model","c":"Currency","l":"VEF"},{"p":"com.bitpay.model","c":"Currency","l":"VND"},{"p":"com.bitpay.model","c":"Currency","l":"VUV"},{"p":"com.bitpay.util","c":"BitPayLogger","l":"WARN"},{"p":"com.bitpay.util","c":"BitPayLogger","l":"warn(String)","url":"warn(java.lang.String)"},{"p":"com.bitpay.model","c":"Currency","l":"WST"},{"p":"com.bitpay.model","c":"Currency","l":"XAF"},{"p":"com.bitpay.model","c":"Currency","l":"XCD"},{"p":"com.bitpay.model","c":"Currency","l":"XDR"},{"p":"com.bitpay.model","c":"Currency","l":"XOF"},{"p":"com.bitpay.model","c":"Currency","l":"XPF"},{"p":"com.bitpay.model","c":"Currency","l":"XSU"},{"p":"com.bitpay.model","c":"Currency","l":"XUA"},{"p":"com.bitpay.model","c":"Currency","l":"YER"},{"p":"com.bitpay.model","c":"Currency","l":"ZAR"},{"p":"com.bitpay.model","c":"Currency","l":"ZMW"},{"p":"com.bitpay.model","c":"Currency","l":"ZWL"}] \ No newline at end of file +memberSearchIndex = [{"p":"com.bitpay.model","c":"Currency","l":"AED"},{"p":"com.bitpay.model","c":"Currency","l":"AFN"},{"p":"com.bitpay.model","c":"Currency","l":"ALL"},{"p":"com.bitpay.model","c":"Currency","l":"AMD"},{"p":"com.bitpay.model","c":"Currency","l":"ANG"},{"p":"com.bitpay.model","c":"Currency","l":"AOA"},{"p":"com.bitpay.model","c":"Currency","l":"ARS"},{"p":"com.bitpay.model","c":"Currency","l":"AUD"},{"p":"com.bitpay","c":"Client","l":"authorizeClient(String)","url":"authorizeClient(java.lang.String)"},{"p":"com.bitpay.model","c":"Currency","l":"AWG"},{"p":"com.bitpay.model","c":"Currency","l":"AZN"},{"p":"com.bitpay.model","c":"Currency","l":"BAM"},{"p":"com.bitpay.model","c":"Currency","l":"BBD"},{"p":"com.bitpay.model","c":"Currency","l":"BCH"},{"p":"com.bitpay.model","c":"Currency","l":"BDT"},{"p":"com.bitpay.model","c":"Currency","l":"BGN"},{"p":"com.bitpay.model","c":"Currency","l":"BHD"},{"p":"com.bitpay.model","c":"Currency","l":"BIF"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"Bill()","url":"%3Cinit%3E()"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"Bill(String, String, String, List)","url":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.util.List)"},{"p":"com.bitpay.model.Bill","c":"BillStatus","l":"BillStatus()","url":"%3Cinit%3E()"},{"p":"com.bitpay","c":"Client","l":"BITPAY_TEST_URL"},{"p":"com.bitpay","c":"Client","l":"BITPAY_URL"},{"p":"com.bitpay","c":"BitPayException","l":"BitPayException(String)","url":"%3Cinit%3E(java.lang.String)"},{"p":"com.bitpay.util","c":"BitPayLogger","l":"BitPayLogger(int)","url":"%3Cinit%3E(int)"},{"p":"test","c":"BitPayTest","l":"BitPayTest()","url":"%3Cinit%3E()"},{"p":"test","c":"BitPayTest2","l":"BitPayTest2()","url":"%3Cinit%3E()"},{"p":"test","c":"BitPayTest3","l":"BitPayTest3()","url":"%3Cinit%3E()"},{"p":"com.bitpay.model","c":"Currency","l":"BMD"},{"p":"com.bitpay.model","c":"Currency","l":"BND"},{"p":"com.bitpay.model","c":"Currency","l":"BOB"},{"p":"com.bitpay.model","c":"Currency","l":"BOV"},{"p":"com.bitpay.model","c":"Currency","l":"BRL"},{"p":"com.bitpay.model","c":"Currency","l":"BSD"},{"p":"com.bitpay.model","c":"Currency","l":"BTC"},{"p":"com.bitpay.model","c":"Currency","l":"BTN"},{"p":"com.bitpay.model.Invoice","c":"Buyer","l":"Buyer()","url":"%3Cinit%3E()"},{"p":"com.bitpay.model.Ledger","c":"Buyer","l":"Buyer()","url":"%3Cinit%3E()"},{"p":"com.bitpay.model","c":"Currency","l":"BWP"},{"p":"com.bitpay.model","c":"Currency","l":"BYR"},{"p":"com.bitpay.util","c":"KeyUtils","l":"bytesToHex(byte[])"},{"p":"com.bitpay.model","c":"Currency","l":"BZD"},{"p":"com.bitpay.model","c":"Currency","l":"CAD"},{"p":"com.bitpay.model.Invoice","c":"InvoiceStatus","l":"Cancelled"},{"p":"com.bitpay.model.Payout","c":"PayoutStatus","l":"Cancelled"},{"p":"com.bitpay","c":"Client","l":"cancelPayoutBatch(String)","url":"cancelPayoutBatch(java.lang.String)"},{"p":"com.bitpay","c":"Client","l":"cancelRefundRequest(Invoice, String)","url":"cancelRefundRequest(com.bitpay.model.Invoice.Invoice,java.lang.String)"},{"p":"com.bitpay","c":"Client","l":"cancelRefundRequest(String, String)","url":"cancelRefundRequest(java.lang.String,java.lang.String)"},{"p":"com.bitpay.model","c":"Currency","l":"CDF"},{"p":"com.bitpay.model","c":"Currency","l":"CHE"},{"p":"com.bitpay.model","c":"Currency","l":"CHF"},{"p":"com.bitpay.model","c":"Currency","l":"CHW"},{"p":"com.bitpay.model","c":"Currency","l":"CLF"},{"p":"com.bitpay","c":"Client","l":"Client()","url":"%3Cinit%3E()"},{"p":"com.bitpay","c":"Client","l":"Client(ECKey)","url":"%3Cinit%3E(org.bitcoinj.core.ECKey)"},{"p":"com.bitpay","c":"Client","l":"Client(ECKey, String)","url":"%3Cinit%3E(org.bitcoinj.core.ECKey,java.lang.String)"},{"p":"com.bitpay","c":"Client","l":"Client(ECKey, String, String)","url":"%3Cinit%3E(org.bitcoinj.core.ECKey,java.lang.String,java.lang.String)"},{"p":"com.bitpay","c":"Client","l":"Client(String)","url":"%3Cinit%3E(java.lang.String)"},{"p":"com.bitpay","c":"Client","l":"Client(String, String)","url":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay","c":"Client","l":"Client(URI)","url":"%3Cinit%3E(java.net.URI)"},{"p":"com.bitpay","c":"Client","l":"Client(URI, String)","url":"%3Cinit%3E(java.net.URI,java.lang.String)"},{"p":"com.bitpay","c":"Client","l":"Client(URI, String, String)","url":"%3Cinit%3E(java.net.URI,java.lang.String,java.lang.String)"},{"p":"com.bitpay","c":"Client","l":"clientIsAuthorized(String)","url":"clientIsAuthorized(java.lang.String)"},{"p":"com.bitpay.model","c":"Currency","l":"CLP"},{"p":"com.bitpay.model","c":"Currency","l":"CNY"},{"p":"com.bitpay.model.Bill","c":"BillStatus","l":"Complete"},{"p":"com.bitpay.model.Invoice","c":"InvoiceStatus","l":"Complete"},{"p":"com.bitpay.model.Payout","c":"PayoutStatus","l":"Complete"},{"p":"com.bitpay.model","c":"Currency","l":"COP"},{"p":"com.bitpay.model","c":"Currency","l":"COU"},{"p":"com.bitpay.model","c":"Currency","l":"CRC"},{"p":"com.bitpay","c":"Client","l":"createBill(Bill)","url":"createBill(com.bitpay.model.Bill.Bill)"},{"p":"com.bitpay","c":"Client","l":"createBill(Bill, String, boolean)","url":"createBill(com.bitpay.model.Bill.Bill,java.lang.String,boolean)"},{"p":"com.bitpay.util","c":"KeyUtils","l":"createEcKey()"},{"p":"com.bitpay.util","c":"KeyUtils","l":"createEcKeyFromHexString(String)","url":"createEcKeyFromHexString(java.lang.String)"},{"p":"com.bitpay.util","c":"KeyUtils","l":"createEcKeyFromHexStringFile(String)","url":"createEcKeyFromHexStringFile(java.lang.String)"},{"p":"com.bitpay","c":"Client","l":"createInvoice(Invoice)","url":"createInvoice(com.bitpay.model.Invoice.Invoice)"},{"p":"com.bitpay","c":"Client","l":"createInvoice(Invoice, String)","url":"createInvoice(com.bitpay.model.Invoice.Invoice,java.lang.String)"},{"p":"com.bitpay.model","c":"Currency","l":"CUC"},{"p":"com.bitpay.model","c":"Currency","l":"CUP"},{"p":"com.bitpay.model","c":"Currency","l":"Currency()","url":"%3Cinit%3E()"},{"p":"com.bitpay.model","c":"Currency","l":"CVE"},{"p":"com.bitpay.model","c":"Currency","l":"CZK"},{"p":"com.bitpay.util","c":"DateDeserializer","l":"DateDeserializer()","url":"%3Cinit%3E()"},{"p":"com.bitpay.util","c":"DateSerializer","l":"DateSerializer()","url":"%3Cinit%3E()"},{"p":"com.bitpay.util","c":"BitPayLogger","l":"DEBUG"},{"p":"com.bitpay.util","c":"BitPayLogger","l":"debug(String)","url":"debug(java.lang.String)"},{"p":"com.bitpay","c":"Client","l":"deliverBill(String, String)","url":"deliverBill(java.lang.String,java.lang.String)"},{"p":"com.bitpay","c":"Client","l":"deliverBill(String, String, boolean)","url":"deliverBill(java.lang.String,java.lang.String,boolean)"},{"p":"com.bitpay.util","c":"KeyUtils","l":"deriveSIN(ECKey)","url":"deriveSIN(org.bitcoinj.core.ECKey)"},{"p":"com.bitpay.util","c":"DateDeserializer","l":"deserialize(JsonParser, DeserializationContext)","url":"deserialize(com.fasterxml.jackson.core.JsonParser,com.fasterxml.jackson.databind.DeserializationContext)"},{"p":"com.bitpay.util","c":"PayoutInstructionBtcSummaryDeserializer","l":"deserialize(JsonParser, DeserializationContext)","url":"deserialize(com.fasterxml.jackson.core.JsonParser,com.fasterxml.jackson.databind.DeserializationContext)"},{"p":"com.bitpay.model","c":"Currency","l":"DJF"},{"p":"com.bitpay.model","c":"Currency","l":"DKK"},{"p":"com.bitpay.model","c":"Currency","l":"DOP"},{"p":"com.bitpay.model.Bill","c":"BillStatus","l":"Draft"},{"p":"com.bitpay.model","c":"Currency","l":"DZD"},{"p":"com.bitpay.model","c":"Currency","l":"EGP"},{"p":"com.bitpay.model","c":"Currency","l":"ERN"},{"p":"com.bitpay.util","c":"BitPayLogger","l":"ERR"},{"p":"com.bitpay.util","c":"BitPayLogger","l":"err(String)","url":"err(java.lang.String)"},{"p":"com.bitpay.model","c":"Currency","l":"ETB"},{"p":"com.bitpay.model","c":"Currency","l":"ETH"},{"p":"com.bitpay.model","c":"Currency","l":"EUR"},{"p":"com.bitpay.model","c":"Facade","l":"Facade()","url":"%3Cinit%3E()"},{"p":"com.bitpay.model.Invoice","c":"InvoiceStatus","l":"Failed"},{"p":"com.bitpay.model.Payout","c":"PayoutStatus","l":"Failed"},{"p":"com.bitpay.model","c":"Currency","l":"FJD"},{"p":"com.bitpay.model","c":"Currency","l":"FKP"},{"p":"com.bitpay.model.Invoice","c":"InvoiceStatus","l":"Funded"},{"p":"com.bitpay.model.Payout","c":"PayoutStatus","l":"Funded"},{"p":"com.bitpay.model","c":"Currency","l":"GBP"},{"p":"com.bitpay.model","c":"Currency","l":"GEL"},{"p":"com.bitpay","c":"Client","l":"get(String)","url":"get(java.lang.String)"},{"p":"com.bitpay","c":"Client","l":"get(String, List)","url":"get(java.lang.String,java.util.List)"},{"p":"com.bitpay","c":"Client","l":"get(String, List, boolean)","url":"get(java.lang.String,java.util.List,boolean)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getAcceptanceWindow()"},{"p":"com.bitpay","c":"Client","l":"getAccessToken(String)","url":"getAccessToken(java.lang.String)"},{"p":"com.bitpay.model.Payout","c":"PayoutBatch","l":"getAccount()"},{"p":"com.bitpay.model.Payout","c":"PayoutInstruction","l":"getAddress()"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"getAddress1()"},{"p":"com.bitpay.model.Invoice","c":"Buyer","l":"getAddress1()"},{"p":"com.bitpay.model.Ledger","c":"Buyer","l":"getAddress1()"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"getAddress2()"},{"p":"com.bitpay.model.Invoice","c":"Buyer","l":"getAddress2()"},{"p":"com.bitpay.model.Ledger","c":"Buyer","l":"getAddress2()"},{"p":"com.bitpay","c":"Client","l":"getAllRefunds(Invoice)","url":"getAllRefunds(com.bitpay.model.Invoice.Invoice)"},{"p":"com.bitpay.model","c":"Refund","l":"getAmount()"},{"p":"com.bitpay.model","c":"RefundParams","l":"getAmount()"},{"p":"com.bitpay.model.Invoice","c":"InvoiceTransaction","l":"getAmount()"},{"p":"com.bitpay.model.Ledger","c":"LedgerEntry","l":"getAmount()"},{"p":"com.bitpay.model.Payout","c":"PayoutBatch","l":"getAmount()"},{"p":"com.bitpay.model.Payout","c":"PayoutInstruction","l":"getAmount()"},{"p":"com.bitpay.model.Payout","c":"PayoutInstructionTransaction","l":"getAmount()"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getAmountPaid()"},{"p":"com.bitpay.model.Ledger","c":"Ledger","l":"getBalance()"},{"p":"com.bitpay.model.Invoice","c":"MinerFees","l":"getBch()"},{"p":"com.bitpay.model.Invoice","c":"PaymentCodes","l":"getBch()"},{"p":"com.bitpay.model.Invoice","c":"SupportedTransactionCurrencies","l":"getBch()"},{"p":"com.bitpay.model.Invoice","c":"PaymentTotal","l":"getBCH()"},{"p":"com.bitpay","c":"Client","l":"getBill(String)","url":"getBill(java.lang.String)"},{"p":"com.bitpay","c":"Client","l":"getBill(String, String, boolean)","url":"getBill(java.lang.String,java.lang.String,boolean)"},{"p":"com.bitpay","c":"Client","l":"getBills()"},{"p":"com.bitpay","c":"Client","l":"getBills(String)","url":"getBills(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"PaymentCode","l":"getBip72b()"},{"p":"com.bitpay.model.Invoice","c":"PaymentCode","l":"getBip73()"},{"p":"com.bitpay.model","c":"Refund","l":"getBitcoinAddress()"},{"p":"com.bitpay.model","c":"RefundParams","l":"getBitcoinAddress()"},{"p":"com.bitpay.model.Invoice","c":"MinerFees","l":"getBtc()"},{"p":"com.bitpay.model.Invoice","c":"PaymentCodes","l":"getBtc()"},{"p":"com.bitpay.model.Invoice","c":"SupportedTransactionCurrencies","l":"getBtc()"},{"p":"com.bitpay.model.Payout","c":"PayoutBatch","l":"getBtc()"},{"p":"com.bitpay.model.Payout","c":"PayoutInstruction","l":"getBtc()"},{"p":"com.bitpay.model.Invoice","c":"PaymentTotal","l":"getBTC()"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getBuyer()"},{"p":"com.bitpay.model.Ledger","c":"LedgerEntry","l":"getBuyer()"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"getCc()"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"getCity()"},{"p":"com.bitpay.model.Ledger","c":"Buyer","l":"getCity()"},{"p":"com.bitpay.model","c":"Rate","l":"getCode()"},{"p":"com.bitpay.model.Ledger","c":"LedgerEntry","l":"getCode()"},{"p":"com.bitpay.model.Invoice","c":"InvoiceTransaction","l":"getConfirmations()"},{"p":"com.bitpay.model","c":"Token","l":"getCount()"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"getCountry()"},{"p":"com.bitpay.model.Invoice","c":"Buyer","l":"getCountry()"},{"p":"com.bitpay.model.Ledger","c":"Buyer","l":"getCountry()"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"getCreateDate()"},{"p":"com.bitpay.model","c":"Refund","l":"getCurrency()"},{"p":"com.bitpay.model","c":"RefundParams","l":"getCurrency()"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"getCurrency()"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getCurrency()"},{"p":"com.bitpay.model.Ledger","c":"Ledger","l":"getCurrency()"},{"p":"com.bitpay.model.Payout","c":"PayoutBatch","l":"getCurrency()"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getCurrentTime()"},{"p":"com.bitpay.model.Payout","c":"PayoutInstructionTransaction","l":"getDate()"},{"p":"com.bitpay.model","c":"Token","l":"getDateCreated()"},{"p":"com.bitpay.model.Payout","c":"PayoutBatch","l":"getDateExecuted()"},{"p":"com.bitpay.model.Payout","c":"PayoutBatch","l":"getDepositTotal()"},{"p":"com.bitpay.model.Bill","c":"Item","l":"getDescription()"},{"p":"com.bitpay.model.Ledger","c":"LedgerEntry","l":"getDescription()"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"getDueDate()"},{"p":"com.bitpay.model.Payout","c":"PayoutBatch","l":"getEffectiveDate()"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"getEmail()"},{"p":"com.bitpay.model.Invoice","c":"Buyer","l":"getEmail()"},{"p":"com.bitpay.model.Invoice","c":"InvoiceBuyerProvidedInfo","l":"getEmailAddress()"},{"p":"com.bitpay.model.Invoice","c":"SupportedTransactionCurrency","l":"getEnabled()"},{"p":"com.bitpay.model.Ledger","c":"Ledger","l":"getEntries()"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getExceptionStatus()"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getExchangeRates()"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getExpirationTime()"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getExtendedNotifications()"},{"p":"com.bitpay.model","c":"Token","l":"getFacade()"},{"p":"com.bitpay.model.Payout","c":"PayoutBatch","l":"getFee()"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getFullNotifications()"},{"p":"com.bitpay.model","c":"Refund","l":"getGuid()"},{"p":"com.bitpay.model","c":"RefundParams","l":"getGuid()"},{"p":"com.bitpay.model","c":"Token","l":"getGuid()"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getGuid()"},{"p":"com.bitpay.model.Payout","c":"PayoutBatch","l":"getGuid()"},{"p":"com.bitpay.model","c":"Refund","l":"getId()"},{"p":"com.bitpay.model","c":"Token","l":"getId()"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"getId()"},{"p":"com.bitpay.model.Bill","c":"Item","l":"getId()"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getId()"},{"p":"com.bitpay.model.Ledger","c":"LedgerEntry","l":"getId()"},{"p":"com.bitpay.model.Payout","c":"PayoutBatch","l":"getId()"},{"p":"com.bitpay.model.Payout","c":"PayoutInstruction","l":"getId()"},{"p":"com.bitpay","c":"Client","l":"getIdentity()"},{"p":"com.bitpay.model.Payout","c":"PayoutBatch","l":"getInstructions()"},{"p":"com.bitpay.model","c":"RefundHelper","l":"getInvoice()"},{"p":"com.bitpay","c":"Client","l":"getInvoice(String)","url":"getInvoice(java.lang.String)"},{"p":"com.bitpay","c":"Client","l":"getInvoice(String, String)","url":"getInvoice(java.lang.String,java.lang.String)"},{"p":"com.bitpay.model.Ledger","c":"LedgerEntry","l":"getInvoiceAmount()"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getInvoiceBuyerProvidedInfo()"},{"p":"com.bitpay.model.Ledger","c":"LedgerEntry","l":"getInvoiceCurrency()"},{"p":"com.bitpay.model","c":"RefundParams","l":"getInvoiceId()"},{"p":"com.bitpay.model.Ledger","c":"LedgerEntry","l":"getInvoiceId()"},{"p":"com.bitpay","c":"Client","l":"getInvoices(String, String)","url":"getInvoices(java.lang.String,java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getInvoiceTime()"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getItemCode()"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getItemDesc()"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"getItems()"},{"p":"com.bitpay.util","c":"KeyUtils","l":"getKeyStringFromFile(String)","url":"getKeyStringFromFile(java.lang.String)"},{"p":"com.bitpay.model","c":"Token","l":"getLabel()"},{"p":"com.bitpay.model.Payout","c":"PayoutInstruction","l":"getLabel()"},{"p":"com.bitpay","c":"Client","l":"getLedger(String, String, String)","url":"getLedger(java.lang.String,java.lang.String,java.lang.String)"},{"p":"com.bitpay","c":"Client","l":"getLedgers()"},{"p":"com.bitpay.model.Invoice","c":"Buyer","l":"getLocality()"},{"p":"com.bitpay.model.Ledger","c":"Buyer","l":"getLocality()"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getLowFeeDetected()"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"getMerchant()"},{"p":"com.bitpay.model","c":"Policy","l":"getMethod()"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getMinerFees()"},{"p":"com.bitpay.model","c":"Rate","l":"getName()"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"getName()"},{"p":"com.bitpay.model.Invoice","c":"Buyer","l":"getName()"},{"p":"com.bitpay.model.Invoice","c":"InvoiceBuyerProvidedInfo","l":"getName()"},{"p":"com.bitpay.model.Ledger","c":"Buyer","l":"getName()"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getNotificationEmail()"},{"p":"com.bitpay.model.Payout","c":"PayoutBatch","l":"getNotificationEmail()"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getNotificationURL()"},{"p":"com.bitpay.model.Payout","c":"PayoutBatch","l":"getNotificationURL()"},{"p":"com.bitpay.model.Invoice","c":"Buyer","l":"getNotify()"},{"p":"com.bitpay.model.Ledger","c":"Buyer","l":"getNotify()"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"getNumber()"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getOrderId()"},{"p":"com.bitpay.model.Payout","c":"PayoutInstructionBtcSummary","l":"getPaid()"},{"p":"com.bitpay.model","c":"Token","l":"getPairingCode()"},{"p":"com.bitpay.model","c":"Token","l":"getPairingExpiration()"},{"p":"com.bitpay.model","c":"Policy","l":"getParams()"},{"p":"com.bitpay.model","c":"Refund","l":"getParams()"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"getPassProcessingFee()"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getPaymentCodes()"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getPaymentCurrencies()"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getPaymentDisplaySubTotals()"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getPaymentDisplayTotals()"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getPaymentSubtotals()"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getPaymentTotals()"},{"p":"com.bitpay","c":"Client","l":"getPayoutBatch(String)","url":"getPayoutBatch(java.lang.String)"},{"p":"com.bitpay","c":"Client","l":"getPayoutBatches()"},{"p":"com.bitpay","c":"Client","l":"getPayoutBatches(String)","url":"getPayoutBatches(java.lang.String)"},{"p":"com.bitpay.model.Payout","c":"PayoutBatch","l":"getPercentFee()"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"getPhone()"},{"p":"com.bitpay.model.Invoice","c":"Buyer","l":"getPhone()"},{"p":"com.bitpay.model.Ledger","c":"Buyer","l":"getPhone()"},{"p":"com.bitpay.model.Invoice","c":"InvoiceBuyerProvidedInfo","l":"getPhoneNumber()"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getPhysical()"},{"p":"com.bitpay.model","c":"Token","l":"getPolicies()"},{"p":"com.bitpay.model","c":"Policy","l":"getPolicy()"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getPosData()"},{"p":"com.bitpay.model.Invoice","c":"Buyer","l":"getPostalCode()"},{"p":"com.bitpay.model.Ledger","c":"Buyer","l":"getPostalCode()"},{"p":"com.bitpay.model.Bill","c":"Item","l":"getPrice()"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getPrice()"},{"p":"com.bitpay.model.Payout","c":"PayoutBatch","l":"getPricingMethod()"},{"p":"com.bitpay.model.Bill","c":"Item","l":"getQuantity()"},{"p":"com.bitpay.model.Payout","c":"PayoutBatch","l":"getRate()"},{"p":"com.bitpay.model","c":"Rates","l":"getRate(String)","url":"getRate(java.lang.String)"},{"p":"com.bitpay","c":"Client","l":"getRates()"},{"p":"com.bitpay.model","c":"Rates","l":"getRates()"},{"p":"com.bitpay.model.Invoice","c":"InvoiceTransaction","l":"getReceivedTime()"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getRedirectURL()"},{"p":"com.bitpay.model.Payout","c":"PayoutBatch","l":"getReference()"},{"p":"com.bitpay.model","c":"RefundHelper","l":"getRefund()"},{"p":"com.bitpay","c":"Client","l":"getRefund(Invoice, String)","url":"getRefund(com.bitpay.model.Invoice.Invoice,java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getRefundAddressRequestPending()"},{"p":"com.bitpay.model","c":"Refund","l":"getRefundEmail()"},{"p":"com.bitpay.model","c":"RefundParams","l":"getRefundEmail()"},{"p":"com.bitpay.model.Invoice","c":"Buyer","l":"getRegion()"},{"p":"com.bitpay.model.Ledger","c":"Buyer","l":"getRegion()"},{"p":"com.bitpay.model","c":"Refund","l":"getRequestDate()"},{"p":"com.bitpay.model.Payout","c":"PayoutBatch","l":"getRequestDate()"},{"p":"com.bitpay.model","c":"Token","l":"getResource()"},{"p":"com.bitpay.model.Invoice","c":"MinerFeesItem","l":"getSatoshisPerByte()"},{"p":"com.bitpay.model.Ledger","c":"LedgerEntry","l":"getScale()"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"getState()"},{"p":"com.bitpay.model.Ledger","c":"Buyer","l":"getState()"},{"p":"com.bitpay.model","c":"Refund","l":"getStatus()"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"getStatus()"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getStatus()"},{"p":"com.bitpay.model.Payout","c":"PayoutBatch","l":"getStatus()"},{"p":"com.bitpay.model.Payout","c":"PayoutInstruction","l":"getStatus()"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getSupportedTransactionCurrencies()"},{"p":"com.bitpay.model.Payout","c":"PayoutBatch","l":"getSupportPhone()"},{"p":"com.bitpay.model.Invoice","c":"InvoiceTransaction","l":"getTime()"},{"p":"com.bitpay.model.Ledger","c":"LedgerEntry","l":"getTimestamp()"},{"p":"com.bitpay.model","c":"Refund","l":"getToken()"},{"p":"com.bitpay.model","c":"RefundParams","l":"getToken()"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"getToken()"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getToken()"},{"p":"com.bitpay.model.Payout","c":"PayoutBatch","l":"getToken()"},{"p":"com.bitpay.model.Invoice","c":"MinerFeesItem","l":"getTotalFee()"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getTransactionCurrency()"},{"p":"com.bitpay.model.Ledger","c":"LedgerEntry","l":"getTransactionCurrency()"},{"p":"com.bitpay.model.Invoice","c":"InvoiceTransaction","l":"getTransactionId()"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getTransactions()"},{"p":"com.bitpay.model.Payout","c":"PayoutInstruction","l":"getTransactions()"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getTransactionSpeed()"},{"p":"com.bitpay.model.Payout","c":"PayoutInstructionTransaction","l":"getTxid()"},{"p":"com.bitpay.model.Ledger","c":"LedgerEntry","l":"getTxType()"},{"p":"com.bitpay.model.Ledger","c":"LedgerEntry","l":"getType()"},{"p":"com.bitpay.model.Payout","c":"PayoutInstructionBtcSummary","l":"getUnpaid()"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"getUrl()"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"getUrl()"},{"p":"com.bitpay.model","c":"Rate","l":"getValue()"},{"p":"com.bitpay.model","c":"Token","l":"getValue()"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"getZip()"},{"p":"com.bitpay.model.Ledger","c":"Buyer","l":"getZip()"},{"p":"com.bitpay.model","c":"Currency","l":"GHS"},{"p":"com.bitpay.model","c":"Currency","l":"GIP"},{"p":"com.bitpay.model","c":"Currency","l":"GMD"},{"p":"com.bitpay.model","c":"Currency","l":"GNF"},{"p":"com.bitpay.model","c":"Currency","l":"GTQ"},{"p":"com.bitpay.model","c":"Currency","l":"GUSD"},{"p":"com.bitpay.model","c":"Currency","l":"GYD"},{"p":"com.bitpay.util","c":"KeyUtils","l":"hexToBytes(String)","url":"hexToBytes(java.lang.String)"},{"p":"com.bitpay.model","c":"Currency","l":"HKD"},{"p":"com.bitpay.model","c":"Currency","l":"HNL"},{"p":"com.bitpay.model","c":"Currency","l":"HRK"},{"p":"com.bitpay.model","c":"Currency","l":"HTG"},{"p":"com.bitpay.model","c":"Currency","l":"HUF"},{"p":"com.bitpay.model","c":"Currency","l":"IDR"},{"p":"com.bitpay.model","c":"Currency","l":"ILS"},{"p":"com.bitpay.util","c":"BitPayLogger","l":"INFO"},{"p":"com.bitpay.util","c":"BitPayLogger","l":"info(String)","url":"info(java.lang.String)"},{"p":"com.bitpay.model","c":"Currency","l":"INR"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"Invoice()","url":"%3Cinit%3E()"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"Invoice(Double, String)","url":"%3Cinit%3E(java.lang.Double,java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"InvoiceBuyerProvidedInfo","l":"InvoiceBuyerProvidedInfo()","url":"%3Cinit%3E()"},{"p":"com.bitpay.model.Invoice","c":"InvoiceStatus","l":"InvoiceStatus()","url":"%3Cinit%3E()"},{"p":"com.bitpay.model.Invoice","c":"InvoiceTransaction","l":"InvoiceTransaction()","url":"%3Cinit%3E()"},{"p":"com.bitpay.model","c":"Currency","l":"IQD"},{"p":"com.bitpay.model","c":"Currency","l":"IRR"},{"p":"com.bitpay","c":"Client","l":"isFullyPaid(Invoice)","url":"isFullyPaid(com.bitpay.model.Invoice.Invoice)"},{"p":"com.bitpay.model","c":"Currency","l":"ISK"},{"p":"com.bitpay.model","c":"Currency","l":"isValid(String)","url":"isValid(java.lang.String)"},{"p":"com.bitpay.model.Bill","c":"Item","l":"Item()","url":"%3Cinit%3E()"},{"p":"com.bitpay.model","c":"Currency","l":"JMD"},{"p":"com.bitpay.model","c":"Currency","l":"JOD"},{"p":"com.bitpay.model","c":"Currency","l":"JPY"},{"p":"com.bitpay.model","c":"Currency","l":"KES"},{"p":"com.bitpay.util","c":"KeyUtils","l":"KeyUtils()","url":"%3Cinit%3E()"},{"p":"com.bitpay.model","c":"Currency","l":"KGS"},{"p":"com.bitpay.model","c":"Currency","l":"KHR"},{"p":"com.bitpay.model","c":"Currency","l":"KMF"},{"p":"com.bitpay.model","c":"Currency","l":"KPW"},{"p":"com.bitpay.model","c":"Currency","l":"KRW"},{"p":"com.bitpay.model","c":"Currency","l":"KWD"},{"p":"com.bitpay.model","c":"Currency","l":"KYD"},{"p":"com.bitpay.model","c":"Currency","l":"KZT"},{"p":"com.bitpay.model","c":"Currency","l":"LAK"},{"p":"com.bitpay.model","c":"Currency","l":"LBP"},{"p":"com.bitpay.model.Ledger","c":"Ledger","l":"Ledger()","url":"%3Cinit%3E()"},{"p":"com.bitpay.model.Ledger","c":"LedgerEntry","l":"LedgerEntry()","url":"%3Cinit%3E()"},{"p":"com.bitpay.model","c":"Currency","l":"LKR"},{"p":"com.bitpay.util","c":"KeyUtils","l":"loadEcKey()"},{"p":"com.bitpay.util","c":"KeyUtils","l":"loadEcKey(URI)","url":"loadEcKey(java.net.URI)"},{"p":"com.bitpay.model","c":"Currency","l":"LRD"},{"p":"com.bitpay.model","c":"Currency","l":"LSL"},{"p":"com.bitpay.model","c":"Currency","l":"LYD"},{"p":"com.bitpay.model","c":"Currency","l":"MAD"},{"p":"com.bitpay.model","c":"Currency","l":"MDL"},{"p":"com.bitpay.model","c":"Facade","l":"Merchant"},{"p":"com.bitpay.model.Payout","c":"PayoutBatch","l":"MethodManual2"},{"p":"com.bitpay.model.Payout","c":"PayoutBatch","l":"MethodVwap24"},{"p":"com.bitpay.model","c":"Currency","l":"MGA"},{"p":"com.bitpay.model.Invoice","c":"MinerFees","l":"MinerFees()","url":"%3Cinit%3E()"},{"p":"com.bitpay.model.Invoice","c":"MinerFeesItem","l":"MinerFeesItem()","url":"%3Cinit%3E()"},{"p":"com.bitpay.model","c":"Currency","l":"MKD"},{"p":"com.bitpay.model","c":"Currency","l":"MMK"},{"p":"com.bitpay.model","c":"Currency","l":"MNT"},{"p":"com.bitpay.model","c":"Currency","l":"MOP"},{"p":"com.bitpay.model","c":"Currency","l":"MRU"},{"p":"com.bitpay.model","c":"Currency","l":"MUR"},{"p":"com.bitpay.model","c":"Currency","l":"MVR"},{"p":"com.bitpay.model","c":"Currency","l":"MWK"},{"p":"com.bitpay.model","c":"Currency","l":"MXN"},{"p":"com.bitpay.model","c":"Currency","l":"MXV"},{"p":"com.bitpay.model","c":"Currency","l":"MYR"},{"p":"com.bitpay.model","c":"Currency","l":"MZN"},{"p":"com.bitpay.model","c":"Currency","l":"NAD"},{"p":"com.bitpay.model.Bill","c":"BillStatus","l":"New"},{"p":"com.bitpay.model.Invoice","c":"InvoiceStatus","l":"New"},{"p":"com.bitpay.model.Payout","c":"PayoutStatus","l":"New"},{"p":"com.bitpay.model","c":"Currency","l":"NGN"},{"p":"com.bitpay.model","c":"Currency","l":"NIO"},{"p":"com.bitpay.model","c":"Currency","l":"NOK"},{"p":"com.bitpay.model","c":"Currency","l":"NPR"},{"p":"com.bitpay.model","c":"Currency","l":"NZD"},{"p":"com.bitpay.util","c":"BitPayLogger","l":"OFF"},{"p":"com.bitpay.model","c":"Currency","l":"OMR"},{"p":"com.bitpay.model","c":"Currency","l":"PAB"},{"p":"com.bitpay.model.Bill","c":"BillStatus","l":"Paid"},{"p":"com.bitpay.model.Payout","c":"PayoutStatus","l":"Paid"},{"p":"com.bitpay.model","c":"Currency","l":"PAX"},{"p":"com.bitpay.model.Invoice","c":"PaymentCode","l":"PaymentCode()","url":"%3Cinit%3E()"},{"p":"com.bitpay.model.Invoice","c":"PaymentCodes","l":"PaymentCodes()","url":"%3Cinit%3E()"},{"p":"com.bitpay.model.Invoice","c":"PaymentTotal","l":"PaymentTotal()","url":"%3Cinit%3E()"},{"p":"com.bitpay.model.Payout","c":"PayoutBatch","l":"PayoutBatch()","url":"%3Cinit%3E()"},{"p":"com.bitpay.model.Payout","c":"PayoutBatch","l":"PayoutBatch(String, long, List)","url":"%3Cinit%3E(java.lang.String,long,java.util.List)"},{"p":"com.bitpay.model.Payout","c":"PayoutInstruction","l":"PayoutInstruction()","url":"%3Cinit%3E()"},{"p":"com.bitpay.model.Payout","c":"PayoutInstruction","l":"PayoutInstruction(Double, String)","url":"%3Cinit%3E(java.lang.Double,java.lang.String)"},{"p":"com.bitpay.model.Payout","c":"PayoutInstructionBtcSummary","l":"PayoutInstructionBtcSummary(Double, Double)","url":"%3Cinit%3E(java.lang.Double,java.lang.Double)"},{"p":"com.bitpay.util","c":"PayoutInstructionBtcSummaryDeserializer","l":"PayoutInstructionBtcSummaryDeserializer()","url":"%3Cinit%3E()"},{"p":"com.bitpay.model.Payout","c":"PayoutInstructionTransaction","l":"PayoutInstructionTransaction()","url":"%3Cinit%3E()"},{"p":"com.bitpay.model.Payout","c":"PayoutStatus","l":"PayoutStatus()","url":"%3Cinit%3E()"},{"p":"com.bitpay.model","c":"Facade","l":"Payroll"},{"p":"com.bitpay.model","c":"Currency","l":"PEN"},{"p":"com.bitpay.model","c":"Currency","l":"PGK"},{"p":"com.bitpay.model","c":"Currency","l":"PHP"},{"p":"com.bitpay.model","c":"Currency","l":"PKR"},{"p":"com.bitpay.model","c":"Currency","l":"PLN"},{"p":"com.bitpay.model","c":"Facade","l":"PointOfSale"},{"p":"com.bitpay.model","c":"Policy","l":"Policy()","url":"%3Cinit%3E()"},{"p":"com.bitpay","c":"Client","l":"post(String, String)","url":"post(java.lang.String,java.lang.String)"},{"p":"com.bitpay","c":"Client","l":"post(String, String, boolean)","url":"post(java.lang.String,java.lang.String,boolean)"},{"p":"com.bitpay","c":"Client","l":"postWithSignature(String, String)","url":"postWithSignature(java.lang.String,java.lang.String)"},{"p":"com.bitpay.util","c":"KeyUtils","l":"privateKeyExists()"},{"p":"com.bitpay.model.Invoice","c":"InvoiceStatus","l":"Processing"},{"p":"com.bitpay.model.Payout","c":"PayoutStatus","l":"Processing"},{"p":"com.bitpay","c":"Client","l":"PUBLIC_NO_TOKEN"},{"p":"com.bitpay.model","c":"Currency","l":"PYG"},{"p":"com.bitpay.model","c":"Currency","l":"QAR"},{"p":"com.bitpay.model","c":"Rate","l":"Rate()","url":"%3Cinit%3E()"},{"p":"com.bitpay.model","c":"Rates","l":"Rates(List, Client)","url":"%3Cinit%3E(java.util.List,com.bitpay.Client)"},{"p":"com.bitpay.model","c":"Refund","l":"Refund()","url":"%3Cinit%3E()"},{"p":"com.bitpay.model","c":"RefundHelper","l":"RefundHelper(Refund, Invoice)","url":"%3Cinit%3E(com.bitpay.model.Refund,com.bitpay.model.Invoice.Invoice)"},{"p":"com.bitpay.model","c":"RefundParams","l":"RefundParams()","url":"%3Cinit%3E()"},{"p":"com.bitpay","c":"Client","l":"requestClientAuthorization(String)","url":"requestClientAuthorization(java.lang.String)"},{"p":"com.bitpay","c":"Client","l":"requestRefund(Invoice, String, Double, String)","url":"requestRefund(com.bitpay.model.Invoice.Invoice,java.lang.String,java.lang.Double,java.lang.String)"},{"p":"com.bitpay","c":"Client","l":"requestRefund(String, String)","url":"requestRefund(java.lang.String,java.lang.String)"},{"p":"com.bitpay","c":"Client","l":"responseToJsonString(HttpResponse)","url":"responseToJsonString(org.apache.http.HttpResponse)"},{"p":"com.bitpay.model","c":"Currency","l":"RON"},{"p":"com.bitpay.model","c":"Currency","l":"RSD"},{"p":"com.bitpay.model","c":"Currency","l":"RUB"},{"p":"com.bitpay.model","c":"Currency","l":"RWF"},{"p":"com.bitpay.model","c":"Currency","l":"SAR"},{"p":"com.bitpay.util","c":"KeyUtils","l":"saveEcKey(ECKey)","url":"saveEcKey(org.bitcoinj.core.ECKey)"},{"p":"com.bitpay.util","c":"KeyUtils","l":"saveEcKey(ECKey, URI)","url":"saveEcKey(org.bitcoinj.core.ECKey,java.net.URI)"},{"p":"com.bitpay.model","c":"Currency","l":"SBD"},{"p":"com.bitpay.model","c":"Currency","l":"SCR"},{"p":"com.bitpay.model","c":"Currency","l":"SDG"},{"p":"com.bitpay.model","c":"Currency","l":"SEK"},{"p":"com.bitpay.model.Bill","c":"BillStatus","l":"Sent"},{"p":"com.bitpay.util","c":"DateSerializer","l":"serialize(Long, JsonGenerator, SerializerProvider)","url":"serialize(java.lang.Long,com.fasterxml.jackson.core.JsonGenerator,com.fasterxml.jackson.databind.SerializerProvider)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setAcceptanceWindow(long)"},{"p":"com.bitpay.model.Payout","c":"PayoutBatch","l":"setAccount(String)","url":"setAccount(java.lang.String)"},{"p":"com.bitpay.model.Payout","c":"PayoutInstruction","l":"setAddress(String)","url":"setAddress(java.lang.String)"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"setAddress1(String)","url":"setAddress1(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"Buyer","l":"setAddress1(String)","url":"setAddress1(java.lang.String)"},{"p":"com.bitpay.model.Ledger","c":"Buyer","l":"setAddress1(String)","url":"setAddress1(java.lang.String)"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"setAddress2(String)","url":"setAddress2(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"Buyer","l":"setAddress2(String)","url":"setAddress2(java.lang.String)"},{"p":"com.bitpay.model.Ledger","c":"Buyer","l":"setAddress2(String)","url":"setAddress2(java.lang.String)"},{"p":"com.bitpay.model","c":"Refund","l":"setAmount(Double)","url":"setAmount(java.lang.Double)"},{"p":"com.bitpay.model","c":"RefundParams","l":"setAmount(Double)","url":"setAmount(java.lang.Double)"},{"p":"com.bitpay.model.Invoice","c":"InvoiceTransaction","l":"setAmount(Double)","url":"setAmount(java.lang.Double)"},{"p":"com.bitpay.model.Payout","c":"PayoutBatch","l":"setAmount(Double)","url":"setAmount(java.lang.Double)"},{"p":"com.bitpay.model.Payout","c":"PayoutInstruction","l":"setAmount(Double)","url":"setAmount(java.lang.Double)"},{"p":"com.bitpay.model.Payout","c":"PayoutInstructionTransaction","l":"setAmount(Double)","url":"setAmount(java.lang.Double)"},{"p":"com.bitpay.model.Ledger","c":"LedgerEntry","l":"setAmount(String)","url":"setAmount(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setAmountPaid(long)"},{"p":"com.bitpay.model.Ledger","c":"Ledger","l":"setBalance(Double)","url":"setBalance(java.lang.Double)"},{"p":"com.bitpay.model.Invoice","c":"PaymentTotal","l":"setBch(Double)","url":"setBch(java.lang.Double)"},{"p":"com.bitpay.model.Invoice","c":"MinerFees","l":"setBch(MinerFeesItem)","url":"setBch(com.bitpay.model.Invoice.MinerFeesItem)"},{"p":"com.bitpay.model.Invoice","c":"PaymentCodes","l":"setBch(PaymentCode)","url":"setBch(com.bitpay.model.Invoice.PaymentCode)"},{"p":"com.bitpay.model.Invoice","c":"SupportedTransactionCurrencies","l":"setBch(SupportedTransactionCurrency)","url":"setBch(com.bitpay.model.Invoice.SupportedTransactionCurrency)"},{"p":"com.bitpay.model.Invoice","c":"PaymentCode","l":"setBip72b(String)","url":"setBip72b(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"PaymentCode","l":"setBip73(String)","url":"setBip73(java.lang.String)"},{"p":"com.bitpay.model","c":"Refund","l":"setBitcoinAddress(String)","url":"setBitcoinAddress(java.lang.String)"},{"p":"com.bitpay.model","c":"RefundParams","l":"setBitcoinAddress(String)","url":"setBitcoinAddress(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"PaymentTotal","l":"setBtc(Double)","url":"setBtc(java.lang.Double)"},{"p":"com.bitpay.model.Payout","c":"PayoutBatch","l":"setBtc(Double)","url":"setBtc(java.lang.Double)"},{"p":"com.bitpay.model.Invoice","c":"MinerFees","l":"setBtc(MinerFeesItem)","url":"setBtc(com.bitpay.model.Invoice.MinerFeesItem)"},{"p":"com.bitpay.model.Invoice","c":"PaymentCodes","l":"setBtc(PaymentCode)","url":"setBtc(com.bitpay.model.Invoice.PaymentCode)"},{"p":"com.bitpay.model.Payout","c":"PayoutInstruction","l":"setBtc(PayoutInstructionBtcSummary)","url":"setBtc(com.bitpay.model.Payout.PayoutInstructionBtcSummary)"},{"p":"com.bitpay.model.Invoice","c":"SupportedTransactionCurrencies","l":"setBtc(SupportedTransactionCurrency)","url":"setBtc(com.bitpay.model.Invoice.SupportedTransactionCurrency)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setBuyer(Buyer)","url":"setBuyer(com.bitpay.model.Invoice.Buyer)"},{"p":"com.bitpay.model.Ledger","c":"LedgerEntry","l":"setBuyer(Buyer)","url":"setBuyer(com.bitpay.model.Ledger.Buyer)"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"setCc(List)","url":"setCc(java.util.List)"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"setCity(String)","url":"setCity(java.lang.String)"},{"p":"com.bitpay.model.Ledger","c":"Buyer","l":"setCity(String)","url":"setCity(java.lang.String)"},{"p":"com.bitpay.model","c":"Rate","l":"setCode(String)","url":"setCode(java.lang.String)"},{"p":"com.bitpay.model.Ledger","c":"LedgerEntry","l":"setCode(String)","url":"setCode(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"InvoiceTransaction","l":"setConfirmations(int)"},{"p":"com.bitpay.model","c":"Token","l":"setCount(int)"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"setCountry(String)","url":"setCountry(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"Buyer","l":"setCountry(String)","url":"setCountry(java.lang.String)"},{"p":"com.bitpay.model.Ledger","c":"Buyer","l":"setCountry(String)","url":"setCountry(java.lang.String)"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"setCreateDate(String)","url":"setCreateDate(java.lang.String)"},{"p":"com.bitpay.model","c":"Refund","l":"setCurrency(String)","url":"setCurrency(java.lang.String)"},{"p":"com.bitpay.model","c":"RefundParams","l":"setCurrency(String)","url":"setCurrency(java.lang.String)"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"setCurrency(String)","url":"setCurrency(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setCurrency(String)","url":"setCurrency(java.lang.String)"},{"p":"com.bitpay.model.Ledger","c":"Ledger","l":"setCurrency(String)","url":"setCurrency(java.lang.String)"},{"p":"com.bitpay.model.Payout","c":"PayoutBatch","l":"setCurrency(String)","url":"setCurrency(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setCurrentTime(long)"},{"p":"com.bitpay.model.Payout","c":"PayoutInstructionTransaction","l":"setDate(Long)","url":"setDate(java.lang.Long)"},{"p":"com.bitpay.model","c":"Token","l":"setDateCreated(long)"},{"p":"com.bitpay.model.Payout","c":"PayoutBatch","l":"setDateExecuted(long)"},{"p":"com.bitpay.model.Payout","c":"PayoutBatch","l":"setDepositTotal(Double)","url":"setDepositTotal(java.lang.Double)"},{"p":"com.bitpay.model.Bill","c":"Item","l":"setDescription(String)","url":"setDescription(java.lang.String)"},{"p":"com.bitpay.model.Ledger","c":"LedgerEntry","l":"setDescription(String)","url":"setDescription(java.lang.String)"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"setDueDate(String)","url":"setDueDate(java.lang.String)"},{"p":"com.bitpay.model.Payout","c":"PayoutBatch","l":"setEffectiveDate(long)"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"setEmail(String)","url":"setEmail(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"Buyer","l":"setEmail(String)","url":"setEmail(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"InvoiceBuyerProvidedInfo","l":"setEmailAddress(String)","url":"setEmailAddress(java.lang.String)"},{"p":"com.bitpay.model.Ledger","c":"Ledger","l":"setEntries(List)","url":"setEntries(java.util.List)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setExceptionStatus(String)","url":"setExceptionStatus(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setExchangeRates(Hashtable>)","url":"setExchangeRates(java.util.Hashtable)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setExpirationTime(long)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setExtendedNotifications(boolean)"},{"p":"com.bitpay.model","c":"Token","l":"setFacade(String)","url":"setFacade(java.lang.String)"},{"p":"com.bitpay.model.Payout","c":"PayoutBatch","l":"setFee(Double)","url":"setFee(java.lang.Double)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setFullNotifications(boolean)"},{"p":"com.bitpay.model","c":"Refund","l":"setGuid(String)","url":"setGuid(java.lang.String)"},{"p":"com.bitpay.model","c":"RefundParams","l":"setGuid(String)","url":"setGuid(java.lang.String)"},{"p":"com.bitpay.model","c":"Token","l":"setGuid(String)","url":"setGuid(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setGuid(String)","url":"setGuid(java.lang.String)"},{"p":"com.bitpay.model.Payout","c":"PayoutBatch","l":"setGuid(String)","url":"setGuid(java.lang.String)"},{"p":"com.bitpay.model","c":"Refund","l":"setId(String)","url":"setId(java.lang.String)"},{"p":"com.bitpay.model","c":"Token","l":"setId(String)","url":"setId(java.lang.String)"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"setId(String)","url":"setId(java.lang.String)"},{"p":"com.bitpay.model.Bill","c":"Item","l":"setId(String)","url":"setId(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setId(String)","url":"setId(java.lang.String)"},{"p":"com.bitpay.model.Ledger","c":"LedgerEntry","l":"setId(String)","url":"setId(java.lang.String)"},{"p":"com.bitpay.model.Payout","c":"PayoutBatch","l":"setId(String)","url":"setId(java.lang.String)"},{"p":"com.bitpay.model.Payout","c":"PayoutInstruction","l":"setId(String)","url":"setId(java.lang.String)"},{"p":"com.bitpay.model.Payout","c":"PayoutBatch","l":"setInstructions(List)","url":"setInstructions(java.util.List)"},{"p":"com.bitpay.model.Ledger","c":"LedgerEntry","l":"setInvoiceAmount(Double)","url":"setInvoiceAmount(java.lang.Double)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setInvoiceBuyerProvidedInfo(InvoiceBuyerProvidedInfo)","url":"setInvoiceBuyerProvidedInfo(com.bitpay.model.Invoice.InvoiceBuyerProvidedInfo)"},{"p":"com.bitpay.model.Ledger","c":"LedgerEntry","l":"setInvoiceCurrency(String)","url":"setInvoiceCurrency(java.lang.String)"},{"p":"com.bitpay.model","c":"RefundParams","l":"setInvoiceId(String)","url":"setInvoiceId(java.lang.String)"},{"p":"com.bitpay.model.Ledger","c":"LedgerEntry","l":"setInvoiceId(String)","url":"setInvoiceId(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setInvoiceTime(String)","url":"setInvoiceTime(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setItemCode(String)","url":"setItemCode(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setItemDesc(String)","url":"setItemDesc(java.lang.String)"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"setItems(List)","url":"setItems(java.util.List)"},{"p":"com.bitpay.model","c":"Token","l":"setLabel(String)","url":"setLabel(java.lang.String)"},{"p":"com.bitpay.model.Payout","c":"PayoutInstruction","l":"setLabel(String)","url":"setLabel(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"Buyer","l":"setLocality(String)","url":"setLocality(java.lang.String)"},{"p":"com.bitpay.model.Ledger","c":"Buyer","l":"setLocality(String)","url":"setLocality(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setLowFeeDetected(String)","url":"setLowFeeDetected(java.lang.String)"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"setMerchant(String)","url":"setMerchant(java.lang.String)"},{"p":"com.bitpay.model","c":"Policy","l":"setMethod(String)","url":"setMethod(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setMinerFees(MinerFees)","url":"setMinerFees(com.bitpay.model.Invoice.MinerFees)"},{"p":"com.bitpay.model","c":"Rate","l":"setName(String)","url":"setName(java.lang.String)"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"setName(String)","url":"setName(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"Buyer","l":"setName(String)","url":"setName(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"InvoiceBuyerProvidedInfo","l":"setName(String)","url":"setName(java.lang.String)"},{"p":"com.bitpay.model.Ledger","c":"Buyer","l":"setName(String)","url":"setName(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setNotificationEmail(String)","url":"setNotificationEmail(java.lang.String)"},{"p":"com.bitpay.model.Payout","c":"PayoutBatch","l":"setNotificationEmail(String)","url":"setNotificationEmail(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setNotificationURL(String)","url":"setNotificationURL(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"Buyer","l":"setNotify(boolean)"},{"p":"com.bitpay.model.Invoice","c":"SupportedTransactionCurrency","l":"setNotify(boolean)"},{"p":"com.bitpay.model.Ledger","c":"Buyer","l":"setNotify(boolean)"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"setNumber(String)","url":"setNumber(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setOrderId(String)","url":"setOrderId(java.lang.String)"},{"p":"com.bitpay.model","c":"Token","l":"setPairingCode(String)","url":"setPairingCode(java.lang.String)"},{"p":"com.bitpay.model","c":"Token","l":"setPairingExpiration(long)"},{"p":"com.bitpay.model","c":"Policy","l":"setParams(List)","url":"setParams(java.util.List)"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"setPassProcessingFee(boolean)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setPaymentCodes(PaymentCodes)","url":"setPaymentCodes(com.bitpay.model.Invoice.PaymentCodes)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setPaymentCurrencies(List)","url":"setPaymentCurrencies(java.util.List)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setPaymentDisplaySubTotals(PaymentTotal)","url":"setPaymentDisplaySubTotals(com.bitpay.model.Invoice.PaymentTotal)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setPaymentDisplayTotals(PaymentTotal)","url":"setPaymentDisplayTotals(com.bitpay.model.Invoice.PaymentTotal)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setPaymentSubtotals(PaymentTotal)","url":"setPaymentSubtotals(com.bitpay.model.Invoice.PaymentTotal)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setPaymentTotals(PaymentTotal)","url":"setPaymentTotals(com.bitpay.model.Invoice.PaymentTotal)"},{"p":"com.bitpay.model","c":"Refund","l":"setPaymentUrls(RefundParams)","url":"setPaymentUrls(com.bitpay.model.RefundParams)"},{"p":"com.bitpay.model.Payout","c":"PayoutBatch","l":"setPercentFee(Double)","url":"setPercentFee(java.lang.Double)"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"setPhone(String)","url":"setPhone(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"Buyer","l":"setPhone(String)","url":"setPhone(java.lang.String)"},{"p":"com.bitpay.model.Ledger","c":"Buyer","l":"setPhone(String)","url":"setPhone(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"InvoiceBuyerProvidedInfo","l":"setPhoneNumber(String)","url":"setPhoneNumber(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setPhysical(boolean)"},{"p":"com.bitpay.model","c":"Token","l":"setPolicies(List)","url":"setPolicies(java.util.List)"},{"p":"com.bitpay.model","c":"Policy","l":"setPolicy(String)","url":"setPolicy(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setPosData(String)","url":"setPosData(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"Buyer","l":"setPostalCode(String)","url":"setPostalCode(java.lang.String)"},{"p":"com.bitpay.model.Ledger","c":"Buyer","l":"setPostalCode(String)","url":"setPostalCode(java.lang.String)"},{"p":"com.bitpay.model.Bill","c":"Item","l":"setPrice(Double)","url":"setPrice(java.lang.Double)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setPrice(Double)","url":"setPrice(java.lang.Double)"},{"p":"com.bitpay.model.Payout","c":"PayoutBatch","l":"setPricingMethod(String)","url":"setPricingMethod(java.lang.String)"},{"p":"com.bitpay.model.Bill","c":"Item","l":"setQuantity(Integer)","url":"setQuantity(java.lang.Integer)"},{"p":"com.bitpay.model.Payout","c":"PayoutBatch","l":"setRate(Double)","url":"setRate(java.lang.Double)"},{"p":"com.bitpay.model.Invoice","c":"InvoiceTransaction","l":"setReceivedTime(Date)","url":"setReceivedTime(java.util.Date)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setRedirectURL(String)","url":"setRedirectURL(java.lang.String)"},{"p":"com.bitpay.model.Payout","c":"PayoutBatch","l":"setRedirectURL(String)","url":"setRedirectURL(java.lang.String)"},{"p":"com.bitpay.model.Payout","c":"PayoutBatch","l":"setReference(String)","url":"setReference(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setRefundAddressRequestPending(String)","url":"setRefundAddressRequestPending(java.lang.String)"},{"p":"com.bitpay.model","c":"Refund","l":"setRefundEmail(String)","url":"setRefundEmail(java.lang.String)"},{"p":"com.bitpay.model","c":"RefundParams","l":"setRefundEmail(String)","url":"setRefundEmail(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"Buyer","l":"setRegion(String)","url":"setRegion(java.lang.String)"},{"p":"com.bitpay.model.Ledger","c":"Buyer","l":"setRegion(String)","url":"setRegion(java.lang.String)"},{"p":"com.bitpay.model","c":"Refund","l":"setRequestDate(Date)","url":"setRequestDate(java.util.Date)"},{"p":"com.bitpay.model.Payout","c":"PayoutBatch","l":"setRequestDate(long)"},{"p":"com.bitpay.model","c":"Token","l":"setResource(String)","url":"setResource(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"MinerFeesItem","l":"setSatoshisPerByte(Double)","url":"setSatoshisPerByte(java.lang.Double)"},{"p":"com.bitpay.model.Ledger","c":"LedgerEntry","l":"setScale(String)","url":"setScale(java.lang.String)"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"setState(String)","url":"setState(java.lang.String)"},{"p":"com.bitpay.model.Ledger","c":"Buyer","l":"setState(String)","url":"setState(java.lang.String)"},{"p":"com.bitpay.model","c":"Refund","l":"setStatus(String)","url":"setStatus(java.lang.String)"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"setStatus(String)","url":"setStatus(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setStatus(String)","url":"setStatus(java.lang.String)"},{"p":"com.bitpay.model.Payout","c":"PayoutBatch","l":"setStatus(String)","url":"setStatus(java.lang.String)"},{"p":"com.bitpay.model.Payout","c":"PayoutInstruction","l":"setStatus(String)","url":"setStatus(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setSupportedTransactionCurrencies(SupportedTransactionCurrencies)","url":"setSupportedTransactionCurrencies(com.bitpay.model.Invoice.SupportedTransactionCurrencies)"},{"p":"com.bitpay.model.Payout","c":"PayoutBatch","l":"setSupportPhone(String)","url":"setSupportPhone(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"InvoiceTransaction","l":"setTime(Date)","url":"setTime(java.util.Date)"},{"p":"com.bitpay.model.Ledger","c":"LedgerEntry","l":"setTimestamp(String)","url":"setTimestamp(java.lang.String)"},{"p":"com.bitpay.model","c":"Refund","l":"setToken(String)","url":"setToken(java.lang.String)"},{"p":"com.bitpay.model","c":"RefundParams","l":"setToken(String)","url":"setToken(java.lang.String)"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"setToken(String)","url":"setToken(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setToken(String)","url":"setToken(java.lang.String)"},{"p":"com.bitpay.model.Payout","c":"PayoutBatch","l":"setToken(String)","url":"setToken(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"MinerFeesItem","l":"setTotalFee(Double)","url":"setTotalFee(java.lang.Double)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setTransactionCurrency(String)","url":"setTransactionCurrency(java.lang.String)"},{"p":"com.bitpay.model.Ledger","c":"LedgerEntry","l":"setTransactionCurrency(String)","url":"setTransactionCurrency(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"InvoiceTransaction","l":"setTransactionId(String)","url":"setTransactionId(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setTransactions(List)","url":"setTransactions(java.util.List)"},{"p":"com.bitpay.model.Payout","c":"PayoutInstruction","l":"setTransactions(List)","url":"setTransactions(java.util.List)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setTransactionSpeed(String)","url":"setTransactionSpeed(java.lang.String)"},{"p":"com.bitpay.model.Payout","c":"PayoutInstructionTransaction","l":"setTxid(String)","url":"setTxid(java.lang.String)"},{"p":"com.bitpay.model.Ledger","c":"LedgerEntry","l":"setTxType(String)","url":"setTxType(java.lang.String)"},{"p":"com.bitpay.model.Ledger","c":"LedgerEntry","l":"setType(String)","url":"setType(java.lang.String)"},{"p":"test","c":"BitPayTest","l":"setUp()"},{"p":"test","c":"BitPayTest2","l":"setUp()"},{"p":"test","c":"BitPayTest3","l":"setUp()"},{"p":"test","c":"BitPayTest","l":"setUpOneTime()"},{"p":"test","c":"BitPayTest2","l":"setUpOneTime()"},{"p":"test","c":"BitPayTest3","l":"setUpOneTime()"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"setUrl(String)","url":"setUrl(java.lang.String)"},{"p":"com.bitpay.model.Invoice","c":"Invoice","l":"setUrl(String)","url":"setUrl(java.lang.String)"},{"p":"com.bitpay.model","c":"Rate","l":"setValue(Double)","url":"setValue(java.lang.Double)"},{"p":"com.bitpay.model","c":"Token","l":"setValue(String)","url":"setValue(java.lang.String)"},{"p":"com.bitpay.model.Bill","c":"Bill","l":"setZip(String)","url":"setZip(java.lang.String)"},{"p":"com.bitpay.model.Ledger","c":"Buyer","l":"setZip(String)","url":"setZip(java.lang.String)"},{"p":"com.bitpay.model","c":"Currency","l":"SGD"},{"p":"com.bitpay.model","c":"Currency","l":"SHP"},{"p":"com.bitpay.util","c":"KeyUtils","l":"sign(ECKey, String)","url":"sign(org.bitcoinj.core.ECKey,java.lang.String)"},{"p":"com.bitpay.model","c":"Currency","l":"SLL"},{"p":"com.bitpay.model","c":"Currency","l":"SOS"},{"p":"com.bitpay.model","c":"Currency","l":"SRD"},{"p":"com.bitpay.model","c":"Currency","l":"SSP"},{"p":"com.bitpay.model.Payout","c":"PayoutInstruction","l":"STATUS_PAID"},{"p":"com.bitpay.model.Payout","c":"PayoutInstruction","l":"STATUS_UNPAID"},{"p":"com.bitpay.model","c":"Currency","l":"STN"},{"p":"com.bitpay","c":"Client","l":"submitPayoutBatch(PayoutBatch)","url":"submitPayoutBatch(com.bitpay.model.Payout.PayoutBatch)"},{"p":"com.bitpay.model.Invoice","c":"SupportedTransactionCurrencies","l":"SupportedTransactionCurrencies()","url":"%3Cinit%3E()"},{"p":"com.bitpay.model.Invoice","c":"SupportedTransactionCurrency","l":"SupportedTransactionCurrency()","url":"%3Cinit%3E()"},{"p":"com.bitpay.model","c":"Currency","l":"SVC"},{"p":"com.bitpay.model","c":"Currency","l":"SYP"},{"p":"com.bitpay.model","c":"Currency","l":"SZL"},{"p":"test","c":"BitPayTest","l":"testCreateECKeyFromSeedString()"},{"p":"test","c":"BitPayTest2","l":"testCurrency()"},{"p":"test","c":"BitPayTest","l":"TestShouldCreateBillEUR()"},{"p":"test","c":"BitPayTest","l":"TestShouldCreateBillUSD()"},{"p":"test","c":"BitPayTest","l":"testShouldCreateInvoice100EUR()"},{"p":"test","c":"BitPayTest","l":"testShouldCreateInvoice100USD()"},{"p":"test","c":"BitPayTest","l":"testShouldCreateInvoiceOneTenthBTC()"},{"p":"test","c":"BitPayTest","l":"testShouldCreateInvoiceWithAdditionalParams()"},{"p":"test","c":"BitPayTest","l":"testShouldCreateRefundRequest()"},{"p":"test","c":"BitPayTest","l":"TestShouldDeliverBill()"},{"p":"test","c":"BitPayTest","l":"TestShouldGetAndUpdateBill()"},{"p":"test","c":"BitPayTest","l":"TestShouldGetBill()"},{"p":"test","c":"BitPayTest","l":"TestShouldGetBills()"},{"p":"test","c":"BitPayTest","l":"TestShouldGetBillsByStatus()"},{"p":"test","c":"BitPayTest","l":"TestShouldGetBillStatus()"},{"p":"test","c":"BitPayTest","l":"TestShouldGetBillUrl()"},{"p":"test","c":"BitPayTest","l":"testShouldGetCNYExchangeRate()"},{"p":"test","c":"BitPayTest","l":"testShouldGetEURExchangeRate()"},{"p":"test","c":"BitPayTest","l":"testShouldGetExchangeRates()"},{"p":"test","c":"BitPayTest","l":"testShouldGetInvoice()"},{"p":"test","c":"BitPayTest","l":"testShouldGetInvoiceId()"},{"p":"test","c":"BitPayTest2","l":"testShouldGetInvoiceId()"},{"p":"test","c":"BitPayTest","l":"testShouldGetInvoices()"},{"p":"test","c":"BitPayTest","l":"testShouldGetInvoiceStatus()"},{"p":"test","c":"BitPayTest","l":"testShouldGetInvoiceURL()"},{"p":"test","c":"BitPayTest","l":"testShouldGetLedgerBtc()"},{"p":"test","c":"BitPayTest","l":"testShouldGetLedgers()"},{"p":"test","c":"BitPayTest","l":"testShouldGetLedgerUsd()"},{"p":"test","c":"BitPayTest3","l":"testShouldGetPayoutBatches()"},{"p":"test","c":"BitPayTest3","l":"testShouldGetPayoutBatchesByStatus()"},{"p":"test","c":"BitPayTest3","l":"testShouldSubmitGetAndDeletePayoutBatch()"},{"p":"test","c":"BitPayTest3","l":"testShouldSubmitPayoutBatch()"},{"p":"test","c":"BitPayTest","l":"testShouldUpdateExchangeRates()"},{"p":"com.bitpay.model","c":"Currency","l":"THB"},{"p":"com.bitpay.model","c":"Currency","l":"TJS"},{"p":"com.bitpay.model","c":"Currency","l":"TMT"},{"p":"com.bitpay.model","c":"Currency","l":"TND"},{"p":"com.bitpay.model","c":"Token","l":"Token()","url":"%3Cinit%3E()"},{"p":"com.bitpay.model","c":"Currency","l":"TOP"},{"p":"com.bitpay.model","c":"Currency","l":"TRY"},{"p":"com.bitpay.model","c":"Currency","l":"TTD"},{"p":"com.bitpay.model","c":"Currency","l":"TWD"},{"p":"com.bitpay.model","c":"Currency","l":"TZS"},{"p":"com.bitpay.model","c":"Currency","l":"UAH"},{"p":"com.bitpay.model","c":"Currency","l":"UGX"},{"p":"com.bitpay.model.Payout","c":"PayoutStatus","l":"Unpaid"},{"p":"com.bitpay.model","c":"Rates","l":"update()"},{"p":"com.bitpay","c":"Client","l":"update(String, String)","url":"update(java.lang.String,java.lang.String)"},{"p":"com.bitpay","c":"Client","l":"updateBill(Bill, String)","url":"updateBill(com.bitpay.model.Bill.Bill,java.lang.String)"},{"p":"com.bitpay.model","c":"Currency","l":"USD"},{"p":"com.bitpay.model","c":"Currency","l":"USDC"},{"p":"com.bitpay.model","c":"Currency","l":"USN"},{"p":"com.bitpay.model","c":"Currency","l":"UYI"},{"p":"com.bitpay.model","c":"Currency","l":"UYU"},{"p":"com.bitpay.model","c":"Currency","l":"UZS"},{"p":"com.bitpay.model","c":"Currency","l":"VEF"},{"p":"com.bitpay.model","c":"Currency","l":"VND"},{"p":"com.bitpay.model","c":"Currency","l":"VUV"},{"p":"com.bitpay.util","c":"BitPayLogger","l":"WARN"},{"p":"com.bitpay.util","c":"BitPayLogger","l":"warn(String)","url":"warn(java.lang.String)"},{"p":"com.bitpay.model","c":"Currency","l":"WST"},{"p":"com.bitpay.model","c":"Currency","l":"XAF"},{"p":"com.bitpay.model","c":"Currency","l":"XCD"},{"p":"com.bitpay.model","c":"Currency","l":"XDR"},{"p":"com.bitpay.model","c":"Currency","l":"XOF"},{"p":"com.bitpay.model","c":"Currency","l":"XPF"},{"p":"com.bitpay.model","c":"Currency","l":"XSU"},{"p":"com.bitpay.model","c":"Currency","l":"XUA"},{"p":"com.bitpay.model","c":"Currency","l":"YER"},{"p":"com.bitpay.model","c":"Currency","l":"ZAR"},{"p":"com.bitpay.model","c":"Currency","l":"ZMW"},{"p":"com.bitpay.model","c":"Currency","l":"ZWL"}] \ No newline at end of file diff --git a/doc/member-search-index.zip b/doc/member-search-index.zip index 300ef9d..9f4f61a 100644 Binary files a/doc/member-search-index.zip and b/doc/member-search-index.zip differ diff --git a/doc/overview-summary.html b/doc/overview-summary.html index b162028..76579d0 100644 --- a/doc/overview-summary.html +++ b/doc/overview-summary.html @@ -2,10 +2,10 @@ - + Generated Documentation (Untitled) - + - + + + + + + + + + + + @@ -280,12 +290,30 @@ extends java.lang.Object -
          +
          • testShouldSubmitGetAndDeletePayoutBatch

            public void testShouldSubmitGetAndDeletePayoutBatch()
          + + + +
            +
          • +

            testShouldGetPayoutBatches

            +
            public void testShouldGetPayoutBatches()
            +
          • +
          + + + +
            +
          • +

            testShouldGetPayoutBatchesByStatus

            +
            public void testShouldGetPayoutBatchesByStatus()
            +
          • +
        diff --git a/doc/test/package-summary.html b/doc/test/package-summary.html index 3c9738b..e0504d6 100644 --- a/doc/test/package-summary.html +++ b/doc/test/package-summary.html @@ -2,10 +2,10 @@ - +test - + diff --git a/doc/test/package-tree.html b/doc/test/package-tree.html index db1b096..f9ca48b 100644 --- a/doc/test/package-tree.html +++ b/doc/test/package-tree.html @@ -2,10 +2,10 @@ - +test Class Hierarchy - + diff --git a/doc/type-search-index.js b/doc/type-search-index.js index b065527..7f9e0ad 100644 --- a/doc/type-search-index.js +++ b/doc/type-search-index.js @@ -1 +1 @@ -typeSearchIndex = [{"l":"All Classes","url":"allclasses-index.html"},{"p":"com.bitpay.model.Bill","l":"Bill"},{"p":"com.bitpay.model.Bill","l":"BillStatus"},{"p":"com.bitpay","l":"BitPayException"},{"p":"com.bitpay.util","l":"BitPayLogger"},{"p":"test","l":"BitPayTest"},{"p":"test","l":"BitPayTest2"},{"p":"test","l":"BitPayTest3"},{"p":"com.bitpay.model.Invoice","l":"Buyer"},{"p":"com.bitpay.model.Ledger","l":"Buyer"},{"p":"com.bitpay","l":"Client"},{"p":"com.bitpay.model","l":"Currency"},{"p":"com.bitpay.util","l":"DateDeserializer"},{"p":"com.bitpay.util","l":"DateSerializer"},{"p":"com.bitpay.model","l":"Facade"},{"p":"com.bitpay.model.Invoice","l":"Invoice"},{"p":"com.bitpay.model.Invoice","l":"InvoiceBuyerProvidedInfo"},{"p":"com.bitpay.model.Invoice","l":"InvoiceStatus"},{"p":"com.bitpay.model.Invoice","l":"InvoiceTransaction"},{"p":"com.bitpay.model.Bill","l":"Item"},{"p":"com.bitpay.util","l":"KeyUtils"},{"p":"com.bitpay.model.Ledger","l":"Ledger"},{"p":"com.bitpay.model.Ledger","l":"LedgerEntry"},{"p":"com.bitpay.model.Invoice","l":"MinerFees"},{"p":"com.bitpay.model.Invoice","l":"MinerFeesItem"},{"p":"com.bitpay.model.Invoice","l":"PaymentCode"},{"p":"com.bitpay.model.Invoice","l":"PaymentCodes"},{"p":"com.bitpay.model.Invoice","l":"PaymentTotal"},{"p":"com.bitpay.model","l":"PayoutBatch"},{"p":"com.bitpay.model","l":"PayoutInstruction"},{"p":"com.bitpay.model","l":"PayoutInstructionBtcSummary"},{"p":"com.bitpay.util","l":"PayoutInstructionBtcSummaryDeserializer"},{"p":"com.bitpay.model","l":"PayoutInstructionTransaction"},{"p":"com.bitpay.model","l":"Policy"},{"p":"com.bitpay.model","l":"Rate"},{"p":"com.bitpay.model","l":"Rates"},{"p":"com.bitpay.model","l":"Refund"},{"p":"com.bitpay.model","l":"RefundHelper"},{"p":"com.bitpay.model","l":"RefundParams"},{"p":"com.bitpay.model.Invoice","l":"SupportedTransactionCurrencies"},{"p":"com.bitpay.model.Invoice","l":"SupportedTransactionCurrency"},{"p":"com.bitpay.model","l":"Token"}] \ No newline at end of file +typeSearchIndex = [{"l":"All Classes","url":"allclasses-index.html"},{"p":"com.bitpay.model.Bill","l":"Bill"},{"p":"com.bitpay.model.Bill","l":"BillStatus"},{"p":"com.bitpay","l":"BitPayException"},{"p":"com.bitpay.util","l":"BitPayLogger"},{"p":"test","l":"BitPayTest"},{"p":"test","l":"BitPayTest2"},{"p":"test","l":"BitPayTest3"},{"p":"com.bitpay.model.Invoice","l":"Buyer"},{"p":"com.bitpay.model.Ledger","l":"Buyer"},{"p":"com.bitpay","l":"Client"},{"p":"com.bitpay.model","l":"Currency"},{"p":"com.bitpay.util","l":"DateDeserializer"},{"p":"com.bitpay.util","l":"DateSerializer"},{"p":"com.bitpay.model","l":"Facade"},{"p":"com.bitpay.model.Invoice","l":"Invoice"},{"p":"com.bitpay.model.Invoice","l":"InvoiceBuyerProvidedInfo"},{"p":"com.bitpay.model.Invoice","l":"InvoiceStatus"},{"p":"com.bitpay.model.Invoice","l":"InvoiceTransaction"},{"p":"com.bitpay.model.Bill","l":"Item"},{"p":"com.bitpay.util","l":"KeyUtils"},{"p":"com.bitpay.model.Ledger","l":"Ledger"},{"p":"com.bitpay.model.Ledger","l":"LedgerEntry"},{"p":"com.bitpay.model.Invoice","l":"MinerFees"},{"p":"com.bitpay.model.Invoice","l":"MinerFeesItem"},{"p":"com.bitpay.model.Invoice","l":"PaymentCode"},{"p":"com.bitpay.model.Invoice","l":"PaymentCodes"},{"p":"com.bitpay.model.Invoice","l":"PaymentTotal"},{"p":"com.bitpay.model.Payout","l":"PayoutBatch"},{"p":"com.bitpay.model.Payout","l":"PayoutInstruction"},{"p":"com.bitpay.model.Payout","l":"PayoutInstructionBtcSummary"},{"p":"com.bitpay.util","l":"PayoutInstructionBtcSummaryDeserializer"},{"p":"com.bitpay.model.Payout","l":"PayoutInstructionTransaction"},{"p":"com.bitpay.model.Payout","l":"PayoutStatus"},{"p":"com.bitpay.model","l":"Policy"},{"p":"com.bitpay.model","l":"Rate"},{"p":"com.bitpay.model","l":"Rates"},{"p":"com.bitpay.model","l":"Refund"},{"p":"com.bitpay.model","l":"RefundHelper"},{"p":"com.bitpay.model","l":"RefundParams"},{"p":"com.bitpay.model.Invoice","l":"SupportedTransactionCurrencies"},{"p":"com.bitpay.model.Invoice","l":"SupportedTransactionCurrency"},{"p":"com.bitpay.model","l":"Token"}] \ No newline at end of file diff --git a/doc/type-search-index.zip b/doc/type-search-index.zip index 8caa821..13efb20 100644 Binary files a/doc/type-search-index.zip and b/doc/type-search-index.zip differ diff --git a/java-bitpay-client.iml b/java-bitpay-client.iml index b72dd33..262ed5e 100644 --- a/java-bitpay-client.iml +++ b/java-bitpay-client.iml @@ -6,6 +6,7 @@ + diff --git a/src/main/java/com/bitpay/Client.java b/src/main/java/com/bitpay/Client.java index 477737e..18dc5e2 100644 --- a/src/main/java/com/bitpay/Client.java +++ b/src/main/java/com/bitpay/Client.java @@ -6,6 +6,7 @@ import com.bitpay.model.Invoice.Invoice; import com.bitpay.model.Invoice.PaymentTotal; import com.bitpay.model.Ledger.Ledger; import com.bitpay.model.Ledger.LedgerEntry; +import com.bitpay.model.Payout.PayoutBatch; import com.bitpay.util.BitPayLogger; import com.bitpay.util.KeyUtils; import com.fasterxml.jackson.core.JsonProcessingException; @@ -914,9 +915,7 @@ public class Client { batch.setGuid(this.getGuid()); ObjectMapper mapper = new ObjectMapper(); - String json; - try { json = mapper.writeValueAsString(batch); } catch (JsonProcessingException e) { @@ -934,6 +933,7 @@ public class Client { } this.cacheAccessToken(batch.getId(), batch.getToken()); + return batch; } @@ -963,6 +963,34 @@ public class Client { return batches; } + /** + * Retrieve a collection of BitPay payout batches. + * + * @param status The status to filter the Payout Batches. + * @return A list of BitPay PayoutBatch objects. + * @throws BitPayException + */ + public List getPayoutBatches(String status) throws BitPayException { + + final List params = new ArrayList(); + params.add(new BasicNameValuePair("token", this.getAccessToken(Facade.Payroll))); + params.add(new BasicNameValuePair("status", status)); + + HttpResponse response = this.get("payouts", params); + + List batches; + + try { + batches = Arrays.asList(new ObjectMapper().readValue(this.responseToJsonString(response), PayoutBatch[].class)); + } catch (JsonProcessingException e) { + throw new BitPayException("Error - failed to deserialize BitPay server response (PayoutBatch) : " + e.getMessage()); + } catch (IOException e) { + throw new BitPayException("Error - failed to deserialize BitPay server response (PayoutBatch) : " + e.getMessage()); + } + + return batches; + } + /** * Retrieve a BitPay payout batch by batch id using. The client must have been previously authorized for the payroll facade. * @@ -977,16 +1005,16 @@ public class Client { HttpResponse response = this.get("payouts/" + batchId, params, true); - PayoutBatch b; + PayoutBatch batch; try { - b = new ObjectMapper().readValue(this.responseToJsonString(response), PayoutBatch.class); + batch = new ObjectMapper().readValue(this.responseToJsonString(response), PayoutBatch.class); } catch (JsonProcessingException e) { throw new BitPayException("Error - failed to deserialize BitPay server response (PayoutBatch) : " + e.getMessage()); } catch (IOException e) { throw new BitPayException("Error - failed to deserialize BitPay server response (PayoutBatch) : " + e.getMessage()); } - return b; + return batch; } /** @@ -997,21 +1025,21 @@ public class Client { * @throws BitPayException */ public PayoutBatch cancelPayoutBatch(String batchId) throws BitPayException { - PayoutBatch b = getPayoutBatch(batchId); + PayoutBatch batch = getPayoutBatch(batchId); final List params = new ArrayList(); - params.add(new BasicNameValuePair("token", b.getToken())); + params.add(new BasicNameValuePair("token", batch.getToken())); HttpResponse response = this.delete("payouts/" + batchId, params); try { - b = new ObjectMapper().readValue(this.responseToJsonString(response), PayoutBatch.class); + batch = new ObjectMapper().readValue(this.responseToJsonString(response), PayoutBatch.class); } catch (JsonProcessingException e) { throw new BitPayException("Error - failed to deserialize BitPay server response (PayoutBatch) : " + e.getMessage()); } catch (IOException e) { throw new BitPayException("Error - failed to deserialize BitPay server response (PayoutBatch) : " + e.getMessage()); } - return b; + return batch; } ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/src/main/java/com/bitpay/model/PayoutBatch.java b/src/main/java/com/bitpay/model/Payout/PayoutBatch.java similarity index 63% rename from src/main/java/com/bitpay/model/PayoutBatch.java rename to src/main/java/com/bitpay/model/Payout/PayoutBatch.java index 0e12a38..8f13714 100644 --- a/src/main/java/com/bitpay/model/PayoutBatch.java +++ b/src/main/java/com/bitpay/model/Payout/PayoutBatch.java @@ -1,6 +1,7 @@ -package com.bitpay.model; +package com.bitpay.model.Payout; import com.bitpay.BitPayException; +import com.bitpay.model.Currency; import com.bitpay.util.DateDeserializer; import com.bitpay.util.DateSerializer; import com.fasterxml.jackson.annotation.JsonIgnore; @@ -15,60 +16,54 @@ import java.util.List; @JsonIgnoreProperties(ignoreUnknown = true) public class PayoutBatch { - - public static final String STATUS_NEW = "new"; - public static final String STATUS_FUNDED = "funded"; - public static final String STATUS_PROCESSING = "processing"; - public static final String STATUS_COMPLETE = "complete"; - public static final String STATUS_FAILED = "failed"; - public static final String STATUS_CANCELLED = "cancelled"; - - public static final String METHOD_MANUAL2 = "manual_2"; - public static final String METHOD_VWAP24 = "vwap_24hr"; + public static final String MethodManual2 = "manual_2"; + public static final String MethodVwap24 = "vwap_24hr"; private String _guid = ""; private String _token = ""; - private List _instructions = Collections.emptyList(); private Double _amount = 0.0; private String _currency = ""; - private String _reference = ""; - private String _bankTransferId = ""; - private String _pricingMethod = METHOD_VWAP24; - private String _notificationEmail = ""; - private String _notificationURL = ""; - - private Long _requestDate; private Long _effectiveDate; + private List _instructions = Collections.emptyList(); + + private String _reference = ""; + private String _notificationEmail = ""; + private String _notificationUrl = ""; + private String _pricingMethod = MethodVwap24; private String _id; private String _account; + private String _supportPhone; private String _status; - private Double _btc; private Double _percentFee; private Double _fee; private Double _depositTotal; - private String _supportPhone; + private Double _rate; + private Double _btc; + private Long _requestDate; + private Long _dateExecuted; /** * Constructor, create an empty PayoutBatch object. */ public PayoutBatch() { + _amount = 0.0; + _currency = "USD"; + _notificationEmail = ""; + _notificationUrl = ""; + _pricingMethod = MethodVwap24; } /** * Constructor, create an instruction-full request PayoutBatch object. * * @param effectiveDate Date when request is effective. Note that the time of day will automatically be set to 09:00:00.000 UTC time for the given day. Only requests submitted before 09:00:00.000 UTC are guaranteed to be processed on the same day. - * @param reference Merchant-provided data. - * @param bankTransferId Merchant-provided data, to help match funding payments to payout batches. * @param instructions Payout instructions. */ - public PayoutBatch(String currency, long effectiveDate, String bankTransferId, String reference, List instructions) { + public PayoutBatch(String currency, long effectiveDate, List instructions) { this._currency = currency; this._effectiveDate = effectiveDate; - this._reference = reference; - this._bankTransferId = bankTransferId; this._instructions = instructions; _computeAndSetAmount(); } @@ -94,8 +89,8 @@ public class PayoutBatch { } @JsonProperty("guid") - public void setGuid(String _guid) { - this._guid = _guid; + public void setGuid(String guid) { + this._guid = guid; } @JsonProperty("token") @@ -105,13 +100,36 @@ public class PayoutBatch { } @JsonProperty("token") - public void setToken(String _token) { - this._token = _token; + public void setToken(String token) { + this._token = token; } // Required fields // + @JsonProperty("amount") + public Double getAmount() { + return _amount; + } + + @JsonProperty("amount") + public void setAmount(Double amount) { + this._amount = amount; + } + + @JsonProperty("currency") + public String getCurrency() { + return _currency; + } + + @JsonProperty("currency") + public void setCurrency(String currency) throws BitPayException { + if (!Currency.isValid(_currency)) + throw new BitPayException("Error: currency code must be a type of Model.Currency"); + + this._currency = currency; + } + @JsonProperty("effectiveDate") @JsonSerialize(using = DateSerializer.class) public long getEffectiveDate() { @@ -120,33 +138,10 @@ public class PayoutBatch { @JsonProperty("effectiveDate") @JsonDeserialize(using = DateDeserializer.class) - public void setEffectiveDate(long _effectiveDate) { - this._effectiveDate = _effectiveDate; + public void setEffectiveDate(long effectiveDate) { + this._effectiveDate = effectiveDate; } - @JsonProperty("reference") - public String getReference() { - return _reference; - } - - @JsonProperty("reference") - public void setReference(String _reference) { - this._reference = _reference; - } - - @JsonProperty("bankTransferId") - public String getBankTransferId() { - return _bankTransferId; - } - - @JsonProperty("bankTransferId") - public void setBankTransferId(String _bankTransferId) { - this._bankTransferId = _bankTransferId; - } - - // Optional fields - // - @JsonProperty("instructions") @JsonInclude(JsonInclude.Include.NON_DEFAULT) public List getInstructions() { @@ -154,43 +149,22 @@ public class PayoutBatch { } @JsonProperty("instructions") - public void setInstructions(List _instructions) { - this._instructions = _instructions; + public void setInstructions(List instructions) { + this._instructions = instructions; _computeAndSetAmount(); } - @JsonProperty("amount") - public Double getAmount() { - return _amount; + // Optional fields + // + + @JsonProperty("reference") + public String getReference() { + return _reference; } - @JsonProperty("amount") - public void setAmount(Double _amount) { - this._amount = _amount; - } - - @JsonProperty("currency") - public String getCurrency() { - return _currency; - } - - @JsonProperty("currency") - public void setCurrency(String _currency) throws BitPayException { - if (_currency.length() != 3) { - throw new BitPayException("Error: currency code must be exactly three characters"); - } - this._currency = _currency; - } - - @JsonProperty("pricingMethod") - @JsonInclude(JsonInclude.Include.NON_DEFAULT) - public String getPricingMethod() { - return _pricingMethod; - } - - @JsonProperty("pricingMethod") - public void setPricingMethod(String _pricingMethod) { - this._pricingMethod = _pricingMethod; + @JsonProperty("reference") + public void setReference(String reference) { + this._reference = reference; } @JsonProperty("notificationEmail") @@ -200,19 +174,30 @@ public class PayoutBatch { } @JsonProperty("notificationEmail") - public void setNotificationEmail(String _notificationEmail) { - this._notificationEmail = _notificationEmail; + public void setNotificationEmail(String notificationEmail) { + this._notificationEmail = notificationEmail; } @JsonProperty("notificationURL") @JsonInclude(JsonInclude.Include.NON_DEFAULT) public String getNotificationURL() { - return _notificationURL; + return _notificationUrl; } @JsonProperty("notificationURL") - public void setRedirectURL(String _notificationURL) { - this._notificationURL = _notificationURL; + public void setRedirectURL(String notificationUrl) { + this._notificationUrl = notificationUrl; + } + + @JsonProperty("pricingMethod") + @JsonInclude(JsonInclude.Include.NON_DEFAULT) + public String getPricingMethod() { + return _pricingMethod; + } + + @JsonProperty("pricingMethod") + public void setPricingMethod(String pricingMethod) { + this._pricingMethod = pricingMethod; } // Response fields @@ -224,8 +209,8 @@ public class PayoutBatch { } @JsonProperty("id") - public void setId(String _id) { - this._id = _id; + public void setId(String id) { + this._id = id; } @JsonIgnore @@ -234,8 +219,18 @@ public class PayoutBatch { } @JsonProperty("Account") - public void setAccount(String _account) { - this._account = _account; + public void setAccount(String account) { + this._account = account; + } + + @JsonIgnore + public String getSupportPhone() { + return _supportPhone; + } + + @JsonProperty("supportPhone") + public void setSupportPhone(String supportPhone) { + this._supportPhone = supportPhone; } @JsonIgnore @@ -244,8 +239,38 @@ public class PayoutBatch { } @JsonProperty("status") - public void setStatus(String _status) { - this._status = _status; + public void setStatus(String status) { + this._status = status; + } + + @JsonIgnore + public Double getPercentFee() { + return _percentFee; + } + + @JsonProperty("percentFee") + public void setPercentFee(Double percentFee) { + this._percentFee = percentFee; + } + + @JsonIgnore + public Double getFee() { + return _fee; + } + + @JsonProperty("fee") + public void setFee(Double fee) { + this._fee = fee; + } + + @JsonIgnore + public Double getDepositTotal() { + return _depositTotal; + } + + @JsonProperty("depositTotal") + public void setDepositTotal(Double depositTotal) { + this._depositTotal = depositTotal; } @JsonIgnore @@ -254,8 +279,18 @@ public class PayoutBatch { } @JsonProperty("btc") - public void setBtc(Double _btc) { - this._btc = _btc; + public void setBtc(Double btc) { + this._btc = btc; + } + + @JsonIgnore + public Double getRate() { + return _rate; + } + + @JsonProperty("rate") + public void setRate(Double rate) { + this._rate = rate; } @JsonIgnore @@ -266,48 +301,20 @@ public class PayoutBatch { @JsonProperty("requestDate") @JsonDeserialize(using = DateDeserializer.class) - public void setRequestDate(long _requestDate) { - this._requestDate = _requestDate; + public void setRequestDate(long requestDate) { + this._requestDate = requestDate; } @JsonIgnore - public Double getPercentFee() { - return _percentFee; + @JsonSerialize(using = DateSerializer.class) + public long getDateExecuted() { + return _dateExecuted; } - @JsonProperty("percentFee") - public void setPercentFee(Double _percentFee) { - this._percentFee = _percentFee; - } - - @JsonIgnore - public Double getFee() { - return _fee; - } - - @JsonProperty("fee") - public void setFee(Double _fee) { - this._fee = _fee; - } - - @JsonIgnore - public Double getDepositTotal() { - return _depositTotal; - } - - @JsonProperty("depositTotal") - public void setDepositTotal(Double _depositTotal) { - this._depositTotal = _depositTotal; - } - - @JsonIgnore - public String getSupportPhone() { - return _supportPhone; - } - - @JsonProperty("supportPhone") - public void setSupportPhone(String _supportPhone) { - this._supportPhone = _supportPhone; + @JsonProperty("dateExecuted") + @JsonDeserialize(using = DateDeserializer.class) + public void setDateExecuted(long dateExecuted) { + this._dateExecuted = dateExecuted; } } diff --git a/src/main/java/com/bitpay/model/PayoutInstruction.java b/src/main/java/com/bitpay/model/Payout/PayoutInstruction.java similarity index 84% rename from src/main/java/com/bitpay/model/PayoutInstruction.java rename to src/main/java/com/bitpay/model/Payout/PayoutInstruction.java index 1e245b6..12496cc 100644 --- a/src/main/java/com/bitpay/model/PayoutInstruction.java +++ b/src/main/java/com/bitpay/model/Payout/PayoutInstruction.java @@ -1,4 +1,4 @@ -package com.bitpay.model; +package com.bitpay.model.Payout; import com.bitpay.util.PayoutInstructionBtcSummaryDeserializer; import com.fasterxml.jackson.annotation.JsonIgnore; @@ -18,9 +18,9 @@ public class PayoutInstruction { private String _label = ""; private String _id; - private String _status; private PayoutInstructionBtcSummary _btc; private List _transactions; + private String _status; /** * Constructor, create an empty PayoutInstruction object. @@ -33,12 +33,10 @@ public class PayoutInstruction { * * @param amount BTC amount. * @param address Bitcoin address. - * @param label Label. */ - public PayoutInstruction(Double amount, String address, String label) { + public PayoutInstruction(Double amount, String address) { this._amount = amount; this._address = address; - this._label = label; } @JsonProperty("amount") @@ -83,18 +81,8 @@ public class PayoutInstruction { } @JsonProperty("id") - public void setId(String _id) { - this._id = _id; - } - - @JsonIgnore - public String getStatus() { - return _status; - } - - @JsonProperty("status") - public void setStatus(String _status) { - this._status = _status; + public void setId(String id) { + this._id = id; } @JsonIgnore @@ -104,8 +92,8 @@ public class PayoutInstruction { @JsonProperty("btc") @JsonDeserialize(using = PayoutInstructionBtcSummaryDeserializer.class) - public void setBtc(PayoutInstructionBtcSummary _btc) { - this._btc = _btc; + public void setBtc(PayoutInstructionBtcSummary btc) { + this._btc = btc; } @JsonIgnore @@ -114,8 +102,17 @@ public class PayoutInstruction { } @JsonProperty("transactions") - public void setTransactions(List _transactions) { - this._transactions = _transactions; + public void setTransactions(List transactions) { + this._transactions = transactions; } + @JsonIgnore + public String getStatus() { + return _status; + } + + @JsonProperty("status") + public void setStatus(String status) { + this._status = status; + } } diff --git a/src/main/java/com/bitpay/model/PayoutInstructionBtcSummary.java b/src/main/java/com/bitpay/model/Payout/PayoutInstructionBtcSummary.java similarity index 91% rename from src/main/java/com/bitpay/model/PayoutInstructionBtcSummary.java rename to src/main/java/com/bitpay/model/Payout/PayoutInstructionBtcSummary.java index 5940769..fa67f39 100644 --- a/src/main/java/com/bitpay/model/PayoutInstructionBtcSummary.java +++ b/src/main/java/com/bitpay/model/Payout/PayoutInstructionBtcSummary.java @@ -1,4 +1,4 @@ -package com.bitpay.model; +package com.bitpay.model.Payout; public class PayoutInstructionBtcSummary { diff --git a/src/main/java/com/bitpay/model/Payout/PayoutInstructionTransaction.java b/src/main/java/com/bitpay/model/Payout/PayoutInstructionTransaction.java new file mode 100644 index 0000000..d1ee618 --- /dev/null +++ b/src/main/java/com/bitpay/model/Payout/PayoutInstructionTransaction.java @@ -0,0 +1,51 @@ +package com.bitpay.model.Payout; + +import com.bitpay.util.DateDeserializer; +import com.bitpay.util.DateSerializer; +import com.fasterxml.jackson.annotation.JsonIgnore; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.databind.annotation.JsonDeserialize; +import com.fasterxml.jackson.databind.annotation.JsonSerialize; + +public class PayoutInstructionTransaction { + + private String _txid; + private Double _amount; + private Long _date; + + public PayoutInstructionTransaction() { + } + + @JsonIgnore + public String getTxid() { + return _txid; + } + + @JsonProperty("txid") + public void setTxid(String txid) { + this._txid = txid; + } + + @JsonIgnore + public Double getAmount() { + return _amount; + } + + @JsonProperty("amount") + public void setAmount(Double amount) { + this._amount = amount; + } + + @JsonIgnore + @JsonSerialize(using = DateSerializer.class) + public Long getDate() { + return _date; + } + + @JsonProperty("date") + @JsonDeserialize(using = DateDeserializer.class) + public void setDate(Long date) { + this._date = date; + } + +} diff --git a/src/main/java/com/bitpay/model/Payout/PayoutStatus.java b/src/main/java/com/bitpay/model/Payout/PayoutStatus.java new file mode 100644 index 0000000..3f29084 --- /dev/null +++ b/src/main/java/com/bitpay/model/Payout/PayoutStatus.java @@ -0,0 +1,12 @@ +package com.bitpay.model.Payout; + +public class PayoutStatus { + public static final String New = "new"; + public static final String Funded = "funded"; + public static final String Processing = "processing"; + public static final String Complete = "complete"; + public static final String Failed = "failed"; + public static final String Cancelled = "cancelled"; + public static final String Paid = "paid"; + public static final String Unpaid = "unpaid"; +} diff --git a/src/main/java/com/bitpay/model/PayoutInstructionTransaction.java b/src/main/java/com/bitpay/model/PayoutInstructionTransaction.java deleted file mode 100644 index 4412883..0000000 --- a/src/main/java/com/bitpay/model/PayoutInstructionTransaction.java +++ /dev/null @@ -1,5 +0,0 @@ -package com.bitpay.model; - -public class PayoutInstructionTransaction { - -} diff --git a/src/main/java/com/bitpay/util/PayoutInstructionBtcSummaryDeserializer.java b/src/main/java/com/bitpay/util/PayoutInstructionBtcSummaryDeserializer.java index 29db102..85ddd7d 100644 --- a/src/main/java/com/bitpay/util/PayoutInstructionBtcSummaryDeserializer.java +++ b/src/main/java/com/bitpay/util/PayoutInstructionBtcSummaryDeserializer.java @@ -1,8 +1,7 @@ package com.bitpay.util; -import com.bitpay.model.PayoutInstructionBtcSummary; +import com.bitpay.model.Payout.PayoutInstructionBtcSummary; import com.fasterxml.jackson.core.JsonParser; -import com.fasterxml.jackson.core.JsonProcessingException; import com.fasterxml.jackson.databind.DeserializationContext; import com.fasterxml.jackson.databind.JsonDeserializer; import com.fasterxml.jackson.databind.JsonNode; diff --git a/src/test/java/test/BitPayTest3.java b/src/test/java/test/BitPayTest3.java index 438594b..14594a3 100644 --- a/src/test/java/test/BitPayTest3.java +++ b/src/test/java/test/BitPayTest3.java @@ -1,11 +1,12 @@ package test; import com.bitpay.BitPayException; +import com.bitpay.model.Payout.PayoutStatus; import com.bitpay.util.BitPayLogger; import com.bitpay.Client; import com.bitpay.model.Facade; -import com.bitpay.model.PayoutBatch; -import com.bitpay.model.PayoutInstruction; +import com.bitpay.model.Payout.PayoutBatch; +import com.bitpay.model.Payout.PayoutInstruction; import org.junit.Before; import org.junit.BeforeClass; import org.junit.Test; @@ -47,7 +48,7 @@ public class BitPayTest3 { // Authorize this client for use with a BitPay merchant account. This client requires a // PAYROLL facades. - if (!bitpay.clientIsAuthorized(Facade.PointOfSale)) { + if (!bitpay.clientIsAuthorized(Facade.Payroll)) { // Get PAYROLL facade authorization. // Obtain a pairingCode from your BitPay account administrator. When the pairingCode // is created by your administrator it is assigned a facade. To generate payout batches a @@ -60,7 +61,7 @@ public class BitPayTest3 { // bitpay.authorizeClient(pairingCode); - pairingCode = bitpay.requestClientAuthorization(Facade.PointOfSale); + pairingCode = bitpay.requestClientAuthorization(Facade.Payroll); // Signal the device operator that this client needs to be paired with a merchant account. _log.info("Client is requesting PAYROLL facade access. Go to " + Client.BITPAY_TEST_URL + " and pair this client with your merchant account using the pairing code: " + pairingCode); @@ -86,15 +87,13 @@ public class BitPayTest3 { Date threeDaysFromNow = new Date(date.getTime() + 3 * 24 * 3600 * 1000); long effectiveDate = threeDaysFromNow.getTime(); - String reference = "My test batch"; - String bankTransferId = "My bank transfer id"; String currency = "USD"; List instructions = Arrays.asList( - new PayoutInstruction(100.0, "mtHDtQtkEkRRB5mgeWpLhALsSbga3iZV6u", "Alice"), - new PayoutInstruction(200.0, "mvR4Xj7MYT7GJcL93xAQbSZ2p4eHJV5F7A", "Bob") + new PayoutInstruction(100.0, "mtHDtQtkEkRRB5mgeWpLhALsSbga3iZV6u"), + new PayoutInstruction(200.0, "mvR4Xj7MYT7GJcL93xAQbSZ2p4eHJV5F7A") ); - PayoutBatch batch = new PayoutBatch(currency, effectiveDate, bankTransferId, reference, instructions); + PayoutBatch batch = new PayoutBatch(currency, effectiveDate, instructions); try { batch = this.bitpay.submitPayoutBatch(batch); @@ -113,15 +112,13 @@ public class BitPayTest3 { Date threeDaysFromNow = new Date(date.getTime() + 3 * 24 * 3600 * 1000); long effectiveDate = threeDaysFromNow.getTime(); - String reference = "My test batch"; - String bankTransferId = "My bank transfer id"; String currency = "USD"; List instructions = Arrays.asList( - new PayoutInstruction(100.0, "mtHDtQtkEkRRB5mgeWpLhALsSbga3iZV6u", "Alice"), - new PayoutInstruction(200.0, "mvR4Xj7MYT7GJcL93xAQbSZ2p4eHJV5F7A", "Bob") + new PayoutInstruction(100.0, "mtHDtQtkEkRRB5mgeWpLhALsSbga3iZV6u"), + new PayoutInstruction(200.0, "mvR4Xj7MYT7GJcL93xAQbSZ2p4eHJV5F7A") ); - PayoutBatch batch0 = new PayoutBatch(currency, effectiveDate, bankTransferId, reference, instructions); + PayoutBatch batch0 = new PayoutBatch(currency, effectiveDate, instructions); try { batch0 = this.bitpay.submitPayoutBatch(batch0); @@ -141,4 +138,25 @@ public class BitPayTest3 { } } + @Test + public void testShouldGetPayoutBatches() { + try { + List batches = this.bitpay.getPayoutBatches(); + assertTrue(batches.size() > 0); + } catch (BitPayException e) { + e.printStackTrace(); + fail(e.getMessage()); + } + } + + @Test + public void testShouldGetPayoutBatchesByStatus() { + try { + List batches = this.bitpay.getPayoutBatches(PayoutStatus.New); + assertTrue(batches.size() > 0); + } catch (BitPayException e) { + e.printStackTrace(); + fail(e.getMessage()); + } + } }
        com.bitpay.util.BitPayLogger 
        Modifier and Type  
        com.bitpay.utilcom.bitpay.model.Payout  
        com.bitpay.util 
        test  
        voidtestShouldSubmitGetAndDeletePayoutBatch()testShouldGetPayoutBatches()  
        voidtestShouldGetPayoutBatchesByStatus() 
        voidtestShouldSubmitGetAndDeletePayoutBatch() 
        void testShouldSubmitPayoutBatch()