Class Order.TaxDetails

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Order.TaxDetails
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Order

public static class Order.TaxDetails extends StripeObject
  • Constructor Details

    • TaxDetails

      public TaxDetails()
  • Method Details

    • getTaxExempt

      public String getTaxExempt()
      Describes the purchaser's tax exemption status. One of none, exempt, or reverse.
    • getTaxIds

      public List<Order.TaxDetails.TaxId> getTaxIds()
      The purchaser's tax IDs to be used in calculation of tax for this Order.
    • setTaxExempt

      public void setTaxExempt(String taxExempt)
      Describes the purchaser's tax exemption status. One of none, exempt, or reverse.
    • setTaxIds

      public void setTaxIds(List<Order.TaxDetails.TaxId> taxIds)
      The purchaser's tax IDs to be used in calculation of tax for this Order.
    • 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