Uses of Class
model.Refund

Packages that use Refund
controller   
model   
 

Uses of Refund in controller
 

Methods in controller that return Refund
 Refund BitPay.getRefund(Invoice invoice, java.lang.String refundId)
          Retrieve a previously made refund request on a BitPay invoice.
 

Methods in controller that return types with arguments of type Refund
 java.util.List<Refund> BitPay.getAllRefunds(Invoice invoice)
          Retrieve all refund requests on a BitPay invoice.
 

Uses of Refund in model
 

Methods in model that return Refund
 Refund RefundHelper.getRefund()
          Retrieve the refund.
 

Constructors in model with parameters of type Refund
RefundHelper(Refund refund, Invoice invoice)