Class OneTimeProductTaxAndComplianceSettings
Details about taxation, Google Play policy and legal compliance for one-time products.
Implements
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class OneTimeProductTaxAndComplianceSettings : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IsTokenizedDigitalAsset
Whether this one-time product is declared as a product representing a tokenized digital asset.
Declaration
[JsonProperty("isTokenizedDigitalAsset")]
public virtual bool? IsTokenizedDigitalAsset { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
ProductTaxCategoryCode
Product tax category code to assign to the one-time product. Product tax category determines the transaction tax rates applied to the product. Refer to the Help Center article for more information.
Declaration
[JsonProperty("productTaxCategoryCode")]
public virtual string ProductTaxCategoryCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RegionalProductAgeRatingInfos
Regional age rating information. Currently this field is only supported for region code US.
Declaration
[JsonProperty("regionalProductAgeRatingInfos")]
public virtual IList<RegionalProductAgeRatingInfo> RegionalProductAgeRatingInfos { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<RegionalProductAgeRatingInfo> |
RegionalTaxConfigs
Regional tax configuration.
Declaration
[JsonProperty("regionalTaxConfigs")]
public virtual IList<RegionalTaxConfig> RegionalTaxConfigs { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<RegionalTaxConfig> |