RegionalTaxRateInfo
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
주어진 지리적 지역의 과세에 관한 지정된 세부정보입니다.
JSON 표현 |
{
"taxTier": enum (TaxTier ),
"eligibleForStreamingServiceTaxRate": boolean,
"streamingTaxType": enum (StreamingTaxType )
} |
필드 |
taxTier |
enum (TaxTier )
감면된 세율을 지정하는 세금 등급입니다. 여러 지역에서 디지털 뉴스, 잡지, 신문, 도서 또는 오디오북을 판매하는 개발자는 감면된 세율 대상일 수 있습니다. 자세히 알아보기
|
eligibleForStreamingServiceTaxRate |
boolean
미국 주 및 지방 판매세를 정확하게 청구할 수 있도록 앱에 스트리밍 상품이 포함되어 있는지 Google에 알려야 합니다. 미국에서만 지원되는 필드입니다.
|
streamingTaxType |
enum (StreamingTaxType )
미국에서 통신세 또는 유흥세를 징수하려면 적절한 세금 카테고리를 선택하세요. 자세히 알아보기
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-26(UTC)
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-07-26(UTC)"],[[["\u003cp\u003eSpecifies tax details within a geographical region, including tax tiers and eligibility for streaming service tax rates.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers selling specific digital content like news or books may qualify for reduced tax rates based on the defined tax tiers.\u003c/p\u003e\n"],["\u003cp\u003eUS-based apps containing streaming products require specifying the streaming tax type for accurate state and local sales tax calculation.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eTaxTier\u003c/code\u003e allows for reduced tax rates for eligible digital content while \u003ccode\u003eStreamingTaxType\u003c/code\u003e ensures accurate tax collection for US streaming services.\u003c/p\u003e\n"]]],["The content outlines taxation details for digital products in specific regions, focusing on `TaxTier` and `StreamingTaxType`. `TaxTier` defines reduced tax rates for products like books, news, and audiobooks, with rates varying by region and tier. `StreamingTaxType` specifies tax categories for streaming services in the US, including video and audio streaming, rentals, sales, and multi-channel options. Developers must indicate if their app contains streaming content. They also should learn about tax rates in the Play Console.\n"],null,["- [JSON representation](#SCHEMA_REPRESENTATION)\n\nSpecified details about taxation in a given geographical region.\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"taxTier\": enum (/android-publisher/api-ref/rest/v3/TaxTier), \"eligibleForStreamingServiceTaxRate\": boolean, \"streamingTaxType\": enum (/android-publisher/api-ref/rest/v3/StreamingTaxType) } ``` |\n\n| Fields ||\n|--------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `taxTier` | `enum (`[TaxTier](/android-publisher/api-ref/rest/v3/TaxTier)`)` Tax tier to specify reduced tax rate. Developers who sell digital news, magazines, newspapers, books, or audiobooks in various regions may be eligible for reduced tax rates. [Learn more](https://support.google.com/googleplay/android-developer/answer/10463498). |\n| `eligibleForStreamingServiceTaxRate` | `boolean` You must tell us if your app contains streaming products to correctly charge US state and local sales tax. Field only supported in the United States. |\n| `streamingTaxType` | `enum (`[StreamingTaxType](/android-publisher/api-ref/rest/v3/StreamingTaxType)`)` To collect communications or amusement taxes in the United States, choose the appropriate tax category. [Learn more](https://support.google.com/googleplay/android-developer/answer/10463498#streaming_tax). |"]]