org.starhope.appius.pay.util
Interface ShippingInvoice

All Superinterfaces:
Invoiceable

public interface ShippingInvoice
extends Invoiceable

Author:
brpocock

Method Summary
 UserAddress getShipToAddress()
           
 String getShipToOrganization()
           
 Person getShipToUser()
           
 
Methods inherited from interface org.starhope.appius.pay.util.Invoiceable
getAmount, getBuyer, getCurrency, getInvoiceID, getInvoiceIDPrefix, getTitle
 

Method Detail

getShipToUser

Person getShipToUser()

getShipToOrganization

String getShipToOrganization()

getShipToAddress

UserAddress getShipToAddress()