Class Configuration.Tipping.Chf

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

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

    • Chf

      public Chf()
  • Method Details

    • getFixedAmounts

      public List<Long> getFixedAmounts()
      Fixed amounts displayed when collecting a tip.
    • getPercentages

      public List<Long> getPercentages()
      Percentages displayed when collecting a tip.
    • getSmartTipThreshold

      public Long getSmartTipThreshold()
      Below this amount, fixed amounts will be displayed; above it, percentages will be displayed.
    • setFixedAmounts

      public void setFixedAmounts(List<Long> fixedAmounts)
      Fixed amounts displayed when collecting a tip.
    • setPercentages

      public void setPercentages(List<Long> percentages)
      Percentages displayed when collecting a tip.
    • setSmartTipThreshold

      public void setSmartTipThreshold(Long smartTipThreshold)
      Below this amount, fixed amounts will be displayed; above it, percentages will be displayed.
    • 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