Class Invoice.ShippingCost.Tax

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Invoice.ShippingCost.Tax
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Invoice.ShippingCost

public static class Invoice.ShippingCost.Tax extends StripeObject
  • Constructor Details

    • Tax

      public Tax()
  • Method Details

    • getAmount

      public Long getAmount()
    • getRate

      public TaxRate getRate()
    • setAmount

      public void setAmount(Long amount)
    • setRate

      public void setRate(TaxRate rate)
    • 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