gogol-shopping-content-0.0.1: Google Content API for Shopping 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.Content.Accounttax.Get

Contents

Description

Retrieves the tax settings of the account.

See: Content API for Shopping Reference for content.accounttax.get.

Synopsis

REST Resource

type AccounttaxGetResource = "content" :> ("v2" :> (Capture "merchantId" (Textual Word64) :> ("accounttax" :> (Capture "accountId" (Textual Word64) :> (QueryParam "alt" AltJSON :> Get `[JSON]` AccountTax))))) Source

A resource alias for content.accounttax.get method which the AccounttaxGet request conforms to.

Creating a Request

accounttaxGet Source

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

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

Request Lenses

aggMerchantId :: Lens' AccounttaxGet Word64 Source

The ID of the managing account.

aggAccountId :: Lens' AccounttaxGet Word64 Source

The ID of the account for which to get/update account tax settings.