public static class CheckoutLocationSettingsTipping.Builder extends Object
CheckoutLocationSettingsTipping.| Constructor and Description |
|---|
Builder() |
public CheckoutLocationSettingsTipping.Builder percentages(List<Integer> percentages)
percentages - List of Integer value for percentages.public CheckoutLocationSettingsTipping.Builder unsetPercentages()
public CheckoutLocationSettingsTipping.Builder smartTippingEnabled(Boolean smartTippingEnabled)
smartTippingEnabled - Boolean value for smartTippingEnabled.public CheckoutLocationSettingsTipping.Builder unsetSmartTippingEnabled()
public CheckoutLocationSettingsTipping.Builder defaultPercent(Integer defaultPercent)
defaultPercent - Integer value for defaultPercent.public CheckoutLocationSettingsTipping.Builder unsetDefaultPercent()
public CheckoutLocationSettingsTipping.Builder smartTips(List<Money> smartTips)
smartTips - List of Money value for smartTips.public CheckoutLocationSettingsTipping.Builder unsetSmartTips()
public CheckoutLocationSettingsTipping.Builder defaultSmartTip(Money defaultSmartTip)
defaultSmartTip - Money value for defaultSmartTip.public CheckoutLocationSettingsTipping build()
CheckoutLocationSettingsTipping object using the set fields.CheckoutLocationSettingsTippingCopyright © 2024. All rights reserved.