Android · JSON Structure

Google Play Developer Subscription Tax And Compliance Settings Structure

Type: object Properties: 3
AIAndroidAutomotiveGoogleMachine LearningMobile DevelopmentSDKTVWearables

SubscriptionTaxAndComplianceSettings is a JSON Structure definition published by Android, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

eeaWithdrawalRightType taxRateInfoByRegionCode isTokenizedDigitalAsset

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SubscriptionTaxAndComplianceSettings",
  "type": "object",
  "properties": {
    "eeaWithdrawalRightType": {
      "type": "string"
    },
    "taxRateInfoByRegionCode": {
      "type": "object"
    },
    "isTokenizedDigitalAsset": {
      "type": "boolean"
    }
  }
}