Interface AccountSettingsBrandingCreateParams

Export

AccountSettingsBrandingCreateParams

Hierarchy

  • AccountSettingsBrandingCreateParams

Properties

dark_mode_logo_file_id?: string

The File ID of an uploaded File of type logo

Memberof

AccountSettingsBrandingCreateParams

global_dashboard_settings?: GlobalDashboardSettings

Turn on or off dashboard preferences for all merchants by default. These settings can not be overridden by individual merchants, and are set by the partner. Defaults to true for all types.

Memberof

AccountSettingsBrandingCreateParams

global_email_notifications?: boolean

Will set every global_email_settings email type to the specified boolean value if global_email_settings not provided. Turn on or off email notifications for all merchants by default. Individual merchants can override these settings later. Defaults to true.

Memberof

AccountSettingsBrandingCreateParams

Deprecated

global_email_settings?: GlobalEmailSettings

Turn on or off email notifications for different email types, for all merchants, by default. Individual merchants can override these settings later. Defaults to true for all types.

Memberof

AccountSettingsBrandingCreateParams

logo_file_id?: string

The File ID of an uploaded File of type logo

Memberof

AccountSettingsBrandingCreateParams

merchant_support_center_name?: string

Optional customized Support Center title

Memberof

AccountSettingsBrandingCreateParams

merchant_support_center_url?: string

Optional customized Support Center URL

Memberof

AccountSettingsBrandingCreateParams

primary_color?: string

A string indicating a hexadecimal color.

Memberof

AccountSettingsBrandingCreateParams

secondary_color?: string

A string indicating a hexadecimal color.

Memberof

AccountSettingsBrandingCreateParams

support_email?: string

Partner's support email address

Memberof

AccountSettingsBrandingCreateParams

support_phone?: string

Partner's support phone number

Memberof

AccountSettingsBrandingCreateParams

Generated using TypeDoc