Class Quote.AutomaticTax

    • Constructor Detail

      • AutomaticTax

        public AutomaticTax()
    • Method Detail

      • getEnabled

        public java.lang.Boolean getEnabled()
        Automatically calculate taxes.
      • getStatus

        public java.lang.String getStatus()
        The status of the most recent automated tax calculation for this quote.

        One of complete, failed, or requires_location_inputs.

      • setEnabled

        public void setEnabled​(java.lang.Boolean enabled)
        Automatically calculate taxes.
      • setStatus

        public void setStatus​(java.lang.String status)
        The status of the most recent automated tax calculation for this quote.

        One of complete, failed, or requires_location_inputs.

      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object