Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
17 lines (10 loc) · 1.03 KB

TipSettings.md

File metadata and controls

17 lines (10 loc) · 1.03 KB

TipSettings

Description

Properties

Name Getter Setter Type Description Notes
allow_tipping getAllowTipping() setAllowTipping($value) bool Indicates whether tipping is enabled for this checkout. Defaults to false. [optional]
separate_tip_screen getSeparateTipScreen() setSeparateTipScreen($value) bool Indicates whether tip options should be presented on their own screen before presenting the signature screen during card payment. Defaults to false. [optional]
custom_tip_field getCustomTipField() setCustomTipField($value) bool Indicates 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]