gogol-android-publisher-0.0.1: Google Play Developer SDK.

Copyright(c) 2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.AndroidPublisher.Purchases.Products.Get

Contents

Description

Checks the purchase and consumption status of an inapp item.

See: Google Play Developer API Reference for androidpublisher.purchases.products.get.

Synopsis

REST Resource

type PurchasesProductsGetResource = "androidpublisher" :> ("v2" :> ("applications" :> (Capture "packageName" Text :> ("purchases" :> ("products" :> (Capture "productId" Text :> ("tokens" :> (Capture "token" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` ProductPurchase))))))))) Source

A resource alias for androidpublisher.purchases.products.get method which the PurchasesProductsGet request conforms to.

Creating a Request

purchasesProductsGet Source

Creates a value of PurchasesProductsGet with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

ppgPackageName :: Lens' PurchasesProductsGet Text Source

The package name of the application the inapp product was sold in (for example, 'com.some.thing').

ppgToken :: Lens' PurchasesProductsGet Text Source

The token provided to the user's device when the inapp product was purchased.

ppgProductId :: Lens' PurchasesProductsGet Text Source

The inapp product SKU (for example, 'com.some.thing.inapp1').