RegionalTaxRateInfo

  • Specifies tax details within a geographical region, including tax tiers and eligibility for streaming service tax rates.

  • Developers selling specific digital content like news or books may qualify for reduced tax rates based on the defined tax tiers.

  • US-based apps containing streaming products require specifying the streaming tax type for accurate state and local sales tax calculation.

  • TaxTier allows for reduced tax rates for eligible digital content while StreamingTaxType ensures accurate tax collection for US streaming services.

Specified details about taxation in a given geographical region.

JSON representation
{
  "taxTier": enum (TaxTier),
  "eligibleForStreamingServiceTaxRate": boolean,
  "streamingTaxType": enum (StreamingTaxType)
}
Fields
taxTier

enum (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.

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.

streamingTaxType

enum (StreamingTaxType)

To collect communications or amusement taxes in the United States, choose the appropriate tax category.

Learn more.