Show / Hide Table of Contents

Class SubscriptionTaxAndComplianceSettings

Details about taxation, Google Play policy and legal compliance for subscription products.

Inheritance
object
SubscriptionTaxAndComplianceSettings
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 SubscriptionTaxAndComplianceSettings : IDirectResponseSchema

Properties

EeaWithdrawalRightType

Digital content or service classification for products distributed to users in the European Economic Area (EEA). The withdrawal regime under EEA consumer laws depends on this classification. Refer to the Help Center article for more information.

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

ETag

The ETag of the item.

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

TaxRateInfoByRegionCode

A mapping from region code to tax rate details. The keys are region codes as defined by Unicode's "CLDR".

Declaration
[JsonProperty("taxRateInfoByRegionCode")]
public virtual IDictionary<string, RegionalTaxRateInfo> TaxRateInfoByRegionCode { get; set; }
Property Value
Type Description
IDictionary<string, RegionalTaxRateInfo>

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX