Class Order.Tax

  • Enclosing class:
    Order

    public static class Order.Tax
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Tax()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • sellerTaxRate

        private java.math.BigDecimal sellerTaxRate
      • buyerTaxRate

        private java.math.BigDecimal buyerTaxRate
      • serviceTaxRate

        private java.math.BigDecimal serviceTaxRate
    • Constructor Detail

      • Tax

        public Tax()