Liking cljdoc? Tell your friends :D

happygapi.androidpublisher.inappproducts

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

Google Play Android Developer API: inappproducts.
Lets Android application developers access their 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: sku, packageName

Optional parameters: none

Deletes an in-app product (i.e. a managed product or a subscriptions).

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

Required parameters: sku, packageName

Optional parameters: none

Deletes an in-app product (i.e. a managed product or a subscriptions).
sourceraw docstring

get$clj

(get$ auth parameters)

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

Required parameters: sku, packageName

Optional parameters: none

Gets an in-app product, which can be a managed product or a subscription.

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

Required parameters: sku, packageName

Optional parameters: none

Gets an in-app product, which can be a managed product or a subscription.
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 {:priceMicros string, :currency string}, :listings {}, :defaultLanguage string}

Creates an in-app product (i.e. a managed product or a subscriptions).

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 {:priceMicros string, :currency string},
 :listings {},
 :defaultLanguage string}

Creates an in-app product (i.e. a managed product or a subscriptions).
sourceraw docstring

list$clj

(list$ auth parameters)

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

Required parameters: packageName

Optional parameters: startIndex, token, maxResults

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.

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

Required parameters: packageName

Optional parameters: startIndex, token, maxResults

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.
sourceraw docstring

patch$clj

(patch$ auth parameters body)

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

Required parameters: sku, packageName

Optional parameters: autoConvertMissingPrices

Body:

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

Patches an in-app product (i.e. a managed product or a subscriptions).

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

Required parameters: sku, packageName

Optional parameters: autoConvertMissingPrices

Body: 

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

Patches an in-app product (i.e. a managed product or a subscriptions).
sourceraw docstring

update$clj

(update$ auth parameters body)

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

Required parameters: sku, packageName

Optional parameters: autoConvertMissingPrices, allowMissing

Body:

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

Updates an in-app product (i.e. a managed product or a subscriptions).

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

Required parameters: sku, packageName

Optional parameters: autoConvertMissingPrices, allowMissing

Body: 

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

Updates an in-app product (i.e. a managed product or a subscriptions).
sourceraw docstring

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

× close