org.starhope.appius.pay.util
Interface ShippingInvoice

All Superinterfaces:
Invoiceable

public interface ShippingInvoice
extends Invoiceable

Author:
brpocock@star-hope.org

Method Summary
 UserAddress getShipToAddress()
          WRITEME: document this method (brpocock@star-hope.org, Oct 13, 2009)
 String getShipToOrganization()
          WRITEME: document this method (brpocock@star-hope.org, Oct 13, 2009)
 AbstractPerson getShipToUser()
          WRITEME: document this method (brpocock@star-hope.org, Oct 13, 2009)
 
Methods inherited from interface org.starhope.appius.pay.util.Invoiceable
getAmount, getBuyer, getCurrency, getInvoiceID, getInvoiceIDPrefix, getTitle
 

Method Detail

getShipToAddress

UserAddress getShipToAddress()
WRITEME: document this method (brpocock@star-hope.org, Oct 13, 2009)

Returns:
WRITEME

getShipToOrganization

String getShipToOrganization()
WRITEME: document this method (brpocock@star-hope.org, Oct 13, 2009)

Returns:
WRITEME

getShipToUser

AbstractPerson getShipToUser()
WRITEME: document this method (brpocock@star-hope.org, Oct 13, 2009)

Returns:
WRITEME