model
Class RefundHelper

java.lang.Object
  extended by model.RefundHelper

public class RefundHelper
extends java.lang.Object


Constructor Summary
RefundHelper(Refund refund, Invoice invoice)
           
 
Method Summary
 Invoice getInvoice()
          Retrieve the invoice.
 Refund getRefund()
          Retrieve the refund.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RefundHelper

public RefundHelper(Refund refund,
                    Invoice invoice)
Method Detail

getRefund

public Refund getRefund()
Retrieve the refund.

Returns:
A Refund object.

getInvoice

public Invoice getInvoice()
Retrieve the invoice.

Returns:
An Invoice object.