public static class CheckoutLocationSettings.Builder extends Object
CheckoutLocationSettings.| Constructor and Description |
|---|
Builder() |
public CheckoutLocationSettings.Builder locationId(String locationId)
locationId - String value for locationId.public CheckoutLocationSettings.Builder unsetLocationId()
public CheckoutLocationSettings.Builder customerNotesEnabled(Boolean customerNotesEnabled)
customerNotesEnabled - Boolean value for customerNotesEnabled.public CheckoutLocationSettings.Builder unsetCustomerNotesEnabled()
public CheckoutLocationSettings.Builder policies(List<CheckoutLocationSettingsPolicy> policies)
policies - List of CheckoutLocationSettingsPolicy value for policies.public CheckoutLocationSettings.Builder unsetPolicies()
public CheckoutLocationSettings.Builder branding(CheckoutLocationSettingsBranding branding)
branding - CheckoutLocationSettingsBranding value for branding.public CheckoutLocationSettings.Builder tipping(CheckoutLocationSettingsTipping tipping)
tipping - CheckoutLocationSettingsTipping value for tipping.public CheckoutLocationSettings.Builder coupons(CheckoutLocationSettingsCoupons coupons)
coupons - CheckoutLocationSettingsCoupons value for coupons.public CheckoutLocationSettings.Builder updatedAt(String updatedAt)
updatedAt - String value for updatedAt.public CheckoutLocationSettings build()
CheckoutLocationSettings object using the set fields.CheckoutLocationSettingsCopyright © 2024. All rights reserved.