Class Quote.TotalDetails

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

public static class Quote.TotalDetails extends StripeObject
  • Constructor Details

    • TotalDetails

      public TotalDetails()
  • Method Details

    • getAmountDiscount

      public Long getAmountDiscount()
      This is the sum of all the discounts.
    • getAmountShipping

      public Long getAmountShipping()
      This is the sum of all the shipping amounts.
    • getAmountTax

      public Long getAmountTax()
      This is the sum of all the tax amounts.
    • getBreakdown

      public Quote.TotalDetails.Breakdown getBreakdown()
    • setAmountDiscount

      public void setAmountDiscount(Long amountDiscount)
      This is the sum of all the discounts.
    • setAmountShipping

      public void setAmountShipping(Long amountShipping)
      This is the sum of all the shipping amounts.
    • setAmountTax

      public void setAmountTax(Long amountTax)
      This is the sum of all the tax amounts.
    • setBreakdown

      public void setBreakdown(Quote.TotalDetails.Breakdown breakdown)
    • 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