java.lang.Object
com.broadleafcommerce.orderoperation.service.util.VatTaxUtil

@Deprecated public final class VatTaxUtil extends Object
Deprecated.
Author:
Cade Rea (cade-rea)
  • Method Summary

    Modifier and Type
    Method
    Description
    static javax.money.MonetaryAmount
    getVatTaxAmount(com.broadleafcommerce.cart.client.domain.FulfillmentItem fulfillmentItem, javax.money.CurrencyUnit currency)
    Deprecated.
    Use {InclusiveTaxHelper#getAllIncludedTaxes} instead.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • getVatTaxAmount

      @Deprecated public static javax.money.MonetaryAmount getVatTaxAmount(com.broadleafcommerce.cart.client.domain.FulfillmentItem fulfillmentItem, javax.money.CurrencyUnit currency)
      Deprecated.
      Use {InclusiveTaxHelper#getAllIncludedTaxes} instead.
      Get all included (VAT) taxes from the given fulfillment item. This includes merchandise taxes and fulfillment fee taxes.
      Parameters:
      fulfillmentItem - The FulfillmentItem whose FulfillmentItemTaxDetails should be checked for inclusive taxes.
      currency - The currency of the tax details.
      Returns:
      The total amount of taxes included in the retail price of the item.