SubscriptionTaxAndComplianceSettings  |  Google Play Developer API  |  Google for Developers (original) (raw)

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

JSON representation
{ "eeaWithdrawalRightType": enum (WithdrawalRightType), "taxRateInfoByRegionCode": { string: { object (RegionalTaxRateInfo) }, ... }, "isTokenizedDigitalAsset": boolean, "regionalProductAgeRatingInfos": [ { object (RegionalProductAgeRatingInfo) } ], "productTaxCategoryCode": string }
Fields
eeaWithdrawalRightType enum (WithdrawalRightType) 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.
taxRateInfoByRegionCode map (key: string, value: object (RegionalTaxRateInfo)) A mapping from region code to tax rate details. The keys are region codes as defined by Unicode's "CLDR".An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
isTokenizedDigitalAsset boolean Whether this subscription is declared as a product representing a tokenized digital asset.
regionalProductAgeRatingInfos[] object (RegionalProductAgeRatingInfo) Regional age rating information. Currently this field is only supported for region code US.
productTaxCategoryCode string Product tax category code to assign to the subscription. Product tax category determines the transaction tax rates applied to the subscription. Refer to the Help Center article for more information.