Show / Hide Table of Contents

Class RegionalTaxRateInfo

Specified details about taxation in a given geographical region.

Inheritance
object
RegionalTaxRateInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class RegionalTaxRateInfo : IDirectResponseSchema

Properties

EligibleForStreamingServiceTaxRate

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.

Declaration
[JsonProperty("eligibleForStreamingServiceTaxRate")]
public virtual bool? EligibleForStreamingServiceTaxRate { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

StreamingTaxType

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

Declaration
[JsonProperty("streamingTaxType")]
public virtual string StreamingTaxType { get; set; }
Property Value
Type Description
string

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.

Declaration
[JsonProperty("taxTier")]
public virtual string TaxTier { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX