Liking cljdoc? Tell your friends :D

happygapi.androidpublisher.inappproducts

Google Play Developer API: inappproducts. Accesses Android application developers' Google Play accounts. See: https://developers.google.com/android-publisherapi/reference/rest/v3/inappproducts

Google Play Developer API: inappproducts.
Accesses Android application developers' Google Play accounts.
See: https://developers.google.com/android-publisherapi/reference/rest/v3/inappproducts
raw docstring

delete$clj

(delete$ auth parameters)

https://developers.google.com/android-publisherapi/reference/rest/v3/inappproducts/delete

Required parameters: packageName, sku

Optional parameters: none

Delete an in-app product for an app.

https://developers.google.com/android-publisherapi/reference/rest/v3/inappproducts/delete

Required parameters: packageName, sku

Optional parameters: none

Delete an in-app product for an app.
sourceraw docstring

get$clj

(get$ auth parameters)

https://developers.google.com/android-publisherapi/reference/rest/v3/inappproducts/get

Required parameters: packageName, sku

Optional parameters: none

Returns information about the in-app product specified.

https://developers.google.com/android-publisherapi/reference/rest/v3/inappproducts/get

Required parameters: packageName, sku

Optional parameters: none

Returns information about the in-app product specified.
sourceraw docstring

insert$clj

(insert$ auth parameters body)

https://developers.google.com/android-publisherapi/reference/rest/v3/inappproducts/insert

Required parameters: packageName

Optional parameters: autoConvertMissingPrices

Body:

{:packageName string, :purchaseType string, :sku string, :prices {}, :trialPeriod string, :status string, :subscriptionPeriod string, :gracePeriod string, :defaultPrice {:currency string, :priceMicros string}, :listings {}, :defaultLanguage string}

Creates a new in-app product for an app.

https://developers.google.com/android-publisherapi/reference/rest/v3/inappproducts/insert

Required parameters: packageName

Optional parameters: autoConvertMissingPrices

Body: 

{:packageName string,
 :purchaseType string,
 :sku string,
 :prices {},
 :trialPeriod string,
 :status string,
 :subscriptionPeriod string,
 :gracePeriod string,
 :defaultPrice {:currency string, :priceMicros string},
 :listings {},
 :defaultLanguage string}

Creates a new in-app product for an app.
sourceraw docstring

list$clj

(list$ auth parameters)

https://developers.google.com/android-publisherapi/reference/rest/v3/inappproducts/list

Required parameters: packageName

Optional parameters: maxResults, startIndex, token

List all the in-app products for an Android app, both subscriptions and managed in-app products..

https://developers.google.com/android-publisherapi/reference/rest/v3/inappproducts/list

Required parameters: packageName

Optional parameters: maxResults, startIndex, token

List all the in-app products for an Android app, both subscriptions and managed in-app products..
sourceraw docstring

patch$clj

(patch$ auth parameters body)

https://developers.google.com/android-publisherapi/reference/rest/v3/inappproducts/patch

Required parameters: packageName, sku

Optional parameters: autoConvertMissingPrices

Body:

{:packageName string, :purchaseType string, :sku string, :prices {}, :trialPeriod string, :status string, :subscriptionPeriod string, :gracePeriod string, :defaultPrice {:currency string, :priceMicros string}, :listings {}, :defaultLanguage string}

Updates the details of an in-app product. This method supports patch semantics.

https://developers.google.com/android-publisherapi/reference/rest/v3/inappproducts/patch

Required parameters: packageName, sku

Optional parameters: autoConvertMissingPrices

Body: 

{:packageName string,
 :purchaseType string,
 :sku string,
 :prices {},
 :trialPeriod string,
 :status string,
 :subscriptionPeriod string,
 :gracePeriod string,
 :defaultPrice {:currency string, :priceMicros string},
 :listings {},
 :defaultLanguage string}

Updates the details of an in-app product. This method supports patch semantics.
sourceraw docstring

update$clj

(update$ auth parameters body)

https://developers.google.com/android-publisherapi/reference/rest/v3/inappproducts/update

Required parameters: packageName, sku

Optional parameters: autoConvertMissingPrices

Body:

{:packageName string, :purchaseType string, :sku string, :prices {}, :trialPeriod string, :status string, :subscriptionPeriod string, :gracePeriod string, :defaultPrice {:currency string, :priceMicros string}, :listings {}, :defaultLanguage string}

Updates the details of an in-app product.

https://developers.google.com/android-publisherapi/reference/rest/v3/inappproducts/update

Required parameters: packageName, sku

Optional parameters: autoConvertMissingPrices

Body: 

{:packageName string,
 :purchaseType string,
 :sku string,
 :prices {},
 :trialPeriod string,
 :status string,
 :subscriptionPeriod string,
 :gracePeriod string,
 :defaultPrice {:currency string, :priceMicros string},
 :listings {},
 :defaultLanguage string}

Updates the details of an in-app product.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close