View Source GoogleApi.AndroidPublisher.V3.Model.RegionalTaxRateInfo (google_api_android_publisher v0.34.1)

Specified details about taxation in a given geographical region.

Attributes

  • eligibleForStreamingServiceTaxRate (type: boolean(), default: nil) - 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 (type: String.t, default: nil) - To collect communications or amusement taxes in the United States, choose the appropriate tax category. Learn more.
  • taxTier (type: String.t, default: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidPublisher.V3.Model.RegionalTaxRateInfo{
  eligibleForStreamingServiceTaxRate: boolean() | nil,
  streamingTaxType: String.t() | nil,
  taxTier: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.