TaxRate
サービスの料金をユーザーに請求する際に適用される税率。販売者単位またはサービス単位で設定できます。
JSON 表現 |
{
"microPercent": integer
} |
フィールド |
microPercent |
integer
税率(1% を 100 万分の 1 とする単位)。実際には小数点以下 6 桁を表すことになります。たとえば、税率が 7.253% の場合は、このフィールドは 7253000 に設定します。 このフィールドを未設定か 0 に設定した場合、この販売者が提供するサービスに対してユーザーに請求される合計金額は、Service.price で指定された価格になります。サービスの価格は、税金が免除されているか、適用される税金がすでに含まれているとみなされます。税金が別項目でユーザーに表示されることはありません。 このフィールドがゼロ以外の値に設定されている場合、その販売者が提供するサービスの合計価格には、サービスの価格と税金(ここで指定された税率を基に算出)が含まれます。最小通貨単位の端数(1 セントの端数など)は、最近接偶数に丸められます。税金は別項目でユーザーに表示されます。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-10-18 UTC。
[null,null,["最終更新日 2024-10-18 UTC。"],[[["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."]]],[]]