gogol-android-publisher-0.4.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" :> ("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

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 # 
Instance details

Defined in Network.Google.Resource.AndroidPublisher.InAppProducts.Delete

Data InAppProductsDelete Source # 
Instance details

Defined in Network.Google.Resource.AndroidPublisher.InAppProducts.Delete

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 # 
Instance details

Defined in Network.Google.Resource.AndroidPublisher.InAppProducts.Delete

Generic InAppProductsDelete Source # 
Instance details

Defined in Network.Google.Resource.AndroidPublisher.InAppProducts.Delete

Associated Types

type Rep InAppProductsDelete :: Type -> Type #

GoogleRequest InAppProductsDelete Source # 
Instance details

Defined in Network.Google.Resource.AndroidPublisher.InAppProducts.Delete

Associated Types

type Rs InAppProductsDelete :: Type #

type Scopes InAppProductsDelete :: [Symbol] #

type Rep InAppProductsDelete Source # 
Instance details

Defined in Network.Google.Resource.AndroidPublisher.InAppProducts.Delete

type Rep InAppProductsDelete = D1 (MetaData "InAppProductsDelete" "Network.Google.Resource.AndroidPublisher.InAppProducts.Delete" "gogol-android-publisher-0.4.0-A8TPJe0z8xz1LYUimgzodq" False) (C1 (MetaCons "InAppProductsDelete'" PrefixI True) (S1 (MetaSel (Just "_iapdPackageName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_iapdSKU") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))
type Scopes InAppProductsDelete Source # 
Instance details

Defined in Network.Google.Resource.AndroidPublisher.InAppProducts.Delete

type Scopes InAppProductsDelete = "https://www.googleapis.com/auth/androidpublisher" ': ([] :: [Symbol])
type Rs InAppProductsDelete Source # 
Instance details

Defined in Network.Google.Resource.AndroidPublisher.InAppProducts.Delete

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.