org.starhope.appius.pay.util
Interface ShippingInvoice

All Superinterfaces:
Invoiceable

public interface ShippingInvoice
extends Invoiceable

Author:
brpocock

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

Method Detail

getShipToAddress

UserAddress getShipToAddress()
TODO: document this method (brpocock, Oct 13, 2009)

Returns:
WRITEME

getShipToOrganization

String getShipToOrganization()
TODO: document this method (brpocock, Oct 13, 2009)

Returns:
WRITEME

getShipToUser

Person getShipToUser()
TODO: document this method (brpocock, Oct 13, 2009)

Returns:
WRITEME