Package com.stripe.model.terminal
Class Configuration.Tipping.Cad
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.terminal.Configuration.Tipping.Cad
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Configuration.Tipping
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Fixed amounts displayed when collecting a tip.Percentages displayed when collecting a tip.Below this amount, fixed amounts will be displayed; above it, percentages will be displayed.int
hashCode()
void
setFixedAmounts
(List<Long> fixedAmounts) Fixed amounts displayed when collecting a tip.void
setPercentages
(List<Long> percentages) Percentages displayed when collecting a tip.void
setSmartTipThreshold
(Long smartTipThreshold) Below this amount, fixed amounts will be displayed; above it, percentages will be displayed.Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Cad
public Cad()
-
-
Method Details
-
getFixedAmounts
Fixed amounts displayed when collecting a tip. -
getPercentages
Percentages displayed when collecting a tip. -
getSmartTipThreshold
Below this amount, fixed amounts will be displayed; above it, percentages will be displayed. -
setFixedAmounts
Fixed amounts displayed when collecting a tip. -
setPercentages
Percentages displayed when collecting a tip. -
setSmartTipThreshold
Below this amount, fixed amounts will be displayed; above it, percentages will be displayed. -
equals
-
canEqual
-
hashCode
public int hashCode()
-