| Copyright | (c) 2015 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.Google.Resource.AndroidPublisher.InAppProducts.Batch
Description
See: Google Play Developer API Reference for androidpublisher.inappproducts.batch.
- type InAppProductsBatchResource = "androidpublisher" :> ("v2" :> ("applications" :> ("inappproducts" :> ("batch" :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` InAppProductsBatchRequest :> Post `[JSON]` InAppProductsBatchResponse))))))
- inAppProductsBatch :: InAppProductsBatchRequest -> InAppProductsBatch
- data InAppProductsBatch
- iapbPayload :: Lens' InAppProductsBatch InAppProductsBatchRequest
REST Resource
type InAppProductsBatchResource = "androidpublisher" :> ("v2" :> ("applications" :> ("inappproducts" :> ("batch" :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` InAppProductsBatchRequest :> Post `[JSON]` InAppProductsBatchResponse)))))) Source
A resource alias for androidpublisher.inappproducts.batch method which the
InAppProductsBatch request conforms to.
Creating a Request
Arguments
| :: InAppProductsBatchRequest | |
| -> InAppProductsBatch |
Creates a value of InAppProductsBatch with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data InAppProductsBatch Source
Request Lenses
iapbPayload :: Lens' InAppProductsBatch InAppProductsBatchRequest Source
Multipart request metadata.