Class RegionalTaxRateInfo
Specified details about taxation in a given geographical region.
Implements
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class RegionalTaxRateInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EligibleForStreamingServiceTaxRate
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.
Declaration
[JsonProperty("eligibleForStreamingServiceTaxRate")]
public virtual bool? EligibleForStreamingServiceTaxRate { get; set; }
Property Value
Type | Description |
---|---|
bool? |
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 |