TaxRate
在向用户收取服务费用时适用的税率,可以按商家或服务设置。
JSON 表示法 |
{
"microPercent": integer
} |
字段 |
microPercent |
integer
一种税率,以百万分之一计,精确到小数点后 6 位。例如,如果税率为 7.253%,则应将该字段应设置为 7253000。 如果未设置或将该字段设置为 0,对于由此商家提供的任何服务,向用户收取的总费用为 Service.price 所指定的确切价格。该服务价格被视为无需缴纳税费或已包含适用税费。系统不会将税费作为单独的订单项向用户显示。 如果将该字段设置为任何非零值,对于由此商家提供的任何服务,向用户收取的总费用将包含服务价格以及使用此处提供的税率计算得出的税费。最小货币单位的小数部分(例如,1 美分的小数部分)将四舍五入为最接近的偶数。系统会将税费作为单独的订单项向用户显示。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-10-18。
[null,null,["最后更新时间 (UTC):2024-10-18。"],[[["Tax rate is represented in millionths of a percent, allowing for six decimal places of precision (e.g., 7.253% is represented as 7253000)."],["If `microPercent` is 0 or not set, the service price is considered tax-inclusive or exempt, and no separate tax is charged or displayed."],["When `microPercent` is any non-zero value, the total price includes the service price plus calculated tax, displayed as a separate line item to the user."],["Taxes are calculated using the provided `microPercent` and rounded to the nearest even value in the smallest currency unit."]]],[]]