org.kuali.kfs.module.ar.document.service
Interface AccountsReceivableTaxService

All Known Implementing Classes:
AccountsReceivableTaxServiceImpl

public interface AccountsReceivableTaxService


Method Summary
 String getPostalCodeForTaxation(CustomerInvoiceDocument document)
          This method returns the appropriate postal code for taxation
 boolean isCustomerInvoiceDetailTaxable(CustomerInvoiceDocument document, CustomerInvoiceDetail customerInvoiceDetail)
          This method returns true if customer invoice detail amount can be taxed.
 

Method Detail

isCustomerInvoiceDetailTaxable

boolean isCustomerInvoiceDetailTaxable(CustomerInvoiceDocument document,
                                       CustomerInvoiceDetail customerInvoiceDetail)
This method returns true if customer invoice detail amount can be taxed.

Parameters:
customer -
customerInvoiceDetail -
Returns:

getPostalCodeForTaxation

String getPostalCodeForTaxation(CustomerInvoiceDocument document)
This method returns the appropriate postal code for taxation

Parameters:
document -
Returns:


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.