Package com.stripe.model.terminal
Class Configuration.Tipping.Gbp
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.terminal.Configuration.Tipping.Gbp
- All Implemented Interfaces:
- StripeObjectInterface
- Enclosing class:
- Configuration.Tipping
For more details about Gbp, please refer to the API
 Reference.
- 
Field SummaryFields inherited from class com.stripe.model.StripeObjectPRETTY_PRINT_GSON
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanbooleanFixed 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.inthashCode()voidsetFixedAmounts(List<Long> fixedAmounts) Fixed amounts displayed when collecting a tip.voidsetPercentages(List<Long> percentages) Percentages displayed when collecting a tip.voidsetSmartTipThreshold(Long smartTipThreshold) Below this amount, fixed amounts will be displayed; above it, percentages will be displayed.Methods inherited from class com.stripe.model.StripeObjectdeserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
- 
Constructor Details- 
Gbppublic Gbp()
 
- 
- 
Method Details- 
getFixedAmountsFixed amounts displayed when collecting a tip.
- 
getPercentagesPercentages displayed when collecting a tip.
- 
getSmartTipThresholdBelow this amount, fixed amounts will be displayed; above it, percentages will be displayed.
- 
setFixedAmountsFixed amounts displayed when collecting a tip.
- 
setPercentagesPercentages displayed when collecting a tip.
- 
setSmartTipThresholdBelow this amount, fixed amounts will be displayed; above it, percentages will be displayed.
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
 
-