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.Purchases.Voidedpurchases.List

Contents

Description

Lists the purchases that were cancelled, refunded or charged-back.

See: Google Play Developer API Reference for androidpublisher.purchases.voidedpurchases.list.

Synopsis

REST Resource

type PurchasesVoidedpurchasesListResource = "androidpublisher" :> ("v2" :> ("applications" :> (Capture "packageName" Text :> ("purchases" :> ("voidedpurchases" :> (QueryParam "startTime" (Textual Int64) :> (QueryParam "token" Text :> (QueryParam "endTime" (Textual Int64) :> (QueryParam "startIndex" (Textual Word32) :> (QueryParam "maxResults" (Textual Word32) :> (QueryParam "alt" AltJSON :> Get '[JSON] VoidedPurchasesListResponse))))))))))) Source #

A resource alias for androidpublisher.purchases.voidedpurchases.list method which the PurchasesVoidedpurchasesList request conforms to.

Creating a Request

purchasesVoidedpurchasesList Source #

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

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

data PurchasesVoidedpurchasesList Source #

Lists the purchases that were cancelled, refunded or charged-back.

See: purchasesVoidedpurchasesList smart constructor.

Instances

Eq PurchasesVoidedpurchasesList Source # 
Data PurchasesVoidedpurchasesList Source # 

Methods

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

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

toConstr :: PurchasesVoidedpurchasesList -> Constr #

dataTypeOf :: PurchasesVoidedpurchasesList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show PurchasesVoidedpurchasesList Source # 
Generic PurchasesVoidedpurchasesList Source # 
GoogleRequest PurchasesVoidedpurchasesList Source # 
type Rep PurchasesVoidedpurchasesList Source # 
type Rep PurchasesVoidedpurchasesList = D1 (MetaData "PurchasesVoidedpurchasesList" "Network.Google.Resource.AndroidPublisher.Purchases.Voidedpurchases.List" "gogol-android-publisher-0.3.0-8XVDgM5JzAvJ4EqDp4PU1P" False) (C1 (MetaCons "PurchasesVoidedpurchasesList'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_pvlPackageName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_pvlStartTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))) (S1 (MetaSel (Just Symbol "_pvlToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) (S1 (MetaSel (Just Symbol "_pvlEndTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))) ((:*:) (S1 (MetaSel (Just Symbol "_pvlStartIndex") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Word32)))) (S1 (MetaSel (Just Symbol "_pvlMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Word32))))))))
type Scopes PurchasesVoidedpurchasesList Source # 
type Scopes PurchasesVoidedpurchasesList = (:) Symbol "https://www.googleapis.com/auth/androidpublisher" ([] Symbol)
type Rs PurchasesVoidedpurchasesList Source # 

Request Lenses

pvlPackageName :: Lens' PurchasesVoidedpurchasesList Text Source #

The package name of the application for which voided purchases need to be returned (for example, 'com.some.thing').

pvlStartTime :: Lens' PurchasesVoidedpurchasesList (Maybe Int64) Source #

The time, in milliseconds since the Epoch, of the oldest voided in-app product purchase that you want to see in the response. The value of this parameter cannot be older than 30 days and is ignored if a pagination token is set. Default value is current time minus 30 days.

pvlEndTime :: Lens' PurchasesVoidedpurchasesList (Maybe Int64) Source #

The time, in milliseconds since the Epoch, of the newest voided in-app product purchase that you want to see in the response. The value of this parameter cannot be greater than the current time and is ignored if a pagination token is set. Default value is current time.