Show / Hide Table of Contents

Class OneTimeProductTaxAndComplianceSettings

Details about taxation, Google Play policy and legal compliance for one-time products.

Inheritance
object
OneTimeProductTaxAndComplianceSettings
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 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?

RegionalTaxConfigs

Regional tax configuration.

Declaration
[JsonProperty("regionalTaxConfigs")]
public virtual IList<RegionalTaxConfig> RegionalTaxConfigs { get; set; }
Property Value
Type Description
IList<RegionalTaxConfig>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX