import type * as Square from "../index"; export interface CheckoutLocationSettingsBranding { /** * Show the location logo on the checkout page. * See [HeaderType](#type-headertype) for possible values */ headerType?: Square.CheckoutLocationSettingsBrandingHeaderType; /** The HTML-supported hex color for the button on the checkout page (for example, "#FFFFFF"). */ buttonColor?: string | null; /** * The shape of the button on the checkout page. * See [ButtonShape](#type-buttonshape) for possible values */ buttonShape?: Square.CheckoutLocationSettingsBrandingButtonShape; }