RegionalTaxRateInfo

  • RegionalTaxRateInfo specifies details about taxation in a given geographical region, including tax tier, eligibility for streaming service tax rates, and streaming tax type.

  • Developers selling digital news, magazines, newspapers, books, or audiobooks may be eligible for reduced tax rates by specifying a tax tier.

  • In the United States, developers with streaming products must indicate this to correctly charge US state and local sales tax.

  • Developers in the United States can choose a streaming tax type to collect communications or amusement taxes.

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.