TipSettings

April 22, 2020 ยท View on GitHub

Description

Properties

NameGetterSetterTypeDescriptionNotes
allow_tippinggetAllowTipping()setAllowTipping($value)boolIndicates whether tipping is enabled for this checkout. Defaults to false.[optional]
separate_tip_screengetSeparateTipScreen()setSeparateTipScreen($value)boolIndicates whether tip options should be presented on their own screen before presenting the signature screen during card payment. Defaults to false.[optional]
custom_tip_fieldgetCustomTipField()setCustomTipField($value)boolIndicates whether custom tip amounts are allowed during the checkout flow. Defaults to false.[optional]

Note: All properties are protected and only accessed via getters and setters.

[Back to Model list] [Back to API list] [Back to README]