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

Copyright(c) 2015-2016 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.InAppProducts.Delete

Contents

Description

Delete an in-app product for an app.

See: Google Play Developer API Reference for androidpublisher.inappproducts.delete.

Synopsis

REST Resource

type InAppProductsDeleteResource = "androidpublisher" :> ("v2" :> ("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

inAppProductsDelete Source #

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

Eq InAppProductsDelete Source # 
Data InAppProductsDelete Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> InAppProductsDelete -> c InAppProductsDelete #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c InAppProductsDelete #

toConstr :: InAppProductsDelete -> Constr #

dataTypeOf :: InAppProductsDelete -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c InAppProductsDelete) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c InAppProductsDelete) #

gmapT :: (forall b. Data b => b -> b) -> InAppProductsDelete -> InAppProductsDelete #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> InAppProductsDelete -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> InAppProductsDelete -> r #

gmapQ :: (forall d. Data d => d -> u) -> InAppProductsDelete -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> InAppProductsDelete -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> InAppProductsDelete -> m InAppProductsDelete #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> InAppProductsDelete -> m InAppProductsDelete #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> InAppProductsDelete -> m InAppProductsDelete #

Show InAppProductsDelete Source # 
Generic InAppProductsDelete Source # 
GoogleRequest InAppProductsDelete Source # 
type Rep InAppProductsDelete Source # 
type Rep InAppProductsDelete = D1 (MetaData "InAppProductsDelete" "Network.Google.Resource.AndroidPublisher.InAppProducts.Delete" "gogol-android-publisher-0.3.0-8XVDgM5JzAvJ4EqDp4PU1P" False) (C1 (MetaCons "InAppProductsDelete'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_iapdPackageName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_iapdSKU") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Scopes InAppProductsDelete Source # 
type Scopes InAppProductsDelete = (:) Symbol "https://www.googleapis.com/auth/androidpublisher" ([] Symbol)
type Rs InAppProductsDelete Source # 

Request Lenses

iapdPackageName :: Lens' InAppProductsDelete Text Source #

Unique identifier for the Android app with the in-app product; for example, "com.spiffygame".

iapdSKU :: Lens' InAppProductsDelete Text Source #

Unique identifier for the in-app product.