Copyright | (c) 2015-2016 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 |
Update a subscription plan. Use this method to update a plan for a 30-day trial or a flexible plan subscription to an annual commitment plan with monthly or yearly payments.
See: Enterprise Apps Reseller API Reference for reseller.subscriptions.changePlan
.
Synopsis
- type SubscriptionsChangePlanResource = "apps" :> ("reseller" :> ("v1" :> ("customers" :> (Capture "customerId" Text :> ("subscriptions" :> (Capture "subscriptionId" Text :> ("changePlan" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] ChangePlanRequest :> Post '[JSON] Subscription)))))))))
- subscriptionsChangePlan :: ChangePlanRequest -> Text -> Text -> SubscriptionsChangePlan
- data SubscriptionsChangePlan
- scpPayload :: Lens' SubscriptionsChangePlan ChangePlanRequest
- scpCustomerId :: Lens' SubscriptionsChangePlan Text
- scpSubscriptionId :: Lens' SubscriptionsChangePlan Text
REST Resource
type SubscriptionsChangePlanResource = "apps" :> ("reseller" :> ("v1" :> ("customers" :> (Capture "customerId" Text :> ("subscriptions" :> (Capture "subscriptionId" Text :> ("changePlan" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] ChangePlanRequest :> Post '[JSON] Subscription))))))))) Source #
A resource alias for reseller.subscriptions.changePlan
method which the
SubscriptionsChangePlan
request conforms to.
Creating a Request
subscriptionsChangePlan Source #
:: ChangePlanRequest | |
-> Text | |
-> Text | |
-> SubscriptionsChangePlan |
Creates a value of SubscriptionsChangePlan
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data SubscriptionsChangePlan Source #
Update a subscription plan. Use this method to update a plan for a 30-day trial or a flexible plan subscription to an annual commitment plan with monthly or yearly payments.
See: subscriptionsChangePlan
smart constructor.
Instances
Request Lenses
scpPayload :: Lens' SubscriptionsChangePlan ChangePlanRequest Source #
Multipart request metadata.
scpCustomerId :: Lens' SubscriptionsChangePlan Text Source #
Either the customer's primary domain name or the customer's unique identifier. If using the domain name, we do not recommend using a customerId as a key for persistent data. If the domain name for a customerId is changed, the Google system automatically updates.
scpSubscriptionId :: Lens' SubscriptionsChangePlan Text Source #
This is a required property. The subscriptionId is the subscription identifier and is unique for each customer. Since a subscriptionId changes when a subscription is updated, we recommend to not use this ID as a key for persistent data. And the subscriptionId can be found using the retrieve all reseller subscriptions method.