> ## Documentation Index
> Fetch the complete documentation index at: https://waffo.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# 前端组件 - 样式自定义

> 收银台外观、语言以及支付方式筛选的自定义选项。

前端组件的收银台外观、语言与支付方式过滤，均通过订单创建参数 `paymentInfo` 配置，与托管收银台共用同一套配置项：

* **外观主题** `paymentInfo.cashierAppearance`
* **语言** `paymentInfo.cashierLanguage`
* **支付方式过滤** `paymentInfo.payMethodType` / `payMethodName` / `payMethodCountry`

完整的取值范围、格式与示例见 [收银台客制化](/docs/zh/developer-docs/integration/checkout/customization)。
