Class ShopUserMailTaxLO

  • All Implemented Interfaces:
    java.io.Serializable

    public class ShopUserMailTaxLO
    extends java.lang.Object
    implements java.io.Serializable
    Covers information about taxes used within customer mails.
    See Also:
    Serialized Form
    • Constructor Detail

      • ShopUserMailTaxLO

        public ShopUserMailTaxLO()
    • Method Detail

      • getTaxPercent

        public java.math.BigDecimal getTaxPercent()
        Returns:
        the percentage representation of tax value
      • setTaxPercent

        public void setTaxPercent​(java.math.BigDecimal taxPercent)
        Parameters:
        taxPercent - the percentage representation of tax value
      • getTaxAmount

        public java.math.BigDecimal getTaxAmount()
        Returns:
        the amount of tax
      • setTaxAmount

        public void setTaxAmount​(java.math.BigDecimal taxAmount)
        Parameters:
        taxAmount - the amount of tax