Class CommerceTaxEstimateResult

  • All Implemented Interfaces:
    java.io.Serializable

    public class CommerceTaxEstimateResult
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.math.BigDecimal getTax()  
      void setTax​(java.math.BigDecimal tax)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CommerceTaxEstimateResult

        public CommerceTaxEstimateResult()
    • Method Detail

      • setTax

        public void setTax​(java.math.BigDecimal tax)
      • getTax

        public java.math.BigDecimal getTax()