Class Configuration.Tipping.Usd

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.terminal.Configuration.Tipping.Usd
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Configuration.Tipping

public static class Configuration.Tipping.Usd extends StripeObject
  • Constructor Details

    • Usd

      public Usd()
  • Method Details

    • getFixedAmounts

      public List<Long> getFixedAmounts()
    • getPercentages

      public List<Long> getPercentages()
    • getSmartTipThreshold

      public Long getSmartTipThreshold()
    • setFixedAmounts

      public void setFixedAmounts(List<Long> fixedAmounts)
    • setPercentages

      public void setPercentages(List<Long> percentages)
    • setSmartTipThreshold

      public void setSmartTipThreshold(Long smartTipThreshold)
    • 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