Class SubscriptionTaxAndComplianceSettings
Details about taxation, Google Play policy and legal compliance for subscription products.
Implements
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class SubscriptionTaxAndComplianceSettings : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
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 |
IsTokenizedDigitalAsset
Whether this subscription is declared as a product representing a tokenized digital asset.
Declaration
[JsonProperty("isTokenizedDigitalAsset")]
public virtual bool? IsTokenizedDigitalAsset { get; set; }
Property Value
Type | Description |
---|---|
bool? |
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> |