{-# LANGUAGE DataKinds #-}
{-# LANGUAGE DeriveDataTypeable #-}
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE FlexibleInstances #-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE RecordWildCards #-}
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE TypeOperators #-}
{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}
{-# OPTIONS_GHC -fno-warn-unused-binds #-}
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
module Network.Google.Resource.AdExchangeBuyer.BillingInfo.List
(
BillingInfoListResource
, billingInfoList'
, BillingInfoList'
) where
import Network.Google.AdExchangeBuyer.Types
import Network.Google.Prelude
type BillingInfoListResource =
"adexchangebuyer" :>
"v1.4" :>
"billinginfo" :>
QueryParam "alt" AltJSON :>
Get '[JSON] BillingInfoList
data BillingInfoList' =
BillingInfoList''
deriving (Eq,Show,Data,Typeable,Generic)
billingInfoList'
:: BillingInfoList'
billingInfoList' = BillingInfoList''
instance GoogleRequest BillingInfoList' where
type Rs BillingInfoList' = BillingInfoList
type Scopes BillingInfoList' =
'["https://www.googleapis.com/auth/adexchange.buyer"]
requestClient BillingInfoList''{}
= go (Just AltJSON) adExchangeBuyerService
where go
= buildClient
(Proxy :: Proxy BillingInfoListResource)
mempty