Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Delete an in-app product for an app.
See: Google Play Developer API Reference for androidpublisher.inappproducts.delete
.
Synopsis
- type InAppProductsDeleteResource = "androidpublisher" :> ("v3" :> ("applications" :> (Capture "packageName" Text :> ("inappproducts" :> (Capture "sku" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] ()))))))
- inAppProductsDelete :: Text -> Text -> InAppProductsDelete
- data InAppProductsDelete
- iapdPackageName :: Lens' InAppProductsDelete Text
- iapdSKU :: Lens' InAppProductsDelete Text
REST Resource
type InAppProductsDeleteResource = "androidpublisher" :> ("v3" :> ("applications" :> (Capture "packageName" Text :> ("inappproducts" :> (Capture "sku" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] ())))))) Source #
A resource alias for androidpublisher.inappproducts.delete
method which the
InAppProductsDelete
request conforms to.
Creating a Request
Creates a value of InAppProductsDelete
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data InAppProductsDelete Source #
Delete an in-app product for an app.
See: inAppProductsDelete
smart constructor.
Instances
Request Lenses
iapdPackageName :: Lens' InAppProductsDelete Text Source #
Unique identifier for the Android app with the in-app product; for example, "com.spiffygame".