
target.apidocs.com.google.api.services.androidpublisher.model.RegionalTaxRateInfo.html Maven / Gradle / Ivy
RegionalTaxRateInfo (Google Play Android Developer API v3-rev20240129-2.0.0)
com.google.api.services.androidpublisher.model
Class RegionalTaxRateInfo
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.json.GenericJson
-
- com.google.api.services.androidpublisher.model.RegionalTaxRateInfo
-
public final class RegionalTaxRateInfo
extends com.google.api.client.json.GenericJson
Specified details about taxation in a given geographical region.
This is the Java data model class that specifies how to parse/serialize into the JSON that is
transmitted over HTTP when working with the Google Play Android Developer API. For a detailed
explanation see:
https://developers.google.com/api-client-library/java/google-http-java-client/json
- Author:
- Google, Inc.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
com.google.api.client.util.GenericData.Flags
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
-
Constructor Summary
Constructors
Constructor and Description
RegionalTaxRateInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
RegionalTaxRateInfo
clone()
Boolean
getEligibleForStreamingServiceTaxRate()
You must tell us if your app contains streaming products to correctly charge US state and local
sales tax.
String
getStreamingTaxType()
To collect communications or amusement taxes in the United States, choose the appropriate tax
category.
String
getTaxTier()
Tax tier to specify reduced tax rate.
RegionalTaxRateInfo
set(String fieldName,
Object value)
RegionalTaxRateInfo
setEligibleForStreamingServiceTaxRate(Boolean eligibleForStreamingServiceTaxRate)
You must tell us if your app contains streaming products to correctly charge US state and local
sales tax.
RegionalTaxRateInfo
setStreamingTaxType(String streamingTaxType)
To collect communications or amusement taxes in the United States, choose the appropriate tax
category.
RegionalTaxRateInfo
setTaxTier(String taxTier)
Tax tier to specify reduced tax rate.
-
Methods inherited from class com.google.api.client.json.GenericJson
getFactory, setFactory, toPrettyString, toString
-
Methods inherited from class com.google.api.client.util.GenericData
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
-
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, isEmpty, keySet, size, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
Method Detail
-
getEligibleForStreamingServiceTaxRate
public Boolean getEligibleForStreamingServiceTaxRate()
You must tell us if your app contains streaming products to correctly charge US state and local
sales tax. Field only supported in United States.
- Returns:
- value or
null
for none
-
setEligibleForStreamingServiceTaxRate
public RegionalTaxRateInfo setEligibleForStreamingServiceTaxRate(Boolean eligibleForStreamingServiceTaxRate)
You must tell us if your app contains streaming products to correctly charge US state and local
sales tax. Field only supported in United States.
- Parameters:
eligibleForStreamingServiceTaxRate
- eligibleForStreamingServiceTaxRate or null
for none
-
getStreamingTaxType
public String getStreamingTaxType()
To collect communications or amusement taxes in the United States, choose the appropriate tax
category. [Learn more](https://support.google.com/googleplay/android-
developer/answer/10463498#streaming_tax).
- Returns:
- value or
null
for none
-
setStreamingTaxType
public RegionalTaxRateInfo setStreamingTaxType(String streamingTaxType)
To collect communications or amusement taxes in the United States, choose the appropriate tax
category. [Learn more](https://support.google.com/googleplay/android-
developer/answer/10463498#streaming_tax).
- Parameters:
streamingTaxType
- streamingTaxType or null
for none
-
getTaxTier
public String getTaxTier()
Tax tier to specify reduced tax rate. Developers who sell digital news, magazines, newspapers,
books, or audiobooks in various regions may be eligible for reduced tax rates. [Learn
more](https://support.google.com/googleplay/android-developer/answer/10463498).
- Returns:
- value or
null
for none
-
setTaxTier
public RegionalTaxRateInfo setTaxTier(String taxTier)
Tax tier to specify reduced tax rate. Developers who sell digital news, magazines, newspapers,
books, or audiobooks in various regions may be eligible for reduced tax rates. [Learn
more](https://support.google.com/googleplay/android-developer/answer/10463498).
- Parameters:
taxTier
- taxTier or null
for none
-
set
public RegionalTaxRateInfo set(String fieldName,
Object value)
- Overrides:
set
in class com.google.api.client.json.GenericJson
-
clone
public RegionalTaxRateInfo clone()
- Overrides:
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy