gogol-android-publisher-0.0.1: Google Play Developer 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.AndroidPublisher.Purchases.Subscriptions.Cancel

Contents

Description

Cancels a user's subscription purchase. The subscription remains valid until its expiration time.

See: Google Play Developer API Reference for androidpublisher.purchases.subscriptions.cancel.

Synopsis

REST Resource

type PurchasesSubscriptionsCancelResource = "androidpublisher" :> ("v2" :> ("applications" :> (Capture "packageName" Text :> ("purchases" :> ("subscriptions" :> (Capture "subscriptionId" Text :> ("tokens" :> (CaptureMode "token" "cancel" Text :> (QueryParam "alt" AltJSON :> Post `[JSON]` ()))))))))) Source

A resource alias for androidpublisher.purchases.subscriptions.cancel method which the PurchasesSubscriptionsCancel request conforms to.

Creating a Request

purchasesSubscriptionsCancel Source

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

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

Request Lenses

pscPackageName :: Lens' PurchasesSubscriptionsCancel Text Source

The package name of the application for which this subscription was purchased (for example, 'com.some.thing').

pscToken :: Lens' PurchasesSubscriptionsCancel Text Source

The token provided to the user's device when the subscription was purchased.

pscSubscriptionId :: Lens' PurchasesSubscriptionsCancel Text Source

The purchased subscription ID (for example, 'monthly001').