com.ibm.commerce.foundation.common.datatypes

Interface TaxByTaxCategoryType

  • All Superinterfaces:
    MonetaryAmountType


    public interface TaxByTaxCategoryType
    extends MonetaryAmountType
    A representation of the model object 'Tax By Tax Category Type'. Type definition of the tax amount for a tax category.

    The following features are supported:

    See Also:
    CommerceFoundationPackage.getTaxByTaxCategoryType()
    • Method Detail

      • getTaxCategoryCode

        java.lang.String getTaxCategoryCode()
        Returns the value of the 'Tax Category Code' attribute. The tax category code.
        Returns:
        the value of the 'Tax Category Code' attribute.
        See Also:
        setTaxCategoryCode(String), CommerceFoundationPackage.getTaxByTaxCategoryType_TaxCategoryCode()
      • setTaxCategoryCode

        void setTaxCategoryCode(java.lang.String value)
        Sets the value of the 'Tax Category Code' attribute.
        Parameters:
        value - the new value of the 'Tax Category Code' attribute.
        See Also:
        getTaxCategoryCode()