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

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 United States.
  • 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.