Package | Description |
---|---|
com.google.api.services.androidpublisher |
Modifier and Type | Method and Description |
---|---|
AndroidPublisher.Purchases.Subscriptions.Refund |
AndroidPublisher.Purchases.Subscriptions.refund(String packageName,
String subscriptionId,
String token)
Refunds a user's subscription purchase, but the subscription remains valid until its expiration
time and it will continue to recur.
|
AndroidPublisher.Purchases.Subscriptions.Refund |
AndroidPublisher.Purchases.Subscriptions.Refund.set(String parameterName,
Object value) |
AndroidPublisher.Purchases.Subscriptions.Refund |
AndroidPublisher.Purchases.Subscriptions.Refund.setAlt(String alt) |
AndroidPublisher.Purchases.Subscriptions.Refund |
AndroidPublisher.Purchases.Subscriptions.Refund.setFields(String fields) |
AndroidPublisher.Purchases.Subscriptions.Refund |
AndroidPublisher.Purchases.Subscriptions.Refund.setKey(String key) |
AndroidPublisher.Purchases.Subscriptions.Refund |
AndroidPublisher.Purchases.Subscriptions.Refund.setOauthToken(String oauthToken) |
AndroidPublisher.Purchases.Subscriptions.Refund |
AndroidPublisher.Purchases.Subscriptions.Refund.setPackageName(String packageName)
The package name of the application for which this subscription was purchased (for
example, 'com.some.thing').
|
AndroidPublisher.Purchases.Subscriptions.Refund |
AndroidPublisher.Purchases.Subscriptions.Refund.setPrettyPrint(Boolean prettyPrint) |
AndroidPublisher.Purchases.Subscriptions.Refund |
AndroidPublisher.Purchases.Subscriptions.Refund.setQuotaUser(String quotaUser) |
AndroidPublisher.Purchases.Subscriptions.Refund |
AndroidPublisher.Purchases.Subscriptions.Refund.setSubscriptionId(String subscriptionId)
The purchased subscription ID (for example, 'monthly001').
|
AndroidPublisher.Purchases.Subscriptions.Refund |
AndroidPublisher.Purchases.Subscriptions.Refund.setToken(String token)
The token provided to the user's device when the subscription was purchased.
|
AndroidPublisher.Purchases.Subscriptions.Refund |
AndroidPublisher.Purchases.Subscriptions.Refund.setUserIp(String userIp) |
Copyright © 2011–2020 Google. All rights reserved.