public interface TaxService
| Modifier and Type | Method and Description | 
|---|---|
| org.kuali.rice.core.api.util.type.KualiDecimal | getPretaxAmount(Date dateOfTransaction,
                              String postalCode,
                              org.kuali.rice.core.api.util.type.KualiDecimal amountWithTax)This method returns pretaxAmount | 
| List<TaxDetail> | getSalesTaxDetails(Date dateOfTransaction,
                                    String postalCode,
                                    org.kuali.rice.core.api.util.type.KualiDecimal amount)This method returns a list of Tax Detail BO's for Sales Tax | 
| org.kuali.rice.core.api.util.type.KualiDecimal | getTotalSalesTaxAmount(Date dateOfTransaction,
                                            String postalCode,
                                            org.kuali.rice.core.api.util.type.KualiDecimal amount)This method returns the total sales tax amount | 
| List<TaxDetail> | getUseTaxDetails(Date dateOfTransaction,
                                String postalCode,
                                org.kuali.rice.core.api.util.type.KualiDecimal amount)This method returns a list of Tax Detail BO's for Sales Tax | 
List<TaxDetail> getSalesTaxDetails(Date dateOfTransaction, String postalCode, org.kuali.rice.core.api.util.type.KualiDecimal amount)
dateOfTransaction - date to include tax rates frompostalCode - postal code to get tax ratesamount - amount to be taxedList<TaxDetail> getUseTaxDetails(Date dateOfTransaction, String postalCode, org.kuali.rice.core.api.util.type.KualiDecimal amount)
dateOfTransaction - date to include tax rates frompostalCode - postal code to get tax ratesamount - amount to be taxedorg.kuali.rice.core.api.util.type.KualiDecimal getTotalSalesTaxAmount(Date dateOfTransaction, String postalCode, org.kuali.rice.core.api.util.type.KualiDecimal amount)
dateOfTransaction - date to include tax rates frompostalCode - postal code to get tax ratesamount - amount to be taxedorg.kuali.rice.core.api.util.type.KualiDecimal getPretaxAmount(Date dateOfTransaction, String postalCode, org.kuali.rice.core.api.util.type.KualiDecimal amountWithTax)
dateOfTransaction - date to include tax rates frompostalCode - postal code to get tax ratesamount - amount to be taxedCopyright © 2004–2015 The Kuali Foundation. All rights reserved.