Class Quote.AutomaticTax

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Quote.AutomaticTax
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Quote

public static class Quote.AutomaticTax extends StripeObject
  • Constructor Details

    • AutomaticTax

      public AutomaticTax()
  • Method Details

    • getEnabled

      public Boolean getEnabled()
      Automatically calculate taxes.
    • getStatus

      public 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(Boolean enabled)
      Automatically calculate taxes.
    • setStatus

      public void setStatus(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(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object