gogol-affiliates-0.0.1: Google Affiliate Network 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.GAN.CcOffers.List

Contents

Description

Retrieves credit card offers for the given publisher.

See: Google Affiliate Network API Reference for gan.ccOffers.list.

Synopsis

REST Resource

type CcOffersListResource = "gan" :> ("v1beta1" :> ("publishers" :> (Capture "publisher" Text :> ("ccOffers" :> (QueryParams "advertiser" Text :> (QueryParam "projection" CcOffersListProjection :> (QueryParam "alt" AltJSON :> Get `[JSON]` CcOffers))))))) Source

A resource alias for gan.ccOffers.list method which the CcOffersList request conforms to.

Creating a Request

ccOffersList Source

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

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

data CcOffersList Source

Retrieves credit card offers for the given publisher.

See: ccOffersList smart constructor.

Request Lenses

colAdvertiser :: Lens' CcOffersList [Text] Source

The advertiser ID of a card issuer whose offers to include. Optional, may be repeated.

colPublisher :: Lens' CcOffersList Text Source

The ID of the publisher in question.