• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<html><body>
2<style>
3
4body, h1, h2, h3, div, span, p, pre, a {
5  margin: 0;
6  padding: 0;
7  border: 0;
8  font-weight: inherit;
9  font-style: inherit;
10  font-size: 100%;
11  font-family: inherit;
12  vertical-align: baseline;
13}
14
15body {
16  font-size: 13px;
17  padding: 1em;
18}
19
20h1 {
21  font-size: 26px;
22  margin-bottom: 1em;
23}
24
25h2 {
26  font-size: 24px;
27  margin-bottom: 1em;
28}
29
30h3 {
31  font-size: 20px;
32  margin-bottom: 1em;
33  margin-top: 1em;
34}
35
36pre, code {
37  line-height: 1.5;
38  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39}
40
41pre {
42  margin-top: 0.5em;
43}
44
45h1, h2, h3, p {
46  font-family: Arial, sans serif;
47}
48
49h1, h2, h3 {
50  border-bottom: solid #CCC 1px;
51}
52
53.toc_element {
54  margin-top: 0.5em;
55}
56
57.firstline {
58  margin-left: 2 em;
59}
60
61.method  {
62  margin-top: 1em;
63  border: solid 1px #CCC;
64  padding: 1em;
65  background: #EEE;
66}
67
68.details {
69  font-weight: bold;
70  font-size: 14px;
71}
72
73</style>
74
75<h1><a href="androidpublisher_v3.html">Google Play Android Developer API</a> . <a href="androidpublisher_v3.inappproducts.html">inappproducts</a></h1>
76<h2>Instance Methods</h2>
77<p class="toc_element">
78  <code><a href="#close">close()</a></code></p>
79<p class="firstline">Close httplib2 connections.</p>
80<p class="toc_element">
81  <code><a href="#delete">delete(packageName, sku, x__xgafv=None)</a></code></p>
82<p class="firstline">Deletes an in-app product (i.e. a managed product or a subscriptions).</p>
83<p class="toc_element">
84  <code><a href="#get">get(packageName, sku, x__xgafv=None)</a></code></p>
85<p class="firstline">Gets an in-app product, which can be a managed product or a subscription.</p>
86<p class="toc_element">
87  <code><a href="#insert">insert(packageName, autoConvertMissingPrices=None, body=None, x__xgafv=None)</a></code></p>
88<p class="firstline">Creates an in-app product (i.e. a managed product or a subscriptions).</p>
89<p class="toc_element">
90  <code><a href="#list">list(packageName, maxResults=None, startIndex=None, token=None, x__xgafv=None)</a></code></p>
91<p class="firstline">Lists all in-app products - both managed products and subscriptions. If an app has a large number of in-app products, the response may be paginated. In this case the response field `tokenPagination.nextPageToken` will be set and the caller should provide its value as a `token` request parameter to retrieve the next page.</p>
92<p class="toc_element">
93  <code><a href="#patch">patch(packageName, sku, autoConvertMissingPrices=None, body=None, x__xgafv=None)</a></code></p>
94<p class="firstline">Patches an in-app product (i.e. a managed product or a subscriptions).</p>
95<p class="toc_element">
96  <code><a href="#update">update(packageName, sku, allowMissing=None, autoConvertMissingPrices=None, body=None, x__xgafv=None)</a></code></p>
97<p class="firstline">Updates an in-app product (i.e. a managed product or a subscriptions).</p>
98<h3>Method Details</h3>
99<div class="method">
100    <code class="details" id="close">close()</code>
101  <pre>Close httplib2 connections.</pre>
102</div>
103
104<div class="method">
105    <code class="details" id="delete">delete(packageName, sku, x__xgafv=None)</code>
106  <pre>Deletes an in-app product (i.e. a managed product or a subscriptions).
107
108Args:
109  packageName: string, Package name of the app. (required)
110  sku: string, Unique identifier for the in-app product. (required)
111  x__xgafv: string, V1 error format.
112    Allowed values
113      1 - v1 error format
114      2 - v2 error format
115</pre>
116</div>
117
118<div class="method">
119    <code class="details" id="get">get(packageName, sku, x__xgafv=None)</code>
120  <pre>Gets an in-app product, which can be a managed product or a subscription.
121
122Args:
123  packageName: string, Package name of the app. (required)
124  sku: string, Unique identifier for the in-app product. (required)
125  x__xgafv: string, V1 error format.
126    Allowed values
127      1 - v1 error format
128      2 - v2 error format
129
130Returns:
131  An object of the form:
132
133    { # An in-app product. The resource for InappproductsService.
134  &quot;defaultLanguage&quot;: &quot;A String&quot;, # Default language of the localized data, as defined by BCP-47. e.g. &quot;en-US&quot;.
135  &quot;defaultPrice&quot;: { # Definition of a price, i.e. currency and units. # Default price. Cannot be zero, as in-app products are never free. Always in the developer&#x27;s Checkout merchant currency.
136    &quot;currency&quot;: &quot;A String&quot;, # 3 letter Currency code, as defined by ISO 4217. See java/com/google/common/money/CurrencyCode.java
137    &quot;priceMicros&quot;: &quot;A String&quot;, # Price in 1/million of the currency base unit, represented as a string.
138  },
139  &quot;gracePeriod&quot;: &quot;A String&quot;, # Grace period of the subscription, specified in ISO 8601 format. Allows developers to give their subscribers a grace period when the payment for the new recurrence period is declined. Acceptable values are P0D (zero days), P3D (three days), P7D (seven days), P14D (14 days), and P30D (30 days).
140  &quot;listings&quot;: { # List of localized title and description data. Map key is the language of the localized data, as defined by BCP-47, e.g. &quot;en-US&quot;.
141    &quot;a_key&quot;: { # Store listing of a single in-app product.
142      &quot;benefits&quot;: [ # Localized entitlement benefits for a subscription.
143        &quot;A String&quot;,
144      ],
145      &quot;description&quot;: &quot;A String&quot;, # Description for the store listing.
146      &quot;title&quot;: &quot;A String&quot;, # Title for the store listing.
147    },
148  },
149  &quot;managedProductTaxesAndComplianceSettings&quot;: { # Details about taxation and legal compliance for managed products. # Details about taxes and legal compliance. Only applicable to managed products.
150    &quot;eeaWithdrawalRightType&quot;: &quot;A String&quot;, # 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](https://support.google.com/googleplay/android-developer/answer/10463498) for more information.
151    &quot;taxRateInfoByRegionCode&quot;: { # A mapping from region code to tax rate details. The keys are region codes as defined by Unicode&#x27;s &quot;CLDR&quot;.
152      &quot;a_key&quot;: { # Specified details about taxation in a given geographical region.
153        &quot;eligibleForStreamingServiceTaxRate&quot;: True or False, # 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.
154        &quot;taxTier&quot;: &quot;A String&quot;, # 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).
155      },
156    },
157  },
158  &quot;packageName&quot;: &quot;A String&quot;, # Package name of the parent app.
159  &quot;prices&quot;: { # Prices per buyer region. None of these can be zero, as in-app products are never free. Map key is region code, as defined by ISO 3166-2.
160    &quot;a_key&quot;: { # Definition of a price, i.e. currency and units.
161      &quot;currency&quot;: &quot;A String&quot;, # 3 letter Currency code, as defined by ISO 4217. See java/com/google/common/money/CurrencyCode.java
162      &quot;priceMicros&quot;: &quot;A String&quot;, # Price in 1/million of the currency base unit, represented as a string.
163    },
164  },
165  &quot;purchaseType&quot;: &quot;A String&quot;, # The type of the product, e.g. a recurring subscription.
166  &quot;sku&quot;: &quot;A String&quot;, # Stock-keeping-unit (SKU) of the product, unique within an app.
167  &quot;status&quot;: &quot;A String&quot;, # The status of the product, e.g. whether it&#x27;s active.
168  &quot;subscriptionPeriod&quot;: &quot;A String&quot;, # Subscription period, specified in ISO 8601 format. Acceptable values are P1W (one week), P1M (one month), P3M (three months), P6M (six months), and P1Y (one year).
169  &quot;subscriptionTaxesAndComplianceSettings&quot;: { # Details about taxation, Google Play policy and legal compliance for subscription products. # Details about taxes and legal compliance. Only applicable to subscription products.
170    &quot;eeaWithdrawalRightType&quot;: &quot;A String&quot;, # 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](https://support.google.com/googleplay/android-developer/answer/10463498) for more information.
171    &quot;taxRateInfoByRegionCode&quot;: { # A mapping from region code to tax rate details. The keys are region codes as defined by Unicode&#x27;s &quot;CLDR&quot;.
172      &quot;a_key&quot;: { # Specified details about taxation in a given geographical region.
173        &quot;eligibleForStreamingServiceTaxRate&quot;: True or False, # 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.
174        &quot;taxTier&quot;: &quot;A String&quot;, # 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).
175      },
176    },
177  },
178  &quot;trialPeriod&quot;: &quot;A String&quot;, # Trial period, specified in ISO 8601 format. Acceptable values are anything between P7D (seven days) and P999D (999 days).
179}</pre>
180</div>
181
182<div class="method">
183    <code class="details" id="insert">insert(packageName, autoConvertMissingPrices=None, body=None, x__xgafv=None)</code>
184  <pre>Creates an in-app product (i.e. a managed product or a subscriptions).
185
186Args:
187  packageName: string, Package name of the app. (required)
188  body: object, The request body.
189    The object takes the form of:
190
191{ # An in-app product. The resource for InappproductsService.
192  &quot;defaultLanguage&quot;: &quot;A String&quot;, # Default language of the localized data, as defined by BCP-47. e.g. &quot;en-US&quot;.
193  &quot;defaultPrice&quot;: { # Definition of a price, i.e. currency and units. # Default price. Cannot be zero, as in-app products are never free. Always in the developer&#x27;s Checkout merchant currency.
194    &quot;currency&quot;: &quot;A String&quot;, # 3 letter Currency code, as defined by ISO 4217. See java/com/google/common/money/CurrencyCode.java
195    &quot;priceMicros&quot;: &quot;A String&quot;, # Price in 1/million of the currency base unit, represented as a string.
196  },
197  &quot;gracePeriod&quot;: &quot;A String&quot;, # Grace period of the subscription, specified in ISO 8601 format. Allows developers to give their subscribers a grace period when the payment for the new recurrence period is declined. Acceptable values are P0D (zero days), P3D (three days), P7D (seven days), P14D (14 days), and P30D (30 days).
198  &quot;listings&quot;: { # List of localized title and description data. Map key is the language of the localized data, as defined by BCP-47, e.g. &quot;en-US&quot;.
199    &quot;a_key&quot;: { # Store listing of a single in-app product.
200      &quot;benefits&quot;: [ # Localized entitlement benefits for a subscription.
201        &quot;A String&quot;,
202      ],
203      &quot;description&quot;: &quot;A String&quot;, # Description for the store listing.
204      &quot;title&quot;: &quot;A String&quot;, # Title for the store listing.
205    },
206  },
207  &quot;managedProductTaxesAndComplianceSettings&quot;: { # Details about taxation and legal compliance for managed products. # Details about taxes and legal compliance. Only applicable to managed products.
208    &quot;eeaWithdrawalRightType&quot;: &quot;A String&quot;, # 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](https://support.google.com/googleplay/android-developer/answer/10463498) for more information.
209    &quot;taxRateInfoByRegionCode&quot;: { # A mapping from region code to tax rate details. The keys are region codes as defined by Unicode&#x27;s &quot;CLDR&quot;.
210      &quot;a_key&quot;: { # Specified details about taxation in a given geographical region.
211        &quot;eligibleForStreamingServiceTaxRate&quot;: True or False, # 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.
212        &quot;taxTier&quot;: &quot;A String&quot;, # 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).
213      },
214    },
215  },
216  &quot;packageName&quot;: &quot;A String&quot;, # Package name of the parent app.
217  &quot;prices&quot;: { # Prices per buyer region. None of these can be zero, as in-app products are never free. Map key is region code, as defined by ISO 3166-2.
218    &quot;a_key&quot;: { # Definition of a price, i.e. currency and units.
219      &quot;currency&quot;: &quot;A String&quot;, # 3 letter Currency code, as defined by ISO 4217. See java/com/google/common/money/CurrencyCode.java
220      &quot;priceMicros&quot;: &quot;A String&quot;, # Price in 1/million of the currency base unit, represented as a string.
221    },
222  },
223  &quot;purchaseType&quot;: &quot;A String&quot;, # The type of the product, e.g. a recurring subscription.
224  &quot;sku&quot;: &quot;A String&quot;, # Stock-keeping-unit (SKU) of the product, unique within an app.
225  &quot;status&quot;: &quot;A String&quot;, # The status of the product, e.g. whether it&#x27;s active.
226  &quot;subscriptionPeriod&quot;: &quot;A String&quot;, # Subscription period, specified in ISO 8601 format. Acceptable values are P1W (one week), P1M (one month), P3M (three months), P6M (six months), and P1Y (one year).
227  &quot;subscriptionTaxesAndComplianceSettings&quot;: { # Details about taxation, Google Play policy and legal compliance for subscription products. # Details about taxes and legal compliance. Only applicable to subscription products.
228    &quot;eeaWithdrawalRightType&quot;: &quot;A String&quot;, # 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](https://support.google.com/googleplay/android-developer/answer/10463498) for more information.
229    &quot;taxRateInfoByRegionCode&quot;: { # A mapping from region code to tax rate details. The keys are region codes as defined by Unicode&#x27;s &quot;CLDR&quot;.
230      &quot;a_key&quot;: { # Specified details about taxation in a given geographical region.
231        &quot;eligibleForStreamingServiceTaxRate&quot;: True or False, # 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.
232        &quot;taxTier&quot;: &quot;A String&quot;, # 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).
233      },
234    },
235  },
236  &quot;trialPeriod&quot;: &quot;A String&quot;, # Trial period, specified in ISO 8601 format. Acceptable values are anything between P7D (seven days) and P999D (999 days).
237}
238
239  autoConvertMissingPrices: boolean, If true the prices for all regions targeted by the parent app that don&#x27;t have a price specified for this in-app product will be auto converted to the target currency based on the default price. Defaults to false.
240  x__xgafv: string, V1 error format.
241    Allowed values
242      1 - v1 error format
243      2 - v2 error format
244
245Returns:
246  An object of the form:
247
248    { # An in-app product. The resource for InappproductsService.
249  &quot;defaultLanguage&quot;: &quot;A String&quot;, # Default language of the localized data, as defined by BCP-47. e.g. &quot;en-US&quot;.
250  &quot;defaultPrice&quot;: { # Definition of a price, i.e. currency and units. # Default price. Cannot be zero, as in-app products are never free. Always in the developer&#x27;s Checkout merchant currency.
251    &quot;currency&quot;: &quot;A String&quot;, # 3 letter Currency code, as defined by ISO 4217. See java/com/google/common/money/CurrencyCode.java
252    &quot;priceMicros&quot;: &quot;A String&quot;, # Price in 1/million of the currency base unit, represented as a string.
253  },
254  &quot;gracePeriod&quot;: &quot;A String&quot;, # Grace period of the subscription, specified in ISO 8601 format. Allows developers to give their subscribers a grace period when the payment for the new recurrence period is declined. Acceptable values are P0D (zero days), P3D (three days), P7D (seven days), P14D (14 days), and P30D (30 days).
255  &quot;listings&quot;: { # List of localized title and description data. Map key is the language of the localized data, as defined by BCP-47, e.g. &quot;en-US&quot;.
256    &quot;a_key&quot;: { # Store listing of a single in-app product.
257      &quot;benefits&quot;: [ # Localized entitlement benefits for a subscription.
258        &quot;A String&quot;,
259      ],
260      &quot;description&quot;: &quot;A String&quot;, # Description for the store listing.
261      &quot;title&quot;: &quot;A String&quot;, # Title for the store listing.
262    },
263  },
264  &quot;managedProductTaxesAndComplianceSettings&quot;: { # Details about taxation and legal compliance for managed products. # Details about taxes and legal compliance. Only applicable to managed products.
265    &quot;eeaWithdrawalRightType&quot;: &quot;A String&quot;, # 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](https://support.google.com/googleplay/android-developer/answer/10463498) for more information.
266    &quot;taxRateInfoByRegionCode&quot;: { # A mapping from region code to tax rate details. The keys are region codes as defined by Unicode&#x27;s &quot;CLDR&quot;.
267      &quot;a_key&quot;: { # Specified details about taxation in a given geographical region.
268        &quot;eligibleForStreamingServiceTaxRate&quot;: True or False, # 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.
269        &quot;taxTier&quot;: &quot;A String&quot;, # 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).
270      },
271    },
272  },
273  &quot;packageName&quot;: &quot;A String&quot;, # Package name of the parent app.
274  &quot;prices&quot;: { # Prices per buyer region. None of these can be zero, as in-app products are never free. Map key is region code, as defined by ISO 3166-2.
275    &quot;a_key&quot;: { # Definition of a price, i.e. currency and units.
276      &quot;currency&quot;: &quot;A String&quot;, # 3 letter Currency code, as defined by ISO 4217. See java/com/google/common/money/CurrencyCode.java
277      &quot;priceMicros&quot;: &quot;A String&quot;, # Price in 1/million of the currency base unit, represented as a string.
278    },
279  },
280  &quot;purchaseType&quot;: &quot;A String&quot;, # The type of the product, e.g. a recurring subscription.
281  &quot;sku&quot;: &quot;A String&quot;, # Stock-keeping-unit (SKU) of the product, unique within an app.
282  &quot;status&quot;: &quot;A String&quot;, # The status of the product, e.g. whether it&#x27;s active.
283  &quot;subscriptionPeriod&quot;: &quot;A String&quot;, # Subscription period, specified in ISO 8601 format. Acceptable values are P1W (one week), P1M (one month), P3M (three months), P6M (six months), and P1Y (one year).
284  &quot;subscriptionTaxesAndComplianceSettings&quot;: { # Details about taxation, Google Play policy and legal compliance for subscription products. # Details about taxes and legal compliance. Only applicable to subscription products.
285    &quot;eeaWithdrawalRightType&quot;: &quot;A String&quot;, # 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](https://support.google.com/googleplay/android-developer/answer/10463498) for more information.
286    &quot;taxRateInfoByRegionCode&quot;: { # A mapping from region code to tax rate details. The keys are region codes as defined by Unicode&#x27;s &quot;CLDR&quot;.
287      &quot;a_key&quot;: { # Specified details about taxation in a given geographical region.
288        &quot;eligibleForStreamingServiceTaxRate&quot;: True or False, # 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.
289        &quot;taxTier&quot;: &quot;A String&quot;, # 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).
290      },
291    },
292  },
293  &quot;trialPeriod&quot;: &quot;A String&quot;, # Trial period, specified in ISO 8601 format. Acceptable values are anything between P7D (seven days) and P999D (999 days).
294}</pre>
295</div>
296
297<div class="method">
298    <code class="details" id="list">list(packageName, maxResults=None, startIndex=None, token=None, x__xgafv=None)</code>
299  <pre>Lists all in-app products - both managed products and subscriptions. If an app has a large number of in-app products, the response may be paginated. In this case the response field `tokenPagination.nextPageToken` will be set and the caller should provide its value as a `token` request parameter to retrieve the next page.
300
301Args:
302  packageName: string, Package name of the app. (required)
303  maxResults: integer, Deprecated and ignored. The page size is determined by the server.
304  startIndex: integer, Deprecated and ignored. Set the `token` parameter to rertieve the next page.
305  token: string, Pagination token. If empty, list starts at the first product.
306  x__xgafv: string, V1 error format.
307    Allowed values
308      1 - v1 error format
309      2 - v2 error format
310
311Returns:
312  An object of the form:
313
314    { # Response listing all in-app products.
315  &quot;inappproduct&quot;: [ # All in-app products.
316    { # An in-app product. The resource for InappproductsService.
317      &quot;defaultLanguage&quot;: &quot;A String&quot;, # Default language of the localized data, as defined by BCP-47. e.g. &quot;en-US&quot;.
318      &quot;defaultPrice&quot;: { # Definition of a price, i.e. currency and units. # Default price. Cannot be zero, as in-app products are never free. Always in the developer&#x27;s Checkout merchant currency.
319        &quot;currency&quot;: &quot;A String&quot;, # 3 letter Currency code, as defined by ISO 4217. See java/com/google/common/money/CurrencyCode.java
320        &quot;priceMicros&quot;: &quot;A String&quot;, # Price in 1/million of the currency base unit, represented as a string.
321      },
322      &quot;gracePeriod&quot;: &quot;A String&quot;, # Grace period of the subscription, specified in ISO 8601 format. Allows developers to give their subscribers a grace period when the payment for the new recurrence period is declined. Acceptable values are P0D (zero days), P3D (three days), P7D (seven days), P14D (14 days), and P30D (30 days).
323      &quot;listings&quot;: { # List of localized title and description data. Map key is the language of the localized data, as defined by BCP-47, e.g. &quot;en-US&quot;.
324        &quot;a_key&quot;: { # Store listing of a single in-app product.
325          &quot;benefits&quot;: [ # Localized entitlement benefits for a subscription.
326            &quot;A String&quot;,
327          ],
328          &quot;description&quot;: &quot;A String&quot;, # Description for the store listing.
329          &quot;title&quot;: &quot;A String&quot;, # Title for the store listing.
330        },
331      },
332      &quot;managedProductTaxesAndComplianceSettings&quot;: { # Details about taxation and legal compliance for managed products. # Details about taxes and legal compliance. Only applicable to managed products.
333        &quot;eeaWithdrawalRightType&quot;: &quot;A String&quot;, # 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](https://support.google.com/googleplay/android-developer/answer/10463498) for more information.
334        &quot;taxRateInfoByRegionCode&quot;: { # A mapping from region code to tax rate details. The keys are region codes as defined by Unicode&#x27;s &quot;CLDR&quot;.
335          &quot;a_key&quot;: { # Specified details about taxation in a given geographical region.
336            &quot;eligibleForStreamingServiceTaxRate&quot;: True or False, # 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.
337            &quot;taxTier&quot;: &quot;A String&quot;, # 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).
338          },
339        },
340      },
341      &quot;packageName&quot;: &quot;A String&quot;, # Package name of the parent app.
342      &quot;prices&quot;: { # Prices per buyer region. None of these can be zero, as in-app products are never free. Map key is region code, as defined by ISO 3166-2.
343        &quot;a_key&quot;: { # Definition of a price, i.e. currency and units.
344          &quot;currency&quot;: &quot;A String&quot;, # 3 letter Currency code, as defined by ISO 4217. See java/com/google/common/money/CurrencyCode.java
345          &quot;priceMicros&quot;: &quot;A String&quot;, # Price in 1/million of the currency base unit, represented as a string.
346        },
347      },
348      &quot;purchaseType&quot;: &quot;A String&quot;, # The type of the product, e.g. a recurring subscription.
349      &quot;sku&quot;: &quot;A String&quot;, # Stock-keeping-unit (SKU) of the product, unique within an app.
350      &quot;status&quot;: &quot;A String&quot;, # The status of the product, e.g. whether it&#x27;s active.
351      &quot;subscriptionPeriod&quot;: &quot;A String&quot;, # Subscription period, specified in ISO 8601 format. Acceptable values are P1W (one week), P1M (one month), P3M (three months), P6M (six months), and P1Y (one year).
352      &quot;subscriptionTaxesAndComplianceSettings&quot;: { # Details about taxation, Google Play policy and legal compliance for subscription products. # Details about taxes and legal compliance. Only applicable to subscription products.
353        &quot;eeaWithdrawalRightType&quot;: &quot;A String&quot;, # 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](https://support.google.com/googleplay/android-developer/answer/10463498) for more information.
354        &quot;taxRateInfoByRegionCode&quot;: { # A mapping from region code to tax rate details. The keys are region codes as defined by Unicode&#x27;s &quot;CLDR&quot;.
355          &quot;a_key&quot;: { # Specified details about taxation in a given geographical region.
356            &quot;eligibleForStreamingServiceTaxRate&quot;: True or False, # 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.
357            &quot;taxTier&quot;: &quot;A String&quot;, # 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).
358          },
359        },
360      },
361      &quot;trialPeriod&quot;: &quot;A String&quot;, # Trial period, specified in ISO 8601 format. Acceptable values are anything between P7D (seven days) and P999D (999 days).
362    },
363  ],
364  &quot;kind&quot;: &quot;A String&quot;, # The kind of this response (&quot;androidpublisher#inappproductsListResponse&quot;).
365  &quot;pageInfo&quot;: { # Information about the current page. List operations that supports paging return only one &quot;page&quot; of results. This protocol buffer message describes the page that has been returned. # Deprecated and unset.
366    &quot;resultPerPage&quot;: 42, # Maximum number of results returned in one page. ! The number of results included in the API response.
367    &quot;startIndex&quot;: 42, # Index of the first result returned in the current page.
368    &quot;totalResults&quot;: 42, # Total number of results available on the backend ! The total number of results in the result set.
369  },
370  &quot;tokenPagination&quot;: { # Pagination information returned by a List operation when token pagination is enabled. List operations that supports paging return only one &quot;page&quot; of results. This protocol buffer message describes the page that has been returned. When using token pagination, clients should use the next/previous token to get another page of the result. The presence or absence of next/previous token indicates whether a next/previous page is available and provides a mean of accessing this page. ListRequest.page_token should be set to either next_page_token or previous_page_token to access another page. # Pagination token, to handle a number of products that is over one page.
371    &quot;nextPageToken&quot;: &quot;A String&quot;, # Tokens to pass to the standard list field &#x27;page_token&#x27;. Whenever available, tokens are preferred over manipulating start_index.
372    &quot;previousPageToken&quot;: &quot;A String&quot;,
373  },
374}</pre>
375</div>
376
377<div class="method">
378    <code class="details" id="patch">patch(packageName, sku, autoConvertMissingPrices=None, body=None, x__xgafv=None)</code>
379  <pre>Patches an in-app product (i.e. a managed product or a subscriptions).
380
381Args:
382  packageName: string, Package name of the app. (required)
383  sku: string, Unique identifier for the in-app product. (required)
384  body: object, The request body.
385    The object takes the form of:
386
387{ # An in-app product. The resource for InappproductsService.
388  &quot;defaultLanguage&quot;: &quot;A String&quot;, # Default language of the localized data, as defined by BCP-47. e.g. &quot;en-US&quot;.
389  &quot;defaultPrice&quot;: { # Definition of a price, i.e. currency and units. # Default price. Cannot be zero, as in-app products are never free. Always in the developer&#x27;s Checkout merchant currency.
390    &quot;currency&quot;: &quot;A String&quot;, # 3 letter Currency code, as defined by ISO 4217. See java/com/google/common/money/CurrencyCode.java
391    &quot;priceMicros&quot;: &quot;A String&quot;, # Price in 1/million of the currency base unit, represented as a string.
392  },
393  &quot;gracePeriod&quot;: &quot;A String&quot;, # Grace period of the subscription, specified in ISO 8601 format. Allows developers to give their subscribers a grace period when the payment for the new recurrence period is declined. Acceptable values are P0D (zero days), P3D (three days), P7D (seven days), P14D (14 days), and P30D (30 days).
394  &quot;listings&quot;: { # List of localized title and description data. Map key is the language of the localized data, as defined by BCP-47, e.g. &quot;en-US&quot;.
395    &quot;a_key&quot;: { # Store listing of a single in-app product.
396      &quot;benefits&quot;: [ # Localized entitlement benefits for a subscription.
397        &quot;A String&quot;,
398      ],
399      &quot;description&quot;: &quot;A String&quot;, # Description for the store listing.
400      &quot;title&quot;: &quot;A String&quot;, # Title for the store listing.
401    },
402  },
403  &quot;managedProductTaxesAndComplianceSettings&quot;: { # Details about taxation and legal compliance for managed products. # Details about taxes and legal compliance. Only applicable to managed products.
404    &quot;eeaWithdrawalRightType&quot;: &quot;A String&quot;, # 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](https://support.google.com/googleplay/android-developer/answer/10463498) for more information.
405    &quot;taxRateInfoByRegionCode&quot;: { # A mapping from region code to tax rate details. The keys are region codes as defined by Unicode&#x27;s &quot;CLDR&quot;.
406      &quot;a_key&quot;: { # Specified details about taxation in a given geographical region.
407        &quot;eligibleForStreamingServiceTaxRate&quot;: True or False, # 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.
408        &quot;taxTier&quot;: &quot;A String&quot;, # 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).
409      },
410    },
411  },
412  &quot;packageName&quot;: &quot;A String&quot;, # Package name of the parent app.
413  &quot;prices&quot;: { # Prices per buyer region. None of these can be zero, as in-app products are never free. Map key is region code, as defined by ISO 3166-2.
414    &quot;a_key&quot;: { # Definition of a price, i.e. currency and units.
415      &quot;currency&quot;: &quot;A String&quot;, # 3 letter Currency code, as defined by ISO 4217. See java/com/google/common/money/CurrencyCode.java
416      &quot;priceMicros&quot;: &quot;A String&quot;, # Price in 1/million of the currency base unit, represented as a string.
417    },
418  },
419  &quot;purchaseType&quot;: &quot;A String&quot;, # The type of the product, e.g. a recurring subscription.
420  &quot;sku&quot;: &quot;A String&quot;, # Stock-keeping-unit (SKU) of the product, unique within an app.
421  &quot;status&quot;: &quot;A String&quot;, # The status of the product, e.g. whether it&#x27;s active.
422  &quot;subscriptionPeriod&quot;: &quot;A String&quot;, # Subscription period, specified in ISO 8601 format. Acceptable values are P1W (one week), P1M (one month), P3M (three months), P6M (six months), and P1Y (one year).
423  &quot;subscriptionTaxesAndComplianceSettings&quot;: { # Details about taxation, Google Play policy and legal compliance for subscription products. # Details about taxes and legal compliance. Only applicable to subscription products.
424    &quot;eeaWithdrawalRightType&quot;: &quot;A String&quot;, # 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](https://support.google.com/googleplay/android-developer/answer/10463498) for more information.
425    &quot;taxRateInfoByRegionCode&quot;: { # A mapping from region code to tax rate details. The keys are region codes as defined by Unicode&#x27;s &quot;CLDR&quot;.
426      &quot;a_key&quot;: { # Specified details about taxation in a given geographical region.
427        &quot;eligibleForStreamingServiceTaxRate&quot;: True or False, # 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.
428        &quot;taxTier&quot;: &quot;A String&quot;, # 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).
429      },
430    },
431  },
432  &quot;trialPeriod&quot;: &quot;A String&quot;, # Trial period, specified in ISO 8601 format. Acceptable values are anything between P7D (seven days) and P999D (999 days).
433}
434
435  autoConvertMissingPrices: boolean, If true the prices for all regions targeted by the parent app that don&#x27;t have a price specified for this in-app product will be auto converted to the target currency based on the default price. Defaults to false.
436  x__xgafv: string, V1 error format.
437    Allowed values
438      1 - v1 error format
439      2 - v2 error format
440
441Returns:
442  An object of the form:
443
444    { # An in-app product. The resource for InappproductsService.
445  &quot;defaultLanguage&quot;: &quot;A String&quot;, # Default language of the localized data, as defined by BCP-47. e.g. &quot;en-US&quot;.
446  &quot;defaultPrice&quot;: { # Definition of a price, i.e. currency and units. # Default price. Cannot be zero, as in-app products are never free. Always in the developer&#x27;s Checkout merchant currency.
447    &quot;currency&quot;: &quot;A String&quot;, # 3 letter Currency code, as defined by ISO 4217. See java/com/google/common/money/CurrencyCode.java
448    &quot;priceMicros&quot;: &quot;A String&quot;, # Price in 1/million of the currency base unit, represented as a string.
449  },
450  &quot;gracePeriod&quot;: &quot;A String&quot;, # Grace period of the subscription, specified in ISO 8601 format. Allows developers to give their subscribers a grace period when the payment for the new recurrence period is declined. Acceptable values are P0D (zero days), P3D (three days), P7D (seven days), P14D (14 days), and P30D (30 days).
451  &quot;listings&quot;: { # List of localized title and description data. Map key is the language of the localized data, as defined by BCP-47, e.g. &quot;en-US&quot;.
452    &quot;a_key&quot;: { # Store listing of a single in-app product.
453      &quot;benefits&quot;: [ # Localized entitlement benefits for a subscription.
454        &quot;A String&quot;,
455      ],
456      &quot;description&quot;: &quot;A String&quot;, # Description for the store listing.
457      &quot;title&quot;: &quot;A String&quot;, # Title for the store listing.
458    },
459  },
460  &quot;managedProductTaxesAndComplianceSettings&quot;: { # Details about taxation and legal compliance for managed products. # Details about taxes and legal compliance. Only applicable to managed products.
461    &quot;eeaWithdrawalRightType&quot;: &quot;A String&quot;, # 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](https://support.google.com/googleplay/android-developer/answer/10463498) for more information.
462    &quot;taxRateInfoByRegionCode&quot;: { # A mapping from region code to tax rate details. The keys are region codes as defined by Unicode&#x27;s &quot;CLDR&quot;.
463      &quot;a_key&quot;: { # Specified details about taxation in a given geographical region.
464        &quot;eligibleForStreamingServiceTaxRate&quot;: True or False, # 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.
465        &quot;taxTier&quot;: &quot;A String&quot;, # 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).
466      },
467    },
468  },
469  &quot;packageName&quot;: &quot;A String&quot;, # Package name of the parent app.
470  &quot;prices&quot;: { # Prices per buyer region. None of these can be zero, as in-app products are never free. Map key is region code, as defined by ISO 3166-2.
471    &quot;a_key&quot;: { # Definition of a price, i.e. currency and units.
472      &quot;currency&quot;: &quot;A String&quot;, # 3 letter Currency code, as defined by ISO 4217. See java/com/google/common/money/CurrencyCode.java
473      &quot;priceMicros&quot;: &quot;A String&quot;, # Price in 1/million of the currency base unit, represented as a string.
474    },
475  },
476  &quot;purchaseType&quot;: &quot;A String&quot;, # The type of the product, e.g. a recurring subscription.
477  &quot;sku&quot;: &quot;A String&quot;, # Stock-keeping-unit (SKU) of the product, unique within an app.
478  &quot;status&quot;: &quot;A String&quot;, # The status of the product, e.g. whether it&#x27;s active.
479  &quot;subscriptionPeriod&quot;: &quot;A String&quot;, # Subscription period, specified in ISO 8601 format. Acceptable values are P1W (one week), P1M (one month), P3M (three months), P6M (six months), and P1Y (one year).
480  &quot;subscriptionTaxesAndComplianceSettings&quot;: { # Details about taxation, Google Play policy and legal compliance for subscription products. # Details about taxes and legal compliance. Only applicable to subscription products.
481    &quot;eeaWithdrawalRightType&quot;: &quot;A String&quot;, # 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](https://support.google.com/googleplay/android-developer/answer/10463498) for more information.
482    &quot;taxRateInfoByRegionCode&quot;: { # A mapping from region code to tax rate details. The keys are region codes as defined by Unicode&#x27;s &quot;CLDR&quot;.
483      &quot;a_key&quot;: { # Specified details about taxation in a given geographical region.
484        &quot;eligibleForStreamingServiceTaxRate&quot;: True or False, # 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.
485        &quot;taxTier&quot;: &quot;A String&quot;, # 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).
486      },
487    },
488  },
489  &quot;trialPeriod&quot;: &quot;A String&quot;, # Trial period, specified in ISO 8601 format. Acceptable values are anything between P7D (seven days) and P999D (999 days).
490}</pre>
491</div>
492
493<div class="method">
494    <code class="details" id="update">update(packageName, sku, allowMissing=None, autoConvertMissingPrices=None, body=None, x__xgafv=None)</code>
495  <pre>Updates an in-app product (i.e. a managed product or a subscriptions).
496
497Args:
498  packageName: string, Package name of the app. (required)
499  sku: string, Unique identifier for the in-app product. (required)
500  body: object, The request body.
501    The object takes the form of:
502
503{ # An in-app product. The resource for InappproductsService.
504  &quot;defaultLanguage&quot;: &quot;A String&quot;, # Default language of the localized data, as defined by BCP-47. e.g. &quot;en-US&quot;.
505  &quot;defaultPrice&quot;: { # Definition of a price, i.e. currency and units. # Default price. Cannot be zero, as in-app products are never free. Always in the developer&#x27;s Checkout merchant currency.
506    &quot;currency&quot;: &quot;A String&quot;, # 3 letter Currency code, as defined by ISO 4217. See java/com/google/common/money/CurrencyCode.java
507    &quot;priceMicros&quot;: &quot;A String&quot;, # Price in 1/million of the currency base unit, represented as a string.
508  },
509  &quot;gracePeriod&quot;: &quot;A String&quot;, # Grace period of the subscription, specified in ISO 8601 format. Allows developers to give their subscribers a grace period when the payment for the new recurrence period is declined. Acceptable values are P0D (zero days), P3D (three days), P7D (seven days), P14D (14 days), and P30D (30 days).
510  &quot;listings&quot;: { # List of localized title and description data. Map key is the language of the localized data, as defined by BCP-47, e.g. &quot;en-US&quot;.
511    &quot;a_key&quot;: { # Store listing of a single in-app product.
512      &quot;benefits&quot;: [ # Localized entitlement benefits for a subscription.
513        &quot;A String&quot;,
514      ],
515      &quot;description&quot;: &quot;A String&quot;, # Description for the store listing.
516      &quot;title&quot;: &quot;A String&quot;, # Title for the store listing.
517    },
518  },
519  &quot;managedProductTaxesAndComplianceSettings&quot;: { # Details about taxation and legal compliance for managed products. # Details about taxes and legal compliance. Only applicable to managed products.
520    &quot;eeaWithdrawalRightType&quot;: &quot;A String&quot;, # 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](https://support.google.com/googleplay/android-developer/answer/10463498) for more information.
521    &quot;taxRateInfoByRegionCode&quot;: { # A mapping from region code to tax rate details. The keys are region codes as defined by Unicode&#x27;s &quot;CLDR&quot;.
522      &quot;a_key&quot;: { # Specified details about taxation in a given geographical region.
523        &quot;eligibleForStreamingServiceTaxRate&quot;: True or False, # 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.
524        &quot;taxTier&quot;: &quot;A String&quot;, # 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).
525      },
526    },
527  },
528  &quot;packageName&quot;: &quot;A String&quot;, # Package name of the parent app.
529  &quot;prices&quot;: { # Prices per buyer region. None of these can be zero, as in-app products are never free. Map key is region code, as defined by ISO 3166-2.
530    &quot;a_key&quot;: { # Definition of a price, i.e. currency and units.
531      &quot;currency&quot;: &quot;A String&quot;, # 3 letter Currency code, as defined by ISO 4217. See java/com/google/common/money/CurrencyCode.java
532      &quot;priceMicros&quot;: &quot;A String&quot;, # Price in 1/million of the currency base unit, represented as a string.
533    },
534  },
535  &quot;purchaseType&quot;: &quot;A String&quot;, # The type of the product, e.g. a recurring subscription.
536  &quot;sku&quot;: &quot;A String&quot;, # Stock-keeping-unit (SKU) of the product, unique within an app.
537  &quot;status&quot;: &quot;A String&quot;, # The status of the product, e.g. whether it&#x27;s active.
538  &quot;subscriptionPeriod&quot;: &quot;A String&quot;, # Subscription period, specified in ISO 8601 format. Acceptable values are P1W (one week), P1M (one month), P3M (three months), P6M (six months), and P1Y (one year).
539  &quot;subscriptionTaxesAndComplianceSettings&quot;: { # Details about taxation, Google Play policy and legal compliance for subscription products. # Details about taxes and legal compliance. Only applicable to subscription products.
540    &quot;eeaWithdrawalRightType&quot;: &quot;A String&quot;, # 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](https://support.google.com/googleplay/android-developer/answer/10463498) for more information.
541    &quot;taxRateInfoByRegionCode&quot;: { # A mapping from region code to tax rate details. The keys are region codes as defined by Unicode&#x27;s &quot;CLDR&quot;.
542      &quot;a_key&quot;: { # Specified details about taxation in a given geographical region.
543        &quot;eligibleForStreamingServiceTaxRate&quot;: True or False, # 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.
544        &quot;taxTier&quot;: &quot;A String&quot;, # 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).
545      },
546    },
547  },
548  &quot;trialPeriod&quot;: &quot;A String&quot;, # Trial period, specified in ISO 8601 format. Acceptable values are anything between P7D (seven days) and P999D (999 days).
549}
550
551  allowMissing: boolean, If set to true, and the in-app product with the given package_name and sku doesn&#x27;t exist, the in-app product will be created.
552  autoConvertMissingPrices: boolean, If true the prices for all regions targeted by the parent app that don&#x27;t have a price specified for this in-app product will be auto converted to the target currency based on the default price. Defaults to false.
553  x__xgafv: string, V1 error format.
554    Allowed values
555      1 - v1 error format
556      2 - v2 error format
557
558Returns:
559  An object of the form:
560
561    { # An in-app product. The resource for InappproductsService.
562  &quot;defaultLanguage&quot;: &quot;A String&quot;, # Default language of the localized data, as defined by BCP-47. e.g. &quot;en-US&quot;.
563  &quot;defaultPrice&quot;: { # Definition of a price, i.e. currency and units. # Default price. Cannot be zero, as in-app products are never free. Always in the developer&#x27;s Checkout merchant currency.
564    &quot;currency&quot;: &quot;A String&quot;, # 3 letter Currency code, as defined by ISO 4217. See java/com/google/common/money/CurrencyCode.java
565    &quot;priceMicros&quot;: &quot;A String&quot;, # Price in 1/million of the currency base unit, represented as a string.
566  },
567  &quot;gracePeriod&quot;: &quot;A String&quot;, # Grace period of the subscription, specified in ISO 8601 format. Allows developers to give their subscribers a grace period when the payment for the new recurrence period is declined. Acceptable values are P0D (zero days), P3D (three days), P7D (seven days), P14D (14 days), and P30D (30 days).
568  &quot;listings&quot;: { # List of localized title and description data. Map key is the language of the localized data, as defined by BCP-47, e.g. &quot;en-US&quot;.
569    &quot;a_key&quot;: { # Store listing of a single in-app product.
570      &quot;benefits&quot;: [ # Localized entitlement benefits for a subscription.
571        &quot;A String&quot;,
572      ],
573      &quot;description&quot;: &quot;A String&quot;, # Description for the store listing.
574      &quot;title&quot;: &quot;A String&quot;, # Title for the store listing.
575    },
576  },
577  &quot;managedProductTaxesAndComplianceSettings&quot;: { # Details about taxation and legal compliance for managed products. # Details about taxes and legal compliance. Only applicable to managed products.
578    &quot;eeaWithdrawalRightType&quot;: &quot;A String&quot;, # 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](https://support.google.com/googleplay/android-developer/answer/10463498) for more information.
579    &quot;taxRateInfoByRegionCode&quot;: { # A mapping from region code to tax rate details. The keys are region codes as defined by Unicode&#x27;s &quot;CLDR&quot;.
580      &quot;a_key&quot;: { # Specified details about taxation in a given geographical region.
581        &quot;eligibleForStreamingServiceTaxRate&quot;: True or False, # 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.
582        &quot;taxTier&quot;: &quot;A String&quot;, # 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).
583      },
584    },
585  },
586  &quot;packageName&quot;: &quot;A String&quot;, # Package name of the parent app.
587  &quot;prices&quot;: { # Prices per buyer region. None of these can be zero, as in-app products are never free. Map key is region code, as defined by ISO 3166-2.
588    &quot;a_key&quot;: { # Definition of a price, i.e. currency and units.
589      &quot;currency&quot;: &quot;A String&quot;, # 3 letter Currency code, as defined by ISO 4217. See java/com/google/common/money/CurrencyCode.java
590      &quot;priceMicros&quot;: &quot;A String&quot;, # Price in 1/million of the currency base unit, represented as a string.
591    },
592  },
593  &quot;purchaseType&quot;: &quot;A String&quot;, # The type of the product, e.g. a recurring subscription.
594  &quot;sku&quot;: &quot;A String&quot;, # Stock-keeping-unit (SKU) of the product, unique within an app.
595  &quot;status&quot;: &quot;A String&quot;, # The status of the product, e.g. whether it&#x27;s active.
596  &quot;subscriptionPeriod&quot;: &quot;A String&quot;, # Subscription period, specified in ISO 8601 format. Acceptable values are P1W (one week), P1M (one month), P3M (three months), P6M (six months), and P1Y (one year).
597  &quot;subscriptionTaxesAndComplianceSettings&quot;: { # Details about taxation, Google Play policy and legal compliance for subscription products. # Details about taxes and legal compliance. Only applicable to subscription products.
598    &quot;eeaWithdrawalRightType&quot;: &quot;A String&quot;, # 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](https://support.google.com/googleplay/android-developer/answer/10463498) for more information.
599    &quot;taxRateInfoByRegionCode&quot;: { # A mapping from region code to tax rate details. The keys are region codes as defined by Unicode&#x27;s &quot;CLDR&quot;.
600      &quot;a_key&quot;: { # Specified details about taxation in a given geographical region.
601        &quot;eligibleForStreamingServiceTaxRate&quot;: True or False, # 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.
602        &quot;taxTier&quot;: &quot;A String&quot;, # 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).
603      },
604    },
605  },
606  &quot;trialPeriod&quot;: &quot;A String&quot;, # Trial period, specified in ISO 8601 format. Acceptable values are anything between P7D (seven days) and P999D (999 days).
607}</pre>
608</div>
609
610</body></html>